9b8e9cbe10a1330899f66c32f85a14dd4a0d8cbf
[gnulib.git] / ChangeLog
1 2010-01-10  Bruno Haible  <bruno@clisp.org>
2
3         Tests for module 'unistr/u32-cpy'.
4         * modules/unistr/u32-cpy-tests: New file.
5         * tests/unistr/test-u32-cpy.c: New file.
6
7         Tests for module 'unistr/u16-cpy'.
8         * modules/unistr/u16-cpy-tests: New file.
9         * tests/unistr/test-u16-cpy.c: New file.
10
11         Tests for module 'unistr/u8-cpy'.
12         * modules/unistr/u8-cpy-tests: New file.
13         * tests/unistr/test-u8-cpy.c: New file.
14         * tests/unistr/test-cpy.h: New file.
15
16 2010-01-09  Bruno Haible  <bruno@clisp.org>
17
18         Tests for module 'unistr/u32-uctomb'.
19         * modules/unistr/u32-uctomb-tests: New file.
20         * tests/unistr/test-u32-uctomb.c: New file.
21
22         Tests for module 'unistr/u16-uctomb'.
23         * modules/unistr/u16-uctomb-tests: New file.
24         * tests/unistr/test-u16-uctomb.c: New file.
25
26         Tests for module 'unistr/u8-uctomb'.
27         * modules/unistr/u8-uctomb-tests: New file.
28         * tests/unistr/test-u8-uctomb.c: New file.
29
30         Tests for module 'unistr/u32-mbtoucr'.
31         * modules/unistr/u32-mbtoucr-tests: New file.
32         * tests/unistr/test-u32-mbtoucr.c: New file.
33
34         Tests for module 'unistr/u16-mbtoucr'.
35         * modules/unistr/u16-mbtoucr-tests: New file.
36         * tests/unistr/test-u16-mbtoucr.c: New file.
37
38         Tests for module 'unistr/u8-mbtoucr'.
39         * modules/unistr/u8-mbtoucr-tests: New file.
40         * tests/unistr/test-u8-mbtoucr.c: New file.
41
42         Tests for module 'unistr/u32-mbtouc'.
43         * modules/unistr/u32-mbtouc-tests: New file.
44         * tests/unistr/test-u32-mbtouc.c: New file.
45
46         Tests for module 'unistr/u16-mbtouc'.
47         * modules/unistr/u16-mbtouc-tests: New file.
48         * tests/unistr/test-u16-mbtouc.c: New file.
49
50         Tests for module 'unistr/u8-mbtouc'.
51         * modules/unistr/u8-mbtouc-tests: New file.
52         * tests/unistr/test-u8-mbtouc.c: New file.
53
54         Tests for module 'unistr/u32-mbtouc-unsafe'.
55         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
56         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
57         * tests/unistr/test-u32-mbtouc.h: New file.
58
59         Tests for module 'unistr/u16-mbtouc-unsafe'.
60         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
61         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
62         * tests/unistr/test-u16-mbtouc.h: New file.
63
64         Tests for module 'unistr/u8-mbtouc-unsafe'.
65         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
66         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
67         * tests/unistr/test-u8-mbtouc.h: New file.
68
69         Tests for module 'unistr/u32-mblen'.
70         * modules/unistr/u32-mblen-tests: New file.
71         * tests/unistr/test-u32-mblen.c: New file.
72
73         Tests for module 'unistr/u16-mblen'.
74         * modules/unistr/u16-mblen-tests: New file.
75         * tests/unistr/test-u16-mblen.c: New file.
76
77         Tests for module 'unistr/u8-mblen'.
78         * modules/unistr/u8-mblen-tests: New file.
79         * tests/unistr/test-u8-mblen.c: New file.
80
81         Tests for module 'unistr/u32-to-u16'.
82         * modules/unistr/u32-to-u16-tests: New file.
83         * tests/unistr/test-u32-to-u16.c: New file.
84
85         Tests for module 'unistr/u32-to-u8'.
86         * modules/unistr/u32-to-u8-tests: New file.
87         * tests/unistr/test-u32-to-u8.c: New file.
88
89         Tests for module 'unistr/u16-to-u32'.
90         * modules/unistr/u16-to-u32-tests: New file.
91         * tests/unistr/test-u16-to-u32.c: New file.
92
93         Tests for module 'unistr/u16-to-u8'.
94         * modules/unistr/u16-to-u8-tests: New file.
95         * tests/unistr/test-u16-to-u8.c: New file.
96
97         Tests for module 'unistr/u8-to-u32'.
98         * modules/unistr/u8-to-u32-tests: New file.
99         * tests/unistr/test-u8-to-u32.c: New file.
100
101         Tests for module 'unistr/u8-to-u16'.
102         * modules/unistr/u8-to-u16-tests: New file.
103         * tests/unistr/test-u8-to-u16.c: New file.
104
105         Tests for module 'unistr/u32-check'.
106         * modules/unistr/u32-check-tests: New file.
107         * tests/unistr/test-u32-check.c: New file.
108
109         Tests for module 'unistr/u16-check'.
110         * modules/unistr/u16-check-tests: New file.
111         * tests/unistr/test-u16-check.c: New file.
112
113         Tests for module 'unistr/u8-check'.
114         * modules/unistr/u8-check-tests: New file.
115         * tests/unistr/test-u8-check.c: New file.
116
117         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
118         (category_equals): New function.
119         (main): Add more tests.
120         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
121
122         * tests/unictype/test-bidi_byname.c (main): Add more tests.
123
124 2010-01-10  Bruno Haible  <bruno@clisp.org>
125
126         unistr/u*-strcoll: Try harder to distinguish different strings.
127         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
128         compare s1 and s2 to see if they are different.
129
130 2010-01-10  Bruno Haible  <bruno@clisp.org>
131
132         unistr/u*-stpncpy: Fix the return value.
133         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
134         description of the return value consistent with stpncpy in glibc.
135         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
136         written non-NUL unit.
137
138 2010-01-10  Bruno Haible  <bruno@clisp.org>
139
140         unistr/u*-next: Add missing dependencies.
141         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
142         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
143         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
144
145 2010-01-10  Bruno Haible  <bruno@clisp.org>
146
147         unistr/u8-mbsnlen: Fix return value for incomplete character.
148         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
149         u8_mblen.
150         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
151         Remove unistr/u8-mblen.
152         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
153         u16_mblen.
154         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
155         Remove unistr/u16-mblen.
156
157 2010-01-10  Bruno Haible  <bruno@clisp.org>
158
159         wchar: Fix compilation error when <wchar.h> is used from coreutils.
160         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
161         Reported by Brian Gough <bjg@gnu.org> and
162         Chris Clayton <chris2553@googlemail.com> via
163         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
164
165 2010-01-09  Bruno Haible  <bruno@clisp.org>
166
167         unistr/u16-to-u32: Reject invalid input.
168         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
169         u16_mbtouc.
170         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
171         Remove unistr/u16-mbtouc.
172
173         unistr/u16-to-u8: Reject invalid input.
174         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
175         u16_mbtouc.
176         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
177         Remove unistr/u16-mbtouc.
178
179         unistr/u8-to-u32: Reject invalid input.
180         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
181         u8_mbtouc.
182         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
183         Remove unistr/u8-mbtouc.
184
185         unistr/u8-to-u16: Reject invalid input.
186         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
187         u8_mbtouc.
188         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
189         Remove unistr/u8-mbtouc.
190
191 2010-01-09  Bruno Haible  <bruno@clisp.org>
192
193         Tests for module 'getlogin'.
194         * modules/getlogin-tests: New file.
195         * tests/test-getlogin.c: New file.
196
197         New module 'getlogin'.
198         * lib/unistd.in.h (getlogin): New declaration.
199         * lib/getlogin.c: New file.
200         * m4/getlogin.m4: New file.
201         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
202         HAVE_GETLOGIN.
203         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
204         HAVE_GETLOGIN.
205         * modules/getlogin: New file.
206         * doc/posix-functions/getlogin.texi: Mention the new module.
207         Reported by John W. Eaton <jwe@gnu.org>.
208
209 2010-01-09  Bruno Haible  <bruno@clisp.org>
210
211         getlogin_r: Support for native Windows.
212         * lib/getlogin_r.c: Include <windows.h>
213         (getlogin_r): Implement for native Windows.
214         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
215         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
216         via John W. Eaton <jwe@gnu.org>.
217
218 2010-01-09  Bruno Haible  <bruno@clisp.org>
219
220         getlogin_r: Small fixes.
221         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
222         succeeds.
223         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
224         before testing whether getlogin_r is declared. No need to set
225         HAVE_DECL_GETLOGIN_R to 1.
226         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
227
228 2010-01-09  Bruno Haible  <bruno@clisp.org>
229
230         * lib/unistd.in.h (getlogin_r): Add comment.
231
232 2010-01-09  Bruno Haible  <bruno@clisp.org>
233
234         Tests for module 'getlogin_r'.
235         * modules/getlogin_r-tests: New file.
236         * tests/test-getlogin_r.c: New file.
237
238 2010-01-09  Jim Meyering  <meyering@redhat.com>
239
240         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
241         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
242         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
243
244 2010-01-08  Simon Josefsson  <simon@josefsson.org>
245
246         * lib/dup2.c (rpl_dup2): Improve comment.
247
248 2010-01-08  Eric Blake  <ebb9@byu.net>
249
250         maint.mk: allow packages to add makefile @@ exceptions
251         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
252         (sc_makefile_check): Rename...
253         (sc_makefile_at_at_check): ...to this, and use hook.
254
255         dup2: work around mingw bug
256         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
257         Reported by Simon Josefsson.
258
259 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
260
261         glob: Fix C++ compilation.
262         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
263         C++.
264
265 2010-01-07  Bruno Haible  <bruno@clisp.org>
266
267         Fix indentation of wctype.in.h, broken since 2007-01-06.
268         * lib/wctype.in.h: Fix indentation of preprocessor directives.
269
270 2010-01-07  Bruno Haible  <bruno@clisp.org>
271
272         mbslen: Avoid collision with system function.
273         * lib/string.in.h [MirBSD]: Include <wchar.h>.
274         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
275         * m4/mbslen.m4: New file.
276         * modules/mbslen (Files): Add it.
277         (configure.ac): Invoke gl_MBSLEN.
278         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
279         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
280         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
281         via Ian Beckwith <ianb@erislabs.net>.
282
283 2010-01-07  Bruno Haible  <bruno@clisp.org>
284
285         dirent: Document the last fix.
286         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
287
288 2010-01-07  Bruno Haible  <bruno@clisp.org>
289
290         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
291         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
292         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
293         va_list are defined.
294         * doc/posix-headers/stdio.texi: Document the bug of missing types.
295         Reported by Eric Blake.
296
297 2010-01-07  Bruno Haible  <bruno@clisp.org>
298
299         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
300         * modules/xlist (Depends-on): Add 'list',
301         * modules/xoset (Depends-on): Add 'oset'.
302         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
303
304 2010-01-07  Bruno Haible  <bruno@clisp.org>
305
306         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
307         * doc/posix-functions/strncasecmp.texi: Likewise.
308
309 2010-01-07  Bruno Haible  <bruno@clisp.org>
310
311         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
312
313 2010-01-07  John W. Eaton  <jwe@octave.org>
314
315         wctype: allow C++ use
316         * lib/wctype.in.h: Add extern "C" block for C++.
317
318 2010-01-06  Eric Blake  <ebb9@byu.net>
319
320         maint.mk: detect incorrect GFDL usage
321         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
322
323 2010-01-06  Jim Meyering  <meyering@redhat.com>
324         and Eric Blake  <ebb9@byu.net>
325
326         maint.mk: ignore multi-line copyright in NEWS
327         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
328
329 2010-01-06  Eric Blake  <ebb9@byu.net>
330
331         select: add missing dependency
332         * modules/select-tests (Depends-on): Move sockets dependency...
333         * modules/select (Depends-on): ...here.
334         Reported by Ian Beckwith.
335
336         doc: regenerate INSTALL
337         * doc/INSTALL: Reflect recent autoconf update.
338         * doc/INSTALL.ISO: Likewise.
339         * doc/INSTALL.UTF-8: Likewise.
340
341         pread: fix compilation on glibc
342         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
343         Reported by Ralf Wildenhues.
344
345         dirent: fix test failure
346         * lib/dirent.in.h (includes): Guarantee ino_t.
347         Reported by Ralf Wildenhues.
348
349 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
350
351         linkat, renameat: avoid bad free
352         * lib/at-func2.c (at_func2): Fix typo.
353         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
354
355 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356
357         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
358         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
359         to avoid failure of symlink test later.
360
361 2010-01-06  Eric Blake  <ebb9@byu.net>
362
363         stdio, unistd: guarantee ssize_t
364         * lib/unistd.in.h (includes): Ensure that types required by POSIX
365         2008 are exposed when needed.
366         * lib/stdio.in.h (includes): Likewise.
367         Reported by Ralf Wildenhues.
368
369 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
370
371         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
372         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
373         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
374
375 2010-01-06  Jim Meyering  <meyering@redhat.com>
376
377         readtokens: this module *does* require xalloc.h
378         It uses only functions that were omitted by the old syntax-check rule.
379         * lib/readtokens.c: Include "xalloc.h" once again.
380         * modules/readtokens (Depends-on): Add xalloc.
381         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
382
383 2010-01-05  Eric Blake  <ebb9@byu.net>
384
385         maint: support 'make announcement' from a VPATH build
386         * top/maint.mk (announcement): Look for correct NEWS file.
387
388 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
389
390         utimens (fdutimens): ignore a negative FD, per contract
391         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
392         when we have a valid file descriptor.  Otherwise, using a brand
393         new glibc (with just-patched futimens that now fails with EBADF)
394         would cause this function to fail with ENOSYS.
395         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
396         See also http://bugzilla.redhat.com/552320.
397
398 2010-01-05  Eric Blake  <ebb9@byu.net>
399
400         strcase: document what it provides
401         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
402         gnulib module.
403         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
404         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
405
406 2010-01-05  Jim Meyering  <meyering@redhat.com>
407
408         maint: remove useless inclusions of "xalloc.h"
409         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
410         * lib/readtokens.c: Likewise.
411         * lib/same.c: Likewise.
412         * modules/getloadavg (Depends-on): Remove xalloc.
413         * modules/readtokens: Likewise.
414         * modules/same: Likewise.
415
416         maint.mk: include 4 more function names in alloca.h-checking regexp
417         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
418         regexp.  Before, we would give a false-positive (saying alloca.h
419         is included unnecessarily) when the only uses involved omitted symbols.
420
421         xalloc.h: use consistent formatting
422         * lib/xalloc.h: Move declarations to start in the first column.
423
424 2010-01-05  Eric Blake  <ebb9@byu.net>
425
426         mkdir: avoid xalloc
427         * lib/mkdir.c (includes): Drop unused header.
428         Reported by John W. Eaton.
429
430 2010-01-04  Jim Meyering  <meyering@redhat.com>
431
432         nl_langinfo: avoid configure-time syntax error
433         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
434         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
435         the empty string.  Don't let that provoke a shell syntax error.
436
437         regcomp, regexec, fnmatch: avoid array bounds read error
438         * lib/regcomp.c (build_equiv_class): From glibc:
439         Use only the low 24 bits of a findidx return value as an index
440         into the weights array.  Patch by Ulrich Drepper:
441         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
442         * lib/regexec.c (check_node_accept_bytes): Likewise.
443         * lib/fnmatch_loop.c (FCT): Likewise.
444
445         regcomp: skip collseq lookup when there are no rules
446         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
447         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
448
449         regcomp: recognize ill-formed { } expressions
450         * lib/regcomp.c (parse_dup_op): From glibc:
451         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
452
453         regcomp: fix typo in comment
454         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
455         s/satisfy/satisfies/.
456
457         regcomp: sync from glibc: remove dead store
458         * lib/regcomp.c (duplicate_node_closure): Remove useless
459         search_duplicated_node call and dead store.
460
461         regcomp: sync from glibc; always use nl_langinfo
462         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
463         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
464         * modules/regex (Depends-on): Add nl_langinfo.
465
466 2010-01-04  Eric Blake  <ebb9@byu.net>
467
468         fdopendir: fix configure test
469         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
470
471 2010-01-01  Bruno Haible  <bruno@clisp.org>
472
473         wchar: Remove unused configure check.
474         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
475
476 2010-01-01  Eric Blake  <ebb9@byu.net>
477
478         headers: make check of system header explicit
479         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
480         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
481         ourselves.
482         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
483         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
484         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
485         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
486         internals.
487         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
488         missing.
489         Suggested by Bruno Haible.
490
491 2010-01-01  Jim Meyering  <meyering@redhat.com>
492
493         ChangeLog: tweak to eliminate unnecessary copyright line
494         * ChangeLog: Remove a copyright line that was mistakenly updated
495         by today's update-copyright run.  Reported by Eric Blake.
496
497         test-update-copyright: don't let envvar setting cause test failure
498         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
499
500 2010-01-01  Bruno Haible  <bruno@clisp.org>
501
502         localename: Avoid gcc warning.
503         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
504         function if it is not used.
505
506 2010-01-01  Jim Meyering  <meyering@redhat.com>
507
508         update nearly all FSF copyright year lists to include 2010
509         Use the same procedure as for 2009, outlined in
510         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
511
512         version-etc: set COPYRIGHT_YEAR to 2010
513         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
514
515 2009-12-31  Eric Blake  <ebb9@byu.net>
516
517         doc: correct availability of cygwin 1.5.x getopt
518         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
519         variables.
520         * doc/posix-functions/opterr.texi (opterr): Likewise.
521         * doc/posix-functions/optind.texi (optind): Likewise.
522         * doc/posix-functions/optopt.texi (optopt): Likewise.
523         * doc/posix-functions/tzname.texi (tzname): Likewise.
524
525         openat: update maintainer
526         * modules/openat (Maintainer): Add myself.
527
528         utimens: avoid shadowing warning
529         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
530         buffers into one, to avoid shadowing, as well as avoiding a
531         redundant stat.
532         Reported by Jim Meyering.
533
534         test-dup2: avoid compiler warning
535         * tests/test-dup2.c (is_inheritable): Only define if used.
536
537 2010-01-01  Bruno Haible  <bruno@clisp.org>
538
539         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
540         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
541         defined, use wctomb instead of wcrtomb.
542
543 2010-01-01  Bruno Haible  <bruno@clisp.org>
544
545         iconv: Reject native Solaris iconv.
546         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
547         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
548
549 2009-12-31  Bruno Haible  <bruno@clisp.org>
550
551         * tests/test-signal.c (main): Remove test of 'SIG'.
552
553 2009-12-31  Bruno Haible  <bruno@clisp.org>
554
555         spawn: Fix incomplete fix.
556         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
557         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
558         warnings for GNULIB_POSIXCHECK again.
559         Reported by Eric Blake.
560
561 2009-12-31  Bruno Haible  <bruno@clisp.org>
562
563         Avoid namespace pollution on glibc systems.
564         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
565         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
566         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
567         glibc systems.
568
569 2009-12-31  Bruno Haible  <bruno@clisp.org>
570
571         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
572         (gl_REPLACE_WCHAR_H): Turn into a no-op.
573         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
574         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
575         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
576         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
577         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
578
579 2009-12-31  Bruno Haible  <bruno@clisp.org>
580
581         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
582         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
583         afterwards.
584
585 2009-12-31  Bruno Haible  <bruno@clisp.org>
586
587         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
588         SYS_UTSNAME_H.
589
590 2009-12-31  Bruno Haible  <bruno@clisp.org>
591
592         spawn: Fix misapplied patch.
593         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
594         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
595         warnings for GNULIB_POSIXCHECK.
596
597 2009-12-31  Bruno Haible  <bruno@clisp.org>
598
599         times: Update after sys_times changed.
600         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
601         * modules/times (Files): Add it.
602         (configure.ac): Invoke gl_FUNC_TIMES.
603
604 2009-12-31  Bruno Haible  <bruno@clisp.org>
605
606         Use AC_C_INLINE where necessary.
607         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
608         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
609         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
610         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
611         * m4/mbfile.m4 (gl_MBFILE): Likewise.
612         * m4/mbiter.m4 (gl_MBITER): Likewise.
613         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
614         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
615         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
616         * modules/u64 (configure.ac): Likewise.
617
618 2009-12-31  Bruno Haible  <bruno@clisp.org>
619
620         Use AC_C_INLINE instead of module 'inline' where possible.
621         * modules/inline (Description): Clarify purpose.
622         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
623         * modules/count-one-bits (Depends-on): Remove inline.
624         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
625         * modules/openat (Depends-on): Remove inline.
626         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
627         instead of depending on module 'inline'.
628         * modules/filevercmp (Depends-on, configure.ac): Likewise.
629         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
630         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
631         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
632         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
633         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
634         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
635         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
636         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
637         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
638         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
639         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
640         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
641         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
642         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
643         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
644         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
645         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
646         Likewise.
647         * modules/unictype/property-ascii-hex-digit (Depends-on,
648         configure.ac): Likewise.
649         * modules/unictype/property-bidi-arabic-digit (Depends-on,
650         configure.ac): Likewise.
651         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
652         configure.ac): Likewise.
653         * modules/unictype/property-bidi-block-separator (Depends-on,
654         configure.ac): Likewise.
655         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
656         configure.ac): Likewise.
657         * modules/unictype/property-bidi-common-separator (Depends-on,
658         configure.ac): Likewise.
659         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
660         Likewise.
661         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
662         configure.ac): Likewise.
663         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
664         configure.ac): Likewise.
665         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
666         configure.ac): Likewise.
667         * modules/unictype/property-bidi-european-digit (Depends-on,
668         configure.ac): Likewise.
669         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
670         configure.ac): Likewise.
671         * modules/unictype/property-bidi-left-to-right (Depends-on,
672         configure.ac): Likewise.
673         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
674         configure.ac): Likewise.
675         * modules/unictype/property-bidi-other-neutral (Depends-on,
676         configure.ac): Likewise.
677         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
678         Likewise.
679         * modules/unictype/property-bidi-segment-separator (Depends-on,
680         configure.ac): Likewise.
681         * modules/unictype/property-bidi-whitespace (Depends-on,
682         configure.ac): Likewise.
683         * modules/unictype/property-combining (Depends-on, configure.ac):
684         Likewise.
685         * modules/unictype/property-composite (Depends-on, configure.ac):
686         Likewise.
687         * modules/unictype/property-currency-symbol (Depends-on,
688         configure.ac): Likewise.
689         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
690         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
691         Likewise.
692         * modules/unictype/property-default-ignorable-code-point (Depends-on,
693         configure.ac): Likewise.
694         * modules/unictype/property-deprecated (Depends-on, configure.ac):
695         Likewise.
696         * modules/unictype/property-diacritic (Depends-on, configure.ac):
697         Likewise.
698         * modules/unictype/property-extender (Depends-on, configure.ac):
699         Likewise.
700         * modules/unictype/property-format-control (Depends-on, configure.ac):
701         Likewise.
702         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
703         Likewise.
704         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
705         Likewise.
706         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
707         Likewise.
708         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
709         Likewise.
710         * modules/unictype/property-hyphen (Depends-on, configure.ac):
711         Likewise.
712         * modules/unictype/property-id-continue (Depends-on, configure.ac):
713         Likewise.
714         * modules/unictype/property-id-start (Depends-on, configure.ac):
715         Likewise.
716         * modules/unictype/property-ideographic (Depends-on, configure.ac):
717         Likewise.
718         * modules/unictype/property-ids-binary-operator (Depends-on,
719         configure.ac): Likewise.
720         * modules/unictype/property-ids-trinary-operator (Depends-on,
721         configure.ac): Likewise.
722         * modules/unictype/property-ignorable-control (Depends-on,
723         configure.ac): Likewise.
724         * modules/unictype/property-iso-control (Depends-on, configure.ac):
725         Likewise.
726         * modules/unictype/property-join-control (Depends-on, configure.ac):
727         Likewise.
728         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
729         Likewise.
730         * modules/unictype/property-line-separator (Depends-on, configure.ac):
731         Likewise.
732         * modules/unictype/property-logical-order-exception (Depends-on,
733         configure.ac): Likewise.
734         * modules/unictype/property-lowercase (Depends-on, configure.ac):
735         Likewise.
736         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
737         * modules/unictype/property-non-break (Depends-on, configure.ac):
738         Likewise.
739         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
740         Likewise.
741         * modules/unictype/property-numeric (Depends-on, configure.ac):
742         Likewise.
743         * modules/unictype/property-other-alphabetic (Depends-on,
744         configure.ac): Likewise.
745         * modules/unictype/property-other-default-ignorable-code-point
746         (Depends-on, configure.ac): Likewise.
747         * modules/unictype/property-other-grapheme-extend (Depends-on,
748         configure.ac): Likewise.
749         * modules/unictype/property-other-id-continue (Depends-on,
750         configure.ac): Likewise.
751         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
752         Likewise.
753         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
754         Likewise.
755         * modules/unictype/property-other-math (Depends-on, configure.ac):
756         Likewise.
757         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
758         Likewise.
759         * modules/unictype/property-paired-punctuation (Depends-on,
760         configure.ac): Likewise.
761         * modules/unictype/property-paragraph-separator (Depends-on,
762         configure.ac): Likewise.
763         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
764         Likewise.
765         * modules/unictype/property-pattern-white-space (Depends-on,
766         configure.ac): Likewise.
767         * modules/unictype/property-private-use (Depends-on, configure.ac):
768         Likewise.
769         * modules/unictype/property-punctuation (Depends-on, configure.ac):
770         Likewise.
771         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
772         Likewise.
773         * modules/unictype/property-radical (Depends-on, configure.ac):
774         Likewise.
775         * modules/unictype/property-sentence-terminal (Depends-on,
776         configure.ac): Likewise.
777         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
778         Likewise.
779         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
780         * modules/unictype/property-terminal-punctuation (Depends-on,
781         configure.ac): Likewise.
782         * modules/unictype/property-titlecase (Depends-on, configure.ac):
783         Likewise.
784         * modules/unictype/property-unassigned-code-value (Depends-on,
785         configure.ac): Likewise.
786         * modules/unictype/property-unified-ideograph (Depends-on,
787         configure.ac): Likewise.
788         * modules/unictype/property-uppercase (Depends-on, configure.ac):
789         Likewise.
790         * modules/unictype/property-variation-selector (Depends-on,
791         configure.ac): Likewise.
792         * modules/unictype/property-white-space (Depends-on, configure.ac):
793         Likewise.
794         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
795         Likewise.
796         * modules/unictype/property-xid-start (Depends-on, configure.ac):
797         Likewise.
798         * modules/unictype/property-zero-width (Depends-on, configure.ac):
799         Likewise.
800         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
801         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
802         Likewise.
803
804 2009-12-31  Bruno Haible  <bruno@clisp.org>
805
806         Remove unnecessary AC_C_INLINE invocation.
807         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
808         since 2009-08-21.
809
810 2009-12-31  Jim Meyering  <meyering@redhat.com>
811
812         maint.mk: don't require explicit gpg_key_ID in cfg.mk
813         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
814         With this change, we can all remove the gpg_key_ID = ... definition
815         from our respective cfg.mk files.
816
817         maint.mk: create announcement template in ~/, not in /tmp
818         * top/maint.mk (emit_upload_commands): Adjust.
819         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
820         Remove temporary file, .ci-msg.
821
822 2009-12-31  Eric Blake  <ebb9@byu.net>
823
824         link-warning: always build headers with link warnings
825         * modules/arpa_inet (Makefile.am): Always build replacement
826         header.
827         * modules/ctype (Makefile.am): Likewise.
828         * modules/dirent (Makefile.am): Likewise.
829         * modules/inttypes (Makefile.am): Likewise.
830         * modules/langinfo (Makefile.am): Likewise.
831         * modules/locale (Makefile.am): Likewise.
832         * modules/spawn (Makefile.am): Likewise.
833         * modules/sys_file (Makefile.am): Likewise.
834         * modules/sys_ioctl (Makefile.am): Likewise.
835         * modules/sys_select (Makefile.am): Likewise.
836         * modules/sys_socket (Makefile.am): Likewise.
837         * modules/sys_times (Makefile.am): Likewise.
838         * modules/sys_utsname (Makefile.am): Likewise.
839         * modules/sys_wait (Makefile.am): Likewise.
840         * modules/wchar (Makefile.am): Likewise.
841         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
842         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
843         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
844         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
845         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
846         Likewise.
847         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
848         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
849         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
850         Likewise.
851         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
852         Likewise.
853         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
854         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
855         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
856         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
857         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
858         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
859         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
860         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
861         (gl_WCHAR_H_DEFAULTS): Likewise.
862
863 2009-12-31  Eric Blake  <ebb9@byu.net>
864
865         signal, spawn: use link warnings
866         * lib/signal.in.h (sigset_t): Make unconditional.
867         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
868         (sigpending, sigprocmask, sigaction): Add link warnings.
869         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
870         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
871         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
872         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
873         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
874         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
875         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
876         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
877         (posix_spawn_file_actions_destroy)
878         (posix_spawn_file_actions_addopen)
879         (posix_spawn_file_actions_addclose)
880         (posix_spawwn_file_actions_adddup2): Likewise.
881         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
882         * tests/test-signal.c (main): Enhance test.
883
884         spawn: improve wrapper support
885         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
886         (gl_SPAWN_H_DEFAULTS): New defaults.
887         * modules/spawn (Makefile.am): Substitute them.
888         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
889         Only declare if missing or broken.
890
891         sys_times, sys_utsname: use include_next
892         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
893         header.
894         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
895         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
896         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
897         * modules/sys_times (Depends-on): Add include_next.
898         (Makefile.am): Substitute additional values.
899         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
900         * lib/sys_times.in.h (includes): Include native header, if
901         available.
902         * lib/sys_utsname.in.h (includes): Likewise.
903         * tests/test-sys_times.c (main): Enhance test.
904
905         fdutimensat: revert prior patch
906         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
907         utimens.h.
908         Reported by Bruno Haible.
909
910 2009-12-30  Eric Blake  <ebb9@byu.net>
911
912         sys_wait: drop link-warning dependency
913         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
914         link-warning efforts.
915         * lib/sys_wait.in.h: Likewise.
916
917         fdutimensat: remove bogus dependency
918         * modules/fdutimensat (Depends-on): Drop inline.
919
920         unistd: fix typo
921         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
922
923 2009-12-30  Bruno Haible  <bruno@clisp.org>
924
925         Fix compilation error with Solaris cc.
926         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
927         * lib/unicase/u16-is-invariant.c: Likewise.
928         * lib/unicase/u32-is-invariant.c: Likewise.
929         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
930
931 2009-12-30  Bruno Haible  <bruno@clisp.org>
932
933         Fix test crash.
934         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
935         locales.
936         Reported by Simon Josefsson <simon@josefsson.org>.
937
938 2009-12-30  Bruno Haible  <bruno@clisp.org>
939
940         Fix compilation error on most platforms.
941         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
942         Reported by Simon Josefsson <simon@josefsson.org>
943         and Nelson H. F. Beebe <beebe@math.utah.edu>.
944
945 2009-12-30  Eric Blake  <ebb9@byu.net>
946
947         futimens, utimensat: work around ntfs-3g bug
948         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
949         a ctime bug is present, and expand workaround to cover ntfs-3g.
950         * lib/utimens.c (fdutimens, lutimens): Likewise.
951         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
952         (validate_timespec): Adjust return value.
953         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
954         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
955         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
956
957 2009-12-29  Eric Blake  <ebb9@byu.net>
958
959         link-warning: make usage consistent
960         * modules/ctype (Depends-on): Add link-warning.
961         (Makefile.am): Update rules accordingly.
962         * modules/langinfo (Depends-on, Makefile.am): Likewise.
963         * modules/locale (Depends-on, Makefile.am): Likewise.
964         * modules/sys_file (Makefile.am): Likewise.
965         * modules/getopt-posix (Makefile.am): Delete unused link warning
966         efforts.
967         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
968         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
969         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
970         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
971
972         stdio: remove unused variables
973         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
974         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
975         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
976
977         tests: test more substitute headers
978         * modules/ctype-tests: New file.
979         * modules/dirent-tests: Likewise.
980         * modules/spawn-tests: Likewise.
981         * modules/sys_file-tests: Likewise.
982         * modules/sys_ioctl-tests: Likewise.
983         * modules/sys_wait-tests: Likewise.
984         * tests/test-ctype.c: Likewise.
985         * tests/test-dirent.c: Likewise.
986         * tests/test-spawn.c: Likewise.
987         * tests/test-sys_file.c: Likewise.
988         * tests/test-sys_ioctl.c: Likewise.
989         * tests/test-sys_wait.c: Likewise.
990         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
991         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
992         whether or not flock is in use.
993
994         tests: remove License section from module
995         * modules/arpa_inet-tests: Remove unneeded section.
996         * modules/byteswap-tests: Likewise.
997         * modules/ceilf-tests: Likewise.
998         * modules/ceill-tests: Likewise.
999         * modules/crypto/des-tests: Likewise.
1000         * modules/crypto/gc-arcfour-tests: Likewise.
1001         * modules/crypto/gc-arctwo-tests: Likewise.
1002         * modules/crypto/gc-des-tests: Likewise.
1003         * modules/crypto/gc-hmac-md5-tests: Likewise.
1004         * modules/crypto/gc-hmac-sha1-tests: Likewise.
1005         * modules/crypto/gc-md2-tests: Likewise.
1006         * modules/crypto/gc-md4-tests: Likewise.
1007         * modules/crypto/gc-md5-tests: Likewise.
1008         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
1009         * modules/crypto/gc-rijndael-tests: Likewise.
1010         * modules/crypto/gc-sha1-tests: Likewise.
1011         * modules/crypto/gc-tests: Likewise.
1012         * modules/crypto/md2-tests: Likewise.
1013         * modules/crypto/md4-tests: Likewise.
1014         * modules/fcntl-h-tests: Likewise.
1015         * modules/floorf-tests: Likewise.
1016         * modules/floorl-tests: Likewise.
1017         * modules/frexp-nolibm-tests: Likewise.
1018         * modules/frexp-tests: Likewise.
1019         * modules/frexpl-nolibm-tests: Likewise.
1020         * modules/frexpl-tests: Likewise.
1021         * modules/getaddrinfo-tests: Likewise.
1022         * modules/inttypes-tests: Likewise.
1023         * modules/isfinite-tests: Likewise.
1024         * modules/isinf-tests: Likewise.
1025         * modules/ldexpl-tests: Likewise.
1026         * modules/locale-tests: Likewise.
1027         * modules/math-tests: Likewise.
1028         * modules/netdb-tests: Likewise.
1029         * modules/netinet_in-tests: Likewise.
1030         * modules/printf-frexp-tests: Likewise.
1031         * modules/printf-frexpl-tests: Likewise.
1032         * modules/priv-set-tests: Likewise.
1033         * modules/random_r-tests: Likewise.
1034         * modules/round-tests: Likewise.
1035         * modules/roundf-tests: Likewise.
1036         * modules/roundl-tests: Likewise.
1037         * modules/search-tests: Likewise.
1038         * modules/select-tests: Likewise.
1039         * modules/signal-tests: Likewise.
1040         * modules/stdbool-tests: Likewise.
1041         * modules/stddef-tests: Likewise.
1042         * modules/stdint-tests: Likewise.
1043         * modules/stdio-tests: Likewise.
1044         * modules/stdlib-tests: Likewise.
1045         * modules/string-tests: Likewise.
1046         * modules/strings-tests: Likewise.
1047         * modules/sys_select-tests: Likewise.
1048         * modules/sys_socket-tests: Likewise.
1049         * modules/sys_stat-tests: Likewise.
1050         * modules/sys_time-tests: Likewise.
1051         * modules/sys_utsname-tests: Likewise.
1052         * modules/sysexits-tests: Likewise.
1053         * modules/time-tests: Likewise.
1054         * modules/trunc-tests: Likewise.
1055         * modules/truncf-tests: Likewise.
1056         * modules/truncl-tests: Likewise.
1057         * modules/tsearch-tests: Likewise.
1058         * modules/unistd-tests: Likewise.
1059         * modules/wchar-tests: Likewise.
1060         * modules/wctype-tests: Likewise.
1061
1062         tests: fix license on several tests
1063         * tests/test-des.c: Update to GPLv3+.
1064         * tests/test-flock.c: Likewise.
1065         * tests/test-fsync.c: Likewise.
1066         * tests/test-futimens.h: Likewise.
1067         * tests/test-gc-arcfour.c: Likewise.
1068         * tests/test-gc-arctwo.c: Likewise.
1069         * tests/test-gc-des.c: Likewise.
1070         * tests/test-gc-hmac-md5.c: Likewise.
1071         * tests/test-gc-hmac-sha1.c: Likewise.
1072         * tests/test-gc-md2.c: Likewise.
1073         * tests/test-gc-md4.c: Likewise.
1074         * tests/test-gc-md5.c: Likewise.
1075         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1076         * tests/test-gc-rijndael.c: Likewise.
1077         * tests/test-gc-sha1.c: Likewise.
1078         * tests/test-gc.c: Likewise.
1079         * tests/test-getcwd.c: Likewise.
1080         * tests/test-link.c: Likewise.
1081         * tests/test-link.h: Likewise.
1082         * tests/test-lutimens.h: Likewise.
1083         * tests/test-md2.c: Likewise.
1084         * tests/test-md4.c: Likewise.
1085         * tests/test-mkdir.h: Likewise.
1086         * tests/test-rename.c: Likewise.
1087         * tests/test-rename.h: Likewise.
1088         * tests/test-safe-alloc.c: Likewise.
1089         * tests/test-utimens-common.h: Likewise.
1090         * tests/test-utimens.h: Likewise.
1091
1092         maint: sync license texts
1093         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
1094         * doc/gpl-3.0.texi: Revert copyright year update.
1095         * doc/lgpl-3.0.texi: Likewise.
1096
1097 2009-12-29  Jim Meyering  <meyering@redhat.com>
1098
1099         update nearly all FSF copyright year lists to include 2009
1100         The files named by the following are exempted:
1101             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
1102               test -f "$dst" && { echo "$dst"; continue; }
1103               test -d "$dst" || continue
1104               echo "$dst"/$(basename "$src")
1105             done > exempt
1106             git ls-files tests/unictype >> exempt
1107         In the remaining files, convert to all-interval notation if
1108         - there is already at least one year interval like 2000-2003
1109         - the file is maintained by me
1110         - the file is in lib/uni*/, where that style already prevails
1111         Otherwise, use update-copyright's default.
1112
1113 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1114         and Eric Blake  <ebb9@byu.net>
1115
1116         tests: don't require debug system() to pass
1117         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
1118         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1119         * tests/test-unlink.h (test_unlink_func): Likewise.
1120         * tests/test-fstatat.c (main): ...into callers.
1121         * tests/test-lstat.c (main): Likewise.
1122         * tests/test-rmdir.c (main): Likewise.
1123         * tests/test-unlink.c (main): Likewise.
1124         * tests/test-unlinkat.c (main): Likewise.
1125         * tests/test-areadlink-with-size.c (main): Don't require a
1126         debug-only system call to pass, aiding cross-testing to mingw.
1127         * tests/test-areadlink.c (main): Likewise.
1128         * tests/test-areadlinkat-with-size.c (main): Likewise.
1129         * tests/test-areadlinkat.c (main): Likewise.
1130         * tests/test-canonicalize-lgpl.c (main): Likewise.
1131         * tests/test-canonicalize.c (main): Likewise.
1132         * tests/test-chown.c (main): Likewise.
1133         * tests/test-fchownat.c (main): Likewise.
1134         * tests/test-lchown.c (main): Likewise.
1135         * tests/test-fdutimensat.c (main): Likewise.
1136         * tests/test-futimens.c (main): Likewise.
1137         * tests/test-link.c (main): Likewise.
1138         * tests/test-linkat.c (main): Likewise.
1139         * tests/test-mkdir.c (main): Likewise.
1140         * tests/test-mkdirat.c (main): Likewise.
1141         * tests/test-mkfifo.c (main): Likewise.
1142         * tests/test-mkfifoat.c (main): Likewise.
1143         * tests/test-mknod.c (main): Likewise.
1144         * tests/test-readlink.c (main): Likewise.
1145         * tests/test-remove.c (main): Likewise.
1146         * tests/test-rename.c (main): Likewise.
1147         * tests/test-renameat.c (main): Likewise.
1148         * tests/test-symlink.c (main): Likewise.
1149         * tests/test-symlinkat.c (main): Likewise.
1150         * tests/test-utimens.c (main): Likewise.
1151         * tests/test-utimensat.c (main): Likewise.
1152
1153 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1154
1155         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
1156         on $(UNUSED_PARAMETER_H) to avoid build failure.
1157
1158 2009-12-28  Jim Meyering  <meyering@redhat.com>
1159
1160         update-copyright: you may specify a max. line length other than 72
1161         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
1162
1163         maint: use consistent FSF copyright line syntax
1164         * lib/posixtm.c: Add missing comma in FSF copyright line.
1165         * lib/posixtm.h: Likewise.
1166         * lib/getugroups.c: Add missing ", Inc.".
1167
1168         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
1169         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
1170         FSF copyright line.  Remove trailing blanks.
1171
1172 2009-12-28  Eric Blake  <ebb9@byu.net>
1173
1174         test-dup2: reduce dependencies
1175         * modules/cloexec (Configure.ac): Set witness.
1176         * modules/dup2-tests (Depends-on): Drop cloexec.
1177         * tests/test-dup2.c (main): Skip portion of test if cloexec module
1178         not present.
1179         Suggested by Bruno Haible.
1180
1181 2009-12-26  Bruno Haible  <bruno@clisp.org>
1182
1183         Remove an unneeded dependency.
1184         * modules/fseterr (Depends-on): Remove dup2.
1185
1186 2009-12-26  Eric Blake  <ebb9@byu.net>
1187
1188         tests: use macros.h in more places
1189         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
1190         (ASSERT_STREAM): Provide default of stderr.
1191         * tests/test-dirent-safer.c: Include macros.h, using alternate
1192         stream for assertions.
1193         * tests/test-dup-safer.c: Likewise.
1194         * tests/test-freopen-safer.c: Likewise.
1195         * tests/test-getopt.c: Likewise.
1196         * tests/test-openat-safer.c: Likewise.
1197         * tests/test-pipe.c: Likewise.
1198         * tests/test-popen-safer.c: Likewise.
1199         * modules/dirent-safer-tests (Files): Include macros.h.
1200         * modules/unistd-safer-tests (Files): Likewise.
1201         * modules/freopen-safer-tests (Files): Likewise.
1202         * modules/getopt-posix-tests (Files): Likewise.
1203         * modules/openat-safer-tests (Files): Likewise.
1204         * modules/pipe-tests (Files): Likewise.
1205
1206 2009-12-26  Bruno Haible  <bruno@clisp.org>
1207
1208         javacomp: Portability fix.
1209         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
1210         that it also works on Solaris.
1211
1212 2009-12-26  Bruno Haible  <bruno@clisp.org>
1213
1214         localename: Fix storage allocation of gl_locale_name_thread's result.
1215         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
1216         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
1217         all platforms that have 'uselocale'.
1218         (gl_locale_name_thread_unsafe): New function, extracted from
1219         gl_locale_name_thread.
1220         (gl_locale_name_thread): Call struniq on all platforms that have
1221         'uselocale'.
1222         * tests/test-localename.c (test_locale_name_thread): Check that the
1223         resulting strings are permanently allocated.
1224         * modules/localename-tests (Depends-on): Add strdup.
1225
1226 2009-12-26  Bruno Haible  <bruno@clisp.org>
1227
1228         * tests/test-localename.c (categories): Fill in the strings.
1229
1230 2009-12-26  Jim Meyering  <meyering@redhat.com>
1231
1232         isdir: complete the removal of m4/isdir.m4
1233         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
1234
1235         isdir: clean up, since at least grep still uses it
1236         * lib/isdir.c: Include "isdir.h".
1237         (S_ISDIR): Remove now-unneeded definition.
1238         * modules/isdir (Files): Add lib/isdir.h.
1239         * lib/isdir.h: New file, with declaration.
1240         * m4/isdir.m4: Remove file -- unneeded.
1241
1242 2009-12-25  Bruno Haible  <bruno@clisp.org>
1243
1244         selinux-h: Make generated .h files standalone.
1245         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
1246         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
1247         * lib/se-selinux.in.h: Likewise.
1248         * modules/selinux-h (Depends-on): Add unused-parameter.
1249         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
1250         selinux/selinux.h and selinux/context.h.
1251         Suggested by Eric Blake.
1252
1253 2009-12-25  Bruno Haible  <bruno@clisp.org>
1254
1255         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
1256         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
1257         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
1258         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
1259         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
1260
1261 2009-12-24  Bruno Haible  <bruno@clisp.org>
1262
1263         openat: Fix warning.
1264         * lib/openat-proc.c: Include <unistd.h>.
1265
1266 2009-12-24  Bruno Haible  <bruno@clisp.org>
1267
1268         New module 'unused-parameter'.
1269         * build-aux/unused-parameter.h: New file, extracted from earlier
1270         gnulib-common.m4.
1271         * modules/unused-parameter: New file.
1272         * lib/unistr.h: Include unused-parameter.h.
1273         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
1274         _GL_UNUSED.
1275         * modules/unistr/base (Depends-on): Add unused-parameter.
1276
1277 2009-12-24  Bruno Haible  <bruno@clisp.org>
1278
1279         Add missing dependencies to 'extensions' module.
1280         * m4/extensions.m4: Add comment.
1281         * modules/accept4 (Depends-on): Add extensions.
1282         * modules/dup3 (Depends-on): Likewise.
1283         * modules/fcntl (Depends-on): Likewise.
1284         * modules/futimens (Depends-on): Likewise.
1285         * modules/mknod (Depends-on): Likewise.
1286         * modules/pipe2 (Depends-on): Likewise.
1287         * modules/stat-time (Depends-on): Likewise.
1288         * modules/strcasestr-simple (Depends-on): Likewise.
1289         * modules/strsignal (Depends-on): Likewise.
1290         * modules/utimensat (Depends-on): Likewise.
1291         * modules/localcharset (Depends-on): Likewise. Needed because of
1292         gl_FCNTL_O_FLAGS.
1293         * modules/wcrtomb (Depends-on): Likewise. Needed because of
1294         AC_TYPE_MBSTATE_T.
1295         * modules/wcsnrtombs (Depends-on): Likewise.
1296         * modules/wcsrtombs (Depends-on): Likewise.
1297
1298 2009-12-24  Bruno Haible  <bruno@clisp.org>
1299
1300         binary-io: Avoid gcc warning due to SET_BINARY.
1301         * lib/binary-io.h (SET_BINARY): Cast the result to void.
1302         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
1303
1304 2009-12-24  Bruno Haible  <bruno@clisp.org>
1305
1306         Avoid future namespace pollution on glibc systems.
1307         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
1308         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
1309         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
1310         glibc systems.
1311
1312 2009-12-24  Bruno Haible  <bruno@clisp.org>
1313
1314         Refactor common macros used in tests.
1315         * tests/macros.h: New file.
1316         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
1317         and/or <stdlib.h>, if appropriate.
1318         (ASSERT, SIZEOF): Remove macros.
1319         * tests/test-areadlink-with-size.c: Likewise.
1320         * tests/test-areadlinkat.c: Likewise.
1321         * tests/test-areadlinkat-with-size.c: Likewise.
1322         * tests/test-argmatch.c: Likewise.
1323         * tests/test-argv-iter.c: Likewise.
1324         * tests/test-array-mergesort.c: Likewise.
1325         * tests/test-array_list.c: Likewise.
1326         * tests/test-array_oset.c: Likewise.
1327         * tests/test-avltree_list.c: Likewise.
1328         * tests/test-avltree_oset.c: Likewise.
1329         * tests/test-avltreehash_list.c: Likewise.
1330         * tests/test-base64.c: Likewise.
1331         * tests/test-binary-io.c: Likewise.
1332         * tests/test-bitrotate.c: Likewise.
1333         * tests/test-btowc.c: Likewise.
1334         * tests/test-byteswap.c: Likewise.
1335         * tests/test-c-ctype.c: Likewise.
1336         * tests/test-c-stack.c: Likewise.
1337         * tests/test-c-strcasecmp.c: Likewise.
1338         * tests/test-c-strcasestr.c: Likewise.
1339         * tests/test-c-strncasecmp.c: Likewise.
1340         * tests/test-c-strstr.c: Likewise.
1341         * tests/test-canonicalize-lgpl.c: Likewise.
1342         * tests/test-canonicalize.c: Likewise.
1343         * tests/test-carray_list.c: Likewise.
1344         * tests/test-ceilf1.c: Likewise.
1345         * tests/test-ceilf2.c: Likewise.
1346         * tests/test-ceill.c: Likewise.
1347         * tests/test-chown.c: Likewise.
1348         * tests/test-cloexec.c: Likewise.
1349         * tests/test-copy-acl.c: Likewise.
1350         * tests/test-copy-file.c: Likewise.
1351         * tests/test-count-one-bits.c: Likewise.
1352         * tests/test-dprintf-posix.c: Likewise.
1353         * tests/test-dup2.c: Likewise.
1354         * tests/test-dup3.c: Likewise.
1355         * tests/test-duplocale.c: Likewise.
1356         * tests/test-fbufmode.c: Likewise.
1357         * tests/test-fchdir.c: Likewise.
1358         * tests/test-fchownat.c: Likewise.
1359         * tests/test-fcntl-safer.c: Likewise.
1360         * tests/test-fcntl.c: Likewise.
1361         * tests/test-fdopendir.c: Likewise.
1362         * tests/test-fdutimensat.c: Likewise.
1363         * tests/test-fflush2.c: Likewise.
1364         * tests/test-file-has-acl.c: Likewise.
1365         * tests/test-filevercmp.c: Likewise.
1366         * tests/test-flock.c: Likewise.
1367         * tests/test-floorf1.c: Likewise.
1368         * tests/test-floorf2.c: Likewise.
1369         * tests/test-floorl.c: Likewise.
1370         * tests/test-fnmatch.c: Likewise.
1371         * tests/test-fopen.h: Likewise.
1372         * tests/test-fpending.c: Likewise.
1373         * tests/test-fprintf-posix.c: Likewise.
1374         * tests/test-fpurge.c: Likewise.
1375         * tests/test-freadable.c: Likewise.
1376         * tests/test-freadahead.c: Likewise.
1377         * tests/test-freading.c: Likewise.
1378         * tests/test-freadptr.c: Likewise.
1379         * tests/test-freadptr2.c: Likewise.
1380         * tests/test-freadseek.c: Likewise.
1381         * tests/test-freopen.c: Likewise.
1382         * tests/test-frexp.c: Likewise.
1383         * tests/test-frexpl.c: Likewise.
1384         * tests/test-fseek.c: Likewise.
1385         * tests/test-fseeko.c: Likewise.
1386         * tests/test-fstatat.c: Likewise.
1387         * tests/test-fstrcmp.c: Likewise.
1388         * tests/test-fsync.c: Likewise.
1389         * tests/test-ftell.c: Likewise.
1390         * tests/test-ftello.c: Likewise.
1391         * tests/test-func.c: Likewise.
1392         * tests/test-futimens.c: Likewise.
1393         * tests/test-fwritable.c: Likewise.
1394         * tests/test-fwriting.c: Likewise.
1395         * tests/test-getcwd.c: Likewise.
1396         * tests/test-getdate.c: Likewise.
1397         * tests/test-getdelim.c: Likewise.
1398         * tests/test-getdtablesize.c: Likewise.
1399         * tests/test-getgroups.c: Likewise.
1400         * tests/test-getline.c: Likewise.
1401         * tests/test-getndelim2.c: Likewise.
1402         * tests/test-glob.c: Likewise.
1403         * tests/test-hash.c: Likewise.
1404         * tests/test-i-ring.c: Likewise.
1405         * tests/test-iconv-utf.c: Likewise.
1406         * tests/test-iconv.c: Likewise.
1407         * tests/test-idpriv-drop.c: Likewise.
1408         * tests/test-idpriv-droptemp.c: Likewise.
1409         * tests/test-inet_ntop.c: Likewise.
1410         * tests/test-inet_pton.c: Likewise.
1411         * tests/test-isblank.c: Likewise.
1412         * tests/test-isfinite.c: Likewise.
1413         * tests/test-isinf.c: Likewise.
1414         * tests/test-isnan.c: Likewise.
1415         * tests/test-isnand.h: Likewise.
1416         * tests/test-isnanf.h: Likewise.
1417         * tests/test-isnanl.h: Likewise.
1418         * tests/test-lchown.c: Likewise.
1419         * tests/test-ldexpl.c: Likewise.
1420         * tests/test-link.c: Likewise.
1421         * tests/test-linkat.c: Likewise.
1422         * tests/test-linked_list.c: Likewise.
1423         * tests/test-linkedhash_list.c: Likewise.
1424         * tests/test-localename.c: Likewise.
1425         * tests/test-lseek.c: Likewise.
1426         * tests/test-lstat.c: Likewise.
1427         * tests/test-mbmemcasecmp.c: Likewise.
1428         * tests/test-mbmemcasecoll.c: Likewise.
1429         * tests/test-mbrtowc.c: Likewise.
1430         * tests/test-mbscasecmp.c: Likewise.
1431         * tests/test-mbscasestr1.c: Likewise.
1432         * tests/test-mbscasestr2.c: Likewise.
1433         * tests/test-mbscasestr3.c: Likewise.
1434         * tests/test-mbscasestr4.c: Likewise.
1435         * tests/test-mbschr.c: Likewise.
1436         * tests/test-mbscspn.c: Likewise.
1437         * tests/test-mbsinit.c: Likewise.
1438         * tests/test-mbsncasecmp.c: Likewise.
1439         * tests/test-mbsnrtowcs.c: Likewise.
1440         * tests/test-mbspbrk.c: Likewise.
1441         * tests/test-mbspcasecmp.c: Likewise.
1442         * tests/test-mbsrchr.c: Likewise.
1443         * tests/test-mbsrtowcs.c: Likewise.
1444         * tests/test-mbsspn.c: Likewise.
1445         * tests/test-mbsstr1.c: Likewise.
1446         * tests/test-mbsstr2.c: Likewise.
1447         * tests/test-mbsstr3.c: Likewise.
1448         * tests/test-memchr.c: Likewise.
1449         * tests/test-memchr2.c: Likewise.
1450         * tests/test-memcmp.c: Likewise.
1451         * tests/test-memmem.c: Likewise.
1452         * tests/test-memrchr.c: Likewise.
1453         * tests/test-mkdir.c: Likewise.
1454         * tests/test-mkdirat.c: Likewise.
1455         * tests/test-mkfifo.c: Likewise.
1456         * tests/test-mkfifoat.c: Likewise.
1457         * tests/test-mknod.c: Likewise.
1458         * tests/test-nanosleep.c: Likewise.
1459         * tests/test-nl_langinfo.c: Likewise.
1460         * tests/test-obstack-printf.c: Likewise.
1461         * tests/test-open.c: Likewise.
1462         * tests/test-openat.c: Likewise.
1463         * tests/test-pipe-filter-gi1.c: Likewise.
1464         * tests/test-pipe-filter-gi2-main.c: Likewise.
1465         * tests/test-pipe-filter-ii1.c: Likewise.
1466         * tests/test-pipe-filter-ii2-main.c: Likewise.
1467         * tests/test-pipe2.c: Likewise.
1468         * tests/test-popen.h: Likewise.
1469         * tests/test-posixtm.c: Likewise.
1470         * tests/test-pread.c: Likewise.
1471         * tests/test-printf-frexp.c: Likewise.
1472         * tests/test-printf-frexpl.c: Likewise.
1473         * tests/test-printf-posix.c: Likewise.
1474         * tests/test-priv-set.c: Likewise.
1475         * tests/test-quotearg.c: Likewise.
1476         * tests/test-random_r.c: Likewise.
1477         * tests/test-rawmemchr.c: Likewise.
1478         * tests/test-rbtree_list.c: Likewise.
1479         * tests/test-rbtree_oset.c: Likewise.
1480         * tests/test-rbtreehash_list.c: Likewise.
1481         * tests/test-readlink.c: Likewise.
1482         * tests/test-remove.c: Likewise.
1483         * tests/test-rename.c: Likewise.
1484         * tests/test-renameat.c: Likewise.
1485         * tests/test-rmdir.c: Likewise.
1486         * tests/test-round1.c: Likewise.
1487         * tests/test-roundf1.c: Likewise.
1488         * tests/test-roundl.c: Likewise.
1489         * tests/test-safe-alloc.c: Likewise.
1490         * tests/test-sameacls.c: Likewise.
1491         * tests/test-set-mode-acl.c: Likewise.
1492         * tests/test-setenv.c: Likewise.
1493         * tests/test-sigaction.c: Likewise.
1494         * tests/test-signbit.c: Likewise.
1495         * tests/test-sleep.c: Likewise.
1496         * tests/test-snprintf-posix.c: Likewise.
1497         * tests/test-snprintf.c: Likewise.
1498         * tests/test-sprintf-posix.c: Likewise.
1499         * tests/test-stat-time.c: Likewise.
1500         * tests/test-stat.c: Likewise.
1501         * tests/test-strcasestr.c: Likewise.
1502         * tests/test-strchrnul.c: Likewise.
1503         * tests/test-strerror.c: Likewise.
1504         * tests/test-striconv.c: Likewise.
1505         * tests/test-striconveh.c: Likewise.
1506         * tests/test-striconveha.c: Likewise.
1507         * tests/test-strsignal.c: Likewise.
1508         * tests/test-strstr.c: Likewise.
1509         * tests/test-strtod.c: Likewise.
1510         * tests/test-strverscmp.c: Likewise.
1511         * tests/test-symlink.c: Likewise.
1512         * tests/test-symlinkat.c: Likewise.
1513         * tests/test-trunc1.c: Likewise.
1514         * tests/test-trunc2.c: Likewise.
1515         * tests/test-truncf1.c: Likewise.
1516         * tests/test-truncf2.c: Likewise.
1517         * tests/test-truncl.c: Likewise.
1518         * tests/test-uname.c: Likewise.
1519         * tests/test-unlink.c: Likewise.
1520         * tests/test-unlinkat.c: Likewise.
1521         * tests/test-unsetenv.c: Likewise.
1522         * tests/test-usleep.c: Likewise.
1523         * tests/test-utimens.c: Likewise.
1524         * tests/test-utimensat.c: Likewise.
1525         * tests/test-vasnprintf-posix.c: Likewise.
1526         * tests/test-vasnprintf-posix2.c: Likewise.
1527         * tests/test-vasnprintf.c: Likewise.
1528         * tests/test-vasprintf-posix.c: Likewise.
1529         * tests/test-vasprintf.c: Likewise.
1530         * tests/test-vdprintf-posix.c: Likewise.
1531         * tests/test-vfprintf-posix.c: Likewise.
1532         * tests/test-vprintf-posix.c: Likewise.
1533         * tests/test-vsnprintf-posix.c: Likewise.
1534         * tests/test-vsnprintf.c: Likewise.
1535         * tests/test-vsprintf-posix.c: Likewise.
1536         * tests/test-wcrtomb.c: Likewise.
1537         * tests/test-wcsnrtombs.c: Likewise.
1538         * tests/test-wcsrtombs.c: Likewise.
1539         * tests/test-wctype.c: Likewise.
1540         * tests/test-wcwidth.c: Likewise.
1541         * tests/test-xfprintf-posix.c: Likewise.
1542         * tests/test-xmemdup0.c: Likewise.
1543         * tests/test-xprintf-posix.c: Likewise.
1544         * tests/test-xvasprintf.c: Likewise.
1545         * tests/unicase/test-locale-language.c: Likewise.
1546         * tests/unicase/test-mapping-part1.h: Likewise.
1547         * tests/unicase/test-predicate-part1.h: Likewise.
1548         * tests/unicase/test-u8-casecmp.c: Likewise.
1549         * tests/unicase/test-u8-casecoll.c: Likewise.
1550         * tests/unicase/test-u8-casefold.c: Likewise.
1551         * tests/unicase/test-u8-is-cased.c: Likewise.
1552         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1553         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1554         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1555         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1556         * tests/unicase/test-u8-tolower.c: Likewise.
1557         * tests/unicase/test-u8-totitle.c: Likewise.
1558         * tests/unicase/test-u8-toupper.c: Likewise.
1559         * tests/unicase/test-u16-casecmp.c: Likewise.
1560         * tests/unicase/test-u16-casecoll.c: Likewise.
1561         * tests/unicase/test-u16-casefold.c: Likewise.
1562         * tests/unicase/test-u16-is-cased.c: Likewise.
1563         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1564         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1565         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1566         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1567         * tests/unicase/test-u16-tolower.c: Likewise.
1568         * tests/unicase/test-u16-totitle.c: Likewise.
1569         * tests/unicase/test-u16-toupper.c: Likewise.
1570         * tests/unicase/test-u32-casecmp.c: Likewise.
1571         * tests/unicase/test-u32-casecoll.c: Likewise.
1572         * tests/unicase/test-u32-casefold.c: Likewise.
1573         * tests/unicase/test-u32-is-cased.c: Likewise.
1574         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1575         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1576         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1577         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1578         * tests/unicase/test-u32-tolower.c: Likewise.
1579         * tests/unicase/test-u32-totitle.c: Likewise.
1580         * tests/unicase/test-u32-toupper.c: Likewise.
1581         * tests/unicase/test-ulc-casecmp.c: Likewise.
1582         * tests/unicase/test-ulc-casecoll.c: Likewise.
1583         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1584         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1585         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1586         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1587         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1588         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1589         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1590         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1591         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1592         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1593         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1594         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1595         * tests/unictype/test-bidi_byname.c: Likewise.
1596         * tests/unictype/test-bidi_name.c: Likewise.
1597         * tests/unictype/test-bidi_of.c: Likewise.
1598         * tests/unictype/test-bidi_test.c: Likewise.
1599         * tests/unictype/test-block_list.c: Likewise.
1600         * tests/unictype/test-block_of.c: Likewise.
1601         * tests/unictype/test-block_test.c: Likewise.
1602         * tests/unictype/test-categ_and.c: Likewise.
1603         * tests/unictype/test-categ_and_not.c: Likewise.
1604         * tests/unictype/test-categ_byname.c: Likewise.
1605         * tests/unictype/test-categ_name.c: Likewise.
1606         * tests/unictype/test-categ_none.c: Likewise.
1607         * tests/unictype/test-categ_of.c: Likewise.
1608         * tests/unictype/test-categ_or.c: Likewise.
1609         * tests/unictype/test-categ_test_withtable.c: Likewise.
1610         * tests/unictype/test-combining.c: Likewise.
1611         * tests/unictype/test-decdigit.c: Likewise.
1612         * tests/unictype/test-digit.c: Likewise.
1613         * tests/unictype/test-mirror.c: Likewise.
1614         * tests/unictype/test-numeric.c: Likewise.
1615         * tests/unictype/test-pr_byname.c: Likewise.
1616         * tests/unictype/test-pr_test.c: Likewise.
1617         * tests/unictype/test-predicate-part1.h: Likewise.
1618         * tests/unictype/test-scripts.c: Likewise.
1619         * tests/unictype/test-sy_c_ident.c: Likewise.
1620         * tests/unictype/test-sy_java_ident.c: Likewise.
1621         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1622         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1623         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1624         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1625         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1626         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1627         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1628         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1629         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1630         * tests/uninorm/test-compat-decomposition.c: Likewise.
1631         * tests/uninorm/test-composition.c: Likewise.
1632         * tests/uninorm/test-decomposing-form.c: Likewise.
1633         * tests/uninorm/test-decomposition.c: Likewise.
1634         * tests/uninorm/test-u8-nfc.c: Likewise.
1635         * tests/uninorm/test-u8-nfd.c: Likewise.
1636         * tests/uninorm/test-u8-nfkc.c: Likewise.
1637         * tests/uninorm/test-u8-nfkd.c: Likewise.
1638         * tests/uninorm/test-u8-normcmp.c: Likewise.
1639         * tests/uninorm/test-u8-normcoll.c: Likewise.
1640         * tests/uninorm/test-u16-nfc.c: Likewise.
1641         * tests/uninorm/test-u16-nfd.c: Likewise.
1642         * tests/uninorm/test-u16-nfkc.c: Likewise.
1643         * tests/uninorm/test-u16-nfkd.c: Likewise.
1644         * tests/uninorm/test-u16-normcmp.c: Likewise.
1645         * tests/uninorm/test-u16-normcoll.c: Likewise.
1646         * tests/uninorm/test-u32-nfc.c: Likewise.
1647         * tests/uninorm/test-u32-nfd.c: Likewise.
1648         * tests/uninorm/test-u32-nfkc.c: Likewise.
1649         * tests/uninorm/test-u32-nfkd.c: Likewise.
1650         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1651         * tests/uninorm/test-u32-normcmp.c: Likewise.
1652         * tests/uninorm/test-u32-normcoll.c: Likewise.
1653         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1654         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1655         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1656         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1657         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1658         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1659         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1660         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1661         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1662         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1663         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1664         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1665         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1666         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1667         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1668         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1669         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1670         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1671         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1672         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1673         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1674         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1675         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1676         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1677         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1678         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1679         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1680         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1681         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1682         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
1683         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
1684         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
1685         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
1686         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1687         * tests/uniwidth/test-u8-width.c: Likewise.
1688         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1689         * tests/uniwidth/test-u16-width.c: Likewise.
1690         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1691         * tests/uniwidth/test-u32-width.c: Likewise.
1692         * tests/uniwidth/test-uc_width.c: Likewise.
1693         * tests/uniwidth/test-uc_width2.c: Likewise.
1694         * modules/acl-tests (Files): Add tests/macros.h.
1695         * modules/areadlink-tests (Files): Likewise.
1696         * modules/areadlink-with-size-tests (Files): Likewise.
1697         * modules/areadlinkat-tests (Files): Likewise.
1698         * modules/areadlinkat-with-size-tests (Files): Likewise.
1699         * modules/argmatch-tests (Files): Likewise.
1700         * modules/argv-iter-tests (Files): Likewise.
1701         * modules/array-list-tests (Files): Likewise.
1702         * modules/array-mergesort-tests (Files): Likewise.
1703         * modules/array-oset-tests (Files): Likewise.
1704         * modules/avltree-list-tests (Files): Likewise.
1705         * modules/avltree-oset-tests (Files): Likewise.
1706         * modules/avltreehash-list-tests (Files): Likewise.
1707         * modules/base64-tests (Files): Likewise.
1708         * modules/binary-io-tests (Files): Likewise.
1709         * modules/bitrotate-tests (Files): Likewise.
1710         * modules/btowc-tests (Files): Likewise.
1711         * modules/byteswap-tests (Files): Likewise.
1712         * modules/c-ctype-tests (Files): Likewise.
1713         * modules/c-stack-tests (Files): Likewise.
1714         * modules/c-strcase-tests (Files): Likewise.
1715         * modules/c-strcasestr-tests (Files): Likewise.
1716         * modules/c-strstr-tests (Files): Likewise.
1717         * modules/canonicalize-lgpl-tests (Files): Likewise.
1718         * modules/canonicalize-tests (Files): Likewise.
1719         * modules/carray-list-tests (Files): Likewise.
1720         * modules/ceilf-tests (Files): Likewise.
1721         * modules/ceill-tests (Files): Likewise.
1722         * modules/chown-tests (Files): Likewise.
1723         * modules/cloexec-tests (Files): Likewise.
1724         * modules/copy-file-tests (Files): Likewise.
1725         * modules/count-one-bits-tests (Files): Likewise.
1726         * modules/dprintf-posix-tests (Files): Likewise.
1727         * modules/dup2-tests (Files): Likewise.
1728         * modules/dup3-tests (Files): Likewise.
1729         * modules/duplocale-tests (Files): Likewise.
1730         * modules/fbufmode-tests (Files): Likewise.
1731         * modules/fchdir-tests (Files): Likewise.
1732         * modules/fcntl-safer-tests (Files): Likewise.
1733         * modules/fcntl-tests (Files): Likewise.
1734         * modules/fdopendir-tests (Files): Likewise.
1735         * modules/fdutimensat-tests (Files): Likewise.
1736         * modules/fflush-tests (Files): Likewise.
1737         * modules/filevercmp-tests (Files): Likewise.
1738         * modules/flock-tests (Files): Likewise.
1739         * modules/floorf-tests (Files): Likewise.
1740         * modules/floorl-tests (Files): Likewise.
1741         * modules/fnmatch-tests (Files): Likewise.
1742         * modules/fopen-safer-tests (Files): Likewise.
1743         * modules/fopen-tests (Files): Likewise.
1744         * modules/fpending-tests (Files): Likewise.
1745         * modules/fprintf-posix-tests (Files): Likewise.
1746         * modules/fpurge-tests (Files): Likewise.
1747         * modules/freadable-tests (Files): Likewise.
1748         * modules/freadahead-tests (Files): Likewise.
1749         * modules/freading-tests (Files): Likewise.
1750         * modules/freadptr-tests (Files): Likewise.
1751         * modules/freadseek-tests (Files): Likewise.
1752         * modules/freopen-tests (Files): Likewise.
1753         * modules/frexp-nolibm-tests (Files): Likewise.
1754         * modules/frexp-tests (Files): Likewise.
1755         * modules/frexpl-nolibm-tests (Files): Likewise.
1756         * modules/frexpl-tests (Files): Likewise.
1757         * modules/fseek-tests (Files): Likewise.
1758         * modules/fseeko-tests (Files): Likewise.
1759         * modules/fstrcmp-tests (Files): Likewise.
1760         * modules/fsync-tests (Files): Likewise.
1761         * modules/ftell-tests (Files): Likewise.
1762         * modules/ftello-tests (Files): Likewise.
1763         * modules/func-tests (Files): Likewise.
1764         * modules/futimens-tests (Files): Likewise.
1765         * modules/fwritable-tests (Files): Likewise.
1766         * modules/fwriting-tests (Files): Likewise.
1767         * modules/getcwd-tests (Files): Likewise.
1768         * modules/getdate-tests (Files): Likewise.
1769         * modules/getdelim-tests (Files): Likewise.
1770         * modules/getdtablesize-tests (Files): Likewise.
1771         * modules/getgroups-tests (Files): Likewise.
1772         * modules/getline-tests (Files): Likewise.
1773         * modules/getndelim2-tests (Files): Likewise.
1774         * modules/glob-tests (Files): Likewise.
1775         * modules/hash-tests (Files): Likewise.
1776         * modules/i-ring-tests (Files): Likewise.
1777         * modules/iconv-tests (Files): Likewise.
1778         * modules/iconv_open-utf-tests (Files): Likewise.
1779         * modules/idpriv-drop-tests (Files): Likewise.
1780         * modules/idpriv-droptemp-tests (Files): Likewise.
1781         * modules/inet_ntop-tests (Files): Likewise.
1782         * modules/inet_pton-tests (Files): Likewise.
1783         * modules/isblank-tests (Files): Likewise.
1784         * modules/isfinite-tests (Files): Likewise.
1785         * modules/isinf-tests (Files): Likewise.
1786         * modules/isnan-tests (Files): Likewise.
1787         * modules/isnand-nolibm-tests (Files): Likewise.
1788         * modules/isnand-tests (Files): Likewise.
1789         * modules/isnanf-nolibm-tests (Files): Likewise.
1790         * modules/isnanf-tests (Files): Likewise.
1791         * modules/isnanl-nolibm-tests (Files): Likewise.
1792         * modules/isnanl-tests (Files): Likewise.
1793         * modules/lchown-tests (Files): Likewise.
1794         * modules/ldexpl-tests (Files): Likewise.
1795         * modules/link-tests (Files): Likewise.
1796         * modules/linkat-tests (Files): Likewise.
1797         * modules/linked-list-tests (Files): Likewise.
1798         * modules/linkedhash-list-tests (Files): Likewise.
1799         * modules/localename-tests (Files): Likewise.
1800         * modules/lseek-tests (Files): Likewise.
1801         * modules/lstat-tests (Files): Likewise.
1802         * modules/mbmemcasecmp-tests (Files): Likewise.
1803         * modules/mbmemcasecoll-tests (Files): Likewise.
1804         * modules/mbrtowc-tests (Files): Likewise.
1805         * modules/mbscasecmp-tests (Files): Likewise.
1806         * modules/mbscasestr-tests (Files): Likewise.
1807         * modules/mbschr-tests (Files): Likewise.
1808         * modules/mbscspn-tests (Files): Likewise.
1809         * modules/mbsinit-tests (Files): Likewise.
1810         * modules/mbsncasecmp-tests (Files): Likewise.
1811         * modules/mbsnrtowcs-tests (Files): Likewise.
1812         * modules/mbspbrk-tests (Files): Likewise.
1813         * modules/mbspcasecmp-tests (Files): Likewise.
1814         * modules/mbsrchr-tests (Files): Likewise.
1815         * modules/mbsrtowcs-tests (Files): Likewise.
1816         * modules/mbsspn-tests (Files): Likewise.
1817         * modules/mbsstr-tests (Files): Likewise.
1818         * modules/memchr-tests (Files): Likewise.
1819         * modules/memchr2-tests (Files): Likewise.
1820         * modules/memcmp-tests (Files): Likewise.
1821         * modules/memmem-tests (Files): Likewise.
1822         * modules/memrchr-tests (Files): Likewise.
1823         * modules/mkdir-tests (Files): Likewise.
1824         * modules/mkfifo-tests (Files): Likewise.
1825         * modules/mkfifoat-tests (Files): Likewise.
1826         * modules/mknod-tests (Files): Likewise.
1827         * modules/nanosleep-tests (Files): Likewise.
1828         * modules/nl_langinfo-tests (Files): Likewise.
1829         * modules/obstack-printf-tests (Files): Likewise.
1830         * modules/open-tests (Files): Likewise.
1831         * modules/openat-tests (Files): Likewise.
1832         * modules/pipe-filter-gi-tests (Files): Likewise.
1833         * modules/pipe-filter-ii-tests (Files): Likewise.
1834         * modules/pipe2-tests (Files): Likewise.
1835         * modules/popen-safer-tests (Files): Likewise.
1836         * modules/popen-tests (Files): Likewise.
1837         * modules/posixtm-tests (Files): Likewise.
1838         * modules/pread-tests (Files): Likewise.
1839         * modules/printf-frexp-tests (Files): Likewise.
1840         * modules/printf-frexpl-tests (Files): Likewise.
1841         * modules/printf-posix-tests (Files): Likewise.
1842         * modules/priv-set-tests (Files): Likewise.
1843         * modules/quotearg-tests (Files): Likewise.
1844         * modules/random_r-tests (Files): Likewise.
1845         * modules/rawmemchr-tests (Files): Likewise.
1846         * modules/rbtree-list-tests (Files): Likewise.
1847         * modules/rbtree-oset-tests (Files): Likewise.
1848         * modules/rbtreehash-list-tests (Files): Likewise.
1849         * modules/readlink-tests (Files): Likewise.
1850         * modules/remove-tests (Files): Likewise.
1851         * modules/rename-tests (Files): Likewise.
1852         * modules/renameat-tests (Files): Likewise.
1853         * modules/rmdir-tests (Files): Likewise.
1854         * modules/round-tests (Files): Likewise.
1855         * modules/roundf-tests (Files): Likewise.
1856         * modules/roundl-tests (Files): Likewise.
1857         * modules/safe-alloc-tests (Files): Likewise.
1858         * modules/setenv-tests (Files): Likewise.
1859         * modules/sigaction-tests (Files): Likewise.
1860         * modules/signbit-tests (Files): Likewise.
1861         * modules/sleep-tests (Files): Likewise.
1862         * modules/snprintf-posix-tests (Files): Likewise.
1863         * modules/snprintf-tests (Files): Likewise.
1864         * modules/sprintf-posix-tests (Files): Likewise.
1865         * modules/stat-tests (Files): Likewise.
1866         * modules/stat-time-tests (Files): Likewise.
1867         * modules/strcasestr-tests (Files): Likewise.
1868         * modules/strchrnul-tests (Files): Likewise.
1869         * modules/strerror-tests (Files): Likewise.
1870         * modules/striconv-tests (Files): Likewise.
1871         * modules/striconveh-tests (Files): Likewise.
1872         * modules/striconveha-tests (Files): Likewise.
1873         * modules/strsignal-tests (Files): Likewise.
1874         * modules/strstr-tests (Files): Likewise.
1875         * modules/strtod-tests (Files): Likewise.
1876         * modules/strverscmp-tests (Files): Likewise.
1877         * modules/symlink-tests (Files): Likewise.
1878         * modules/symlinkat-tests (Files): Likewise.
1879         * modules/trunc-tests (Files): Likewise.
1880         * modules/truncf-tests (Files): Likewise.
1881         * modules/truncl-tests (Files): Likewise.
1882         * modules/uname-tests (Files): Likewise.
1883         * modules/unicase/cased-tests (Files): Likewise.
1884         * modules/unicase/ignorable-tests (Files): Likewise.
1885         * modules/unicase/locale-language-tests (Files): Likewise.
1886         * modules/unicase/tolower-tests (Files): Likewise.
1887         * modules/unicase/totitle-tests (Files): Likewise.
1888         * modules/unicase/toupper-tests (Files): Likewise.
1889         * modules/unicase/u8-casecmp-tests (Files): Likewise.
1890         * modules/unicase/u8-casecoll-tests (Files): Likewise.
1891         * modules/unicase/u8-casefold-tests (Files): Likewise.
1892         * modules/unicase/u8-is-cased-tests (Files): Likewise.
1893         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
1894         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
1895         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
1896         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
1897         * modules/unicase/u8-tolower-tests (Files): Likewise.
1898         * modules/unicase/u8-totitle-tests (Files): Likewise.
1899         * modules/unicase/u8-toupper-tests (Files): Likewise.
1900         * modules/unicase/u16-casecmp-tests (Files): Likewise.
1901         * modules/unicase/u16-casecoll-tests (Files): Likewise.
1902         * modules/unicase/u16-casefold-tests (Files): Likewise.
1903         * modules/unicase/u16-is-cased-tests (Files): Likewise.
1904         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
1905         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
1906         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
1907         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
1908         * modules/unicase/u16-tolower-tests (Files): Likewise.
1909         * modules/unicase/u16-totitle-tests (Files): Likewise.
1910         * modules/unicase/u16-toupper-tests (Files): Likewise.
1911         * modules/unicase/u32-casecmp-tests (Files): Likewise.
1912         * modules/unicase/u32-casecoll-tests (Files): Likewise.
1913         * modules/unicase/u32-casefold-tests (Files): Likewise.
1914         * modules/unicase/u32-is-cased-tests (Files): Likewise.
1915         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
1916         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
1917         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
1918         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
1919         * modules/unicase/u32-tolower-tests (Files): Likewise.
1920         * modules/unicase/u32-totitle-tests (Files): Likewise.
1921         * modules/unicase/u32-toupper-tests (Files): Likewise.
1922         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
1923         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
1924         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
1925         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
1926         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
1927         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
1928         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
1929         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
1930         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
1931         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
1932         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
1933         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
1934         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
1935         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
1936         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
1937         * modules/unictype/bidicategory-name-tests (Files): Likewise.
1938         * modules/unictype/bidicategory-of-tests (Files): Likewise.
1939         * modules/unictype/bidicategory-test-tests (Files): Likewise.
1940         * modules/unictype/block-list-tests (Files): Likewise.
1941         * modules/unictype/block-of-tests (Files): Likewise.
1942         * modules/unictype/block-test-tests (Files): Likewise.
1943         * modules/unictype/category-C-tests (Files): Likewise.
1944         * modules/unictype/category-Cc-tests (Files): Likewise.
1945         * modules/unictype/category-Cf-tests (Files): Likewise.
1946         * modules/unictype/category-Cn-tests (Files): Likewise.
1947         * modules/unictype/category-Co-tests (Files): Likewise.
1948         * modules/unictype/category-Cs-tests (Files): Likewise.
1949         * modules/unictype/category-L-tests (Files): Likewise.
1950         * modules/unictype/category-Ll-tests (Files): Likewise.
1951         * modules/unictype/category-Lm-tests (Files): Likewise.
1952         * modules/unictype/category-Lo-tests (Files): Likewise.
1953         * modules/unictype/category-Lt-tests (Files): Likewise.
1954         * modules/unictype/category-Lu-tests (Files): Likewise.
1955         * modules/unictype/category-M-tests (Files): Likewise.
1956         * modules/unictype/category-Mc-tests (Files): Likewise.
1957         * modules/unictype/category-Me-tests (Files): Likewise.
1958         * modules/unictype/category-Mn-tests (Files): Likewise.
1959         * modules/unictype/category-N-tests (Files): Likewise.
1960         * modules/unictype/category-Nd-tests (Files): Likewise.
1961         * modules/unictype/category-Nl-tests (Files): Likewise.
1962         * modules/unictype/category-No-tests (Files): Likewise.
1963         * modules/unictype/category-P-tests (Files): Likewise.
1964         * modules/unictype/category-Pc-tests (Files): Likewise.
1965         * modules/unictype/category-Pd-tests (Files): Likewise.
1966         * modules/unictype/category-Pe-tests (Files): Likewise.
1967         * modules/unictype/category-Pf-tests (Files): Likewise.
1968         * modules/unictype/category-Pi-tests (Files): Likewise.
1969         * modules/unictype/category-Po-tests (Files): Likewise.
1970         * modules/unictype/category-Ps-tests (Files): Likewise.
1971         * modules/unictype/category-S-tests (Files): Likewise.
1972         * modules/unictype/category-Sc-tests (Files): Likewise.
1973         * modules/unictype/category-Sk-tests (Files): Likewise.
1974         * modules/unictype/category-Sm-tests (Files): Likewise.
1975         * modules/unictype/category-So-tests (Files): Likewise.
1976         * modules/unictype/category-Z-tests (Files): Likewise.
1977         * modules/unictype/category-Zl-tests (Files): Likewise.
1978         * modules/unictype/category-Zp-tests (Files): Likewise.
1979         * modules/unictype/category-Zs-tests (Files): Likewise.
1980         * modules/unictype/category-and-not-tests (Files): Likewise.
1981         * modules/unictype/category-and-tests (Files): Likewise.
1982         * modules/unictype/category-byname-tests (Files): Likewise.
1983         * modules/unictype/category-name-tests (Files): Likewise.
1984         * modules/unictype/category-none-tests (Files): Likewise.
1985         * modules/unictype/category-of-tests (Files): Likewise.
1986         * modules/unictype/category-or-tests (Files): Likewise.
1987         * modules/unictype/category-test-withtable-tests (Files): Likewise.
1988         * modules/unictype/combining-class-tests (Files): Likewise.
1989         * modules/unictype/ctype-alnum-tests (Files): Likewise.
1990         * modules/unictype/ctype-alpha-tests (Files): Likewise.
1991         * modules/unictype/ctype-blank-tests (Files): Likewise.
1992         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
1993         * modules/unictype/ctype-digit-tests (Files): Likewise.
1994         * modules/unictype/ctype-graph-tests (Files): Likewise.
1995         * modules/unictype/ctype-lower-tests (Files): Likewise.
1996         * modules/unictype/ctype-print-tests (Files): Likewise.
1997         * modules/unictype/ctype-punct-tests (Files): Likewise.
1998         * modules/unictype/ctype-space-tests (Files): Likewise.
1999         * modules/unictype/ctype-upper-tests (Files): Likewise.
2000         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
2001         * modules/unictype/decimal-digit-tests (Files): Likewise.
2002         * modules/unictype/digit-tests (Files): Likewise.
2003         * modules/unictype/mirror-tests (Files): Likewise.
2004         * modules/unictype/numeric-tests (Files): Likewise.
2005         * modules/unictype/property-alphabetic-tests (Files): Likewise.
2006         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
2007         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
2008         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
2009         Likewise.
2010         * modules/unictype/property-bidi-block-separator-tests (Files):
2011         Likewise.
2012         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
2013         Likewise.
2014         * modules/unictype/property-bidi-common-separator-tests (Files):
2015         Likewise.
2016         * modules/unictype/property-bidi-control-tests (Files): Likewise.
2017         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
2018         Likewise.
2019         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
2020         Likewise.
2021         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
2022         Likewise.
2023         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
2024         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
2025         Likewise.
2026         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
2027         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
2028         Likewise.
2029         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
2030         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
2031         * modules/unictype/property-bidi-segment-separator-tests (Files):
2032         Likewise.
2033         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
2034         * modules/unictype/property-byname-tests (Files): Likewise.
2035         * modules/unictype/property-combining-tests (Files): Likewise.
2036         * modules/unictype/property-composite-tests (Files): Likewise.
2037         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
2038         * modules/unictype/property-dash-tests (Files): Likewise.
2039         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
2040         * modules/unictype/property-default-ignorable-code-point-tests (Files):
2041         Likewise.
2042         * modules/unictype/property-deprecated-tests (Files): Likewise.
2043         * modules/unictype/property-diacritic-tests (Files): Likewise.
2044         * modules/unictype/property-extender-tests (Files): Likewise.
2045         * modules/unictype/property-format-control-tests (Files): Likewise.
2046         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
2047         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
2048         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
2049         * modules/unictype/property-hex-digit-tests (Files): Likewise.
2050         * modules/unictype/property-hyphen-tests (Files): Likewise.
2051         * modules/unictype/property-id-continue-tests (Files): Likewise.
2052         * modules/unictype/property-id-start-tests (Files): Likewise.
2053         * modules/unictype/property-ideographic-tests (Files): Likewise.
2054         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
2055         * modules/unictype/property-ids-trinary-operator-tests (Files):
2056         Likewise.
2057         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
2058         * modules/unictype/property-iso-control-tests (Files): Likewise.
2059         * modules/unictype/property-join-control-tests (Files): Likewise.
2060         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
2061         * modules/unictype/property-line-separator-tests (Files): Likewise.
2062         * modules/unictype/property-logical-order-exception-tests (Files):
2063         Likewise.
2064         * modules/unictype/property-lowercase-tests (Files): Likewise.
2065         * modules/unictype/property-math-tests (Files): Likewise.
2066         * modules/unictype/property-non-break-tests (Files): Likewise.
2067         * modules/unictype/property-not-a-character-tests (Files): Likewise.
2068         * modules/unictype/property-numeric-tests (Files): Likewise.
2069         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
2070         * modules/unictype/property-other-default-ignorable-code-point-tests
2071         (Files): Likewise.
2072         * modules/unictype/property-other-grapheme-extend-tests (Files):
2073         Likewise.
2074         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
2075         * modules/unictype/property-other-id-start-tests (Files): Likewise.
2076         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
2077         * modules/unictype/property-other-math-tests (Files): Likewise.
2078         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
2079         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
2080         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
2081         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
2082         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
2083         * modules/unictype/property-private-use-tests (Files): Likewise.
2084         * modules/unictype/property-punctuation-tests (Files): Likewise.
2085         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
2086         * modules/unictype/property-radical-tests (Files): Likewise.
2087         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
2088         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
2089         * modules/unictype/property-space-tests (Files): Likewise.
2090         * modules/unictype/property-terminal-punctuation-tests (Files):
2091         Likewise.
2092         * modules/unictype/property-test-tests (Files): Likewise.
2093         * modules/unictype/property-titlecase-tests (Files): Likewise.
2094         * modules/unictype/property-unassigned-code-value-tests (Files):
2095         Likewise.
2096         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
2097         * modules/unictype/property-uppercase-tests (Files): Likewise.
2098         * modules/unictype/property-variation-selector-tests (Files): Likewise.
2099         * modules/unictype/property-white-space-tests (Files): Likewise.
2100         * modules/unictype/property-xid-continue-tests (Files): Likewise.
2101         * modules/unictype/property-xid-start-tests (Files): Likewise.
2102         * modules/unictype/property-zero-width-tests (Files): Likewise.
2103         * modules/unictype/scripts-tests (Files): Likewise.
2104         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
2105         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
2106         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
2107         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
2108         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
2109         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
2110         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
2111         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
2112         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
2113         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
2114         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
2115         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
2116         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
2117         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
2118         * modules/uninorm/composition-tests (Files): Likewise.
2119         * modules/uninorm/decomposing-form-tests (Files): Likewise.
2120         * modules/uninorm/decomposition-tests (Files): Likewise.
2121         * modules/uninorm/filter-tests (Files): Likewise.
2122         * modules/uninorm/nfc-tests (Files): Likewise.
2123         * modules/uninorm/nfd-tests (Files): Likewise.
2124         * modules/uninorm/nfkc-tests (Files): Likewise.
2125         * modules/uninorm/nfkd-tests (Files): Likewise.
2126         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
2127         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
2128         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
2129         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
2130         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
2131         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
2132         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
2133         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2134         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
2135         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
2136         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
2137         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
2138         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2139         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
2140         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
2141         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
2142         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
2143         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2144         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
2145         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
2146         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
2147         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
2148         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2149         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
2150         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
2151         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
2152         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
2153         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
2154         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
2155         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
2156         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
2157         * modules/uniwidth/u8-width-tests (Files): Likewise.
2158         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
2159         * modules/uniwidth/u16-width-tests (Files): Likewise.
2160         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
2161         * modules/uniwidth/u32-width-tests (Files): Likewise.
2162         * modules/uniwidth/width-tests (Files): Likewise.
2163         * modules/unlink-tests (Files): Likewise.
2164         * modules/unsetenv-tests (Files): Likewise.
2165         * modules/usleep-tests (Files): Likewise.
2166         * modules/utimens-tests (Files): Likewise.
2167         * modules/utimensat-tests (Files): Likewise.
2168         * modules/vasnprintf-posix-tests (Files): Likewise.
2169         * modules/vasnprintf-tests (Files): Likewise.
2170         * modules/vasprintf-posix-tests (Files): Likewise.
2171         * modules/vasprintf-tests (Files): Likewise.
2172         * modules/vdprintf-posix-tests (Files): Likewise.
2173         * modules/vfprintf-posix-tests (Files): Likewise.
2174         * modules/vprintf-posix-tests (Files): Likewise.
2175         * modules/vsnprintf-posix-tests (Files): Likewise.
2176         * modules/vsnprintf-tests (Files): Likewise.
2177         * modules/vsprintf-posix-tests (Files): Likewise.
2178         * modules/wcrtomb-tests (Files): Likewise.
2179         * modules/wcsnrtombs-tests (Files): Likewise.
2180         * modules/wcsrtombs-tests (Files): Likewise.
2181         * modules/wctype-tests (Files): Likewise.
2182         * modules/wcwidth-tests (Files): Likewise.
2183         * modules/xmemdup0-tests (Files): Likewise.
2184         * modules/xprintf-posix-tests (Files): Likewise.
2185         * modules/xvasprintf-tests (Files): Likewise.
2186
2187 2009-12-24  Eric Blake  <ebb9@byu.net>
2188
2189         test-nanosleep: fix typo
2190         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
2191         patch.
2192         Reported by Bruno Haible.
2193
2194 2009-12-24  Bruno Haible  <bruno@clisp.org>
2195
2196         Reduce namespace pollution on glibc systems.
2197         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
2198         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
2199         systems.
2200         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
2201         <getopt.h> on glibc systems.
2202         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
2203         systems.
2204         * lib/fcntl.c: Include <unistd.h> here instead.
2205
2206 2009-12-24  Bruno Haible  <bruno@clisp.org>
2207
2208         * lib/stdlib.in.h (includes): Fix typo in today's commit.
2209
2210 2009-12-24  Eric Blake  <ebb9@byu.net>
2211
2212         tests: add signature checks
2213         * tests/signature.h (SIGNATURE_CHECK): New file.
2214         * modules/atexit-tests (Files): Use it.
2215         * modules/btowc-tests (Files): Likewise.
2216         * modules/canonicalize-lgpl-tests (Files): Likewise.
2217         * modules/ceilf-tests (Files): Likewise.
2218         * modules/ceill-tests (Files): Likewise.
2219         * modules/chown-tests (Files): Likewise.
2220         * modules/dprintf-posix-tests (Files): Likewise.
2221         * modules/dup2-tests (Files): Likewise.
2222         * modules/dup3-tests (Files): Likewise.
2223         * modules/duplocale-tests (Files): Likewise.
2224         * modules/fchdir-tests (Files): Likewise.
2225         * modules/fcntl-tests (Files): Likewise.
2226         * modules/fdopendir-tests (Files): Likewise.
2227         * modules/fflush-tests (Files): Likewise.
2228         * modules/flock-tests (Files): Likewise.
2229         * modules/floorf-tests (Files): Likewise.
2230         * modules/floorl-tests (Files): Likewise.
2231         * modules/fnmatch-tests (Files): Likewise.
2232         * modules/fopen-tests (Files): Likewise.
2233         * modules/fprintf-posix-tests (Files): Likewise.
2234         * modules/freopen-tests (Files): Likewise.
2235         * modules/frexp-nolibm-tests (Files): Likewise.
2236         * modules/frexp-tests (Files): Likewise.
2237         * modules/frexpl-nolibm-tests (Files): Likewise.
2238         * modules/frexpl-tests (Files): Likewise.
2239         * modules/fseek-tests (Files): Likewise.
2240         * modules/fseeko-tests (Files): Likewise.
2241         * modules/fsync-tests (Files): Likewise.
2242         * modules/ftell-tests (Files): Likewise.
2243         * modules/ftello-tests (Files): Likewise.
2244         * modules/futimens-tests (Files): Likewise.
2245         * modules/getaddrinfo-tests (Files): Likewise.
2246         * modules/getcwd-tests (Files): Likewise.
2247         * modules/getdelim-tests (Files): Likewise.
2248         * modules/getdtablesize-tests (Files): Likewise.
2249         * modules/getgroups-tests (Files): Likewise.
2250         * modules/gethostname-tests (Files): Likewise.
2251         * modules/getline-tests (Files): Likewise.
2252         * modules/getopt-posix-tests (Files): Likewise.
2253         * modules/gettimeofday-tests (Files): Likewise.
2254         * modules/glob-tests (Files): Likewise.
2255         * modules/iconv-tests (Files): Likewise.
2256         * modules/inet_ntop-tests (Files): Likewise.
2257         * modules/inet_pton-tests (Files): Likewise.
2258         * modules/isblank-tests (Files): Likewise.
2259         * modules/lchown-tests (Files): Likewise.
2260         * modules/ldexpl-tests (Files): Likewise.
2261         * modules/link-tests (Files): Likewise.
2262         * modules/linkat-tests (Files): Likewise.
2263         * modules/lseek-tests (Files): Likewise.
2264         * modules/lstat-tests (Files): Likewise.
2265         * modules/mbrtowc-tests (Files): Likewise.
2266         * modules/mbsinit-tests (Files): Likewise.
2267         * modules/mbsnrtowcs-tests (Files): Likewise.
2268         * modules/mbsrtowcs-tests (Files): Likewise.
2269         * modules/memchr-tests (Files): Likewise.
2270         * modules/memcmp-tests (Files): Likewise.
2271         * modules/memmem-tests (Files): Likewise.
2272         * modules/memrchr-tests (Files): Likewise.
2273         * modules/mkdir-tests (Files): Likewise.
2274         * modules/mkfifo-tests (Files): Likewise.
2275         * modules/mkfifoat-tests (Files): Likewise.
2276         * modules/mknod-tests (Files): Likewise.
2277         * modules/nanosleep-tests (Files): Likewise.
2278         * modules/nl_langinfo-tests (Files): Likewise.
2279         * modules/obstack-printf-tests (Files): Likewise.
2280         * modules/open-tests (Files): Likewise.
2281         * modules/openat-tests (Files): Likewise.
2282         * modules/perror-tests (Files): Likewise.
2283         * modules/pipe2-tests (Files): Likewise.
2284         * modules/poll-tests (Files): Likewise.
2285         * modules/popen-tests (Files): Likewise.
2286         * modules/posix_spawn-tests (Files): Likewise.
2287         * modules/posix_spawnp-tests (Files): Likewise.
2288         * modules/pread-tests (Files): Likewise.
2289         * modules/printf-posix-tests (Files): Likewise.
2290         * modules/pty-tests (Files): Likewise.
2291         * modules/random_r-tests (Files): Likewise.
2292         * modules/rawmemchr-tests (Files): Likewise.
2293         * modules/readlink-tests (Files): Likewise.
2294         * modules/remove-tests (Files): Likewise.
2295         * modules/rename-tests (Files): Likewise.
2296         * modules/renameat-tests (Files): Likewise.
2297         * modules/rmdir-tests (Files): Likewise.
2298         * modules/round-tests (Files): Likewise.
2299         * modules/roundf-tests (Files): Likewise.
2300         * modules/roundl-tests (Files): Likewise.
2301         * modules/select-tests (Files): Likewise.
2302         * modules/setenv-tests (Files): Likewise.
2303         * modules/sigaction-tests (Files): Likewise.
2304         * modules/sleep-tests (Files): Likewise.
2305         * modules/snprintf-posix-tests (Files): Likewise.
2306         * modules/snprintf-tests (Files): Likewise.
2307         * modules/sprintf-posix-tests (Files): Likewise.
2308         * modules/stat-tests (Files): Likewise.
2309         * modules/strcasestr-tests (Files): Likewise.
2310         * modules/strchrnul-tests (Files): Likewise.
2311         * modules/strerror-tests (Files): Likewise.
2312         * modules/strsignal-tests (Files): Likewise.
2313         * modules/strstr-tests (Files): Likewise.
2314         * modules/strtod-tests (Files): Likewise.
2315         * modules/strverscmp-tests (Files): Likewise.
2316         * modules/symlink-tests (Files): Likewise.
2317         * modules/symlinkat-tests (Files): Likewise.
2318         * modules/times-tests (Files): Likewise.
2319         * modules/trunc-tests (Files): Likewise.
2320         * modules/truncf-tests (Files): Likewise.
2321         * modules/truncl-tests (Files): Likewise.
2322         * modules/tsearch-tests (Files): Likewise.
2323         * modules/uname-tests (Files): Likewise.
2324         * modules/unlink-tests (Files): Likewise.
2325         * modules/unsetenv-tests (Files): Likewise.
2326         * modules/usleep-tests (Files): Likewise.
2327         * modules/utimensat-tests (Files): Likewise.
2328         * modules/vasprintf-tests (Files): Likewise.
2329         * modules/vdprintf-posix-tests (Files): Likewise.
2330         * modules/vfprintf-posix-tests (Files): Likewise.
2331         * modules/vprintf-posix-tests (Files): Likewise.
2332         * modules/vsnprintf-posix-tests (Files): Likewise.
2333         * modules/vsnprintf-tests (Files): Likewise.
2334         * modules/vsprintf-posix-tests (Files): Likewise.
2335         * modules/wcrtomb-tests (Files): Likewise.
2336         * modules/wcsnrtombs-tests (Files): Likewise.
2337         * modules/wcsrtombs-tests (Files): Likewise.
2338         * modules/wcwidth-tests (Files): Likewise.
2339         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
2340         * tests/test-isinf.c (isinf): Likewise.
2341         * tests/test-isnan.c (isnan): Likewise.
2342         * tests/test-signbit.c (signbit): Likewise.
2343         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
2344         declaration, either as macro or with correct signature.
2345         (select): Ensure function under test is declared with correct
2346         signature in correct header.
2347         * tests/test-atexit.c (atexit): Likewise.
2348         * tests/test-btowc.c (btowc): Likewise.
2349         * tests/test-canonicalize-lgpl.c (realpath)
2350         (canonicalize_file_name): Likewise.
2351         * tests/test-ceilf1.c (ceilf): Likewise.
2352         * tests/test-ceill.c (ceill): Likewise.
2353         * tests/test-chown.c (chown): Likewise.
2354         * tests/test-dprintf-posix.c (dprintf): Likewise.
2355         * tests/test-dup2.c (dup2): Likewise.
2356         * tests/test-dup3.c (dup3): Likewise.
2357         * tests/test-duplocale.c (duplocale): Likewise.
2358         * tests/test-fchdir.c (fchdir): Likewise.
2359         * tests/test-fchownat.c (fchownat): Likewise.
2360         * tests/test-fcntl.c (fcntl): Likewise.
2361         * tests/test-fdopendir.c (fdopendir): Likewise.
2362         * tests/test-fflush.c (fflush): Likewise.
2363         * tests/test-flock.c (flock): Likewise.
2364         * tests/test-floorf1.c (floorf): Likewise.
2365         * tests/test-floorl.c (floorl): Likewise.
2366         * tests/test-fnmatch.c (fnmatch): Likewise.
2367         * tests/test-fopen.c (fopen): Likewise.
2368         * tests/test-fprintf-posix.c (fprintf): Likewise.
2369         * tests/test-freopen.c (freopen): Likewise.
2370         * tests/test-frexp.c (frexp): Likewise.
2371         * tests/test-frexpl.c (frexpl): Likewise.
2372         * tests/test-fseek.c (fseek): Likewise.
2373         * tests/test-fseeko.c (fseeko): Likewise.
2374         * tests/test-fstatat.c (fstatat): Likewise.
2375         * tests/test-fsync.c (fsync): Likewise.
2376         * tests/test-ftell.c (ftell): Likewise.
2377         * tests/test-ftello.c (ftello): Likewise.
2378         * tests/test-futimens.c (futimens): Likewise.
2379         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
2380         (gai_strerror): Likewise.
2381         * tests/test-getcwd.c (getcwd): Likewise.
2382         * tests/test-getdelim.c (getdelim): Likewise.
2383         * tests/test-getdtablesize.c (getdtablesize): Likewise.
2384         * tests/test-getgroups.c (getgroups): Likewise.
2385         * tests/test-gethostname.c (gethostname): Likewise.
2386         * tests/test-getline.c (getline): Likewise.
2387         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
2388         Likewise.
2389         * tests/test-gettimeofday.c (gettimeofday): Likewise.
2390         * tests/test-glob.c (glob, globfree): Likewise.
2391         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
2392         * tests/test-inet_ntop.c (inet_ntop): Likewise.
2393         * tests/test-inet_pton.c (inet_pton): Likewise.
2394         * tests/test-isblank.c (isblank): Likewise.
2395         * tests/test-lchown.c (lchown): Likewise.
2396         * tests/test-ldexpl.c (ldexpl): Likewise.
2397         * tests/test-link.c (link): Likewise.
2398         * tests/test-linkat.c (linkat): Likewise.
2399         * tests/test-lseek.c (lseek): Likewise.
2400         * tests/test-lstat.c (lstat): Likewise.
2401         * tests/test-mbrtowc.c (mbrtowc): Likewise.
2402         * tests/test-mbsinit.c (mbsinit): Likewise.
2403         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
2404         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
2405         * tests/test-memchr.c (memchr): Likewise.
2406         * tests/test-memcmp.c (memcmp): Likewise.
2407         * tests/test-memmem.c (memmem): Likewise.
2408         * tests/test-memrchr.c (memrchr): Likewise.
2409         * tests/test-mkdir.c (mkdir): Likewise.
2410         * tests/test-mkdirat.c (mkdirat): Likewise.
2411         * tests/test-mkfifo.c (mkfifo): Likewise.
2412         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
2413         * tests/test-mknod.c (mknod): Likewise.
2414         * tests/test-nanosleep.c (nanosleep): Likewise.
2415         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
2416         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
2417         Likewise.
2418         * tests/test-open.c (open): Likewise.
2419         * tests/test-openat.c (openat): Likewise.
2420         * tests/test-perror.c (perror): Likewise.
2421         * tests/test-pipe2.c (pipe2): Likewise.
2422         * tests/test-poll.c (poll): Likewise.
2423         * tests/test-popen.c (popen, pclose): Likewise.
2424         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
2425         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
2426         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
2427         (posix_spawn_file_actions_destroy)
2428         (posix_spawn_file_actions_addclose)
2429         (posix_spawn_file_actions_addopen)
2430         (posix_spawn_file_actions_adddup2): Likewise.
2431         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
2432         * tests/test-pread.c (pread): Likewise.
2433         * tests/test-printf-posix.c (printf): Likewise.
2434         * tests/test-pty.c (openpty, forkpty): Likewise.
2435         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
2436         (random_r): Likewise.
2437         * tests/test-rawmemchr.c (rawmemchr): Likewise.
2438         * tests/test-readlink.c (readlink): Likewise.
2439         * tests/test-remove.c (remove): Likewise.
2440         * tests/test-rename.c (rename): Likewise.
2441         * tests/test-renameat.c (renameat): Likewise.
2442         * tests/test-rmdir.c (rmdir): Likewise.
2443         * tests/test-round1.c (round): Likewise.
2444         * tests/test-roundf1.c (roundf): Likewise.
2445         * tests/test-roundl.c (roundl): Likewise.
2446         * tests/test-setenv.c (setenv): Likewise.
2447         * tests/test-sigaction.c (sigaction): Likewise.
2448         * tests/test-sleep.c (sleep): Likewise.
2449         * tests/test-snprintf.c (snprintf): Likewise.
2450         * tests/test-sprintf-posix.c (sprintf): Likewise.
2451         * tests/test-stat.c (stat): Likewise.
2452         * tests/test-stpncpy.c (stpncpy): Likewise.
2453         * tests/test-strcasestr.c (strcasestr): Likewise.
2454         * tests/test-strchrnul.c (strchrnul): Likewise.
2455         * tests/test-strerror.c (strerror): Likewise.
2456         * tests/test-strsignal.c (strsignal): Likewise.
2457         * tests/test-strstr.c (strstr): Likewise.
2458         * tests/test-strtod.c (strtod): Likewise.
2459         * tests/test-strverscmp.c (strverscmp): Likewise.
2460         * tests/test-symlink.c (symlink): Likewise.
2461         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
2462         * tests/test-times.c (times): Likewise.
2463         * tests/test-trunc1.c (trunc): Likewise.
2464         * tests/test-truncf1.c (truncf): Likewise.
2465         * tests/test-truncl.c (truncl): Likewise.
2466         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
2467         Likewise.
2468         * tests/test-uname.c (uname): Likewise.
2469         * tests/test-unlink.c (unlink): Likewise.
2470         * tests/test-unlinkat.c (unlinkat): Likewise.
2471         * tests/test-unsetenv.c (unsetenv): Likewise.
2472         * tests/test-usleep.c (usleep): Likewise.
2473         * tests/test-utimensat.c (utimensat): Likewise.
2474         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
2475         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
2476         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
2477         * tests/test-vprintf-posix.c (vprintf): Likewise.
2478         * tests/test-vsnprintf.c (vsnprintf): Likewise.
2479         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
2480         * tests/test-wcrtomb.c (wcrtomb): Likewise.
2481         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
2482         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
2483         * tests/test-wcwidth.c (wcwidth): Likewise.
2484
2485         build: pull in conditional headers during GNULIB_POSIXCHECK
2486         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
2487         definitions from any conditionally-included headers.
2488         * lib/stdlib.in.h (includes): Likewise.
2489         * lib/unistd.in.h (includes): Likewise.
2490
2491 2009-12-24  Bruno Haible  <bruno@clisp.org>
2492
2493         * tests/test-argv-iter.c: Include header file being tested immediately
2494         after config.h.
2495         * tests/test-base64.c: Likewise.
2496         * tests/test-flock.c: Likewise.
2497         * tests/test-fsync.c: Likewise.
2498         * tests/test-getdate.c: Likewise.
2499         * tests/test-getndelim2.c: Likewise.
2500         * tests/test-isfinite.c: Likewise.
2501         * tests/test-isinf.c: Likewise.
2502         * tests/test-strerror.c: Likewise.
2503         * tests/test-strsignal.c: Likewise.
2504
2505 2009-12-23  Eric Blake  <ebb9@byu.net>
2506
2507         unistd: work around cygwin bug
2508         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
2509         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
2510         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2511
2512 2009-12-23  Bruno Haible  <bruno@clisp.org>
2513
2514         localename: More tests.
2515         * tests/test-localename.c (SIZEOF): New macro.
2516         (categories): New variable.
2517         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
2518         test_locale_name_default): Add test w.r.t. thread locale.
2519         (test_locale_name_thread): New function.
2520         (main): Invoke it.
2521
2522         localename: Make aware of thread locale.
2523         * lib/localename.h (gl_locale_name_thread): New declaration.
2524         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2525         behaviour with respect to thread locale.
2526         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2527         <langinfo.h>, glthread/lock.h.
2528         (SIZE_BITS): New macro.
2529         (string_hash): New function.
2530         (struct hash_node): New type.
2531         (HASH_TABLE_SIZE): New macro.
2532         (struniq_hash_table, struniq_lock): New variables.
2533         (struniq): New function.
2534         (gl_locale_name_thread): New function.
2535         (gl_locale_name): Invoke it.
2536         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2537         * modules/localename (Depends-on): Add lock.
2538         Reported by Mike Gran <spk121@yahoo.com>.
2539
2540 2009-12-23  Eric Blake  <ebb9@byu.net>
2541
2542         va-args: new module
2543         * modules/va-args: New file.
2544         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2545         * MODULES.html.sh (Core language properties): Mention it.
2546
2547         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2548         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2549         named alias for __attribute__((__unused__)).
2550         * lib/chown.c: Update client.
2551         * lib/fchmodat.c: Likewise.
2552         * lib/fts.c: Likewise.
2553         * lib/getdate.y: Likewise.
2554         * lib/getgroups.c: Likewise.
2555         * lib/getopt.c: Likewise.
2556         * lib/getugroups.c: Likewise.
2557         * lib/mkdir.c: Likewise.
2558         * lib/mkfifo.c: Likewise.
2559         * lib/mkfifoat.c: Likewise.
2560         * lib/mknod.c: Likewise.
2561         * lib/mknodat.c: Likewise.
2562         * lib/readlink.c: Likewise.
2563         * lib/se-context.in.h: Likewise.
2564         * lib/se-selinux.in.h: Likewise.
2565         * lib/sockets.c: Likewise.
2566         * lib/symlink.c: Likewise.
2567         * lib/symlinkat.c: Likewise.
2568         * lib/unicodeio.c: Likewise.
2569         * lib/unistr.h: Likewise.
2570         * tests/test-areadlink.c: Likewise.
2571         * tests/test-areadlinkat.c: Likewise.
2572         * tests/test-filenamecat.c: Likewise.
2573         * tests/test-fseeko.c: Likewise.
2574         * tests/test-ftello.c: Likewise.
2575         * tests/test-getdate.c: Likewise.
2576         * tests/test-getgroups.c: Likewise.
2577         * tests/test-gethostname.c: Likewise.
2578         * tests/test-quotearg.c: Likewise.
2579         * tests/test-version-etc.c: Likewise.
2580         * tests/test-xalloc-die.c: Likewise.
2581         * tests/test-xfprintf-posix.c: Likewise.
2582         * tests/test-xprintf-posix.c: Likewise.
2583         * tests/test-xvasprintf.c: Likewise.
2584
2585         tests: avoid compiler warnings
2586         * tests/test-fcntl.c (main): Delete unused parameters.
2587         * tests/test-freopen-safer.c (main): Likewise.
2588         * tests/test-xalloc-die.c (main): Mark unused parameters.
2589         * tests/test-fseeko.c (main): Likewise.
2590         * tests/test-ftello.c (main): Likewise.
2591         * tests/test-nanosleep.c (main): Avoid declaration warning.
2592         * tests/test-sleep.c (main): Likewise.
2593         * tests/test-unsetenv.c (main): Silence warning about string
2594         literal.
2595         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2596
2597 2009-12-23  Bruno Haible  <bruno@clisp.org>
2598
2599         * tests/test-localename.c (test_locale_name): New function, extracted
2600         from main. Also test mixed situations.
2601         (test_locale_name_posix, test_locale_name_environ,
2602         test_locale_name_default): New functions.
2603         (main): Invoke them all.
2604         * modules/localename-tests (configure.ac): Test for newlocale.
2605
2606 2009-12-23  Bruno Haible  <bruno@clisp.org>
2607
2608         unistd: Ensure getcwd gets declared before being overridden.
2609         * lib/unistd.in.h: Conditionally include <io.h>.
2610
2611 2009-12-22  Bruno Haible  <bruno@clisp.org>
2612
2613         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2614         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2615         (gl_WCHAR_H): Invoke it.
2616         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2617         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2618         Reported by Karl Berry <karl@freefriends.org>.
2619
2620 2009-12-22  Eric Blake  <ebb9@byu.net>
2621
2622         math, unistd: avoid redundant includes
2623         * lib/math.in.h (isnan): No need to re-include <math.h>.
2624         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2625
2626         getsubopt: work around cygwin bug
2627         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2628         avoid conflicting with system getsubopt.
2629         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2630         bug.
2631
2632         getopt: synchronize from glibc
2633         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2634         parameter order.  Adjust all callers.
2635         (_getopt_internal_r, main): Adjust quoting in error messages.
2636         Drop considerations for outdated POSIX 1003.2 error message.
2637         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2638         callers.
2639         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2640
2641         test-getopt: test stderr behavior
2642         * modules/getopt-posix-tests (Depends-on): Add dup2.
2643         * tests/test-getopt.c (ASSERT): Avoid stderr.
2644         (main): Move stderr to a temporary file.
2645         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2646         Instead, add parameter to inform caller if output occurred.
2647         (test_getopt): Adjust all existing tests to expect silence, and
2648         add new tests of leading ":".
2649         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2650         glibc shortcomings with leading "-:" or "+:" in optstring.
2651         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2652         Likewise.
2653         * doc/posix-functions/getopt.texi (getopt): Likewise.
2654
2655         test-getopt: enhance test
2656         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2657         supports optind=0.
2658         * tests/test-getopt.c (OPTIND_MIN): Move...
2659         * tests/test-getopt.h (OPTIND_MIN): ...here.
2660         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2661         Require that optind=0 works, since modern BSD supports it in
2662         addition to optreset, and since coreutils expects it.
2663         (test_getopt_long_only): New test.
2664         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2665         glibc shortcomings with 'W;', and enforcement of optind=0.
2666         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2667         Likewise.
2668
2669 2009-12-21  Bruno Haible  <bruno@clisp.org>
2670
2671         localename: Improvements for MacOS X and Cygwin.
2672         * lib/localename.h (gl_locale_name_environ): New declaration.
2673         * lib/localename.c (gl_locale_name_environ): New function, extracted from
2674         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
2675         (gl_locale_name_posix): Invoke it.
2676         (gl_locale_name_default): Add comments. Use Windows native API also on
2677         Cygwin.
2678
2679 2009-12-21  Bruno Haible  <bruno@clisp.org>
2680
2681         Update list of Win32 locale ids.
2682         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
2683         (LANG_SAMI): Renamed from LANG_SAAMI.
2684         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
2685         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
2686         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
2687         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
2688         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
2689         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
2690         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
2691         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
2692         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
2693         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
2694         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
2695         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
2696         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
2697         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
2698         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
2699         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
2700         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
2701         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
2702         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
2703         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
2704         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
2705         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
2706         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
2707         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
2708         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
2709         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
2710         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
2711         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
2712         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
2713         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
2714         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
2715         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
2716         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
2717         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
2718         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
2719         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
2720         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
2721         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
2722         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
2723         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
2724         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
2725         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
2726         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
2727         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
2728         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
2729         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
2730         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
2731         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
2732         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
2733         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
2734         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
2735         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
2736         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
2737         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
2738         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
2739         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
2740         Add more languages and countries for Sami, Sorbian. Add more countries
2741         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
2742         for Pashto. Change country for Syriac, Tswana.
2743
2744 2009-12-21  Eric Blake  <ebb9@byu.net>
2745
2746         test-utimens: avoid spurious failure
2747         * tests/test-chown.h (nap): Factor...
2748         * tests/nap.h: ...into new file.
2749         * tests/test-lchown.h (nap): Avoid duplication.
2750         * tests/test-utimens-common.h (nap): Use shared implementation,
2751         necessary on file systems with 1-second resolution.
2752         * modules/chown-tests (Files): Include new file.
2753         * modules/fdutimensat-tests (Files): Likewise.
2754         * modules/futimens-tests (Files): Likewise.
2755         * modules/lchown-tests (Files): Likewise.
2756         * modules/openat-tests (Files): Likewise.
2757         * modules/utimens-tests (Files): Likewise.
2758         * modules/utimensat-tests (Files): Likewise.
2759
2760 2009-12-19  Eric Blake  <ebb9@byu.net>
2761
2762         futimens, utimensat: work around Linux bug
2763         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
2764         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2765         * lib/utimensat.c (rpl_utimensat): Work around it.
2766         * lib/futimens.c (rpl_futimens): Adjust comment.
2767
2768         utimens: work around Linux ctime bug
2769         * lib/utimens.c (detect_ctime_bug): New helper function.
2770         (update_timespec): Differentiate between workaround needed for
2771         this bug vs. what is needed for systems that lack utimensat.
2772         (fdutimens, lutimens): Work around bug.
2773
2774         utimens: check for ctime update
2775         * tests/test-utimens-common.h (check_ctime): Define.
2776         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
2777         * tests/test-futimens.h (test_futimens): Likewise.
2778         * tests/test-lutimens.h (test_lutimens): Likewise.
2779         * doc/posix-functions/futimens.texi (futimens): Document the bug.
2780         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2781
2782 2009-12-19  Bruno Haible  <bruno@clisp.org>
2783
2784         dprintf-posix: Check against memory leak fixed on 2009-12-15.
2785         * tests/test-dprintf-posix2.sh: New file.
2786         * tests/test-dprintf-posix2.c: New file.
2787         * modules/dprintf-posix-tests (Files): Add them.
2788         (configure.ac): Check for getrlimit and setrlimit.
2789         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2790
2791 2009-12-19  Bruno Haible  <bruno@clisp.org>
2792
2793         fprintf-posix: Check against memory leak fixed on 2009-12-15.
2794         * tests/test-fprintf-posix3.sh: New file.
2795         * tests/test-fprintf-posix3.c: New file.
2796         * modules/fprintf-posix-tests (Files): Add them.
2797         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2798
2799 2009-12-19  Eric Blake  <ebb9@byu.net>
2800
2801         dirfd: fix prototype
2802         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
2803         * lib/dirfd.c (dirfd): Likewise.
2804
2805         canonicalize: reduce memory usage
2806         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
2807         allocation to size.
2808         Reported by Solar Designer <solar@openwall.com>.
2809
2810 2009-12-19  Bruno Haible  <bruno@clisp.org>
2811
2812         New module attribute 'Applicability'.
2813         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
2814         * gnulib-tool: New option --extract-applicability.
2815         (func_usage): Document it.
2816         (sed_extract_prog): Recognize it.
2817         (func_get_applicability): New function.
2818         (func_import): Generalize handling of 'link-warning' module.
2819         * modules/link-warning (Applicability): New section.
2820         * modules/arg-nonnull (Applicability): New section.
2821         Repoted by Simon Josefsson <simon@josefsson.org>.
2822
2823 2009-12-19  Bruno Haible  <bruno@clisp.org>
2824
2825         fflush: tweak
2826         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
2827         * lib/fseeko.c (rpl_fseeko): Likewise.
2828
2829 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
2830
2831         * lib/gl_list.h: Fix typo in comment.
2832
2833 2009-12-16  Eric Blake  <ebb9@byu.net>
2834
2835         fcntl: use to simplify other modules
2836         * modules/cloexec (Depends-on): Add fcntl.
2837         * modules/fchdir (Depends-on): Likewise.
2838         * modules/fd-safer-flag (Depends-on): Likewise.
2839         * modules/unistd-safer (Depends-on): Likewise.
2840         * modules/dup3 (configure.ac): Set module indicator.
2841         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
2842         missing.
2843         * lib/fchdir.c (_gl_register_dup): Fix comment.
2844         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
2845         * lib/dup-safer.c (dup_safer): Likewise.
2846         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
2847         * lib/dup3.c (dup3): Likewise.
2848         * tests/test-fchdir.c (main): Enhance test.
2849         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
2850
2851         fcntl: port portions of fcntl to mingw
2852         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
2853         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
2854         replacement for mingw.
2855         * modules/fcntl (Description): Update.
2856         (Depends-on): Add dup2.
2857         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
2858         * modules/fcntl-h (Makefile.am): Substitute it.
2859         * lib/fcntl.in.h (fcntl): Update declaration.
2860         (F_DUPFD, F_GETFD): New macros, when needed.
2861         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2862         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
2863         * tests/test-fcntl.c (check_flags, main): Enhance test for items
2864         we now guarantee.
2865
2866         fcntl: work around cygwin bug in F_DUPFD
2867         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
2868         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
2869         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
2870         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
2871         * doc/posix-functions/fcntl.texi (fcntl): Document it.
2872
2873         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
2874         * modules/fcntl (Files): List new files.
2875         (configure.ac): Run a test.
2876         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
2877         * lib/fcntl.c (rpl_fcntl): Likewise.
2878         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
2879         (gl_FCNTL_H): Always replace fcntl.h.
2880         * modules/fcntl-h (Makefile.am): Substitute witnesses.
2881         * lib/fcntl.in.h (fcntl): Declare replacement.
2882         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
2883         needed, plus a witness.
2884         * doc/posix-functions/fcntl.texi (fcntl): Document this.
2885         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2886         * tests/test-fcntl.c: New file.
2887         * modules/fcntl-tests: Likewise.
2888
2889         binary-io: avoid potential compilation warning
2890         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
2891         directives.
2892
2893         fflush: avoid compilation error on NetBSD
2894         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
2895         between off_t and fpos_t, since the latter is sometimes a struct.
2896         * lib/fseeko.c (rpl_fseeko): Likewise.
2897         Reported by Alexander Nasonov <alnsn@yandex.ru>.
2898
2899 2009-12-15  Eric Blake  <ebb9@byu.net>
2900
2901         fcntl-h, stdio, sys_ioctl: fix declarations
2902         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
2903         function must not take arguments.
2904         * lib/sys_ioctl.in.h (ioctl): Likewise.
2905         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
2906         (open): Add a link warning.
2907
2908 2009-12-15  Jim Meyering  <meyering@redhat.com>
2909
2910         areadlink, areadlink-with-size: relax license to LGPLv2+
2911         * modules/areadlink (License): Relax to LGPLv2+.
2912         * modules/areadlink-with-size (License): Likewise.
2913
2914 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
2915             Bruno Haible  <bruno@clisp.org>
2916
2917         *printf: Fix memory leak.
2918         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
2919         * lib/vfprintf.c (vfprintf): Likewise.
2920         * lib/dprintf.c (dprintf): Likewise.
2921         * lib/vdprintf.c (vdprintf): Likewise.
2922
2923 2009-12-14  Eric Blake  <ebb9@byu.net>
2924
2925         accept4: adjust module dependencies
2926         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
2927
2928         utimens: one more try at avoiding compiler warning
2929         * lib/utimens.c (lutimens): Lower scope of result.
2930
2931 2009-12-13  Bruno Haible  <bruno@clisp.org>
2932
2933         Move the malloc checking from module 'list' to new module 'xlist'.
2934         * modules/xlist: New file.
2935         * lib/gl_xlist.h: New file.
2936         * lib/gl_xlist.c: New file.
2937         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
2938         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
2939         gl_list_add_last, gl_list_add_before, gl_list_add_after,
2940         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
2941         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
2942         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
2943         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
2944         gl_sortedlist_nx_add): New declarations.
2945         (struct gl_list_implementation): Rename and change methods accordingly.
2946         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
2947         (gl_list_nx_create): Renamed from gl_list_create.
2948         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2949         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2950         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2951         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2952         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2953         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2954         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2955         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2956         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
2957         gl_list_create_empty.
2958         (gl_list_nx_create): Renamed from gl_list_create.
2959         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2960         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2961         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2962         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2963         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2964         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2965         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2966         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2967         * lib/gl_array_list.c: Don't include xalloc.h.
2968         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
2969         NULL upon out-of-memory.
2970         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
2971         out-of-memory.
2972         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
2973         Change return type to 'int'.
2974         (gl_array_nx_set_at): Renamed from gl_array_set_at.
2975         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2976         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
2977         upon out-of-memory.
2978         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
2979         upon out-of-memory.
2980         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
2981         upon out-of-memory.
2982         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
2983         upon out-of-memory.
2984         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
2985         out-of-memory.
2986         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
2987         Update.
2988         (gl_array_list_implementation): Update.
2989         * lib/gl_carray_list.c: Don't include xalloc.h.
2990         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
2991         Return NULL upon out-of-memory.
2992         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
2993         out-of-memory.
2994         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
2995         Change return type to 'int'.
2996         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
2997         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2998         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
2999         upon out-of-memory.
3000         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
3001         upon out-of-memory.
3002         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
3003         out-of-memory.
3004         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
3005         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
3006         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
3007         Update.
3008         (gl_carray_list_implementation): Update.
3009         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
3010         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
3011         gl_linked_create_empty. Return NULL upon out-of-memory.
3012         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
3013         out-of-memory.
3014         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
3015         Change return type to 'int'. Return -1 upon out-of-memory.
3016         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
3017         out-of-memory.
3018         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
3019         upon out-of-memory.
3020         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
3021         upon out-of-memory.
3022         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
3023         NULL upon out-of-memory.
3024         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
3025         upon out-of-memory.
3026         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
3027         out-of-memory.
3028         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
3029         Update.
3030         * lib/gl_linked_list.c: Don't include xalloc.h.
3031         (gl_linked_list_implementation): Update.
3032         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
3033         (add_to_bucket): Change return type to 'int'.
3034         (gl_linkedhash_list_implementation): Update.
3035         * lib/gl_anytree_list1.h (free_subtree): New function.
3036         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
3037         gl_tree_create_empty. Return NULL upon out-of-memory.
3038         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
3039         Change return type to 'int'. Return -1 upon out-of-memory.
3040         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
3041         out-of-memory.
3042         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
3043         (gl_tree_remove_node): New function, moved here from
3044         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
3045         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
3046         Update.
3047         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
3048         malloc, not xmalloc. Return NULL upon out-of-memory.
3049         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3050         out-of-memory.
3051         (gl_tree_remove_node_from_tree): New function, extracted from
3052         gl_tree_remove_node.
3053         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3054         upon out-of-memory.
3055         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3056         out-of-memory.
3057         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3058         upon out-of-memory.
3059         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3060         upon out-of-memory.
3061         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3062         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
3063         not xmalloc. Return NULL upon out-of-memory.
3064         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3065         out-of-memory.
3066         (gl_tree_remove_node_from_tree): New function, extracted from
3067         gl_tree_remove_node.
3068         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3069         upon out-of-memory.
3070         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3071         out-of-memory.
3072         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3073         upon out-of-memory.
3074         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3075         upon out-of-memory.
3076         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3077         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
3078         gl_anytree_list1.h before gl_anyavltree_list2.h.
3079         (gl_avltree_list_implementation): Update.
3080         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
3081         gl_anytree_list1.h before gl_anyavltree_list2.h.
3082         (gl_rbtree_list_implementation): Update.
3083         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
3084         Change return type to 'int'. Return -1 upon out-of-memory. Use
3085         __builtin_expect.
3086         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
3087         (gl_avltreehash_list_implementation): Update.
3088         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
3089         (gl_rbtreehash_list_implementation): Update.
3090         * modules/array-list (Depends-on): Remove xalloc.
3091         * modules/carray-list (Depends-on): Likewise.
3092         * modules/linked-list (Depends-on): Likewise.
3093         * modules/linkedhash-list (Depends-on): Likewise.
3094         * modules/avltree-list (Depends-on): Likewise.
3095         * modules/rbtree-list (Depends-on): Likewise.
3096         * modules/avltreehash-list (Depends-on): Likewise.
3097         * modules/rbtreehash-list (Depends-on): Likewise.
3098
3099         * modules/xsublist: New file.
3100         * lib/gl_xsublist.h: New file.
3101         * lib/gl_xsublist.c: New file.
3102         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
3103         (gl_sublist_nx_create): New declaration.
3104         * lib/gl_sublist.c: Don't include xalloc.h.
3105         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
3106         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
3107         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
3108         Change return type to 'int'. Return -1 upon out-of-memory.
3109         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
3110         upon out-of-memory.
3111         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
3112         NULL upon out-of-memory.
3113         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
3114         upon out-of-memory.
3115         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
3116         NULL upon out-of-memory.
3117         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
3118         NULL upon out-of-memory.
3119         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
3120         upon out-of-memory.
3121         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
3122         (gl_sublist_list_implementation): Update.
3123         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
3124         upon out-of-memory.
3125         * modules/sublist (Depends-on): Remove xalloc.
3126
3127         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
3128         * tests/test-carray_list.c: Likewise.
3129         * tests/test-linked_list.c: Likewise.
3130         * tests/test-linkedhash_list.c: Likewise.
3131         * tests/test-avltree_list.c: Likewise.
3132         * tests/test-rbtree_list.c: Likewise.
3133         * tests/test-avltreehash_list.c: Likewise.
3134         * tests/test-rbtreehash_list.c: Likewise.
3135         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
3136         * modules/carray-list-tests (Makefile.am): Likewise.
3137         * modules/linked-list-tests (Makefile.am): Likewise.
3138         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3139         * modules/avltree-list-tests (Makefile.am): Likewise.
3140         * modules/rbtree-list-tests (Makefile.am): Likewise.
3141         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3142         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3143
3144         * NEWS: Mention the changes.
3145
3146         * lib/clean-temp.c: Include gl_xlist.h.
3147         * modules/clean-temp (Depends-on): Add xlist.
3148
3149         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
3150         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
3151
3152         * tests/test-array_oset.c: Include gl_xlist.h.
3153         * modules/array-oset-tests (Depends-on): Add xlist.
3154
3155         Reported by José E. Marchesi <jemarch@gnu.org>.
3156
3157 2009-12-13  Bruno Haible  <bruno@clisp.org>
3158
3159         Move the malloc checking from module 'oset' to new module 'xoset'.
3160         * modules/xoset: New file.
3161         * lib/gl_xoset.h: New file.
3162         * lib/gl_xoset.c: New file.
3163         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
3164         declarations.
3165         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
3166         (struct gl_oset_implementation): Rename and change methods accordingly.
3167         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
3168         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3169         'int'. Mark as __warn_unused_result__.
3170         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
3171         gl_oset_create_empty.
3172         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3173         'int'.
3174         * lib/gl_array_oset.c: Don't include xalloc.h.
3175         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
3176         malloc, not xmalloc.
3177         (grow): Change return type to 'int'. Don't call xalloc_die.
3178         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
3179         to 'int'.
3180         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
3181         'int'.
3182         (gl_array_oset_implementation): Update.
3183         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
3184         gl_tree_create_empty.
3185         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
3186         'int'.
3187         * lib/gl_avltree_oset.c: Don't include xalloc.h.
3188         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3189         xmalloc.
3190         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3191         not xmalloc.
3192         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3193         xmalloc.
3194         (gl_avltree_oset_implementation): Update.
3195         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
3196         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3197         xmalloc.
3198         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3199         not xmalloc.
3200         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3201         xmalloc.
3202         (gl_rbtree_oset_implementation): Update.
3203         * modules/array-oset (Depends-on): Remove xalloc.
3204         * modules/avltree-oset (Depends-on): Likewise.
3205         * modules/rbtree-oset (Depends-on): Likewise.
3206         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
3207         * tests/test-avltree_oset.c: Likewise.
3208         * tests/test-rbtree_oset.c: Likewise.
3209         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3210         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
3211         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3212         * NEWS: Mention the change.
3213
3214 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
3215
3216         maint.mk: allow a project to override release-prep commands
3217         * top/maint.mk (alpha, beta, stable): Move release-preparatory
3218         commands into a new rule.
3219         (release-prep): New rule.
3220         (release-prep-hook): New overridable variable.
3221
3222 2009-12-13  Bruno Haible  <bruno@clisp.org>
3223
3224         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
3225
3226 2009-12-13  Jim Meyering  <meyering@redhat.com>
3227
3228         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
3229         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
3230
3231 2009-12-12  Bruno Haible  <bruno@clisp.org>
3232
3233         duplocale: Tweak.
3234         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
3235
3236 2009-12-12  Karl Berry  <karl@gnu.org>
3237
3238         * config/srclist.txt (strtoll.c): tab changes, no more sync.
3239
3240 2009-12-12  Bruno Haible  <bruno@clisp.org>
3241
3242         * m4/po.m4: Undo incorrect untabification.
3243
3244 2009-12-12  Bruno Haible  <bruno@clisp.org>
3245
3246         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
3247         * modules/c-strtod (Depends-on): Add locale.
3248         * modules/c-strtold (Depends-on): Likewise.
3249
3250 2009-12-12  Bruno Haible  <bruno@clisp.org>
3251
3252         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
3253
3254 2009-12-11  Eric Blake  <ebb9@byu.net>
3255
3256         setenv: relax requirement in light of POSIX ruling
3257         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
3258         not NULL.
3259         * tests/test-setenv.c (main): Relax test.
3260         * tests/test-unsetenv.c (main): Likewise.
3261         * doc/posix-functions/setenv.texi (setenv): Document this.
3262         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3263
3264 2009-12-11  Bruno Haible  <bruno@clisp.org>
3265
3266         New module 'fd-safer-flag'.
3267         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
3268         * lib/dup-safer.c (dup_safer_flag): Remove function.
3269         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
3270         * lib/fd-safer.c (fd_safer_flag): Remove function.
3271         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
3272         * modules/cloexec (configure.ac): Drop indicator macro.
3273         * modules/fd-safer-flag: New file.
3274         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
3275         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
3276         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
3277
3278 2009-12-11  Bruno Haible  <bruno@clisp.org>
3279
3280         Tests for module 'nl_langinfo'.
3281         * modules/nl_langinfo-tests: New file.
3282         * tests/test-nl_langinfo.sh: New file.
3283         * tests/test-nl_langinfo.c: New file.
3284
3285         New module 'nl_langinfo'.
3286         * lib/nl_langinfo.c: New file.
3287         * m4/nl_langinfo.m4: New file.
3288         * modules/nl_langinfo: New file.
3289         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
3290
3291 2009-12-11  Bruno Haible  <bruno@clisp.org>
3292
3293         Tests for module 'langinfo'.
3294         * modules/langinfo-tests: New file.
3295         * tests/test-langinfo.c: New file.
3296
3297         New module 'langinfo'.
3298         * lib/langinfo.in.h: New file.
3299         * m4/langinfo_h.m4: New file.
3300         * modules/langinfo: New file.
3301         * doc/posix-headers/langinfo.texi: Mention the new module.
3302
3303 2009-12-11  Bruno Haible  <bruno@clisp.org>
3304
3305         * lib/config.charset: Untabify.
3306
3307 2009-12-11  Bruno Haible  <bruno@clisp.org>
3308
3309         * modules/unistd-safer (configure.ac): Drop indicator macro.
3310
3311 2009-12-11  Bruno Haible  <bruno@clisp.org>
3312
3313         Move pipe2-safer code to its own file.
3314         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
3315         * lib/pipe-safer.c (pipe2_safer): Remove function.
3316         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
3317         (Makefile.am): Add it to lib_SOURCES.
3318
3319 2009-12-10  Bruno Haible  <bruno@clisp.org>
3320
3321         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
3322
3323 2009-12-10  Bruno Haible  <bruno@clisp.org>
3324
3325         Declare which arguments expect non-NULL values, for GCC and clang.
3326         * build-aux/arg-nonnull.h: New file.
3327         * modules/arg-nonnull: New file.
3328         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
3329         (inet_ntop, inet_pton): Use it.
3330         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
3331         (closedir, dirfd, opendir, scandir, alphasort): Use it.
3332         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
3333         (open, openat): Use it.
3334         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
3335         (fnmatch): Use it.
3336         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
3337         (getopt, getopt_long, getopt_long_only): Use it.
3338         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
3339         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
3340         Use it.
3341         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
3342         (iconv_open): Use it.
3343         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
3344         (strtoimax, strtoumax): Use it.
3345         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
3346         (duplocale): Use it.
3347         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
3348         (frexp, frexpl): Use it.
3349         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
3350         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
3351         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
3352         (tsearch, tfind, tdelete, twalk): Use it.
3353         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
3354         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3355         sigpending): Use it.
3356         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
3357         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3358         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3359         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3360         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3361         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3362         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3363         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3364         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3365         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3366         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3367         Use it.
3368         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3369         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3370         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3371         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3372         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3373         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3374         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3375         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3376         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3377         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
3378         strtoull, unsetenv): Use it.
3379         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
3380         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3381         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3382         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
3383         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
3384         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
3385         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
3386         (strcasecmp, strncasecmp): Use it.
3387         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
3388         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
3389         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
3390         rpl_setsockopt): Use it.
3391         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
3392         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
3393         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
3394         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
3395         (gettimeofday): Use it.
3396         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
3397         (times): Use it.
3398         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
3399         (uname): Use it.
3400         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
3401         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
3402         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
3403         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
3404         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
3405         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
3406         unlinkat, write): Use it.
3407         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
3408         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
3409         * lib/argv-iter.h: Include arg-nonnull.h.
3410         (_ATTRIBUTE_NONNULL_): Remove macro.
3411         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
3412         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
3413         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
3414         optimization.
3415         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
3416         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
3417         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
3418         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
3419         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
3420         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
3421         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
3422         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
3423         * modules/arpa_inet (Depends-on): Add arg-nonnull.
3424         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
3425         * modules/dirent (Depends-on): Add arg-nonnull.
3426         (Makefile.am): Insert arg-nonnull.h into dirent.h.
3427         * modules/fcntl-h (Depends-on): Add arg-nonnull.
3428         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
3429         * modules/fnmatch (Depends-on): Add arg-nonnull.
3430         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
3431         * modules/getopt-posix (Depends-on): Add arg-nonnull.
3432         (Makefile.am): Insert arg-nonnull.h into getopt.h.
3433         * modules/glob (Depends-on): Add arg-nonnull.
3434         (Makefile.am): Insert arg-nonnull.h into glob.h.
3435         * modules/iconv_open (Depends-on): Add arg-nonnull.
3436         (Makefile.am): Insert arg-nonnull.h into iconv.h.
3437         * modules/inttypes (Depends-on): Add arg-nonnull.
3438         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
3439         * modules/locale (Depends-on): Add arg-nonnull.
3440         (Makefile.am): Insert arg-nonnull.h into locale.h.
3441         * modules/math (Depends-on): Add arg-nonnull.
3442         (Makefile.am): Insert arg-nonnull.h into math.h.
3443         * modules/netdb (Depends-on): Add arg-nonnull.
3444         (Makefile.am): Insert arg-nonnull.h into netdb.h.
3445         * modules/search (Depends-on): Add arg-nonnull.
3446         (Makefile.am): Insert arg-nonnull.h into search.h.
3447         * modules/signal (Depends-on): Add arg-nonnull.
3448         (Makefile.am): Insert arg-nonnull.h into signal.h.
3449         * modules/spawn (Depends-on): Add arg-nonnull.
3450         (Makefile.am): Insert arg-nonnull.h into spawn.h.
3451         * modules/stdio (Depends-on): Add arg-nonnull.
3452         (Makefile.am): Insert arg-nonnull.h into stdio.h.
3453         * modules/stdlib (Depends-on): Add arg-nonnull.
3454         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
3455         * modules/string (Depends-on): Add arg-nonnull.
3456         (Makefile.am): Insert arg-nonnull.h into string.h.
3457         * modules/strings (Depends-on): Add arg-nonnull.
3458         (Makefile.am): Insert arg-nonnull.h into strings.h.
3459         * modules/sys_socket (Depends-on): Add arg-nonnull.
3460         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
3461         * modules/sys_stat (Depends-on): Add arg-nonnull.
3462         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
3463         * modules/sys_time (Depends-on): Add arg-nonnull.
3464         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
3465         * modules/sys_times (Depends-on): Add arg-nonnull.
3466         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
3467         * modules/sys_utsname (Depends-on): Add arg-nonnull.
3468         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
3469         * modules/time (Depends-on): Add arg-nonnull.
3470         (Makefile.am): Insert arg-nonnull.h into time.h.
3471         * modules/unistd (Depends-on): Add arg-nonnull.
3472         (Makefile.am): Insert arg-nonnull.h into unistd.h.
3473         * modules/wchar (Depends-on): Add arg-nonnull.
3474         (Makefile.am): Insert arg-nonnull.h into wchar.h.
3475         * modules/argv-iter (Depends-on): Add arg-nonnull.
3476         * tests/test-canonicalize.c (null_ptr): New function.
3477         (main): Use it.
3478         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
3479         (main): Use it.
3480         * tests/test-memmem.c (null_ptr): New function.
3481         (main): Use it.
3482         Reported by Jim Meyering.
3483
3484 2009-12-10  Bruno Haible  <bruno@clisp.org>
3485
3486         Use spaces for indentation, not tabs.
3487         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
3488         * m4/*.m4: Untabify.
3489         * build-aux/*.h: Untabify.
3490         * tests/**/*.[hc]: Untabify.
3491         * README: New section "Indent with spaces, not TABs", based on
3492         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
3493         * NEWS: Mention the change.
3494
3495 2009-12-10  Bruno Haible  <bruno@clisp.org>
3496
3497         pty test: Fix link error.
3498         * modules/pty-tests (Makefile.am): Add the default LDADD value to
3499         test_pty_LDADD.
3500
3501 2009-12-07  Simon Josefsson  <simon@josefsson.org>
3502
3503         * modules/pty: New file.
3504         * modules/pty-tests: New file.
3505         * m4/pty.m4: New file.
3506         * tests/test-pty.c: New file.
3507         * doc/glibc-headers/pty.texi: Modified.
3508         * doc/glibc-functions/forkpty.texi: Modified.
3509         * doc/glibc-functions/openpty.texi: Modified.
3510
3511 2009-12-10  Bruno Haible  <bruno@clisp.org>
3512
3513         Avoid syntax error in C++ mode.
3514         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
3515
3516 2009-12-10  Bruno Haible  <bruno@clisp.org>
3517
3518         Use sed with option -e.
3519         * gnulib-tool (func_version, func_emit_copyright_notice,
3520         func_emit_initmacro_end, func_import, func_create_testdir): Pass
3521         option -e to sed.
3522         * modules/link-warning (Makefile.am): Likewise.
3523
3524 2009-12-10  Jim Meyering  <meyering@redhat.com>
3525
3526         mgetgroups: do not write bytes beyond end of malloc'd buffer
3527         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3528         username, we call getgroups with a one-element-shorter buffer,
3529         but still told it the length was original, max_n_groups.
3530
3531 2009-12-09  Eric Blake  <ebb9@byu.net>
3532
3533         cloexec: relax license
3534         * modules/cloexec (Maintainer): Add myself.
3535         (License): Use LGPL, not GPL.
3536
3537         link-warning: optimize generation
3538         * modules/link-warning (Makefile.am): Reduce process usage.
3539
3540 2009-12-09  Bruno Haible  <bruno@clisp.org>
3541
3542         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3543         workaround was added on 2009-11-17.
3544
3545 2009-12-09  Jim Meyering  <meyering@redhat.com>
3546             Bruno Haible  <bruno@clisp.org>
3547
3548         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3549         * modules/link-warning (Makefile.am): Make the comment-removing sed
3550         command more robust in the face of bootstrap-prepended comment lines.
3551
3552 2009-12-09  Bruno Haible  <bruno@clisp.org>
3553
3554         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3555         most one group.
3556
3557 2009-12-09  Simon Josefsson <simon@josefsson.org>
3558             Bruno Haible  <bruno@clisp.org>
3559
3560         * build-aux/link-warning.h: Add copyright notice.
3561         * modules/link-warning (Makefile.am): Generate link-warning.h from
3562         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3563         * NEWS: Mention change in link-warning module.
3564         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3565         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3566         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3567         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3568         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3569         * modules/math (Makefile.am): Add dependency to math.h.
3570         * modules/search (Makefile.am): Add dependency to search.h.
3571         * modules/signal (Makefile.am): Add dependency to signal.h.
3572         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3573         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3574         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3575         * modules/string (Makefile.am): Add dependency to string.h.
3576         * modules/strings (Makefile.am): Add dependency to strings.h.
3577         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3578         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3579         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3580         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3581         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3582         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3583         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3584         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3585         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3586
3587 2009-12-09  Bruno Haible  <bruno@clisp.org>
3588
3589         fchdir: Optimize away rpl_fstat when possible.
3590         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3591         REPLACE_OPEN_DIRECTORY.
3592         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3593
3594 2009-12-09  Bruno Haible  <bruno@clisp.org>
3595
3596         * lib/fchdir.c: Update comment.
3597
3598 2009-12-09  Bruno Haible  <bruno@clisp.org>
3599
3600         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3601
3602 2009-12-08  Eric Blake  <ebb9@byu.net>
3603
3604         fchdir: avoid memory leak on re-registration.
3605         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3606
3607 2009-12-08  Jim Meyering  <meyering@redhat.com>
3608
3609         init.sh: avoid Solaris 10 /bin/sh portability problem
3610         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3611         sourced script:
3612           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3613           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3614           bar
3615         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3616         and two tests used that idiom.
3617         * tests/init.sh: Update suggested usage comments.
3618         (path_prepend_): New function, to be used in place
3619         of the --src-path=DIR option.
3620         (setup_): Move PATH-prepending code into path_prepend_.
3621         * tests/test-pread.sh: Adapt to new usage.
3622         * tests/test-xalloc-die.sh: Likewise.
3623
3624 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3625
3626         * doc/gnulib.texi (Glibc pty.h): Add.
3627         * doc/glibc-functions/forkpty.texi: Add.
3628         * doc/glibc-functions/openpty.texi: Add.
3629         Suggested by Bruno Haible.
3630
3631 2009-12-08  Eric Blake  <ebb9@byu.net>
3632
3633         fchdir: fix logic bugs
3634         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3635         * tests/test-fchdir.c (main): Enhance test.
3636         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3637         is in use.
3638
3639         dup2: fix logic bugs
3640         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3641         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3642         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3643         exists.
3644         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3645
3646 2009-12-07  Eric Blake  <ebb9@byu.net>
3647
3648         unlink: fix m4 detection
3649         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3650
3651         unistd-safer: add unit test
3652         * modules/unistd-safer-tests: New file.
3653         * tests/test-dup-safer.c: Likewise.
3654         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3655         * tests/test-dup2.c (setmode): Likewise.
3656         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3657
3658         cloexec: preserve text vs. binary across dup_cloexec
3659         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3660         mode.
3661         * modules/dup2-tests (Depends-on): Add binary-io.
3662         * modules/cloexec-tests (Depends-on): Likewise.
3663         * tests/test-dup2.c (setmode, is_mode): New helpers.
3664         (main): Add tests that translation mode is preserved.
3665         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3666         Reported by Bruno Haible.
3667
3668         mgetgroups: reduce duplicate listings
3669         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3670         resulting array.
3671         * tests/test-chown.h (test_chown): Simplify client.
3672         * tests/test-lchown.h (test_lchown): Likewise.
3673
3674 2009-12-06  Bruno Haible  <bruno@clisp.org>
3675
3676         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
3677         value.
3678
3679 2009-12-06  Bruno Haible  <bruno@clisp.org>
3680
3681         * lib/progname.c: Include stdio.h, stdlib.h.
3682         (set_program_name): Reject a NULL argument.
3683
3684 2009-12-05  Eric Blake  <ebb9@byu.net>
3685
3686         pipe2-safer: new module
3687         * modules/pipe2-safer: New file.
3688         * lib/unistd-safer.h (pipe2_safer): New prototype.
3689         * lib/unistd--.h (pipe2): New wrapper.
3690         * lib/pipe-safer.c (pipe2_safer): New function.
3691         * modules/pipe (Depends-on): Add pipe2-safer.
3692         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
3693
3694         stdlib-safer: preserve cloexec flag for mkostemp[s]
3695         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
3696         fd_safer_flag.
3697
3698         unistd-safer: allow preservation of cloexec status via flag
3699         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
3700         prototypes.
3701         * lib/dup-safer.c (dup_safer_flag): New function.
3702         * lib/fd-safer.c (fd_safer_flag): Likewise.
3703         * modules/cloexec (configure.ac): Set witness.
3704
3705         test-dup2: enhance test
3706         * modules/dup2-tests (Depends-on): Add cloexec.
3707         * tests/test-dup2.c (main): Enhance test.
3708
3709         cloexec: add dup_cloexec
3710         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
3711         header and comments.
3712         * lib/cloexec.c (set_cloexec_flag): Add comments.
3713         (dup_cloexec): New function, with mingw implementation borrowed
3714         from...
3715         * lib/w32spawn.h (dup_noinherit): ...here.
3716         * modules/execute (Depends-on): Add cloexec.
3717         * modules/pipe (Depends-on): Likewise.
3718         * modules/cloexec (Depends-on): Add dup2.
3719         * modules/cloexec-tests (Files): New file.
3720         * tests/test-cloexec.c: Likewise.
3721
3722         test-xalloc-die: fix test for mingw
3723         * modules/xalloc-die-tests (Files): Add tests/init.sh.
3724         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
3725         directory and .exe suffix off argv[0] output.
3726
3727         test-fseeko: fix test for mingw
3728         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
3729         than undefining fseek, so test will pass on mingw.
3730
3731 2009-12-05  Bruno Haible  <bruno@clisp.org>
3732
3733         * lib/progname.h (set_program_name): Clarify specification.
3734         * lib/progname.c (set_program_name): Likewise.
3735         Reported by Jim Meyering.
3736
3737 2009-12-05  Jim Meyering  <meyering@redhat.com>
3738
3739         maint.mk: backslash-escape parens in default regexp
3740         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
3741         backslash-escape the literal parentheses.
3742
3743         maint.mk: news-date-check: use grep -E
3744         * top/maint.mk (today): Define a Make variable, not a...
3745         (news-date-check): ...shell variable.
3746         (news-date-regexp): Use the Make variable.
3747         Use grep's -E option.  Change the failing diagnostic to mention
3748         the variable, $(news-date-regexp).
3749
3750 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
3751
3752         maintainer-makefile: allow customization of NEWS entry format
3753         * top/maint.mk (news-date-regexp): New overridable variable.
3754         (news-date-check): Use it.
3755
3756 2009-12-04  Eric Blake  <ebb9@byu.net>
3757
3758         mgetgroups: add xgetgroups, and avoid ENOSYS failures
3759         * lib/mgetgroups.h (xgetgroups): New prototype.
3760         * lib/mgetgroups.c (xgetgroups): New wrapper.
3761         (mgetgroups): Handle ENOSYS.
3762         * modules/mgetgroups (Depends-on): Add realloc.
3763         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
3764
3765         mgetgroups: avoid argument promotion issues with -1
3766         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
3767         for invalid gid_t.
3768         * tests/test-chown.h (getegid, test_chown): Likewise.
3769         * tests/test-lchown.h (getegid, test_lchown): Likewise.
3770
3771 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
3772
3773         exclude: Fix header file problems.
3774         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
3775
3776 2009-12-01  Jim Meyering  <meyering@redhat.com>
3777
3778         fts: fts_open: do not let an empty string cause immediate failure
3779         This is required in support of GNU rm, for which the command
3780         "rm A '' B" must process and remove both A and B, in spite of
3781         the empty string argument.
3782         * lib/fts.c (fts_open): Do not let the presence of an empty string
3783         cause fts_open to fail immediately.  Most fts-using tools must be
3784         able to process all arguments, in order, and can be expected to
3785         diagnose such arguments themselves.
3786
3787 2009-11-30  Eric Blake  <ebb9@byu.net>
3788
3789         utimens: fix compilation error
3790         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
3791         Declare variable at right scope.
3792
3793 2009-11-29  Jim Meyering  <meyering@redhat.com>
3794
3795         bootstrap: handle perl-5.11's changed --version output
3796         * build-aux/bootstrap (get_version): Handle perl separately,
3797         since perl-5.11's --version output is different.
3798
3799 2009-11-28  Jim Meyering  <meyering@redhat.com>
3800
3801         userspec: depend on the inttostr module, too
3802         * modules/userspec (Depends-on): Add inttostr.
3803
3804         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
3805         * lib/userspec.c (parse_with_separator): Do not accept a user ID
3806         number of MAXUID when it evaluates to (uid_t) -1.
3807         Likewise for group ID.  Reported by Matt McCutchen in
3808         <http://savannah.gnu.org/bugs/?28113>
3809
3810         userspec: reformat to use spaces, not TABs
3811         * lib/userspec.c: Expand TABs to spaces.
3812         Add Emacs' "indent-tabs-mode: nil" hint.
3813
3814 2009-11-27  Eric Blake  <ebb9@byu.net>
3815
3816         getopt-gnu: flush out another BSD bug
3817         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
3818         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
3819         flush out BSD bug.
3820         * tests/test-getopt.h (test_getopt): End lists with NULL.
3821         * tests/test-getopt_long.h (test_getopt_long): Likewise.
3822         (test_getopt_long_posix): Enhance test.
3823         * modules/getopt-posix-tests (Depends-on): Add stdbool.
3824         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
3825         getopt-gnu.
3826         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3827         Likewise.
3828
3829 2009-11-27  Simon Josefsson  <simon@josefsson.org>
3830
3831         * modules/idpriv-droptemp-tests (Notice): Fix text.
3832
3833 2009-11-27  Jim Meyering  <meyering@redhat.com>
3834
3835         test-xalloc-die: avoid spurious failure due to libtool argv difference
3836         In a libtool-enabled project, this test would fail due to a difference
3837         in the emitted program name, e.g.,
3838         -test-xalloc-die: memory exhausted
3839         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
3840         Use program to avoid that.
3841         * modules/xalloc-die-tests (Depends-on): Add progname.
3842         * tests/test-xalloc-die.c: Include progname.h".
3843         (program_name): Remove decl.
3844         (main): Call set_program_name.
3845         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
3846
3847 2009-11-26  Richard Jones  <rjones@redhat.com>
3848
3849         w32sock: leave win32 error in place.
3850         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
3851
3852 2009-11-26  Eric Blake  <ebb9@byu.net>
3853
3854         init.sh: suggest to use skip_ and fail_ functions in comments
3855         * tests/init.sh: Add a sentence.
3856
3857 2009-11-25  Bruno Haible  <bruno@clisp.org>
3858
3859         init.sh: add documentation in comments
3860         * tests/init.sh: Add some developer and user documentation.
3861
3862 2009-11-26  Jim Meyering  <meyering@redhat.com>
3863
3864         init.sh: accommodate even those who specify bogus srcdir manually
3865         * tests/init.sh: Normally, srcdir is guaranteed by automake and
3866         configure-time tests to be sanitized, so that there is no need to
3867         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
3868         (with no double quotes) suffices.  However, since tests may be
3869         invoked manually, and since you may explicitly set srcdir to the
3870         name of a directory containing spaces, do quote its uses here.
3871         * tests/test-pread.sh: Likewise.
3872         Suggested by Bruno Haible.
3873
3874         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
3875         * tests/test-pread.sh: Write no data into the pipe, because
3876         test-pread actually reads none.  This avoids a diagnostic,
3877         "bash: echo: write error: Broken pipe", that arises in the unusual
3878         event something is ignoring SIGPIPE, and might be interpreted
3879         as some sort of failure.  Reported by Bruno Haible.
3880
3881 2009-11-25  Jim Meyering  <meyering@redhat.com>
3882
3883         test-pread: cover failure with ESPIPE and EINVAL
3884         * tests/test-pread.c (main): Test for failure, too.
3885         * tests/test-pread.sh: Invoke with stdin on a pipe.
3886         Suggested by Eric Blake.
3887
3888         pread: improvement and fix
3889         * modules/pread (Depends-on): Depend on lseek, for portability to
3890         e.g., mingw.  Suggested by Eric Blake.
3891         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
3892
3893         unistd.in.h: correct declaration of pread
3894         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
3895         Reported by Richard W.M. Jones.
3896
3897         test-pread.sh: distribute the test script
3898         * modules/pread-tests (Files): Include test-pread.sh.
3899
3900         test-pread.sh: clean up
3901         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
3902         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
3903         That is unnecessary, since it's always ".".
3904         Suggestion from Eric Blake.
3905
3906         test-pread.sh: make executable
3907         * tests/test-pread.sh: Set executable bit.
3908         Reported by Eric Blake.
3909
3910         correct typo in test-pread.sh
3911         * tests/test-pread.sh: Add #! line.
3912
3913         test pread
3914         * tests/test-pread.c: New file.
3915         * tests/test-pread.sh: Likewise.
3916         * modules/pread-tests: Likewise.
3917
3918         pread: new module
3919         * modules/pread: New file.
3920         * lib/unistd.in.h (pread): Define/declare.
3921         * lib/pread.c (pread): New file.
3922         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
3923         * modules/unistd (Makefile.am): Substitute witnesses.
3924         * doc/posix-functions/pread.texi (pread): Update.
3925         * MODULES.html.sh: Add pread.
3926
3927 2009-11-25  Jim Meyering  <meyering@redhat.com>
3928
3929         tests/init.sh: new file to be used via most *.sh tests
3930         * tests/init.sh: New file.
3931
3932 2009-11-25  Eric Blake  <ebb9@byu.net>
3933
3934         utimens: work around older Linux failure with symlinks
3935         * lib/utimens.c (lutimensat_works_really): New variable.
3936         (fdutimens, lutimens): Use it to manage kernels that support
3937         nanosecond times on files, but not on symlinks.
3938         Reported by OndÅ™ej Vašík.
3939
3940         utimes: fix configure grammar
3941         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
3942
3943 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
3944
3945         regex: Fix fastmap for multibyte character ranges.
3946         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
3947         characters when a multibyte character range is included.
3948
3949 2009-11-22  Andy Wingo  <wingo@pobox.com>
3950
3951         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
3952         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
3953
3954 2009-11-24  Bruno Haible  <bruno@clisp.org>
3955
3956         doc: Most *_l functions exist in MacOS X 10.5.
3957         * doc/posix-functions/duplocale.texi: Update platforms list.
3958         * doc/posix-functions/freelocale.texi: Likewise.
3959         * doc/posix-functions/newlocale.texi: Likewise.
3960         * doc/posix-functions/uselocale.texi: Likewise.
3961         * doc/posix-functions/isalnum_l.texi: Likewise.
3962         * doc/posix-functions/isalpha_l.texi: Likewise.
3963         * doc/posix-functions/isblank_l.texi: Likewise.
3964         * doc/posix-functions/iscntrl_l.texi: Likewise.
3965         * doc/posix-functions/isdigit_l.texi: Likewise.
3966         * doc/posix-functions/isgraph_l.texi: Likewise.
3967         * doc/posix-functions/islower_l.texi: Likewise.
3968         * doc/posix-functions/isprint_l.texi: Likewise.
3969         * doc/posix-functions/ispunct_l.texi: Likewise.
3970         * doc/posix-functions/isspace_l.texi: Likewise.
3971         * doc/posix-functions/isupper_l.texi: Likewise.
3972         * doc/posix-functions/iswalnum_l.texi: Likewise.
3973         * doc/posix-functions/iswalpha_l.texi: Likewise.
3974         * doc/posix-functions/iswblank_l.texi: Likewise.
3975         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3976         * doc/posix-functions/iswctype_l.texi: Likewise.
3977         * doc/posix-functions/iswdigit_l.texi: Likewise.
3978         * doc/posix-functions/iswgraph_l.texi: Likewise.
3979         * doc/posix-functions/iswlower_l.texi: Likewise.
3980         * doc/posix-functions/iswprint_l.texi: Likewise.
3981         * doc/posix-functions/iswpunct_l.texi: Likewise.
3982         * doc/posix-functions/iswspace_l.texi: Likewise.
3983         * doc/posix-functions/iswupper_l.texi: Likewise.
3984         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3985         * doc/posix-functions/isxdigit_l.texi: Likewise.
3986         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
3987         * doc/posix-functions/strcasecmp_l.texi: Likewise.
3988         * doc/posix-functions/strcoll_l.texi: Likewise.
3989         * doc/posix-functions/strfmon_l.texi: Likewise.
3990         * doc/posix-functions/strftime_l.texi: Likewise.
3991         * doc/posix-functions/strncasecmp_l.texi: Likewise.
3992         * doc/posix-functions/strxfrm_l.texi: Likewise.
3993         * doc/posix-functions/tolower_l.texi: Likewise.
3994         * doc/posix-functions/toupper_l.texi: Likewise.
3995         * doc/posix-functions/towctrans_l.texi: Likewise.
3996         * doc/posix-functions/towlower_l.texi: Likewise.
3997         * doc/posix-functions/towupper_l.texi: Likewise.
3998         * doc/posix-functions/wcscoll_l.texi: Likewise.
3999         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
4000         * doc/posix-functions/wctrans_l.texi: Likewise.
4001         * doc/posix-functions/wctype_l.texi: Likewise.
4002         * doc/glibc-functions/strptime_l.texi: Likewise.
4003         * doc/glibc-functions/strtod_l.texi: Likewise.
4004         * doc/glibc-functions/strtof_l.texi: Likewise.
4005         * doc/glibc-functions/strtol_l.texi: Likewise.
4006         * doc/glibc-functions/strtold_l.texi: Likewise.
4007         * doc/glibc-functions/strtoll_l.texi: Likewise.
4008         * doc/glibc-functions/strtoul_l.texi: Likewise.
4009         * doc/glibc-functions/strtoull_l.texi: Likewise.
4010         * doc/glibc-functions/wcsftime_l.texi: Likewise.
4011         * doc/glibc-functions/wcstod_l.texi: Likewise.
4012         * doc/glibc-functions/wcstof_l.texi: Likewise.
4013         * doc/glibc-functions/wcstol_l.texi: Likewise.
4014         * doc/glibc-functions/wcstold_l.texi: Likewise.
4015         * doc/glibc-functions/wcstoll_l.texi: Likewise.
4016         * doc/glibc-functions/wcstoul_l.texi: Likewise.
4017         * doc/glibc-functions/wcstoull_l.texi: Likewise.
4018
4019 2009-11-24  Bruno Haible  <bruno@clisp.org>
4020
4021         duplocale: Fix logic bug.
4022         * lib/duplocale.c: Don't include <langinfo.h>.
4023         (_NL_LOCALE_NAME): Remove macro.
4024         (rpl_duplocale): Use setlocale instead of nl_langinfo.
4025         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
4026
4027 2009-11-23  Jim Meyering  <meyering@redhat.com>
4028
4029         test-update-copyright: don't hard-code /usr/bin/perl
4030         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
4031         perl to print the current year.  Gilles Espinasse reported that
4032         the replaced use of perl was hard-coded as /usr/bin/perl.
4033
4034 2009-11-23  Bruno Haible  <bruno@clisp.org>
4035
4036         duplocale: Add support for glibc 2.3.x.
4037         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
4038
4039 2009-11-22  Bruno Haible  <bruno@clisp.org>
4040
4041         vasnprintf: Tiny optimization.
4042         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
4043         MacOS X.
4044
4045 2009-11-22  Bruno Haible  <bruno@clisp.org>
4046
4047         Tests for module 'duplocale'.
4048         * modules/duplocale-tests: New file.
4049         * tests/test-duplocale.c: New file.
4050
4051         New module 'duplocale'.
4052         * m4/duplocale.m4: New file.
4053         * lib/locale.in.h (duplocale): New declaration.
4054         * lib/duplocale.c: New file.
4055         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
4056         gl_LOCALE_H_DEFAULTS): New macros.
4057         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
4058         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
4059         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
4060         REPLACE_DUPLOCALE.
4061         * modules/duplocale: New file.
4062         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
4063
4064 2009-11-22  Bruno Haible  <bruno@clisp.org>
4065
4066         * modules/locale-tests (configure.ac): Test for newlocale function.
4067         * tests/test-locale.c: When the system has extended locale functions,
4068         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
4069
4070         locale: Make locale_t available when possible.
4071         * lib/locale.in.h: Include <xlocale.h> when it exists.
4072         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
4073         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
4074         * modules/locale (Depends-on): Add extensions.
4075         (Makefile.am): Also substitute HAVE_XLOCALE_H.
4076         * doc/posix-headers/locale.texi: Document the problem with locale_t.
4077
4078 2009-11-22  Bruno Haible  <bruno@clisp.org>
4079
4080         Add comments.
4081         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
4082         invocation.
4083         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4084         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4085         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4086
4087 2009-11-22  Bruno Haible  <bruno@clisp.org>
4088
4089         error: account for the possibility of freopen (stdout).
4090         * lib/error.c: Include <unistd.h>.
4091         (flush_stdout): New function, extracted from error and error_at_line.
4092         Determine stdout's fd dynamically.
4093         (error, error_at_line): Invoke flush_stdout.
4094         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
4095         * modules/error (Depends-on): Add unistd.
4096
4097 2009-11-22  Bruno Haible  <bruno@clisp.org>
4098
4099         diffseq: Add comment.
4100         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
4101
4102 2009-11-22  Jim Meyering  <meyering@redhat.com>
4103
4104         c-stack: avoid defining an unused static function
4105         * lib/c-stack.c (find_stack_direction): Do not define this function
4106         when it will not be used.
4107
4108         diffseq: avoid spurious gcc warnings
4109         * lib/diffseq.h (IF_LINT2): Define.
4110         (compareseq): Use it to initialize two members of "part".
4111         This avoids two used-uninitialized warnings.
4112
4113 2009-11-21  Jim Meyering  <meyering@redhat.com>
4114
4115         c-stack: avoid "ignoring return value of `write'" warning
4116         * lib/c-stack.c: Include "ignore-value.h".
4117         (die): Explicitly ignore each write return value.
4118         * modules/c-stack (Depends-on): Add ignore-value.
4119
4120 2009-11-21  Bruno Haible  <bruno@clisp.org>
4121
4122         diffseq: reduce scope of variable 'best'.
4123         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
4124         variable, earlier used for two different purposes.
4125
4126 2009-11-21  Jim Meyering  <meyering@redhat.com>
4127
4128         diffseq: remove useless assignment to "best"
4129         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
4130         assignment.  At that point "best" is already guaranteed to be zero.
4131
4132 2009-11-20  Eric Blake  <ebb9@byu.net>
4133
4134         build: mention ftp redirector in release announcements
4135         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
4136         values that used to come from cfg.mk; mention FTP redirect URL.
4137         * build-aux/announce-gen: Mention the mirror list.
4138         Suggested by Karl Berry.
4139
4140         nanosleep: improve port to mingw
4141         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
4142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
4143         LIB_NANOSLEEP, but only when needed.
4144         * modules/select (Link): Document LIBSOCKET.
4145         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
4146         enough.
4147
4148         nanosleep: work around cygwin bug
4149         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
4150         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
4151         bug.
4152         (getnow): Delete, not needed.
4153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
4154         LIB_CLOCK_GETTIME.
4155         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
4156         clock-time, gettime.
4157         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
4158         bug.
4159         * modules/nanosleep-tests: New test.
4160         * tests/test-nanosleep.c: New file.
4161
4162         sleep: work around cygwin bug
4163         * lib/sleep.c (rpl_sleep): Work around the bug.
4164         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
4165         (gl_PREREQ_SLEEP): Delete unused macro.
4166         * modules/sleep (Depends-on): Add verify.
4167         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4168         * modules/unistd (Makefile.am): Substitute witness.
4169         * lib/unistd.in.h (sleep): Update prototype.
4170         * doc/posix-functions/sleep.texi (sleep): Document the bug.
4171         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
4172         * modules/sleep-tests (Depends-on): Check for alarm.
4173
4174 2009-11-20  Jim Meyering  <meyering@redhat.com>
4175
4176         maint.mk: improve sc_prohibit_magic_number_exit
4177         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
4178         so it does not match uses like System.exit(1).
4179         Add comments showing how to correct all offenders.
4180
4181 2009-11-19  Eric Blake  <ebb9@byu.net>
4182
4183         xalloc-die-tests: add missing library
4184         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
4185
4186         test-xvasprintf: silence compiler warnings
4187         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
4188         empty string from gcc.
4189
4190 2009-11-19  Jim Meyering  <meyering@redhat.com>
4191
4192         xfreopen: new module, from coreutils
4193         * modules/xfreopen: New module.
4194         * lib/xfreopen.c: New file.
4195         * lib/xfreopen.h: New file.
4196         * MODULES.html.sh (File stream based Input/Output"): Add it.
4197
4198 2009-11-19  Eric Blake  <ebb9@byu.net>
4199
4200         manywarnings: depend on warnings
4201         * modules/manywarnings (Depends-on): Add warnings.
4202
4203         build: avoid compiler warnings
4204         * lib/select.c (rpl_select): Delete unused variable.
4205         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
4206
4207 2009-11-18  Eric Blake  <ebb9@byu.net>
4208
4209         tests: avoid false negative with --with-packager
4210         * tests/test-version-etc.sh: Discard packager information.
4211         * tests/test-argp-version-etc-1.sh: Likewise.
4212         Reported by Mike Frysinger.
4213
4214         utimens: fix regression on Solaris
4215         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
4216         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
4217         can only change fd timestamps via futimesat.  Instead, use an
4218         additional witness macro to avoid BSD bug.
4219         Reported by Jim Meyering.
4220
4221 2009-11-17  Eric Blake  <ebb9@byu.net>
4222
4223         usleep: use it to simplify tests
4224         * modules/stat-time-tests (Depends-on): Add usleep.
4225         (configure.ac): Drop usleep check.
4226         * modules/chown-tests (Depends-on, configure.ac): Likewise.
4227         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
4228         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
4229         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
4230         * modules/openat-tests (Depends-on, configure.ac): Likewise.
4231         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
4232         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
4233         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
4234         Likewise.
4235         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
4236         * tests/test-lchown.h (nap): Likewise.
4237         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
4238         * tests/test-stat-time.c (nap): Likewise.
4239         * tests/test-utimens-common.h (nap): Update comments.
4240
4241         usleep: new module
4242         * modules/usleep: New file.
4243         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
4244         * lib/usleep.c (usleep): Likewise.
4245         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
4246         * modules/unistd (Makefile.am): Substitute witnesses.
4247         * lib/unistd.in.h (usleep): Add declaration.
4248         * doc/pastposix-functions/usleep.texi (usleep): Document this.
4249         * MODULES.html.sh (Date and time): Likewise.
4250         * modules/usleep-tests (Depends-on): New test.
4251         * tests/test-usleep.c: New file.
4252
4253         chown: work around OpenBSD bug
4254         * lib/chown.c (rpl_chown): Work around the bug.
4255         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
4256         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
4257         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
4258         * modules/chown (Depends-on): Add stdbool.
4259         * modules/lchown (Depends-on): Likewise.
4260         * doc/posix-functions/chown.texi (chown): Document the bug.
4261         * doc/posix-functions/lchown.texi (lchown): Likewise.
4262         * tests/test-lchown.h (test_chown): Relax test.
4263
4264         mkstemp: avoid conflict with C++ keyword template
4265         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
4266         * lib/mkostemp.c (mkostemp): Likewise.
4267         * lib/mkostemps.c (mkostemps): Likewise.
4268         * lib/mkstemp.c (mkstemp): Likewise.
4269         * lib/mkstemps.c (mkstemps): Likewise.
4270
4271         xalloc-die-tests: optimize
4272         * tests/test-xalloc-die.sh: Reduce number of processes.
4273
4274 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4275
4276         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
4277         patch from ludo@gnu.org (Ludovic Courtès).
4278
4279 2009-11-17  Jim Meyering  <meyering@redhat.com>
4280
4281         version-etc: use proper license string
4282         * modules/version-etc (License): Use LGPL, not LGPLv3+.
4283         * modules/version-etc-fsf: Likewise.
4284
4285 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4286
4287         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
4288         printed to stdout.  Deal with EOL differences.
4289
4290 2009-11-17  Eric Blake  <ebb9@byu.net>
4291
4292         unsetenv: work around Solaris bug
4293         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
4294         * lib/unsetenv.c (rpl_unsetenv): Work around it.
4295         Reported by Jim Meyering.
4296
4297         vasnprintf: avoid compiler warnings
4298         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
4299         variables.
4300         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
4301
4302 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4303
4304         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
4305         settings since xalloc-die is no longer the self test,
4306         xalloc-die.sh is.
4307
4308 2009-11-17  Jim Meyering  <meyering@redhat.com>
4309
4310         test-xalloc-die.sh: make the code agree with the commit log
4311         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
4312         at the end, just in case you happen to have a test-xalloc-die
4313         program in some other PATH directory.
4314
4315         test-xalloc-die.sh: fix a portability bug
4316         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
4317         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
4318         Otherwise, argv[0] (as often seen in diagnostics) would be too
4319         system-dependent, sometimes with, and sometimes without the leading "./".
4320
4321         version-etc-fsf: relax license to LGPLv3+
4322         * modules/version-etc-fsf (License): Relax license.
4323
4324 2009-11-16  Eric Blake  <ebb9@byu.net>
4325
4326         xalloc-die-tests: avoid printing null pointer
4327         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
4328         shell script.
4329         * tests/test-xalloc-die.c (program_name): Declare.
4330         * tests/test-xalloc-die.sh (tmpfiles): New file.
4331
4332         setenv, unsetenv: work around various bugs
4333         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
4334         (setenv) [HAVE_SETENV]: Work around bugs.
4335         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
4336         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
4337         for bugs.
4338         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
4339         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
4340         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
4341         * modules/stdlib (Makefile.am): Update substitutions.
4342         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
4343         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
4344         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
4345         * modules/setenv-tests: New test.
4346         * modules/unsetenv-tests: Likewise.
4347         * tests/test-setenv.c: New file.
4348         * tests/test-unsetenv.c: Likewise.
4349
4350 2009-11-16  Jim Meyering  <meyering@redhat.com>
4351
4352         version-etc: relax license to LGPLv3+
4353         * modules/version-etc (License): Relax license.
4354
4355         better AC_REQUIRE expanded-before-required-warning avoidance
4356         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
4357         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
4358         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
4359         which is no longer needed.
4360
4361 2009-11-16  Eric Blake  <ebb9@byu.net>
4362
4363         test-freading: clean up temporary file
4364         * tests/test-freading.c (main): Remove file on success, and use
4365         ASSERT more liberally.
4366         Reported by Jim Meyering.
4367
4368 2009-11-16  Jim Meyering  <meyering@redhat.com>
4369
4370         avoid new AC_REQUIRE expanded-before-required warnings
4371         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4372         merely using it.
4373         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4374         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4375
4376 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4377
4378         * tests/test-xalloc-die.c: New file.
4379         * modules/xalloc-die-tests: New file.
4380         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
4381         XFAIL_TESTS so it can be appended by modules.
4382
4383 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4384
4385         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
4386         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
4387
4388 2009-11-14  Eric Blake  <ebb9@byu.net>
4389
4390         fnmatch: avoid compiler warning
4391         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
4392         to silence compiler warning about mismatch signedness in ?:.
4393         Reported by Robert Millan.
4394
4395         intprops: add double-inclusion guard
4396         * lib/intprops.h: Allow idempotent includes.
4397         Suggested by Bruce Korb.
4398
4399         openat: detect Solaris fchownat bug
4400         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
4401         penalizing glibc chownat when only lchownat is broken.
4402         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
4403         trailing slash bugs.
4404         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
4405         * modules/openat-tests (Files): Include more files.
4406         (Depends-on): Add mgetgroups, sleep, stat-time.
4407         (configure.ac): Add additional checks.
4408         (Makefile.am): Build new test.
4409         * tests/test-fchownat.c: New file.
4410
4411         lchown: detect Solaris and FreeBSD bug
4412         * lib/lchown.c (rpl_lchown): Work around bug.
4413         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
4414         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4415         * modules/unistd (Makefile.am): Populate it.
4416         * lib/unistd.in.h (lchown): Update declaration.
4417         * doc/posix-functions/lchown.texi (lchown): Document the bug.
4418         * modules/lchown-tests: New file.
4419         * tests/test-lchown.h (test_lchown): Likewise.
4420         * tests/test-lchown.c (main): Likewise.
4421
4422         chown: detect Solaris and FreeBSD bug
4423         * lib/chown.c (rpl_chown): Work around bug.
4424         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
4425         (gl_PREREQ_CHOWN): Delete.
4426         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4427         * modules/unistd (Makefile.am): Populate it.
4428         * lib/unistd.in.h (chown): Update declaration.
4429         * lib/lchown.c (chown): Update client.
4430         * modules/lchown (Depends-on): Add lstat.
4431         * doc/posix-functions/chown.texi (chown): Document the bug.
4432         * doc/posix-functions/getgroups.texi (getgroups): Document
4433         getgroups pitfall.
4434         * modules/chown-tests: New file.
4435         * tests/test-chown.h (test_chown): Likewise.
4436         * tests/test-chown.c (main): Likewise.
4437
4438 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
4439
4440         gnulib-tool: correctly detect absence of m4 directories
4441         * gnulib-tool: Avoid extra newline on data passed to wc -l.
4442
4443 2009-11-14  Jim Meyering  <meyering@redhat.com>
4444
4445         maint.mk: Prohibit inclusion of "xalloc.h" without use.
4446         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4447
4448 2009-11-14  John W. Eaton  <jwe@gnu.org>
4449
4450         strftime.h: wrap funtion declaration in extern "C" block
4451         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
4452
4453 2009-11-13  Eric Blake  <ebb9@byu.net>
4454
4455         getgroups: avoid compiler warning
4456         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
4457
4458         getgroups: work around FreeBSD bug
4459         * lib/getgroups.c (rpl_getgroups): Work around the bug.
4460         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
4461         * doc/posix-functions/getgroups.texi (getgroups): Document it.
4462         * tests/test-getgroups.c (main): Fix buffer overrun.
4463
4464         getgroups: avoid compilation failure
4465         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
4466         * modules/getgroups (Depends-on): Add stdint.
4467
4468 2009-11-13  Jim Meyering  <meyering@redhat.com>
4469
4470         test-getgroups: avoid compilation failure
4471         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
4472
4473 2009-11-13  Eric Blake  <ebb9@byu.net>
4474
4475         mgetgroups: new module, taken from coreutils
4476         * modules/mgetgroups: New file.
4477         * lib/mgetgroups.h: Likewise.
4478         * lib/mgetgroups.c (mgetgroups): Likewise.
4479         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
4480         * MODULES.html.sh (Users and groups): Mention it.
4481
4482         getgroups: don't expose GETGROUPS_T to user
4483         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
4484         an element at a time if GETGROUPS_T is wrong size.
4485         * lib/getugroups.h (getugroups): Change signature.
4486         * lib/unistd.in.h (getgroups): Likewise.
4487         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
4488         signature needs fixing.
4489         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
4490         AC_TYPE_GETGROUPS.
4491         * modules/group-member (Depends-on): Add getgroups.
4492         * lib/group-member.c (group_info, get_group_info): Use gid_t.
4493         (group_member): Rely on getgroups replacement.
4494         * lib/getugroups.c (getugroups): Use gid_t.
4495         * tests/test-getgroups.c (main): Likewise.
4496         * NEWS: Mention the signature change.
4497         * doc/posix-functions/getgroups.texi (getgroups): Mention the
4498         problem with signature.
4499         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
4500         GETGROUPS_T is still useful for setgroups.
4501
4502         getgroups, getugroups: provide stubs for mingw
4503         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
4504         * lib/getugroups.c (getugroups): Likewise.
4505         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
4506         function.  Modernize replacement scheme.
4507         (gl_PREREQ_GETGROUPS): Delete.
4508         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
4509         * modules/getgroups (configure.ac): Declare witness.
4510         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4511         * modules/unistd (Depends-on): Substitute witness.
4512         * lib/unistd.in.h (getgroups): Declare replacement.
4513
4514         getgroups: avoid calling exit
4515         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
4516         drop xalloc.
4517         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
4518         dependencies.
4519         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
4520         exiting, in the rare case of malloc failure.
4521
4522         getgroups: fix logic error
4523         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
4524         has more than 20 groups.
4525         * modules/getgroups-tests: New test.
4526         * tests/test-getgroups.c: New file.
4527
4528 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4529
4530         * tests/test-base64.c: Improve.
4531
4532 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4533
4534         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4535         Blake <ebb9@byu.net>.
4536
4537 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4538
4539         * tests/test-xvasprintf.c: Add %s%s related checks.
4540
4541 2009-11-12  Eric Blake  <ebb9@byu.net>
4542
4543         version-etc: match standards.texi style
4544         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4545         and use <> only for URLs.
4546
4547 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4548
4549         fts: do not fail on a submount during traversal
4550         * lib/fts.c (fts_build): Read the stat info again after opening
4551         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4552         Original report at http://bugzilla.redhat.com/501848.
4553
4554 2009-11-12  Jim Meyering  <meyering@redhat.com>
4555
4556         bootstrap: sync from coreutils
4557         * build-aux/bootstrap (bootstrap_epilogue): New function.
4558         Use git_modules_config in one more place.  This make bootstrap's
4559         --gnulib-srcdir option more useful for testing.
4560
4561         bootstrap: generalize autoheader check
4562         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4563         AC_CONFIG_HEADERS.
4564
4565 2009-11-11  Eric Blake  <ebb9@byu.net>
4566
4567         mkfifoat: use new modules for Solaris and BSD bugs
4568         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4569         * lib/mkfifoat.c (mknodat): Split...
4570         * lib/mknodat.c (mknodat): ...into new file.
4571         * modules/mkfifoat (Files): Ship new file.
4572         (Depends-on): Add mkfifo, mknod.
4573         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4574         (Depends-on): Add symlink.
4575         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4576         redundant with test_mkfifo.h.
4577         (do_mkfifoat, do_mknodat): New helpers.
4578
4579         mknod: new module
4580         * modules/mknod: New file.
4581         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4582         * lib/mknod.c (mknod): Likewise.
4583         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4584         defaults.
4585         * modules/sys_stat (Makefile.am): Substitute them.
4586         * lib/sys_stat.in.h (mknod): Declare replacement.
4587         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4588         Document it.
4589         * doc/posix-functions/mknod.texi (mknod): Likewise.
4590         * modules/mknod-tests: New test.
4591         * tests/test-mknod.c: Likewise.
4592
4593         mkfifo: new module
4594         * modules/mkfifo: New file.
4595         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4596         * lib/mkfifo.c (mkfifo): Likewise.
4597         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4598         defaults.
4599         * modules/sys_stat (Makefile.am): Substitute them.
4600         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4601         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4602         Document it.
4603         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4604         * modules/mkfifo-tests: New test.
4605         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4606         from test-mkfifoat.c.
4607         * tests/test-mkfifo.c: New file.
4608
4609         readlink: detect FreeBSD bug
4610         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4611         slash on symlink.
4612         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4613         * tests/test-readlink.h (test_readlink): Enhance test.
4614
4615         symlink: detect FreeBSD bug
4616         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4617         slash on symlink.
4618         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4619         * tests/test-symlink.h (test_symlink): Enhance test.
4620
4621 2009-11-10  Eric Blake  <ebb9@byu.net>
4622
4623         link: detect FreeBSD bug
4624         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4625         symlink.
4626         * doc/posix-functions/link.texi (link): Document the bug.
4627         * tests/test-link.h (test_link): Enhance test.
4628         * tests/test-linkat.c (main): Update caller.
4629
4630         unlink, remove: detect FreeBSD bug
4631         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4632         slash on symlink.
4633         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4634         * doc/posix-functions/remove.texi (remove): Likewise.
4635         * tests/test-unlink.h (test_unlink): Enhance test.
4636         * tests/test-remove.c (main): Likewise.
4637
4638 2009-11-09  Eric Blake  <ebb9@byu.net>
4639
4640         rename: detect FreeBSD bug
4641         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4642         slash on symlink.
4643         * modules/renameat-tests (Depends-on): Add filenamecat.
4644         * tests/test-rename.h (test_rename): Allow one more errno.
4645         * tests/test-renameat.c (main): Likewise.
4646         * doc/posix-functions/rename.texi (rename): Document the bug.
4647
4648         open: detect FreeBSD bug
4649         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4650         symlink.
4651         * doc/posix-functions/open.texi (open): Document the bug.
4652         * doc/posix-functions/utimes.texi (utimes): Likewise.
4653         * tests/test-open.h (test_open): Add parameters, and test symlink
4654         handling.
4655         * tests/test-open.c (main): Adjust caller.
4656         * tests/test-fcntl-safer.c (main): Likewise.
4657         * modules/open-tests (Depends-on): Add stdbool, symlink.
4658         * modules/fcntl-safer-tests (Depends-on): Likewise.
4659         * tests/test-openat.c (main): Add test-open tests.
4660
4661         stat: detect FreeBSD bug
4662         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4663         symlink.
4664         * doc/posix-functions/stat.texi (stat): Document the bug.
4665         * tests/test-stat.h (test_stat_func): Add argument.
4666         * tests/test-stat.c (main): Adjust caller.
4667         * tests/test-fstatat.c (main): Likewise.
4668         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4669         Reported by Jim Meyering.
4670
4671 2009-11-09  James Youngman  <jay@gnu.org>
4672
4673         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
4674         * lib/strftime.c: Correct placement of #include "ignore-value.h".
4675
4676 2009-11-08  Jim Meyering  <meyering@redhat.com>
4677
4678         utimens: remove invalid futimesat call
4679         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
4680         It used the file descriptor of the target file as the DIR_FD
4681         parameter and NULL as the file name.  That caused failure with
4682         errno == EFAULT on FreeBSD-8.0-rc2
4683
4684 2009-11-07  Eric Blake  <ebb9@byu.net>
4685
4686         fflush, freadseek: use fseeko, not fseek
4687         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
4688         (clear_ungetc_buffer): Avoid potential problems on large files.
4689         * lib/freadseek.c (freadseek): Likewise.
4690         * modules/freadseek (Depends-on): Add fseeko.
4691         * modules/fseek (configure.ac): Set a witness.
4692         * tests/test-fflush.c (main): Use fseeko.
4693         * tests/test-fpurge.c (fseek): Disable link warning.
4694         * tests/test-freadable.c (fseek): Likewise.
4695         * tests/test-freading.c (fseek): Likewise.
4696         * tests/test-fseeko.c (fseek): Likewise.
4697         * tests/test-ftell.c (fseek): Likewise.
4698         * tests/test-ftello.c (fseek): Likewise.
4699         * tests/test-fwritable.c (fseek): Likewise.
4700         * tests/test-fwriting.c (fseek): Likewise.
4701
4702 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4703
4704         * modules/memchr (Depends-on): Drop getpagesize dependency.
4705
4706 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4707
4708         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
4709         Reported by Ludovic Courtès.
4710         * build-aux/pmccabe2html: Improve example usage.
4711         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
4712
4713 2009-11-06  Jim Meyering  <meyering@redhat.com>
4714
4715         do-release-commit-and-tag: New module.
4716         Automate the release-commit and tag process.
4717         * build-aux/do-release-commit-and-tag: New script, from coreutils.
4718         * modules/do-release-commit-and-tag: New file.
4719         * MODULES.html.sh (Support for maintaining and releasing): Add it.
4720
4721 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4722
4723         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
4724         because test-select.c uses inet_pton.
4725
4726 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4727
4728         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
4729         GETADDRINFO_LIB.  Bump serial number.
4730         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
4731         Suggested by Eric Blake <ebb9@byu.net>.
4732
4733 2009-11-05  Eric Blake  <ebb9@byu.net>
4734
4735         strtod: detect darwin bug
4736         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
4737         Reported by Leo Davis.
4738
4739         freopen-safer: new module
4740         * modules/freopen-safer: New module.
4741         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
4742         * lib/freopen-safer.c (freopen_safer): New file.
4743         * lib/stdio-safer.h (freopen_safer): New declaration.
4744         * lib/stdio--.h (freopen): New override.
4745         * MODULES.html.sh (File stream based Input/Output): Mention it.
4746         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
4747         freopen-safer module.
4748         * doc/posix-functions/stderr.texi (stderr): Likewise.
4749         * doc/posix-functions/stdin.texi (stdin): Likewise.
4750         * doc/posix-functions/stdout.texi (stdout): Likewise.
4751         * modules/freopen-safer-tests: New test.
4752         * tests/test-reopen-safer.c: New file.
4753
4754 2009-11-05  Jim Meyering  <meyering@redhat.com>
4755
4756         maint.mk: Prohibit inclusion of "close-stream.h" without use.
4757         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4758
4759 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4760
4761         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
4762
4763 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4764
4765         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
4766
4767 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4768
4769         Fix link error.
4770         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4771         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4772
4773 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4774
4775         * tests/test-func.c: Also test value of __func__.
4776
4777 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4778
4779         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
4780         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
4781
4782 2009-11-05  Bruno Haible  <bruno@clisp.org>
4783
4784         Fix link error.
4785         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4786         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4787         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
4788
4789 2009-11-05  Bruno Haible  <bruno@clisp.org>
4790
4791         Tests for module 'inet_pton'.
4792         * modules/inet_pton-tests: New file.
4793         * tests/test-inet_pton.c: New file.
4794
4795 2009-11-05  Bruno Haible  <bruno@clisp.org>
4796
4797         Tests for module 'inet_ntop'.
4798         * modules/inet_ntop-tests: New file.
4799         * tests/test-inet_ntop.c: New file.
4800
4801 2009-11-04  Eric Blake  <ebb9@byu.net>
4802
4803         stdlib-safer: wrap all mkstemp variants
4804         * modules/mkostemp (configure.ac): Set witness.
4805         * modules/mkostemps (configure.ac): Likewise.
4806         * modules/mkstemps (configure.ac): Likewise.
4807         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
4808         (mkstemps_safer): Wrap more functions.
4809         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
4810         wrapping.
4811         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
4812         (mkstemps_safer): Implement the wrappers.
4813
4814         mkstemps, mkostemps: new modules
4815         * modules/mkostemps: New module.
4816         * modules/mkstemps: Likewise.
4817         * lib/mkostemps.c (mkostemps): New file.
4818         * lib/mkstemps.c (mkstemps): Likewise.
4819         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
4820         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
4821         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
4822         * modules/stdlib (Makefile.am): Substitute them.
4823         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
4824         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
4825         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
4826         * doc/gnulib.texi (Glibc stdlib.h): Include them.
4827         * MODULES.html.sh (File system functions): Mention them.
4828
4829         tempname: resync from glibc
4830         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
4831         same values for __GT_FILE as glibc.  Abort even when assertions
4832         are disabled.
4833         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
4834         match its value otherwise.  Allow idempotent inclusion.
4835         * lib/mkdtemp.c (mkdtemp): Adjust caller.
4836         * lib/mkostemp.c (mkostemp): Likewise.
4837         * lib/mkstemp.c (mkstemp): Likewise.
4838         * lib/tmpfile.c (tmpfile): Likewise.
4839         * NEWS: Document this.
4840
4841         utimens: fix use of futimens on older Linux
4842         * lib/utimens.c (fdutimens): Use updated, rather than original,
4843         timespec to avoid bug in older Linux kernel.
4844         Reported by Simon Josefsson.
4845
4846 2009-11-04  Bruno Haible  <bruno@clisp.org>
4847
4848         Make num_processors more flexible and consistent.
4849         * lib/nproc.h (enum nproc_query): New type.
4850         (num_processors): Add a 'query' argument.
4851         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
4852         (num_processors): Add a 'query' argument. Test the value of the
4853         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
4854         mingw, count the number of CPUs available for the current process.
4855         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
4856         Check for sched_getaffinity and sched_getaffinity_np.
4857         * modules/nproc (Depends-on): Add c-ctype, extensions.
4858         * NEWS: Mention the change.
4859
4860 2009-11-03  Bruno Haible  <bruno@clisp.org>
4861
4862         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
4863
4864 2009-11-03  Jim Meyering  <meyering@redhat.com>
4865
4866         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
4867         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
4868         if it is defined.
4869
4870 2009-11-02  Eric Blake  <ebb9@byu.net>
4871
4872         mktime, timegm: share common declaration
4873         * lib/mktime-internal.h: New file.
4874         * lib/mktime.c: Use it rather than open-coding a declaration.
4875         * lib/timegm.c: Likewise.
4876         * modules/mktime (Files): Ship it.
4877         * modules/timegm (Files): Likewise.
4878         Suggested by Bruno Haible.
4879
4880         test-update-copyright: update test to match script changes
4881         * tests/test-update-copyright.sh: Avoid hard-coding perl
4882         location.  Don't update *.bak created by earlier runs.
4883
4884 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
4885             Simon Josefsson  <simon@josefsson.org>
4886             Bruno Haible  <bruno@clisp.org>
4887
4888         Fix link error on Solaris 8.
4889         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
4890         also in libnsl. Define also INET_PTON_LIB.
4891         * modules/inet_pton (Link): New section.
4892
4893 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4894             Bruno Haible  <bruno@clisp.org>
4895
4896         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
4897         * modules/inet_ntop (Link): New section.
4898         Reported by Boyan Kasarov <bkasarov@gmail.com>.
4899
4900 2009-11-02  Eric Blake  <ebb9@byu.net>
4901
4902         maint: avoid compiler warnings in m4 macros
4903         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
4904         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
4905
4906 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4907
4908         * m4/pmccabe2html.m4: Remove file.
4909         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
4910         function.  Change maintainer.
4911         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
4912         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
4913         Courtès).
4914
4915 2009-10-31  Eric Blake  <ebb9@byu.net>
4916
4917         fseeko: fix m4 regression
4918         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
4919         regression from 2009-10-27.
4920         Reported by Ralf Wildenhues.
4921
4922 2009-10-31  Jim Meyering  <meyering@redhat.com>
4923
4924         inttostr: aesthetics and improved (compile-time) safety
4925         Define inttype_is_signed rather than inttype_is_unsigned,
4926         since the sole use is via "#if inttype_is_signed".
4927         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
4928         inttype_is_unsigned.
4929         * lib/offtostr.c (inttype_is_signed): Likewise.
4930         * lib/uinttostr.c (inttype_is_signed): Likewise.
4931         * lib/umaxtostr.c (inttype_is_signed): Likewise.
4932         * lib/inttostr.c (inttostr): Use verify to cross-check the
4933         inttype_is_signed value and the signedness of the actual type.
4934         * modules/inttostr (Depends-on): Add verify.
4935
4936 2009-10-30  Eric Blake  <ebb9@byu.net>
4937
4938         build: avoid compiler warnings
4939         * lib/fchmodat.c (lchmod): Mark unused variables.
4940         * lib/getopt.c (_getopt_initialize): Likewise.
4941         * lib/mktime.c (__mktime_internal): Provide prototype.
4942         * lib/inttostr.c (inttostr): Avoid compiler warning even with
4943         older gcc that do not understand #pragma GCC diagnostic.
4944         * lib/uinttostr.c (inttype_is_unsigned): Define.
4945         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
4946
4947 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
4948
4949         stat: fix compilation on AIX
4950         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
4951         only see struct stat64.
4952
4953 2009-10-30  Eric Blake  <ebb9@byu.net>
4954
4955         exclude: make more robust
4956         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
4957         rather than masking a coding bug.
4958         Suggested by Bruno Haible.
4959
4960 2009-10-30  Jim Meyering  <meyering@redhat.com>
4961
4962         perl scripts: remove #!/usr/bin/perl in favor of more portable...
4963         Rather than putting #!/usr/bin/perl on the first line,
4964         start with a variant of what's recommended by "man perlrun" that
4965         invokes the first "perl" program from your shell's search path.
4966         * build-aux/gitlog-to-changelog: Replace #!... as above.
4967         Add a "Local Variables" perl mode setting.
4968         Prompted by a patch from Ludovic Courtès.
4969         Improved by Eric Blake.
4970         * build-aux/useless-if-before-free: Likewise.
4971         * build-aux/announce-gen: Likewise.
4972         * build-aux/update-copyright: Likewise.
4973
4974 2009-10-29  Eric Blake  <ebb9@byu.net>
4975
4976         filenamecat-lgpl: adjust clients
4977         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
4978         filenamecat.
4979         * modules/renameat (Depends-on): Likewise.
4980
4981         filenamecat: split into filenamecat-lgpl
4982         * modules/filenamecat-lgpl: New module.
4983         * modules/filenamecat (Files): Move library-safe files into
4984         filenamecat-lgpl.
4985         (Depends-on): Add filenamecat-lgpl.
4986         (configure.ac): Declare witness.
4987         * lib/filenamecat.h (file_name_concat): Only declare when using
4988         GPL module.
4989         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
4990         Move...
4991         * lib/filenamecat-lgpl.c: ...into new file.
4992         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
4993         (gl_FILE_NAME_CONCAT): Use it.
4994         * MODULES.html.sh (File system functions): Mention new module.
4995
4996         argp: avoid memory leak
4997         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
4998         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
4999         base_name, since the latter malloc()s and can call exit().
5000         Leak introduced 2006-07-03.
5001
5002         dirname-lgpl: adjust clients that don't need full dirname
5003         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
5004         * modules/filenamecat (Depends-on): Likewise.
5005         * modules/linkat (Depends-on): Likewise.
5006         * modules/mkancesdirs (Depends-on): Likewise.
5007         * modules/mkdir (Depends-on): Likewise.
5008         * modules/openat (Depends-on): Likewise.
5009         * modules/savewd (Depends-on): Likewise.
5010         * modules/rename (Depends-on): Likewise.
5011         (License): Relax license.
5012         * modules/mkdir-tests (Depends-on): Drop progname.
5013         (Makefile.am): Delete unneeded LDADD.
5014         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
5015
5016         dirname: split into dirname-lgpl
5017         * modules/dirname-lgpl: New module.
5018         * modules/dirname (Files): Move library-safe files into
5019         dirname-lgpl.
5020         (Depends-on): Add dirname-lgpl.
5021         (configure.ac): Declare witness.
5022         * modules/double-slash-root (License): Relax license.
5023         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
5024         module.
5025         * lib/dirname.c (dir_len, mdir_name): Move...
5026         * lib/dirname-lgpl.c: ...into new file.
5027         * lib/basename.c (last_component, base_len): Move...
5028         * lib/basename-lgpl.c: ...into new file.
5029         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
5030         (gl_DIRNAME): Use it.
5031         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
5032         Mention new module.
5033         * modules/dirname-tests (Depends-on): Add progname.
5034         * tests/test-dirname.c (program_name): Delete.
5035
5036         mkdir: make safe for libraries
5037         * modules/mkdir (Depends-on): Drop xalloc.
5038         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
5039         exit.
5040
5041         tests: avoid some compiler warnings
5042         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
5043         literals.
5044         * tests/test-memchr.c (main): Avoid type mismatch.
5045         * tests/test-arpa_inet.c (main): Avoid unused parameters.
5046         * tests/test-base64.c (main): Likewise.
5047         * tests/test-getdelim.c (main): Likewise.
5048         * tests/test-gethostname.c (main): Likewise.
5049         * tests/test-getline.c (main): Likewise.
5050         * tests/test-netinet_in.c (main): Likewise.
5051         * tests/test-select.c (open_server_socket, main): Likewise.
5052         * tests/test-select-stdin.c (main): Likewise.
5053         * tests/test-sockets.c (main): Likewise.
5054         * tests/test-strsignal.c (main): Likewise.
5055         * tests/test-sys_select.c (main): Likewise.
5056         * tests/test-sys_socket.c (main): Likewise.
5057         * tests/test-u64.c (main): Likewise.
5058         * tests/test-xfprintf-posix.c (main): Likewise.
5059         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
5060
5061         sockets: avoid compiler warning
5062         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
5063
5064         maint: detect usage(1) and other suspicious exits
5065         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
5066
5067 2009-10-29  Jim Meyering  <meyering@redhat.com>
5068
5069         timespec: long-to-int truncation could make timespec_cmp malfunction
5070         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
5071         a multiple of 2^32 nanoseconds as no difference.
5072
5073 2009-10-28  Jim Meyering  <meyering@redhat.com>
5074
5075         fprintftime: wrap macro code argument in "do {...} while(0)"
5076         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
5077         cpy macro must be a statement that can be followed by a semicolon.
5078         Now that the else clause contains a comment and is hence longer
5079         than one line, I require curly braces.  That in turn requires
5080         that we wrap this code block in the standard do...while(0).
5081
5082         fprintftime: remove stray semicolon from previous change
5083         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
5084
5085         fprintftime: avoid a warning about ignored fwrite return value
5086         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
5087         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
5088         that is unsafe.
5089         * modules/fprintftime (Depends-on): Add ignore-value.
5090
5091         exclude: avoid an unwarranted warning
5092         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
5093
5094 2009-10-27  Eric Blake  <ebb9@byu.net>
5095
5096         fseek: avoid compilation failure when fflush is replaced
5097         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
5098         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
5099         module is in use.
5100         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
5101         module is not in use; since REPLACE_FSEEK worked otherwise.
5102         (GNULIB_FTELLO): Likewise for ftell.
5103         Reported by Ian Beckwith and others.
5104
5105 2009-10-27  Bruno Haible  <bruno@clisp.org>
5106
5107         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
5108         Reported by Jim Meyering.
5109
5110 2009-10-27  Jim Meyering  <jim@meyering.net>
5111             Bruno Haible  <bruno@clisp.org>
5112
5113         Avoid warning despite dropping the return value of fwrite.
5114         * lib/unicodeio.c: Include ignore-value.h.
5115         (fwrite_success_callback): Explicitly ignore fwrite's return value.
5116         * modules/unicodeio (Depends-on): Add ignore-value.
5117
5118 2009-10-26  Eric Blake  <ebb9@byu.net>
5119
5120         areadlinkat: fix fallback path
5121         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
5122         pointer and zero.
5123
5124 2009-10-22  Pádraig Brady  <P@draigBrady.com>
5125
5126         Use a better IO block size for modern systems
5127         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
5128         * lib/md2.c: Likewise.
5129         * lib/md4.c: Likewise.
5130         * lib/md5.c: Likewise.
5131         * lib/sha1.c: Likewise.
5132         * lib/sha256.c: Likewise.
5133         * lib/sha512.c: Likewise.
5134
5135 2009-10-22  Eric Blake  <ebb9@byu.net>
5136
5137         tests: avoid several compiler warnings
5138         * tests/test-getcwd.c (main): Avoid buffer underflow.
5139         * tests/test-getdate.c (main): String literals are not safe with
5140         putenv, so use setenv.  Declare unused argument.
5141         * modules/getdate-tests (Depends-on): Add setenv.
5142         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
5143         problems with string literals in char *.
5144         * tests/test-hash.c (main): Avoid shadowing declaration.
5145         (insert_new): Treat string literals as char const *.
5146         * tests/test-getopt.h (test_getopt): Likewise.
5147         (getopt_loop): Alter types to minimize casting elsewhere.
5148         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
5149         (test_getopt_long_posix): Likewise.
5150         (do_getopt_long): Add wrapper to minimize casting.
5151         * tests/test-atexit.c (clear_temp_file): Use void.
5152         * tests/test-areadlink-with-size.c (main): Declare unused
5153         arguments.
5154         * tests/test-areadlink.c (main): Likewise.
5155         * tests/test-areadlinkat-with-size.c (main): Likewise.
5156         * tests/test-areadlinkat.c (main): Likewise.
5157         * tests/test-canonicalize-lgpl.c (main): Likewise.
5158         * tests/test-canonicalize.c (main): Likewise.
5159         * tests/test-dirent-safer.c (main): Likewise.
5160         * tests/test-dirname.c (main): Likewise.
5161         * tests/test-dup2.c (main): Likewise.
5162         * tests/test-fchdir.c (main): Likewise.
5163         * tests/test-fcntl-h.c (main): Likewise.
5164         * tests/test-fcntl-safer.c (main): Likewise.
5165         * tests/test-fdopendir.c (main): Likewise.
5166         * tests/test-fdutimensat.c (main): Likewise.
5167         * tests/test-fflush.c (main): Likewise.
5168         * tests/test-filenamecat.c (main): Likewise.
5169         * tests/test-filevercmp.c (main): Likewise.
5170         * tests/test-fopen-safer.c (main): Likewise.
5171         * tests/test-fopen.c (main): Likewise.
5172         * tests/test-fpending.c (main): Likewise.
5173         * tests/test-fpurge.c (main): Likewise.
5174         * tests/test-freading.c (main): Likewise.
5175         * tests/test-fstatat.c (main): Likewise.
5176         * tests/test-fsync.c (main): Likewise.
5177         * tests/test-futimens.c (main): Likewise.
5178         * tests/test-getndelim2.c (main): Likewise.
5179         * tests/test-gettimeofday.c (main): Likewise.
5180         * tests/test-getopt.c (main): Likewise.
5181         * tests/test-i-ring.c (main): Likewise.
5182         * tests/test-inttypes.c (main): Likewise.
5183         * tests/test-link.c (main): Likewise.
5184         * tests/test-lstat.c (main): Likewise.
5185         * tests/test-math.c (main): Likewise.
5186         * tests/test-md5.c (main): Likewise.
5187         * tests/test-memchr2.c (main): Likewise.
5188         * tests/test-memrchr.c (main): Likewise.
5189         * tests/test-mkdir.c (main): Likewise.
5190         * tests/test-mkdirat.c (main): Likewise.
5191         * tests/test-mkfifoat.c (main): Likewise.
5192         * tests/test-open.c (main): Likewise.
5193         * tests/test-openat-safer.c (main): Likewise.
5194         * tests/test-openat.c (main): Likewise.
5195         * tests/test-quotearg.c (main): Likewise.
5196         * tests/test-rawmemchr.c (main): Likewise.
5197         * tests/test-readlink.c (main): Likewise.
5198         * tests/test-remove.c (main): Likewise.
5199         * tests/test-rename.c (main): Likewise.
5200         * tests/test-renameat.c (main): Likewise.
5201         * tests/test-rmdir.c (main): Likewise.
5202         * tests/test-sha1.c (main): Likewise.
5203         * tests/test-signal.c (main): Likewise.
5204         * tests/test-sigaction.c (main): Likewise.
5205         * tests/test-stat.c (main): Likewise.
5206         * tests/test-stat-time.c (main): Likewise.
5207         * tests/test-stddef.c (main): Likewise.
5208         * tests/test-stdint.c (main): Likewise.
5209         * tests/test-stdio.c (main): Likewise.
5210         * tests/test-stdlib.c (main): Likewise.
5211         * tests/test-strchrnul.c (main): Likewise.
5212         * tests/test-strerror.c (main): Likewise.
5213         * tests/test-string.c (main): Likewise.
5214         * tests/test-strtod.c (main): Likewise.
5215         * tests/test-strverscmp.c (main): Likewise.
5216         * tests/test-symlink.c (main): Likewise.
5217         * tests/test-symlinkat.c (main): Likewise.
5218         * tests/test-sys_stat.c (main): Likewise.
5219         * tests/test-sys_time.c (main): Likewise.
5220         * tests/test-time.c (main): Likewise.
5221         * tests/test-unistd.c (main): Likewise.
5222         * tests/test-unlink.c (main): Likewise.
5223         * tests/test-unlinkat.c (main): Likewise.
5224         * tests/test-utimens.c (main): Likewise.
5225         * tests/test-utimensat.c (main): Likewise.
5226         * tests/test-version-etc.c (main): Likewise.
5227         * tests/test-wchar.c (main): Likewise.
5228         * tests/test-wctype.c (main): Likewise.
5229         * tests/test-xprintf-posix.c (main): Likewise.
5230         * tests/test-posixtm.c (main): Likewise.
5231         (STREQ): Delete unused macro.
5232         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
5233         shadowed variables.
5234         * tests/test-memchr.c (main): Likewise.
5235
5236 2009-10-21  Eric Blake  <ebb9@byu.net>
5237
5238         areadlinkat: avoid failure on older glibc
5239         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
5240         rather than mis-comparing 0 against FUNC_RESULT of char*.
5241
5242 2009-10-21  Bruno Haible  <bruno@clisp.org>
5243
5244         * modules/stpncpy (License): Relicense under LGPLv2+.
5245         Reported by David Lutterkort <lutter@redhat.com>.
5246
5247 2009-10-20  Eric Blake  <ebb9@byu.net>
5248
5249         utimensat: work around Solaris 9 bug
5250         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
5251         has trailing slash bugs.
5252         * tests/test-lutimens.h (test_lutimens): Enhance test.
5253         * tests/test-utimens.h (test_utimens): Likewise.
5254         * doc/posix-functions/utime.texi (utime): Enhance documentation.
5255         * doc/posix-functions/utimes.texi (utimes): Likewise.
5256         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5257         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
5258         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
5259         * doc/posix-functions/futimens.texi (futimens): Likewise.
5260
5261         fdutimensat: new module
5262         * modules/fdutimensat: New file.
5263         * lib/fdutimensat.c (fdutimensat): Likewise.
5264         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
5265         * MODULES.html.sh (File system functions): Mention module.
5266         * modules/fdutimensat-tests: New test.
5267         * tests/test-fdutimensat.c: Likewise.
5268
5269         doc: regenerate INSTALL
5270         * doc/INSTALL: Reflect recent autoconf update.
5271         * doc/INSTALL.ISO: Likewise.
5272         * doc/INSTALL.UTF-8: Likewise.
5273
5274 2009-10-20  Pádraig Brady  <P@draigBrady.com>
5275
5276         acl: warn if ACL support is not detected
5277         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
5278
5279 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
5280
5281         * lib/nproc.h: Add extern "C" block for C++.
5282
5283 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
5284             Bruno Haible  <bruno@clisp.org>
5285
5286         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
5287         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
5288         * doc/posix-functions/isalpha.texi: Likewise.
5289         * doc/posix-functions/isblank.texi: Likewise.
5290         * doc/posix-functions/iscntrl.texi: Likewise.
5291         * doc/posix-functions/isdigit.texi: Likewise.
5292         * doc/posix-functions/isgraph.texi: Likewise.
5293         * doc/posix-functions/islower.texi: Likewise.
5294         * doc/posix-functions/isprint.texi: Likewise.
5295         * doc/posix-functions/ispunct.texi: Likewise.
5296         * doc/posix-functions/isspace.texi: Likewise.
5297         * doc/posix-functions/isupper.texi: Likewise.
5298         * doc/posix-functions/isxdigit.texi: Likewise.
5299
5300 2009-10-18  Bruno Haible  <bruno@clisp.org>
5301
5302         Tests for module 'isblank'.
5303         * modules/isblank-tests: New file.
5304         * tests/test-isblank.c: New file.
5305
5306         New module 'isblank'.
5307         * lib/isblank.c: New file.
5308         * m4/isblank.m4: New file.
5309         * modules/isblank: New file.
5310         * doc/posix-functions/isblank.texi: Mention the new module.
5311
5312 2009-10-18  Bruno Haible  <bruno@clisp.org>
5313
5314         New module 'ctype'.
5315         * lib/ctype.in.h: New file.
5316         * m4/ctype.m4: New file.
5317         * modules/ctype: New file.
5318         * doc/posix-headers/ctype.texi: Mention the new module.
5319
5320 2009-10-18  Jim Meyering  <meyering@redhat.com>
5321
5322         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
5323         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
5324         right after its initialization, rather than farther down.
5325         Keeping these in close proximity makes it easier to ensure
5326         that each such variable is initialized.  E.g.,
5327
5328             LIB_CLOCK_GETTIME=
5329             AC_SUBST([LIB_CLOCK_GETTIME])
5330
5331         This change also increments these serial numbers.
5332         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
5333         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5334         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5335
5336 2009-10-18  Bruno Haible  <bruno@clisp.org>
5337
5338         Don't let environment variables perturb build.
5339         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
5340         (gl_PREREQ_GETHRXTIME): ... not here.
5341
5342 2009-10-18  Bruno Haible  <bruno@clisp.org>
5343
5344         Avoid symlink attack in localcharset module.
5345         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
5346         (O_NOFOLLOW): Define fallback.
5347         (get_charset_aliases): Don't open the file if it is a symbolic link.
5348         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
5349         gl_FCNTL_H.
5350         (gl_FCNTL_H): Require it.
5351         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
5352         * modules/localcharset (Files): Add m4/fcntl_h.m4.
5353         Reported by Fergal Glynn <fglynn@veracode.com>.
5354
5355 2009-10-18  Bruno Haible  <bruno@clisp.org>
5356
5357         Implement nproc for mingw.
5358         * lib/nproc.c: Include <windows.h>
5359         (num_processors): On native Windows platforms, try GetSystemInfo.
5360
5361 2009-10-18  Bruno Haible  <bruno@clisp.org>
5362
5363         Implement nproc for IRIX.
5364         * lib/nproc.c: Include <sys/sysmp.h>.
5365         (num_processors): On IRIX systems, try sysmp.
5366         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
5367
5368 2009-10-18  Bruno Haible  <bruno@clisp.org>
5369
5370         Implement nproc for HP-UX.
5371         * lib/nproc.c: Include <sys/pstat.h>
5372         (num_processors): On HP-UX systems, try pstat_getdynamic.
5373         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5374         pstat_getdynamic.
5375
5376 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5377             Bruno Haible  <bruno@clisp.org>
5378
5379         Implement nproc for NetBSD, OpenBSD.
5380         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
5381         (ARRAY_SIZE): New macro.
5382         (num_processors): On BSD systems, try sysctl of HW_NCPU.
5383         * m4/nproc.m4: New file.
5384         * modules/nproc (Files): Add m4/nproc.m4.
5385         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
5386         (Makefile.am): Instead, augment lib_SOURCES.
5387
5388 2009-10-18  Bruno Haible  <bruno@clisp.org>
5389
5390         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
5391         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
5392         sys/param.h.
5393
5394 2009-10-16  Eric Blake  <ebb9@byu.net>
5395
5396         utimensat: new module
5397         * modules/utimensat: New file.
5398         * lib/utimensat.c (utimensat): Likewise.
5399         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5400         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
5401         so we can work around Linux bugs.
5402         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5403         * modules/sys_stat (Makefile.am): Substitute them.
5404         * lib/sys_stat.in.h (utimensat): Declare it.
5405         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5406         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5407         * modules/utimensat-tests: New test.
5408         * tests/test-utimensat.c: Likewise.
5409
5410         utimens: let lutimens work on non-symlinks
5411         * lib/utimens.c (lutimens): Fall back to utimens rather than
5412         failing with ENOSYS, when file is not a symlink.
5413         (utimens): Reduce redirection.
5414         * tests/test-lutimens.h (test_lutimens): Update test to cover
5415         non-symlinks.
5416         * tests/test-utimens.h (test_utimens): Update test to cover
5417         symlinks.
5418         * tests/test-utimens.c (main): Update caller.
5419
5420         utimens: cache whether utimensat syscall works
5421         * lib/utimens.c (utimensat_works_really): New cache variable.
5422         (fdutimens, lutimens): Use it to avoid failing syscall.
5423
5424         test-stat-time, test-utimens: improve portability
5425         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
5426         ext4 on alpha, and for cygwin.
5427         * tests/test-utimens-common.h: New file.
5428         (nap): Factor delays into single function.
5429         * tests/test-lutimens.h (test_lutimens): Use new header.
5430         * tests/test-futimens.h (test_futimens): Likewise.
5431         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
5432         timestamps to occur from same machine, as was done previously for
5433         test_utimens.
5434         * modules/utimens-tests (Files): Ship new file.
5435         * modules/futimens-tests (Files): Likewise.
5436         Reported in part by Jim Meyering.
5437
5438         sys_stat: sort replacement declarations
5439         * lib/sys_stat.in.h: Sort declarations.
5440         * lib/futimens.c (futimens): Fix typo.
5441
5442 2009-10-15  Jim Meyering  <meyering@redhat.com>
5443
5444         don't let environment settings perturb build
5445         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
5446         could cause a configure-time and/or build-time malfunction.
5447         Typically, a configure-time function-in-library test is performed
5448         via code like this:
5449
5450           LIB_VAR=
5451           AC_SUBST([LIB_VAR])
5452           prefix_saved_LIBS=$LIBS
5453             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
5454                        [test "$ac_cv_search_FUNC" = "none required" ||
5455                         LIB_VAR=$ac_cv_search_FUNC])
5456           LIBS=$prefix_saved_LIBS
5457
5458         However, in each of the files affected by this change, the LIB_VAR=
5459         initialization was omitted.  Thus, when set in the environment, its
5460         value would propagate into generated Makefiles when FUNC is not found
5461         in LIB_NAME.
5462         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
5463         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5464         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5465
5466 2009-10-14  Eric Blake  <ebb9@byu.net>
5467
5468         fchdir: avoid infinite recursion in mingw
5469         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
5470         recursing.
5471
5472         test-stat-time: port to mingw
5473         * tests/test-stat-time.c (force_unlink): Return a value.
5474         (test_ctime) [W32]: Fix compilation error.
5475         (nap): Don't call usleep with too large an argument.  Use
5476         force_unlink.
5477         * doc/pastposix-functions/usleep.texi (usleep): Document the
5478         portability issue.
5479
5480 2009-10-13  Jim Meyering  <meyering@redhat.com>
5481
5482         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
5483         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
5484         * modules/pipe-filter-ii: Likewise.
5485         * modules/sys_socket-tests: Likewise.
5486         * modules/tsearch-tests: Likewise.
5487         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
5488         (check): Depend on it.
5489
5490 2009-10-12  Eric Blake  <ebb9@byu.net>
5491
5492         utimens-tests: port to NFS file systems
5493         * tests/test-utimens.h (test_utimens): Refactor utimecmp
5494         comparisons to avoid spurious failures from timestamp drift
5495         between NFS machines.
5496
5497 2009-10-12  Eric Blake  <ebb9@byu.net>
5498
5499         stat-time-tests: minor cleanups
5500         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
5501         * tests/test-stat-time.c (nap): Separate assignment from call.
5502         Suggested by Paolo Bonzini and Bruno Haible.
5503
5504         sys_stat: guarantee struct timespec
5505         * lib/sys_stat.in.h (includes): Always include <time.h>
5506         * modules/sys_stat (Depends-on): Add time.
5507         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
5508         mode_t permission values.
5509         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
5510         get at subsecond timestamps.
5511
5512 2009-10-10  Eric Blake  <ebb9@byu.net>
5513
5514         futimens: new module
5515         * modules/futimens: New file.
5516         * lib/futimens.c (futimens): Likewise.
5517         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
5518         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
5519         we can work around Linux bugs.
5520         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5521         * modules/sys_stat (Makefile.am): Substitute them.
5522         * lib/sys_stat.in.h (futimens): Declare it.
5523         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5524         * doc/posix-functions/futimens.texi (futimens): Likewise.
5525         * modules/futimens-tests: New test.
5526         * tests/test-futimens.c: Likewise.
5527
5528         utimens: introduce fdutimens
5529         * lib/utimens.h (fdutimens): New prototype.
5530         * lib/utimens.c (gl_futimens): Move guts...
5531         (fdutimens): ...to new interface.
5532         * tests/test-utimens.c (do_fdutimens): Use it.
5533
5534         utimens: add UTIME_NOW and UTIME_OMIT support
5535         * lib/utimens.c (validate_timespec, update_timespec): New helper
5536         functions.
5537         (gl_futimens, lutimens): Use them.
5538         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5539         stdbool, sys_stat.
5540         (Link): Mention resulting library dependency.
5541         * modules/utimecmp (Link): Likewise.
5542         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5543         (Makefile.am): Pick up library dependency.
5544         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5545         definition.
5546         * tests/test-sys_stat.c: Test the definitions.
5547         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5548         * NEWS: Document library dependency.
5549
5550         utimecmp: support symlink timestamps
5551         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5552         hashing when possible.  Use pathconf when available.
5553         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5554         * modules/utimecmp (Depends-on): Add lstat.
5555
5556         utimens: add lutimens interface
5557         * lib/utimens.c (lutimens): New function.
5558         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5559         * lib/utimens.h (lutimens): Declare new interface.
5560         * tests/test-utimens.c (main): Enhance test.
5561         * tests/test-lutimens.h (test_lutimens): New file.
5562         * modules/utimens-tests (Files): Distribute it.
5563         (Depends-on): Add symlink.
5564         (configure.ac): Check for usleep.
5565
5566         utimens: validate futimens usage
5567         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5568         fewer syscalls on failure later on.  Avoid compiler warning on
5569         mingw.
5570         * modules/utimens (Depends-on): Add dup2.
5571
5572         utimens: add test
5573         * modules/utimens-tests: New test.
5574         * tests/test-utimens.h: New file.
5575         * tests/test-futimens.h: Likewise.
5576         * tests/test-utimens.c: Likewise.
5577
5578         doc: mention timestamp portability issues
5579         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5580         instead.
5581         * doc/posix-functions/utime.texi (utime): Likewise.
5582         * doc/posix-functions/utimes.texi (utimes): Likewise.
5583         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5584         instead.
5585         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5586         module.
5587         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5588         Mention weakness with symlink timestamps.
5589         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5590         to utimensat/futimens instead.
5591         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5592
5593         test-dup2: enhance test
5594         * tests/test-dup2.c (main): Also check AT_FDCWD.
5595
5596         test-stat-time: avoid more spurious failures
5597         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5598         xfs; and avoid race if the two timestamps cross quantization edge.
5599
5600         relocatable: prefer 'file system' over 'filesystem'
5601         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5602         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5603         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5604         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5605         * lib/relocatable.c (compute_curr_prefix): Likewise.
5606
5607 2009-10-10  Jim Meyering  <meyering@redhat.com>
5608
5609         stat-time-tests: check for the usleep function
5610         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5611
5612 2009-10-10  Bruno Haible  <bruno@clisp.org>
5613
5614         * modules/xnanosleep: Put the Link section after the Include section.
5615
5616 2009-10-09  Eric Blake  <ebb9@byu.net>
5617
5618         dup2: work around FreeBSD 6.1 bug
5619         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5620         * doc/posix-functions/dup2.texi (dup2): Document it.
5621         Reported by Nelson H. F. Beebe and Jim Meyering.
5622
5623         test-stat-time: port to buggy NFS clients
5624         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5625         (test_ctime): Also skip test if mtime and ctime are skewed.
5626
5627         maint: prefer 'file system' over 'filesystem'
5628         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5629         * doc/posix-functions/lstat.texi (lstat): Likewise.
5630         * lib/file-has-acl.c (file_has_acl): Likewise.
5631         * lib/fwriteerror.c [TEST]: Likewise.
5632         * tests/test-areadlink.h (test_areadlink): Likewise.
5633         * tests/test-areadlinkat-with-size.c (main): Likewise.
5634         * tests/test-areadlinkat.c (main): Likewise.
5635         * tests/test-canonicalize-lgpl.c (main): Likewise.
5636         * tests/test-canonicalize.c (main): Likewise.
5637         * tests/test-fstatat.c (main): Likewise.
5638         * tests/test-linkat.c (main): Likewise.
5639         * tests/test-lstat.h (test_lstat_func): Likewise.
5640         * tests/test-mkdir.h (test_mkdir): Likewise.
5641         * tests/test-readlink.h (test_readlink): Likewise.
5642         * tests/test-remove.c (main): Likewise.
5643         * tests/test-rename.h (test_rename): Likewise.
5644         * tests/test-renameat.c (main): Likewise.
5645         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5646         * tests/test-symlink.h (test_symlink): Likewise.
5647         * tests/test-symlinkat.c (main): Likewise.
5648         * tests/test-unlink.h (test_unlink_func): Likewise.
5649         * tests/test-unlinkat.c (main): Likewise.
5650
5651         maint: make realtime library usage explicit
5652         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5653         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5654         * modules/settime (Link): Likewise.
5655         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5656
5657         test-stat-time: speed up execution
5658         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5659         warning on mingw.
5660         (nap): New helper function.
5661         (prepare_test): Use it to reduce sleep time.
5662         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5663         execution.
5664         * modules/stat-time-tests (configure.ac): Check for usleep.
5665
5666 2009-10-09  Jim Meyering  <meyering@redhat.com>
5667
5668         selinux-h: always use getfilecon wrappers
5669         * lib/getfilecon.c: New file.
5670         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5671         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
5672         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
5673         (fgetfilecon): Provide a stub.
5674         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
5675         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
5676         file unconditionally.
5677         When <selinux/selinux.h> is found, arrange to use wrappers.
5678         * modules/selinux-h (Files): Add getfilecon.c.
5679         (Makefile.am): Substitute include-next-related bits
5680         into the now-always-generated selinux/selinux.h file.
5681         * doc/glibc-functions/lgetfilecon.texi: New file.
5682         * doc/glibc-functions/fgetfilecon.texi: New file.
5683         * doc/glibc-functions/getfilecon.texi: New file.
5684         * doc/glibc-functions/getfilecon-desc.texi: New file.
5685         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
5686         which to pull in the new files.
5687         * MODULES.html.sh (Misc): Add selinux-h.
5688
5689 2009-10-08  Jim Meyering  <meyering@redhat.com>
5690
5691         unistd: fix comment typo
5692         * lib/unistd.in.h (euidaccess): Fix a comment typo.
5693
5694 2009-10-08  Eric Blake  <ebb9@byu.net>
5695
5696         areadlink: use SIZE_MAX consistently
5697         * modules/areadlink (Depends-on): Add stdint.
5698         * modules/areadlink-with-size (Depends-on): Likewise.
5699         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
5700         gives NULL; drop sys/types, since unistd gives size_t; and add
5701         stdint for SIZE_MAX.
5702         (SIZE_MAX): Rely on headers.
5703         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
5704         and add stdint.
5705         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
5706         (SIZE_MAX): Likewise.
5707         (INITIAL_BUF_SIZE): Turn into enum.
5708         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
5709
5710 2009-10-08  Jim Meyering  <meyering@redhat.com>
5711
5712         areadlinkat: avoid compilation failure
5713         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
5714         Fix typo in comment.
5715
5716 2009-10-07  Eric Blake  <ebb9@byu.net>
5717
5718         areadlinkat-with-size: new module
5719         * modules/areadlinkat-with-size: New module.
5720         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
5721         * lib/areadlink.h (areadlinkat): Declare it.
5722         * MODULES.html.sh (File system functions): Mention it.
5723         * modules/areadlinkat-with-size-tests: New test.
5724         * tests/test-areadlinkat-with-size.c: New file.
5725
5726         xreadlinkat: new module
5727         * modules/xreadlinkat: New module.
5728         * lib/xreadlinkat.c (xreadlinkat): New file.
5729         * lib/xreadlink.h (xreadlinkat): Declare it.
5730         * MODULES.html.sh (File system functions): Mention it.
5731
5732         areadlinkat: new module
5733         * lib/at-func.c (FUNC_FAIL): New define.
5734         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
5735         * modules/areadlinkat: New module.
5736         * lib/linkat.c (areadlinkat): Move...
5737         * lib/areadlinkat.c (areadlinkat): ...to new file.
5738         * lib/areadlink.h (areadlinkat): Declare it.
5739         * modules/linkat (Depends-on): Add areadlinkat.
5740         * MODULES.html.sh (File system functions): Mention it.
5741         * modules/areadlinkat-tests: New test.
5742         * tests/test-areadlinkat.c: New file.
5743
5744         areadlink, areadlink-with-size: add tests
5745         * modules/areadlink-tests: New test.
5746         * modules/areadlink-with-size-tests: Likewise.
5747         * tests/test-areadlink.h: New file.
5748         * tests/test-areadlink.c: Likewise.
5749         * tests/test-areadlink-with-size.c: Likewise.
5750
5751         maint: minor cleanups
5752         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
5753         _UNUSED_PARAMETER_ instead.
5754         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
5755         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
5756         * modules/linkat-tests (Files): Distribute test-link.h.
5757
5758         openat, utimens: whitespace cleanup
5759         * lib/openat.c: Prefer space throughout, rather than mix of 8
5760         spaces vs. tabs.
5761         * lib/at-func.c: Likewise.
5762         * lib/utimens.c: Likewise.
5763
5764         openat: avoid using wrong fd
5765         * lib/openat.c (openat_permissive): Reject user's fd if saving the
5766         working directory chooses same fd.
5767         * lib/at-func.c (AT_FUNC_NAME): Likewise.
5768
5769         mkdir, mkdirat: fix cygwin 1.5.x bug
5770         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
5771         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
5772         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
5773         bug.
5774         (gl_PREREQ_MKDIR): Delete unused macro.
5775         * modules/mkdir (Files): Track file rename.
5776         (configure.ac): Update macro name.
5777         * modules/openat (Depends-on): Add mkdir.
5778         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
5779
5780         mkdir, mkdirat: add tests
5781         * modules/mkdir-tests: New test.
5782         * tests/test-mkdir.h: New file.
5783         * tests/test-mkdir.c: Likewise.
5784         * tests/test-mkdirat.c: Likewise.
5785         * modules/openat-tests (Files): Add new files.
5786         (Makefile.am): Run new test.
5787
5788 2009-10-06  Eric Blake  <ebb9@byu.net>
5789
5790         doc: tweak *at function documentation
5791         * doc/posix-functions/faccessat.texi (faccessat): Mention
5792         known issue with replacement.
5793         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
5794         * doc/posix-functions/linkat.texi (linkat): Likewise.
5795         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5796         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5797         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5798         * doc/posix-functions/renameat.texi (renameat): Likewise.
5799         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5800
5801         openat: fix GNU/Hurd bug in unlinkat
5802         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5803         broken.
5804         * doc/posix-functions/unlink.texi (unlink): Document this.
5805         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
5806
5807         fdopendir: fix GNU/Hurd bug
5808         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
5809         allowing non-directory fds.
5810         * lib/fdopendir.c (rpl_fdopendir): Work around it.
5811         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
5812         * modules/dirent (Makefile.am): Substitute it.
5813         * lib/dirent.in.h (fdopendir): Declare replacement.
5814         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
5815         * tests/test-fdopendir.c (main): Test something other than
5816         /dev/null, since on Hurd that behaves like a directory.
5817
5818         test-symlink: port to GNU/Hurd
5819         * tests/test-symlink.h (test_symlink): Relax expected errno.
5820
5821         doc: tweak more cygwin information
5822         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
5823         now compatible with glibc.
5824         * doc/posix-functions/getopt.texi (getopt): Likewise.
5825
5826         getopt-gnu: add another test
5827         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
5828         guarantee behavior relied on by m4.
5829         * tests/test-getopt.c (main): Use it.
5830         * modules/getopt-posix-tests (Depends-on): Add setenv.
5831         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
5832
5833         getopt: fix compilation on darwin
5834         * lib/getopt.in.h (includes): Leave breadcrumbs during system
5835         include.
5836         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
5837         Reported by Ludovic Courtès.
5838
5839 2009-10-06  Bruno Haible  <bruno@clisp.org>
5840
5841         * modules/size_max (Description): Discourage its use.
5842         Reported by Simon Josefsson.
5843
5844 2009-10-06  Jim Meyering  <meyering@redhat.com>
5845
5846         linkat: avoid compilation failure
5847         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
5848
5849 2009-10-05  Eric Blake  <ebb9@byu.net>
5850
5851         linkat: support Linux 2.6.17
5852         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
5853         linkat on Linux, but allow cache variable override.
5854         * lib/linkat.c (rpl_linkat): Define override.
5855         * modules/linkat (Depends-on): Add symlinkat.
5856         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
5857         * modules/unistd (Makefile.am): Substitute it.
5858         * lib/unistd.in.h (linkat): Declare replacement.
5859         Reported by Pádraig Brady.
5860
5861         quotearg: port test to systems with C.UTF-8 locale
5862         * tests/test-quotearg.c (struct result_strings): Add another
5863         member, differentiating between C.ASCII and C.UTF-8 handling.
5864         (compare_strings): Add parameter.
5865         (main): Adjust all callers.
5866
5867         getopt: avoid clash with FreeBSD _getopt_internal
5868         * lib/getopt.in.h (_getopt_internal): Override the name.
5869         * lib/getopt_int.h (includes): Pick up any overrides.
5870         Reported by Reuben Thomas.
5871
5872         hash: allow C89 compilation
5873         * lib/hash.c (check_tuning): Move declaration before statement.
5874         Reported by Reuben Thomas.
5875
5876 2009-10-05  Karl Berry  <karl@gnu.org>
5877
5878         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
5879
5880 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
5881             Bruno Haible  <bruno@clisp.org>
5882
5883         * lib/uname.c (uname): Use a table-driven algorithm to compute
5884         Windows NT versions.
5885
5886 2009-10-04  Bruno Haible  <bruno@clisp.org>
5887
5888         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
5889         program_invocation_short_name.
5890         * modules/progname (configure.ac): Test for presence of
5891         program_invocation_short_name.
5892         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5893
5894 2009-10-04  Bruno Haible  <bruno@clisp.org>
5895
5896         * lib/progname.c (set_program_name): Fix comment.
5897         Reported by Jim Meyering.
5898
5899 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5900             Bruno Haible  <bruno@clisp.org>
5901
5902         * lib/uname.c: Include <string.h>.
5903         (uname): Do only one call to GetVersionEx in the common case.
5904
5905 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5906             Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
5909         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
5910         (uname): Add support for Windows CE and various non-x86 CPU types.
5911
5912 2009-10-03  Bruno Haible  <bruno@clisp.org>
5913
5914         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
5915         invocation to tests/configure.ac.
5916         Reported by Ian Beckwith <ianb@erislabs.net>.
5917
5918 2009-10-02  Eric Blake  <ebb9@byu.net>
5919
5920         fchdir: avoid compiler warning
5921         * lib/fchdir.c (canonicalize_file_name)
5922         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
5923
5924         test-open: support mingw errno values
5925         * tests/test-open.h (test_open): Relax test.
5926         * tests/test-fopen.h (test_fopen): Likewise.
5927         * tests/test-openat-safer.c (main): Likewise.
5928
5929         open: fix opening directory on mingw
5930         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
5931
5932         test-open: on GNU/Hurd, /dev/null is a directory
5933         * tests/test-fopen.h (main): Rename...
5934         (test_fopen): ...to this.  Use a guaranteed non-directory when
5935         confirming open behavior on trailing slash.
5936         * tests/test-openat-safer.c (main): Likewise.
5937         * tests/test-open.h (main): Likewise....
5938         (test_open): ...to this.
5939         * tests/test-fopen.c (main): Adjust caller.
5940         * tests/test-fopen-safer.c (main): Likewise.
5941         * tests/test-open.c (main): Likewise.
5942         * tests/test-fcntl-safer.c (main): Likewise.
5943         Reported by Samuel Thibault.
5944
5945         rename, fchdir: don't ignore chdir failure
5946         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
5947         * lib/rename.c (rpl_rename) [W32]: Likewise.
5948         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
5949         an empty destination directory if source cannot be renamed,
5950         although there is still possibility for failure.
5951         * doc/posix-functions/rename.texi (rename): Document the race.
5952         Reported by Jim Meyering.
5953
5954         maint: cleanup whitespace in recent commits
5955         * lib/rename.c (rpl_rename): Remove tabs.
5956         * tests/test-link.h (test_link): Likewise.
5957         * lib/fchdir.c (get_name): Likewise.
5958         Reported by Jim Meyering.
5959
5960 2009-10-02  Ben Pfaff  <blp@gnu.org>
5961
5962         relocatable-prog-wrapper: Add missing dependency on
5963         double-slash-root.
5964         * modules/relocatable-prog-wrapper: Add dependency.
5965         Reported by Ian Beckwith <ianb@erislabs.net>.
5966
5967 2009-10-02  Eric Blake  <ebb9@byu.net>
5968
5969         renameat: fix Solaris bugs
5970         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
5971         needed fixing.
5972         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
5973         * modules/stdio (Makefile.am): Substitute it.
5974         * lib/stdio.in.h (renameat): Declare replacement.
5975         * lib/renameat.c (rpl_renameat): Implement fix.
5976
5977         renameat: new module
5978         * modules/renameat: New file.
5979         * lib/renameat.c (renameat): Likewise.
5980         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
5981         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5982         * modules/stdio (Makefile.am): Substitute them.
5983         * lib/stdio.in.h (renameat): Declare it.
5984         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5985         * doc/posix-functions/renameat.texi (renameat): Likewise.
5986         * modules/renameat-tests: New test.
5987         * tests/test-renameat.c: Likewise.
5988
5989         rename: fix mingw bugs
5990         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
5991         directory overwrite bugs.
5992
5993         rename: fix another cygwin 1.5 bug
5994         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
5995         checks.
5996         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
5997         unnecessary cygwin workarounds.  Also work around bug with moving
5998         full directory onto an empty one.
5999         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
6000
6001         rename-dest-slash: merge into rename module
6002         * modules/rename-dest-slash (Status): Mark obsolete.
6003         (Depends-on): Add rename.
6004         (Files): Let rename do it all.
6005         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
6006         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
6007         * m4/rename-dest-slash.m4: ...so this file can be deleted.
6008         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
6009         * lib/rename.c (rpl_rename): Update comments.
6010
6011         rename: fix cygwin 1.5.x bugs
6012         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
6013         * lib/rename.c (rpl_rename): Work around them.
6014         * modules/rename (Depends-on): Add same-inode.
6015
6016         rename: fix Solaris 10 bug
6017         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6018         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
6019         was the only bug.
6020
6021         rename: fix Solaris 9 bug
6022         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
6023         on non-directory.  Avoid calling exit.
6024         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
6025         strdup.
6026         * modules/rename-tests (Depends-on): Drop lstat.
6027         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6028         (gl_PREREQ_RENAME): Delete unused macro.
6029
6030         rename-dest-slash: fix NetBSD bug
6031         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
6032         links.
6033         * modules/rename-dest-slash (Depends-on): Add same-inode.
6034
6035         rename-tests: new test, exposes several platform bugs
6036         * modules/rename-tests: New file.
6037         * tests/test-rename.h: Likewise.
6038         * tests/test-rename.c: Likewise.
6039         * doc/posix-functions/rename.texi (rename): Improve documentation,
6040         including bugs that will eventually be fixed in gnulib.
6041
6042 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
6043
6044         * lib/uname.c: Include <stdlib.h>
6045         (uname): Assume version info is available.
6046
6047 2009-10-02  Jim Meyering  <meyering@redhat.com>
6048
6049         gnu-web-doc-update: correct --help output
6050         * build-aux/gnu-web-doc-update: Make --help output relevant.
6051
6052         gnu-web-doc-update: add standard options
6053         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
6054
6055         gnu-web-doc-update: New module.
6056         Use this script to automatically update the on-line web documentation
6057         for your GNU project at http://www.gnu.org/software/$pkg/manual/
6058         * modules/gnu-web-doc-update: New file, from coreutils.
6059         * build-aux/gnu-web-doc-update: New script.
6060
6061 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
6062
6063         link: LoadLibrary is not needed.
6064         * lib/link.c: Use GetModuleHandle.
6065
6066 2009-10-01  Eric Blake  <ebb9@byu.net>
6067
6068         getopt: bump serial number
6069         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
6070         change.
6071
6072         tests: tighten link, rmdir, and remove tests
6073         * tests/test-link.h (includes): No need to use <config.h> here.
6074         Clean up if directory hard link was created, otherwise test for
6075         trailing '.'.
6076         * tests/test-linkat.c (main): Simplify.
6077         * tests/test-remove.c (main): Enhance test for trailing '.'.
6078         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6079
6080 2009-10-01  Jim Meyering  <meyering@redhat.com>
6081
6082         maint.mk: requiring "make major" was annoying, for a "minor" release.
6083         What is intended is "stable", to contrast with alpha and beta,
6084         so require "make stable", not "make major".
6085         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
6086         (get_tool_versions): Likewise.
6087         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
6088
6089 2009-09-30  Ben Pfaff  <blp@gnu.org>
6090
6091         Fix broken build of replacement for Windows tmpfile().
6092         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
6093         flags argument added along with the 'mkostemp' module.
6094
6095 2009-09-28  Bruno Haible  <bruno@clisp.org>
6096
6097         Avoid identifier clash with POSIX function 'remove' defined as a macro.
6098         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
6099         to 'remove_elt'.
6100         (gl_list_remove): Update.
6101         * lib/gl_list.c (gl_list_remove): Update.
6102         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
6103         to 'remove_elt'.
6104         (gl_oset_remove): Update.
6105         * lib/gl_list.c (gl_oset_remove): Update.
6106         Reported by Eric Blake.
6107
6108 2009-09-28  Eric Blake  <ebb9@byu.net>
6109
6110         doc: mention yet more cygwin 1.7 status
6111         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
6112         cygwin.
6113         * doc/glibc-functions/execvpe.texi (execvpe): New file.
6114         * doc/gnulib.texi (Glibc unistd.h): Mention it.
6115
6116         argp: fix test failure
6117         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
6118         that are not upper-case.  Pass correct range to tolower.
6119
6120 2009-09-27  Jim Meyering  <meyering@redhat.com>
6121
6122         test-yesno: work around sparc-dash here-document infelicity
6123         Without this change, the literal \177 byte in a here document
6124         would make dash 0.5.5.1-3 access uninitialized memory.
6125         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
6126         Instead, use a marker, "@", and filter through tr to create the desired
6127         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
6128
6129 2009-09-27  Bruno Haible  <bruno@clisp.org>
6130
6131         Disable untested support for new flavours of ACLs on AIX.
6132         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
6133         progress.
6134         * lib/set-mode-acl.c (qset_acl): Likewise.
6135
6136 2008-12-07  Bruno Haible  <bruno@clisp.org>
6137
6138         Add support for new flavours of ACLs on AIX. (Untested.)
6139         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
6140         (file_has_acl): Add support for newer AIX.
6141         * lib/set-mode-acl.c (qset_acl): Likewise.
6142         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
6143         Rainer Tammer <tammer@tammer.net>.
6144
6145 2009-09-26  Eric Blake  <ebb9@byu.net>
6146
6147         argp: fix compilation of getopt
6148         * lib/getopt.in.h (includes): Use different guard than glibc.
6149         Reported by Sergey Poznyakoff.
6150
6151         doc: mention more cygwin 1.7 status
6152         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
6153         bug.
6154         * doc/posix-functions/execl.texi (execl): Likewise.
6155         * doc/posix-functions/execle.texi (execle): Likewise.
6156         * doc/posix-functions/execlp.texi (execlp): Likewise.
6157         * doc/posix-functions/execv.texi (execv): Likewise.
6158         * doc/posix-functions/execve.texi (execve): Likewise.
6159         * doc/posix-functions/execvp.texi (execvp): Likewise.
6160         * doc/glibc-functions/canonicalize_file_name.texi
6161         (canonicalize_file_name): Cygwin 1.7 now provides this.
6162         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
6163         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
6164         on AT_SYMLINK_NOFOLLOW.
6165
6166 2009-09-24  Eric Blake  <ebb9@byu.net>
6167
6168         test-linkat: make test more robust
6169         * tests/test-linkat.c (main): Avoid collision with EEXIST.
6170
6171         getopt: fix inclusion guards for cygwin
6172         * modules/getopt-posix (Depends-on): Add include-next.
6173         (Makefile.am): Substitute more items in replacement header.
6174         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
6175         <getopt.h>.
6176         * lib/getopt.in.h (includes): Use split inclusion guard, and
6177         prefer <getopt.h> over include <unistd.h> when one is present.
6178         (option): Also override name of 'struct option'.
6179
6180         same-inode: revert prior change; it is not yet ready
6181         * NEWS: Undo mention of this change.
6182         * lib/same-inode.h (same-inode.h): Undo tri-state change.
6183         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6184         * lib/cycle-check.c (cycle_check): Likewise.
6185         * lib/same.c (same_name): Likewise.
6186         * lib/at-func2.c (at_func2): Likewise.
6187
6188 2009-09-23  Eric Blake  <ebb9@byu.net>
6189
6190         linkat: new module
6191         * modules/linkat: New file.
6192         * lib/at-func2.c (at_func2): Likewise.
6193         * lib/linkat.c (linkat): Likewise.
6194         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
6195         * lib/openat-priv.h (at_func2): Add declaration.
6196         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6197         * modules/unistd (Makefile.am): Substitute them.
6198         * lib/unistd.in.h (linkat): Declare it.
6199         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6200         * doc/posix-functions/linkat.texi (linkat): Likewise.
6201         * doc/posix-functions/link.texi (link): Tweak wording.
6202         * tests/test-link.c (main): Move guts...
6203         * tests/test-link.h (test_link): ...into new file.
6204         * modules/linkat-tests: New test.
6205         * tests/test-linkat.c: Likewise.
6206         * modules/link-tests (Files): Ship new file.
6207         (Depends-on): Add stdbool.
6208
6209         dirname: add library-safe mdir_name
6210         * lib/dirname.h (mdir_name): New prototype.
6211         * lib/dirname.c (dir_name): Move guts...
6212         (mdir_name): ...to new function that avoids xalloc_die.
6213
6214         fchdir: another mingw fix
6215         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
6216         * lib/fchdir.c (get_name): New helper method; skips canonicalize
6217         on mingw (where it has not yet been ported), and make it optional
6218         elsewhere.
6219         (_gl_register_fd): Use it.
6220
6221         same-inode: make SAME_INODE tri-state, to port to mingw
6222         * NEWS: Mention this change.
6223         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
6224         st_ino always being 0.
6225         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6226         * lib/cycle-check.c (cycle_check): Likewise.
6227         * lib/same.c (same_name): Likewise.
6228
6229         lstat: avoid mingw compilation error
6230         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
6231         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
6232         lstat ourselves.
6233         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
6234         was adequate.
6235         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
6236         the checks for lstat.
6237         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
6238
6239         link: fix test failure on Solaris 9
6240         * lib/link.c (rpl_link): Don't assume link will catch bogus
6241         trailing slash on source.
6242
6243         test-symlinkat: enhance test
6244         * tests/test-readlink.c (main): Move guts...
6245         * tests/test-readlink.h (test_readlink): ...into new file.
6246         * tests/test-symlink.c (main): Move guts...
6247         * tests/test-symlink.h (test_symlink): ...into new file.
6248         * tests/test-symlinkat.c (main): Use new files for further
6249         coverage.
6250         (do_symlink, do_readlink): New helper functions.
6251         * modules/symlink-tests (Files): Ship new file.
6252         (Depends-on): Add stdbool.
6253         * modules/readlink-tests (Files): Ship new file.
6254         (Depends-on): Add stdbool.
6255         * modules/symlinkat-tests (Files): Use new files.
6256
6257 2009-09-23  Eric Blake  <ebb9@byu.net>
6258
6259         readlink: document portability issue with symlink length
6260         * doc/posix-functions/lstat.texi (lstat): Mention that some file
6261         systems have bogus st_size on symlinks, and mention the
6262         areadlink-with-size module.
6263         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6264         * doc/posix-functions/readlink.texi (readlink): Mention the
6265         areadlink module, and ERANGE failure.
6266         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6267         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
6268
6269         readlink: fix Solaris 9 bug with trailing slash
6270         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
6271         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
6272         * doc/posix-functions/readlink.texi (readlink): Document this.
6273         * modules/readlink-tests: New test.
6274         * tests/test-readlink.c: Likewise.
6275
6276         readlink: fix cygwin 1.5.x bug with return type
6277         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
6278         * lib/unistd.in.h (readlink): Use ssize_t.
6279         * lib/readlink.c (readlink): Likewise.
6280         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6281         * modules/unistd (Makefile.am): Substitute it.
6282         * lib/unistd.in.h (readlink): Declare replacement.
6283         * doc/posix-functions/readlink.texi (readlink): Document this.
6284
6285         symlink: use throughout gnulib
6286         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
6287         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
6288         symlink is not used.
6289         * modules/symlinkat (Depends-on): Add symlink.
6290         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6291         * modules/canonicalize-tests (Depends-on): Likewise.
6292         * modules/lstat-tests (Depends-on): Likewise.
6293         * modules/openat-tests (Depends-on): Likewise.
6294         * modules/remove-tests (Depends-on): Likewise.
6295         * modules/rmdir-tests (Depends-on): Likewise.
6296         * modules/unlink-tests (Depends-on): Likewise.
6297         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
6298         * tests/test-canonicalize.c (symlink): Likewise.
6299         * tests/test-fstatat.c (symlink): Likewise.
6300         * tests/test-lstat.c (symlink): Likewise.
6301         * tests/test-remove.c (symlink): Likewise.
6302         * tests/test-rmdir.c (symlink): Likewise.
6303         * tests/test-unlink.c (symlink): Likewise.
6304         * tests/test-unlinkat.c (symlink): Likewise.
6305
6306         symlink: new module, for Solaris 9 bug
6307         * modules/symlink: New file.
6308         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
6309         * lib/symlink.c: Likewise.
6310         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6311         * modules/unistd (Makefile.am): Substitute them.
6312         * lib/unistd.in.h (symlink): Declare replacement.
6313         * MODULES.html.sh (File system functions): Mention it.
6314         * doc/posix-functions/symlink.texi (symlink): Likewise.
6315         * modules/symlink-tests: New test.
6316         * tests/test-symlink.c: Likewise.
6317
6318 2009-09-23  Bruno Haible  <bruno@clisp.org>
6319
6320         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
6321         when needed.
6322         Test case: gnulib-tool --import --with-tests atexit inttypes.
6323         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
6324
6325 2009-09-23  Bruno Haible  <bruno@clisp.org>
6326
6327         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
6328         subcommand, not in a subshell.
6329
6330 2009-09-22  Eric Blake  <ebb9@byu.net>
6331
6332         unistd: sort replacement declarations
6333         * lib/unistd.in.h: Sort declarations.
6334
6335         open, openat: minor optimization
6336         * lib/open.c (open): If open succeeded, len is non-zero.
6337         * lib/openat.c (rpl_openat): Likewise.
6338
6339         link-follow: ensure correct result
6340         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
6341         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
6342         distinguish between possible failures.
6343
6344 2009-09-21  Eric Blake  <ebb9@byu.net>
6345
6346         fts: avoid compiler warning
6347         * lib/fts.c (dirent_inode_sort_may_be_useful)
6348         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
6349
6350 2009-09-19  Bruno Haible  <bruno@clisp.org>
6351
6352         * lib/progreloc.c (canonicalize_file_name): New declaration.
6353
6354 2009-09-19  Eric Blake  <ebb9@byu.net>
6355
6356         link: fix quoting
6357         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
6358
6359         openat: fix openat bugs on Solaris 9
6360         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
6361         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
6362         * modules/openat (Depends-on): Add open.
6363         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
6364         * modules/fcntl-h (Makefile.am): Substitute it.
6365         * lib/fcntl.in.h (openat): Declare replacement.
6366         * doc/posix-functions/openat.texi (openat): Document this.
6367
6368         openat: move fstatat and unlinkat into correct files
6369         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6370         compiled.
6371         * lib/openat.c (fstatat, unlinkat): Move...
6372         * lib/fstatat.c (fstatat): ...into correct files.
6373         * lib/unlinkat.c (unlinkat): Likewise.
6374
6375         openat: fix unlinkat bugs on Solaris 9
6376         * lib/unlinkat.c (unlinkat): New file.
6377         * modules/openat (Depends-on): Add unlink.
6378         (Files): Distribute it.
6379         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
6380         trailing slash behavior is broken.
6381         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6382         * modules/unistd (Makefile.am): Substitute it.
6383         * lib/unistd.in.h (unlinkat): Declare replacement.
6384         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
6385
6386         openat: fix fstatat bugs on Solaris 9
6387         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
6388         stat.
6389         * doc/posix-functions/fstatat.texi (fstatat): Document this.
6390
6391         test-unlinkat: enhance test, to expose Solaris 9 bug
6392         * tests/test-unlink.c (main): Factor guts...
6393         * tests/test-unlink.h (test_rmdir_func): ...into new file.
6394         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
6395         * tests/test-rmdir.c (main): Adjust caller.
6396         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
6397         (unlinker): New helper function.
6398         (rmdirat): Enhance check.
6399         * modules/rmdir-tests (Depends-on): Add stdbool.
6400         * modules/unlink-tests (Depends-on): Likewise.
6401         (Files): Add test-unlink.h.
6402         * modules/openat-tests (Files): Likewise.
6403         (Depends-on): Add unlinkdir.
6404
6405         test-fstatat: new test, to expose Solaris 9 bugs
6406         * tests/test-stat.c (main): Factor guts...
6407         * tests/test-stat.h (test_stat_func): ...into new file.
6408         * tests/test-lstat.c (main): Factor guts...
6409         * tests/test-lstat.h (test_lstat_func): ...into new file.
6410         * tests/test-fstatat.c: New file.
6411         * modules/stat-tests (Files): Add test-stat.h.
6412         * modules/lstat-tests (Files): Add test-lstat.h.
6413         (Depends-on): Add stdbool.
6414         * modules/openat-tests (Depends-on): Add pathmax.
6415         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
6416         (Makefile.am): Run new test.
6417
6418         remove: new module, for mingw and Solaris 9 bugs
6419         * modules/remove: New file.
6420         * lib/remove.c: Likewise.
6421         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
6422         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6423         * modules/stdio (Makefile.am): Use them.
6424         * lib/stdio.in.h (remove): Declare replacement.
6425         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6426         * doc/posix-functions/remove.texi (remove): Likewise.
6427         * modules/remove-tests: New test.
6428         * tests/test-remove.c: Likewise.
6429
6430         unlink: new module, for Solaris 9 bug
6431         * modules/unlink: New file.
6432         * lib/unlink.c: Likewise.
6433         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
6434         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6435         * modules/unistd (Makefile.am): Use them.
6436         * lib/unistd.in.h (stat): Declare replacement.
6437         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6438         * doc/posix-functions/unlink.texi (unlink): Likewise.
6439         * modules/unlink-tests: New test.
6440         * tests/test-unlink.c: Likewise.
6441
6442         lstat: fix Solaris 9 bug
6443         * lib/lstat.c (lstat): Also check for trailing slash on
6444         non-symlink, non-directories.  Use stat module to simplify logic.
6445         * doc/posix-functions/lstat.texi (lstat): Document it.
6446         * modules/lstat-tests (Depends-on): Add errno, same-inode.
6447         (configure.ac): Check for symlink.
6448         * tests/test-lstat.c (main): Add more tests.
6449
6450         stat: add as dependency to other modules
6451         * modules/chown (Depends-on): Add stat.
6452         * modules/euidaccess (Depends-on): Likewise.
6453         * modules/fchdir (Depends-on): Likewise.
6454         * modules/isdir (Depends-on): Likewise.
6455         * modules/link (Depends-on): Likewise.
6456         * modules/lstat (Depends-on): Likewise.
6457         * modules/mkdir-p (Depends-on): Likewise.
6458         * modules/modechange (Depends-on): Likewise.
6459         * modules/open (Depends-on): Likewise.
6460         * modules/readlink (Depends-on): Likewise.
6461         * modules/same (Depends-on): Likewise.
6462
6463         stat: fix Solaris 9 bug
6464         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
6465         slash.
6466         * lib/stat.c (rpl_stat): Work around it.
6467         * doc/posix-functions/stat.texi (stat): Update documentation.
6468
6469         stat: new module, for mingw bug
6470         * modules/stat: New file.
6471         * lib/stat.c: Likewise.
6472         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
6473         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6474         * modules/sys_stat (Makefile.am): Use them.
6475         * lib/sys_stat.in.h (stat): Declare replacement.
6476         * lib/openat.c (fstatat): Deal with lstat and stat being function
6477         macros.
6478         * modules/openat (Depends-on): Add inline.
6479         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6480         * doc/posix-functions/stat.texi (stat): Likewise.
6481         * modules/stat-tests: New test.
6482         * tests/test-stat.c: Likewise.
6483
6484 2009-09-19  Jim Meyering  <meyering@redhat.com>
6485
6486         syntax-check: detect unnecessary inclusion of canonicalize.h
6487         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
6488
6489 2009-09-19  Eric Blake  <ebb9@byu.net>
6490
6491         canonicalize-lgpl: adjust clients to use correct header
6492         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6493         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
6494         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
6495         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
6496         * lib/progreloc.c (includes): Likewise.
6497
6498 2009-09-19  Jim Meyering  <meyering@redhat.com>
6499
6500         test-posixtm.c: correct a comment
6501         * tests/test-posixtm.c: Correct first-line comment.
6502         Spotted by Eric Blake.
6503
6504 2009-09-16  Jim Meyering  <meyering@redhat.com>
6505
6506         posixtm-tests: make T const-correct; add a test case
6507         * tests/test-posixtm.c (T): Declare const.
6508         Add a test for -(2^31+1).
6509         Remove useless can-succeed-only-in-2002 test.
6510
6511         posixtm-tests: adjust the sole failing test
6512         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
6513         expected output matches what mktime now produces.  Cross-checked via
6514         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
6515
6516         posixtm: move #ifdef'd tests into a new module
6517         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
6518         * tests/test-posixtm.c: ... this new file.
6519         * modules/posixtm-tests: New module.
6520
6521 2009-09-19  Eric Blake  <ebb9@byu.net>
6522
6523         openat: simplify use of at-func.c
6524         * lib/at-func.c (includes): Include prerequisites here, to
6525         simplify requirements on client files.
6526         * lib/openat-priv.h: Add double-inclusion guard.
6527         * lib/faccessat.c (includes): Simplify.
6528         * lib/fchmodat.c (includes): Likewise.
6529         * lib/fchownat.c (includes): Likewise.
6530         * lib/mkdirat.c (includes): Likewise.
6531         * lib/mkfifoat.c (includes): Likewise.
6532         * lib/symlinkat.c (includes): Likewise.
6533
6534         openat: allow return of fd 0
6535         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6536         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6537         unistd-safer.
6538         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6539         <fcntl.h>; this module does not leak fds.
6540         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6541         must be allowed to return 0, leaving openat_safer to add the
6542         safety.
6543         (openat_permissive): Avoid writing to just-opened fd 2 if
6544         restoring the current directory fails.
6545         * lib/openat-die.c (openat_restore_fail): Add comment.
6546         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6547         (save_cwd): Guarantee safe fd, but without use of open_safer.
6548         * tests/test-openat.c: New test.
6549         * modules/openat-tests (Files, Makefile.am): Distribute and build
6550         new file.
6551
6552         relocatable-prog-wrapper: fix build
6553         * modules/relocatable-prog-wrapper (Files): Update name of
6554         canonicalize m4 file, broken on 2009-09-17.
6555         Reported by emad hajjar <aleppos@hotmail.com>.
6556
6557 2009-09-19  Bruno Haible  <bruno@clisp.org>
6558
6559         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6560         * lib/safe-alloc.c: Likewise.
6561         Reported by Ian Beckwith <ianb@erislabs.net>.
6562
6563 2009-09-18  Bruno Haible  <bruno@clisp.org>
6564
6565         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6566         Reported by <erobles@sensacd.com.mx>.
6567
6568 2009-09-17  Eric Blake  <ebb9@byu.net>
6569
6570         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6571         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6572         slashes when checking if last component is missing.
6573         * tests/test-canonicalize.c (main): Test this.
6574
6575         canonicalize, canonicalize-lgpl: honor // if distinct from /
6576         * modules/canonicalize (Files): Add double-slash-root.m4.
6577         * modules/canonicalize-lgpl (Files): Likewise.
6578         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6579         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6580         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6581         fallback definition.
6582         (canonicalize_filename_mode): Use it to protect //.
6583         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6584         (__realpath): Likewise.
6585         * tests/test-canonicalize.c (main): Test this.
6586         * tests/test-canonicalize-lgpl.c (main): Likewise.
6587         * modules/canonicalize-tests (Depends-on): Add same-inode.
6588         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6589
6590         canonicalize-lgpl: fix glibc bug with trailing slash
6591         * m4/canonicalize-lgpl.m4: Move contents...
6592         * m4/canonicalize.m4: ...here.
6593         (gl_CANONICALIZE_LGPL): Factor realpath check...
6594         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6595         glibc 2.3.5 bug, fixed 2005-04-27.
6596         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6597         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6598         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6599         * modules/canonicalize-lgpl (Files): Manage file rename.
6600         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6601         * modules/stdlib (Makefile.am): Substitute witness.
6602         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6603         is needed.
6604         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6605         replacement is required.
6606         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6607         * doc/glibc-functions/canonicalize_file_name.texi
6608         (canonicalize_file_name): Document this.
6609         * doc/posix-functions/realpath.texi (realpath): Likewise.
6610
6611         canonicalize-lgpl: reject non-directory with trailing slash
6612         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6613         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6614         catches failures in glibc 2.3.5.
6615         * tests/test-canonicalize.c (main): Likewise.
6616
6617         canonicalize-lgpl: use native realpath if it works
6618         * lib/canonicalize-lgpl.c (realpath): Guard with
6619         FUNC_REALPATH_WORKS.
6620         * lib/stdlib.in.h (realpath): Make declaration optional based on
6621         HAVE_REALPATH.
6622         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6623         native realpath works.
6624         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6625         * modules/stdlib (Makefile.am): Substitute witness.
6626
6627         canonicalize, canonicalize-lgpl: use <stdlib.h>
6628         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6629         (Include): Mention <stdlib.h>.
6630         (configure.ac): Mention functions we provide.
6631         * modules/canonicalize (configure.ac): Likewise.
6632         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6633         realpath if canonicalize_file_name is missing.
6634         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6635         * modules/stdlib (Makefile.am): Substitute witnesses.
6636         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6637         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6638         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6639         * NEWS: Document this.
6640         * doc/glibc-functions/canonicalize_file_name.texi
6641         (canonicalize_file_name): Likewise.
6642         * doc/posix-functions/realpath.texi (realpath): Likewise.
6643         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6644
6645         test-canonicalize: consolidate into single C program
6646         * tests/test-canonicalize.sh: Delete; move setup into...
6647         * tests/test-canonicalize.c (main): ...the program, making it
6648         easier to run in debugger.  Add some tests.
6649         * modules/canonicalize-tests (Files): Remove unused file.
6650         (Depends-on): Add progname.
6651         (configure.ac, Makefile.am): Simplify.
6652
6653         test-canonicalize-lgpl: consolidate into single C program
6654         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6655         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6656         easier to run in debugger.  Add some tests.
6657         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6658         (configure.ac, Makefile.am): Simplify.
6659
6660         canonicalize: avoid resolvepath
6661         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6662         unnecessary checks.
6663         * lib/canonicalize.c (includes): Simplify.
6664         (canonicalize_file_name): Drop resolvepath implementation.
6665         * modules/canonicalize (Depends-on): Drop filenamecat.
6666
6667         canonicalize: don't lose errno
6668         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6669         over calls to free.
6670
6671         canonicalize: simplify errno handling
6672         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
6673         assignment.
6674
6675         canonicalize, canonicalize-lgpl: update module dependencies
6676         * modules/canonicalize (Depends-on): Add extensions, lstat,
6677         pathmax, stdlib.
6678         (Files): Drop pathmax.h.
6679         (configure.ac): Adjust macro name.
6680         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
6681         lstat, stdlib, sys_stat.
6682         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
6683         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
6684         extensions.
6685         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
6686         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
6687         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
6688         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
6689         declaration, if available.
6690         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
6691         we can rely on the readlink module.
6692         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
6693         (includes): Use <unistd.h> unconditionally.
6694
6695 2009-09-17  Eric Blake  <ebb9@byu.net>
6696
6697         maint: make Include sections of modules consistent
6698         * modules/alloca: Use only header name; no need to list #include.
6699         * modules/alloca-opt: Likewise.
6700         * modules/arpa_inet: Likewise.
6701         * modules/canon-host: Likewise.
6702         * modules/configmake: Likewise.
6703         * modules/dirent: Likewise.
6704         * modules/eealloc: Likewise.
6705         * modules/environ: Likewise.
6706         * modules/fchdir: Likewise.
6707         * modules/fcntl: Likewise.
6708         * modules/fcntl-h: Likewise.
6709         * modules/gethrxtime: Likewise.
6710         * modules/gettime: Likewise.
6711         * modules/ignore-value: Likewise.
6712         * modules/inet_ntop: Likewise.
6713         * modules/inet_pton: Likewise.
6714         * modules/inttypes: Likewise.
6715         * modules/isnand-nolibm: Likewise.
6716         * modules/isnanf-nolibm: Likewise.
6717         * modules/mbchar: Likewise.
6718         * modules/mbfile: Likewise.
6719         * modules/mbiter: Likewise.
6720         * modules/mbuiter: Likewise.
6721         * modules/netdb: Likewise.
6722         * modules/netinet_in: Likewise.
6723         * modules/nproc: Likewise.
6724         * modules/pagealign_alloc: Likewise.
6725         * modules/poll: Likewise.
6726         * modules/printf-frexp: Likewise.
6727         * modules/pthread: Likewise.
6728         * modules/putenv: Likewise.
6729         * modules/random_r: Likewise.
6730         * modules/relocatable-prog: Likewise.
6731         * modules/search: Likewise.
6732         * modules/select: Likewise.
6733         * modules/selinux-h: Likewise.
6734         * modules/settime: Likewise.
6735         * modules/signal: Likewise.
6736         * modules/size_max: Likewise.
6737         * modules/socklen: Likewise.
6738         * modules/ssize_t: Likewise.
6739         * modules/stdarg: Likewise.
6740         * modules/stdbool: Likewise.
6741         * modules/stddef: Likewise.
6742         * modules/stdint: Likewise.
6743         * modules/stdio: Likewise.
6744         * modules/stdlib: Likewise.
6745         * modules/string: Likewise.
6746         * modules/strings: Likewise.
6747         * modules/sys_file: Likewise.
6748         * modules/sys_ioctl: Likewise.
6749         * modules/sys_select: Likewise.
6750         * modules/sys_socket: Likewise.
6751         * modules/sys_stat: Likewise.
6752         * modules/sys_time: Likewise.
6753         * modules/sys_times: Likewise.
6754         * modules/sys_utsname: Likewise.
6755         * modules/sys_wait: Likewise.
6756         * modules/sysexits: Likewise.
6757         * modules/time: Likewise.
6758         * modules/times: Likewise.
6759         * modules/tmpfile: Likewise.
6760         * modules/trim: Likewise.
6761         * modules/unistd: Likewise.
6762         * modules/wchar: Likewise.
6763         * modules/wctype: Likewise.
6764
6765 2009-09-17  Bruno Haible  <bruno@clisp.org>
6766
6767         Make getdate.y compile on QNX and NetBSD 5 / i386.
6768         * m4/getdate.m4 (gl_GETDATE): Conditionally define
6769         TIME_T_FITS_IN_LONG_INT.
6770         * lib/getdate.y (long_time_t): New type.
6771         (relative_time): Change type of 'seconds' field to long_time_t.
6772         (get_date): Update types of local variables. Check against overflow
6773         during conversion from long_time_t to time_t.
6774         Reported by Matt Kraai <kraai@ftbfs.org>
6775         and Hasso Tepper <hasso@netbsd.org>.
6776
6777 2009-09-17  Bruno Haible  <bruno@clisp.org>
6778
6779         * modules/COPYING: Update copyright years.
6780         * modules/README: Likeiwse.
6781         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
6782         Reported by Ian Beckwith <ianb@erislabs.net>.
6783
6784 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6785
6786         * users.txt: Update references for gnuit package.
6787
6788 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6789
6790         * m4/getdelim.m4: Fix typo in copyright line.
6791
6792 2009-09-17  Bruno Haible  <bruno@clisp.org>
6793
6794         * lib/atoll.c: Use the standard header with GPL copyright.
6795         * lib/argz.in.h: Likewise.
6796         * lib/glob.c: Likewise.
6797         * lib/glob-libc.h: Likewise.
6798         * lib/random_r.c: Likewise.
6799         * lib/siglist.h: Likewise.
6800         * lib/strsignal.c: Likewise.
6801         Reported by Ian Beckwith <ianb@erislabs.net>.
6802
6803 2009-09-17  Eric Blake  <ebb9@byu.net>
6804
6805         rmdir: ensure correct dependency order
6806         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
6807
6808 2009-09-17  Bruno Haible  <bruno@clisp.org>
6809
6810         Disable assertion that fails on NetBSD 5 / i386.
6811         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
6812         Reported by Sam Steingold <sds@gnu.org>
6813         and Hasso Tepper <hasso@netbsd.org>.
6814
6815 2009-09-16  Eric Blake  <ebb9@byu.net>
6816
6817         unlinkdir: port to mingw
6818         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
6819         on which no one can unlink a directory.
6820
6821         stdlib: sort witness names
6822         * modules/stdlib (Makefile.am): Sort replacements.
6823         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6824         * lib/stdlib.in.h: Likewise.
6825
6826         parse-duration-tests: avoid link failure
6827         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
6828         LIBINTL.
6829         Reported by Tom G. Christensen.
6830
6831         openat-tests: ensure unlinkat behaves like rmdir
6832         * tests/test-rmdir.c (main): Factor guts...
6833         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
6834         * modules/rmdir-tests (Files): Ship new file.
6835         * modules/openat-tests: New test.
6836         * tests/test-unlinkat.c: Likewise.
6837
6838         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
6839         * modules/rmdir-errno (Status, Notice): Now obsolete.
6840
6841         rmdir: work around cygwin 1.5.x and mingw bugs
6842         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
6843         * lib/rmdir.c (rmdir): Work around it.
6844         * modules/rmdir (Status, Notice): No longer obsolete.
6845         (Files): Add dos.m4.
6846         (Depends-on): Add unistd.
6847         (configure.ac): Set witnesses.
6848         (License): Relax to LGPLv2+.
6849         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
6850         * modules/unistd (Makefile.am): Substitute witnesses.
6851         * lib/unistd.in.h (rmdir): Declare replacement.
6852         * doc/posix-functions/rmdir.texi (rmdir): Document this.
6853         * modules/rmdir-tests: New tests.
6854         * tests/test-rmdir.c: Likewise.
6855
6856 2009-09-15  Eric Blake  <ebb9@byu.net>
6857
6858         fchdir: improve use of replacement functions
6859         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
6860         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
6861         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
6862         REPLACE_CLOSEDIR.
6863         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
6864         * modules/sys_stat (Makefile.am): Substitute correct witness.
6865         * modules/dirent (Makefile.am): Likewise.
6866         * modules/unistd (Makefile.am): Likewise.
6867         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
6868         * lib/unistd.in.h (dup): Likewise.
6869         * lib/sys_stat.in.h (fstat): Likewise.
6870
6871         maint: ignore gnulib-tool temp files
6872         * .gitignore: Ignore files created during gnulib-tool --test.
6873
6874 2009-09-13  Jim Meyering  <meyering@redhat.com>
6875
6876         posixtm: don't reject a time that specify "60" as the number of seconds
6877         * lib/posixtm.c (posixtime): The code to reject invalid dates
6878         would also reject a time specified with the .60 suffix.
6879         But POSIX allows that, in order to accommodate leap seconds.
6880         So don't reject it.
6881         (main): Adjust tests accordingly.
6882         * modules/posixtm (Depends-on): Add stpcpy.
6883
6884 2009-09-11  Jim Meyering  <meyering@redhat.com>
6885
6886         announce-gen: include [$release_type] in emitted Subject:
6887         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
6888         e.g., [stable] in the emitted Subject: line.
6889
6890 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6891
6892         Remove obsolete macros from several modules.
6893         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
6894         obsolete Autoconf macros with their modern counterparts.
6895         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
6896         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
6897         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
6898         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6899         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
6900         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6901         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6902         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6903         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
6904         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
6905         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6906         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6907         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
6908         * m4/sockets.m4 (gl_SOCKETS): Likewise.
6909         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
6910         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
6911         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6912         * m4/time_r.m4 (gl_TIME_R): Likewise.
6913         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
6914         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
6915         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6916
6917         Fix copyright header in build-aux scripts.
6918         * build-aux/git-version-gen: Fix copyright header to match GPLv3
6919         recommendation.
6920         * build-aux/ncftpput-ftp: Likewise.
6921         * build-aux/update-copyright: Likewise.
6922
6923 2009-09-09  Eric Blake  <ebb9@byu.net>
6924
6925         test-link: allow Linux choice of errno
6926         * tests/test-link.c (main): Relax test for alternate error.
6927
6928         strndup: fix improper m4 caching
6929         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
6930         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
6931         (gl_PREREQ_STRNDUP): Delete.
6932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
6933         * modules/string (Makefile.am): Substitute it.
6934         * lib/string.in.h (strndup): Modernize prototype.
6935
6936         getcwd: port to mingw
6937         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
6938         different from the POSIX assumptions made throughout the getcwd
6939         module; fortunately, the mingw getcwd does not need replacement.
6940         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
6941         * modules/getcwd-tests: New test.
6942         * tests/test-getcwd.c: Likewise.
6943
6944         link: fix platform bugs
6945         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
6946         * lib/link.c (link): Work around them.  Fix related mingw bug.
6947         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
6948         * modules/unistd (Makefile.am): Substitute it.
6949         * lib/unistd.in.h (link): Declare replacement.
6950         * doc/posix-functions/link.texi (link): Document this.
6951         * modules/link (Depends-on): Add strdup-posix, sys_stat.
6952
6953         test-link: consolidate into single C program, test more cases
6954         * tests/test-link.sh: Delete.
6955         * tests/test-link.c: Test more error conditions.  Exposes bugs on
6956         at least Cygwin and Solaris.
6957         * modules/link-tests (Files): Remove unused file.
6958         (Depends-on): Add errno, sys_stat.
6959         (Makefile.am): Simplify.
6960
6961 2009-09-08  Bruno Haible  <bruno@clisp.org>
6962
6963         Work around towlower, towupper bug on mingw.
6964         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
6965         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
6966         * doc/posix-functions/towlower.texi: Mention the mingw bug.
6967         * doc/posix-functions/towupper.texi: Likewise.
6968         Reported by Eric Blake.
6969
6970 2009-09-08  Jim Meyering  <meyering@redhat.com>
6971
6972         build: don't try to run autoheader if we don't use it
6973         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
6974         is not used in configure.ac.
6975
6976 2009-09-08  Eric Blake  <ebb9@byu.net>
6977
6978         euidaccess: fix compilation error
6979         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
6980
6981         rawmemchr: relax license
6982         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
6983         okay.
6984         Reported by Jim Meyering.
6985
6986         mkfifoat: new module
6987         * modules/mkfifoat: New file.
6988         * lib/mkfifoat.c: Likewise.
6989         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
6990         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6991         * modules/sys_stat (Makefile.am): Use them.
6992         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
6993         * MODULES.html.sh (File system functions): Mention module.
6994         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6995         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6996         * modules/mkfifoat-tests: New test.
6997         * tests/test-mkfifoat.c: Likewise.
6998
6999         strchrnul: relax license
7000         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
7001         okay.
7002         Reported by Jim Meyering.
7003
7004 2009-09-08  Eric Blake  <ebb9@byu.net>
7005
7006         fstatat: fix compilation on Solaris
7007         * lib/fstatat.c (includes): Add fcntl.h.
7008         Reported by Pádraig Brady.
7009
7010 2009-09-07  Eric Blake  <ebb9@byu.net>
7011
7012         rename: modernize replacement
7013         * modules/rename (Depends-on): Add stdio.
7014         (configure.ac): Declare witness.
7015         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
7016         stdio take care of replacement.
7017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7018         * modules/stdio (Makefile.am): Substitute them.
7019         * lib/stdio.in.h (rename): Declare replacement.
7020         * lib/rename.c (includes): Allow cross-compilation to non-windows
7021         machines.
7022         * doc/posix-functions/rename.texi (rename): Improve
7023         documentation.
7024
7025         stdio: sort witness names
7026         * modules/stdio (Makefile.am): Sort replacements.
7027         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7028         * lib/stdio.in.h: Likewise.
7029
7030         getcwd: minor cleanups
7031         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
7032         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
7033
7034         openat: provide more convenience names
7035         * modules/faccessat (configure.ac): Add C witness.
7036         * lib/unistd.in.h (readlinkat): Fix typo.
7037         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
7038         convenience wrappers.
7039         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
7040         wrappers in syntax checks.
7041
7042 2009-09-06  Eric Blake  <ebb9@byu.net>
7043
7044         doc: fix comments in recent patches
7045         * lib/faccessat.c: Mention correct function.
7046         * lib/fchmodat.c: Likewise.
7047         * lib/fchownat.c: Likewise.
7048         * lib/symlinkat.c: Likewise.
7049         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
7050         constants.
7051
7052         faccessat, symlinkat: continue cleanup of previous patch
7053         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
7054         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7055         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
7056         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
7057         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
7058         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
7059         set.
7060
7061 2009-09-06  Bruno Haible  <bruno@clisp.org>
7062
7063         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
7064         (fstatat): Declare if GNULIB_FSTATAT is set.
7065         (mkdirat): Declare if GNULIB_MKDIRAT is set.
7066         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
7067         (unlinkat): Declare if GNULIB_UNLINKAT is set.
7068         * modules/fcntl-h (Files): Remove m4/openat.m4.
7069         * modules/sys_stat (Files): Remove m4/openat.m4.
7070         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
7071         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
7072         * modules/unistd (Files): Remove m4/openat.m4.
7073         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
7074         GNULIB_OPENAT.
7075         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
7076         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
7077         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
7078         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
7079         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
7080         gl_OPENAT_DEFAULTS.
7081         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
7082         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
7083         Don't require gl_OPENAT_DEFAULTS.
7084         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
7085         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
7086         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
7087         (gl_OPENAT_DEFAULTS): Remove macro.
7088
7089 2009-09-06  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/openat (configure.ac): Remove unneeded witness.
7092
7093 2009-09-06  Bruno Haible  <bruno@clisp.org>
7094
7095         Set errno to ENOSYS when a function is entirely unsupported.
7096         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
7097         EOPNOTSUPP.
7098         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7099         * modules/chown (Depends-on): Remove errno.
7100
7101 2009-09-06  Bruno Haible  <bruno@clisp.org>
7102
7103         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
7104
7105 2009-09-06  Bruno Haible  <bruno@clisp.org>
7106
7107         * lib/sys_stat.in.h: Fix preprocessor command indentation.
7108
7109 2009-09-06  Ben Pfaff  <blp@gnu.org>
7110             Bruno Haible  <bruno@clisp.org>
7111
7112         Work around a glibc bug in strtok_r.
7113         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
7114         Undefine if UNDEFINE_STRTOK_R is set.
7115         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
7116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7117         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
7118         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
7119         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
7120         UNDEFINE_STRTOK_R.
7121         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
7122
7123 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
7124
7125         exclude: minor fix
7126         * lib/exclude.c: Include wctype.h
7127
7128 2009-09-06  Akim Demaille  <demaille@gostai.com>
7129
7130         bootstrap: improve error message
7131         * build-aux/bootstrap (find_tool): Upon failure, report the list
7132         of candidates.
7133         Honor the initial value of the envvar.
7134
7135 2009-09-05  Eric Blake  <ebb9@byu.net>
7136
7137         symlinkat: new module
7138         * modules/symlinkat: New file.
7139         * lib/symlinkat.c: Likewise.
7140         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
7141         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7142         * modules/unistd (Makefile.am): Use them.
7143         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
7144         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
7145         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
7146         * MODULES.html.sh (File system functions): Mention module.
7147         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7148         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7149         * modules/symlinkat-tests: New test.
7150         * tests/test-symlinkat.c: Likewise.
7151
7152         test-openat-safer: add more checks
7153         * tests/test-openat-safer.c (main): Check more code paths.
7154
7155 2009-09-05  Jim Meyering  <meyering@redhat.com>
7156
7157         syntax-check: detect unnecessary inclusion of openat.h
7158         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
7159
7160 2009-09-05  Bruno Haible  <bruno@clisp.org>
7161
7162         Support towlower, towupper.
7163         * doc/posix-functions/towlower.texi: Mention module wctype.
7164         * doc/posix-functions/towupper.texi: Likewise.
7165         * lib/wctype.in.h (towlower, towupper): New functions.
7166         * tests/test-wctype.c: Include stdio.h, stdlib.h.
7167         (ASSERT): New macro.
7168         (e): New variable.
7169         (main): Test also towlower, towupper. Test WEOF argument.
7170         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7171
7172 2009-09-05  Bruno Haible  <bruno@clisp.org>
7173
7174         Fix conversion behaviour when the input is invalid.
7175         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
7176         mark occurring in first pass of indirect conversion.
7177         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
7178         input.
7179         Found by clang's static analyzer.
7180
7181 2009-09-05  Bruno Haible  <bruno@clisp.org>
7182
7183         * tests/test-striconveh.c (main): Test indirect conversion on platforms
7184         where direct conversion is possible.
7185
7186 2009-09-04  Eric Blake  <ebb9@byu.net>
7187
7188         openat: fail with ENOENT on empty name
7189         * lib/openat-proc.c (openat_proc_name): Special-case the empty
7190         buffer.
7191
7192         link-follow: fix logic bug in prior patch
7193         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
7194         reversed sense of yes and no in prior patch.  Avoid confusing
7195         compilation failure with desired semantics.
7196
7197         link-follow: accomodate mingw and cross-compilation
7198         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
7199         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
7200         cross-compilation results to -1, to make linkat easier to
7201         implement when cross-compiling.  Trivially support mingw.
7202         * modules/link-follow (configure.ac): Call new name.
7203         * NEWS: Mention this.
7204
7205 2009-09-03  Eric Blake  <ebb9@byu.net>
7206
7207         faccessat: compile replacement
7208         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
7209         needed.
7210
7211         fts: fix compilation error
7212         * lib/fts.c (includes): Re-add "openat.h", for
7213         openat_needs_fchdir.
7214
7215         faccessat: new module
7216         * modules/faccessat: New file.
7217         * lib/faccessat.c: Likewise.
7218         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7220         * modules/unistd (Makefile.am): Use it.
7221         * lib/unistd.in.h (faccessat): Declare it.
7222         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
7223         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
7224         * MODULES.html.sh (File system functions): Mention it.
7225         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
7226         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7227
7228         euidaccess: prefer POSIX over non-standard implementation
7229         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
7230         * lib/euidaccess.c (euidaccess): Use it if available.
7231
7232         openat: make template easier to use
7233         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
7234         AT_FUNC_F2 to be undefined.
7235         (VALIDATE_FLAG): New macro; use it to reject bad flags.
7236         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
7237         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
7238         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
7239         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
7240         Likewise.
7241         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
7242         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
7243         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
7244         Likewise.
7245
7246         openat: declare in POSIX headers
7247         * NEWS: Mention this.
7248         * modules/openat (configure.ac): Declare witnesses.
7249         (Depends-on): Add fcntl-h, sys_stat, unistd.
7250         (Include): Mention correct headers.
7251         * modules/fcntl-h (Depends-on): Add link-warning.
7252         (Files): Add openat.m4.
7253         (Makefile.am): Substitute witnesses.
7254         * modules/sys_stat (Files, Makefile.am): Likewise.
7255         * modules/unistd (Files, Makefile.am): Likewise.
7256         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
7257         (gl_OPENAT_DEFAULTS): New macro.
7258         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
7259         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
7260         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
7261         (SYS_STAT_H): Remove unused variable.
7262         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
7263         * lib/fcntl--.h (includes): Remove unneeded header.
7264         * lib/openat-safer.c (includes): Likewise.
7265         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
7266         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
7267         appropriate headers.
7268         (__OPENAT_PREFIX): Delete.
7269         * lib/fcntl.in.h (openat): Provide declaration.
7270         (AT_FDCWD): Fix Solaris bug.
7271         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
7272         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
7273         * lib/fchmodat.c (includes):  Adjust to find declaration.
7274         * lib/fchownat.c (includes): Likewise.
7275         * lib/mkdirat.c (includes): Likewise.
7276         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
7277         still visible.
7278
7279 2009-09-02  Eric Blake  <ebb9@byu.net>
7280
7281         errno: use consistently
7282         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
7283         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
7284         * lib/canonicalize.c (ELOOP): Likewise.
7285         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
7286         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
7287         * lib/lchown.c (EOPNOTSUPP): Likewise.
7288         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
7289         * lib/savewd.c (ESTALE): Likewise.
7290         * lib/settime.c (ENOSYS): Likewise.
7291         * lib/utimens.c (ENOSYS): Likewise.
7292         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
7293         * lib/chdir-safer.c (ELOOP): Likewise.
7294         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
7295         * modules/c-stack (Depends-on): Add errno.
7296         * modules/canonicalize (Depends-on): Likewise.
7297         * modules/chdir-safer (Depends-on): Likewise.
7298         * modules/fdopendir (Depends-on): Likewise.
7299         * modules/inet_ntop (Depends-on): Likewise.
7300         * modules/inet_pton (Depends-on): Likewise.
7301         * modules/lchown (Depends-on): Likewise.
7302         * modules/openat (Depends-on): Likewise.
7303         * modules/savewd (Depends-on): Likewise.
7304         * modules/settime (Depends-on): Likewise.
7305         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
7306
7307         fts: avoid leaking fds
7308         * modules/fts (Depends-on): Add cloexec.
7309         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
7310         flag.
7311
7312         fts: make directory fds more robust
7313         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
7314         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
7315
7316         backupfile, chdir-long, fts, savedir: make safer
7317         * lib/backupfile.c (includes): Use "dirent--.h", since
7318         numbered_backup can write to stderr during readdir.
7319         * lib/savedir.c (includes): Likewise.
7320         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
7321         emulation can write to stderr on failure.
7322         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
7323         * lib/getcwd.c: Document why opendir_safer is unused.
7324         * lib/glob.c: Likewise.
7325         * lib/scandir.c: Likewise.
7326         * lib/openat-proc.c: Likewise, for open_safer.
7327         * modules/backupfile (Depends-on): Add dirent-safer.
7328         * modules/savedir (Depends-on): Likewise.
7329         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
7330         * modules/chdir-long (Depends-on): Add openat-safer.
7331
7332         openat-safer: new module
7333         * modules/openat-safer: New file.
7334         * lib/openat-safer.c: Likewise.
7335         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
7336         * lib/fcntl-safer.h (openat_safer): Declare.
7337         * lib/fcntl--.h (openat): Override.
7338         * MODULES.html.sh (File descriptor based I/O): Mention it.
7339         * lib/openat.h: Add double-inclusion guards.
7340         * lib/openat.c (includes): Only include "fcntl-safer.h", not
7341         "fcntl--.h", so we can implement openat.
7342         * modules/openat-safer-tests: New test.
7343         * tests/test-openat-safer.c: New file.
7344
7345         dirent-safer: new module
7346         * modules/dirent-safer: New file.
7347         * lib/dirent--.h: Likewise.
7348         * lib/dirent-safer.h: Likewise.
7349         * lib/opendir-safer.c: Likewise.
7350         * m4/dirent-safer.m4: Likewise.
7351         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
7352         * modules/dirent-safer-tests: New test.
7353         * tests/test-dirent-safer.c: New file.
7354         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
7355
7356         fdopendir: optimize on mingw
7357         * lib/unistd.in.h (_gl_directory_name): New prototype.
7358         * lib/fchdir.c (_gl_directory_name): Implement it.
7359         (fchdir): Use it to simplify implementation.
7360         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
7361         fchdir, when available, to avoid calling [f]chdir().
7362
7363         fdopendir: split into its own module
7364         * lib/openat.c (fdopendir): Move...
7365         * lib/fdopendir.c: ...into new file.
7366         * modules/fdopendir: New module.
7367         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7368         * modules/openat (Depends-on): Add fdopendir.
7369         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7370         fdopendir here.
7371         * modules/savedir (Depends-on): Only need fdopendir, not full
7372         openat.
7373         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7374         * lib/openat.h (fdopendir): Drop prototype.
7375         * lib/dirent.in.h (fdopendir): Provide prototype.
7376         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7377         * modules/dirent (Makefile.am): Substitute them.
7378         * MODULES.html.sh (File system functions): Mention it.
7379         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
7380         * modules/fdopendir-tests: New file.
7381         * tests/test-fdopendir.c: Likewise.
7382
7383         fchdir: use more consistent macro convention
7384         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
7385         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
7386         REPLACE_FCHDIR, rather than relying on config.h macros.
7387         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
7388         inside a single make-time REPLACE_FCHDIR block, rather than using
7389         the config.h FCHDIR_REPLACEMENT.
7390         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
7391         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
7392         Manage fstat replacement.
7393         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
7394         REPLACE_FCHDIR.
7395         * modules/sys_stat (Files): Add m4/unistd_h.m4.
7396         (Makefile.am): Substitute REPLACE_FCHDIR.
7397         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
7398         FCHDIR_REPLACEMENT.
7399         * lib/dup-safer.c (dup_safer): Likewise.
7400         * lib/dup2.c (rpl_dup2): Likewise.
7401         * lib/dup3.c (rpl_dup3): Likewise.
7402         * lib/open.c (rpl_open): Likewise.
7403
7404         fchdir: simplify error handling, and support dup3
7405         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
7406         stdbool, malloc-posix, realloc-posix.
7407         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
7408         (ensure_dirs_slot): Return false on allocation failure.
7409         (rpl_dup2): Delete.
7410         (_gl_register_dup): New function.
7411         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
7412         (_gl_register_fd): Close fd on allocation failure.
7413         * lib/fcntl.in.h (_gl_register_fd): Update signature.
7414         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
7415         prototype.
7416         (rpl_dup2_fchdir): Delete prototype.
7417         * lib/open.c (open): Update caller.
7418         * lib/dup2.c (dup2): Track fchdir metadata.
7419         * lib/dup3.c (dup3): Likewise.
7420         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
7421         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
7422
7423 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7424
7425         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
7426         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
7427         don't pass arguments to AC_OUTPUT.
7428
7429 2009-09-02  Bruno Haible  <bruno@clisp.org>
7430
7431         * modules/mkdtemp (License): Relicense under LGPLv2+.
7432         Reported by Paolo Bonzini.
7433
7434 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7435
7436         Replace uses of obsolete autoconf macros in Jim's modules.
7437         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
7438         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
7439         can evoke a warning from autoconf when run with -Wobsolete
7440         enabled.  They were declared obsolete for good reasons (see
7441         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
7442         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
7443         should not continue using the deprecated macros.
7444         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
7445         obsolete Autoconf macros with modern counterparts.
7446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7447         * m4/dos.m4 (gl_AC_DOS): Likewise.
7448         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
7449         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
7450         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
7451         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
7452         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
7453         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
7454         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
7455         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
7456         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7457         Likewise.
7458         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
7459         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7460         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
7461         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
7462         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7463         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7464
7465 2009-09-01  Eric Blake  <ebb9@byu.net>
7466
7467         fchdir: fix off-by-one bug in previous patch
7468         * lib/fchdir.c (rpl_fstat): Use correct bounds.
7469         (_gl_unregister_fd): Delete useless if.
7470
7471 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
7472
7473         maint.mk: sort the list of syntax-check rules
7474         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
7475         easier to get a sense of progress when the rules are run sequentially
7476         and take a long time.
7477
7478 2009-09-01  Simon Josefsson  <simon@josefsson.org>
7479
7480         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
7481         * modules/netinet_in: Likewise.
7482         * modules/sys_file: Likewise.
7483         * modules/sys_ioctl: Likewise.
7484         * modules/sys_select: Likewise.
7485         * modules/sys_socket: Likewise.
7486         * modules/sys_stat: Likewise.
7487         * modules/sys_time: Likewise.
7488         * modules/sys_times: Likewise.
7489         * modules/sys_utsname: Likewise.
7490         * modules/sys_wait: Likewise.
7491
7492 2009-09-01  Jim Meyering  <meyering@redhat.com>
7493
7494         fts: help ensure that return values are not ignored
7495         * lib/fts_.h (__GNUC_PREREQ): Define.
7496         (__attribute_warn_unused_result__): Define.
7497         (fts_children, fts_close, fts_open, fts_read): Declare with
7498         __attribute_warn_unused_result__.
7499
7500         fts: fts_close now fails also when closing a dir file descriptor fails
7501         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
7502         and propagate to caller, along with errno.
7503
7504         announce-gen: correct formatting in --help output
7505         * build-aux/announce-gen (usage): Move the one-line description in
7506         --help output "up", to where it belongs, just after Usage:.
7507
7508 2009-08-31  Eric Blake  <ebb9@byu.net>
7509
7510         fchdir: port to mingw
7511         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
7512         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
7513         opened, then use a substitute.
7514         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
7515         replacement.
7516         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
7517         (_gl_register_fd): No need to check stat if open already filters
7518         all directories.
7519         (fchdir): Fix error condition to match POSIX.
7520         * modules/fchdir (Depends-on): Add sys_stat.
7521         * doc/posix-functions/open.texi (open): Document the limitation.
7522         * modules/fchdir-tests: New file.
7523         * tests/test-fchdir.c: Likewise.
7524
7525         canonicalize: allow cross-testing from cygwin to mingw
7526         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7527         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7528         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7529         Likewise.
7530         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7531         target does not support symlinks.
7532         * tests/test-canonicalize-lgpl.sh: Likewise.
7533
7534         chown: avoid compilation warning on mingw
7535         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7536         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7537         mingw.
7538         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7539         * modules/chown (Depends-on): Add errno.
7540
7541 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7542
7543         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7544         command.
7545
7546 2009-08-31  Jim Meyering  <meyering@redhat.com>
7547
7548         canonicalize: remove useless initialization
7549         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7550         initialization of local, "end".
7551
7552 2009-08-30  Bruno Haible  <bruno@clisp.org>
7553
7554         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7555         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7556         ENOSYS.
7557
7558 2009-08-30  Bruno Haible  <bruno@clisp.org>
7559
7560         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7561         /usr/xpg4/bin/tr when it exists.
7562         * tests/test-pipe-filter-gi1.sh: Likewise.
7563
7564 2009-08-30  Bruno Haible  <bruno@clisp.org>
7565
7566         Work around deficient /usr/bin/id program on Solaris.
7567         * tests/test-file-has-acl.sh (ID): New variable.
7568         * tests/test-set-mode-acl.sh (ID): Likewise.
7569         * tests/test-copy-acl.sh (ID): Likewise.
7570         * tests/test-copy-file.sh (ID): Likewise.
7571
7572 2009-08-30  Bruno Haible  <bruno@clisp.org>
7573
7574         New module 'xstriconveh'.
7575         * lib/xstriconveh.h: New file.
7576         * lib/xstriconveh.c: New file.
7577         * modules/xstriconveh: New file.
7578
7579 2009-08-30  Bruno Haible  <bruno@clisp.org>
7580
7581         Make it easier to use mem_cd_iconveh.
7582         * lib/striconveh.h (iconveh_t): New type.
7583         (iconveh_open, iconveh_close): New declarations.
7584         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7585         with a single 'const iconveh_t *' argument.
7586         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7587         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7588         with a single 'const iconveh_t *' argument.
7589         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7590         * tests/test-striconveh.c (main): Update.
7591         * NEWS: Mention the change.
7592
7593 2009-08-30  Bruno Haible  <bruno@clisp.org>
7594
7595         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7596         problem.
7597
7598 2009-08-30  Bruno Haible  <bruno@clisp.org>
7599
7600         Work around iconv_open problem on Solaris.
7601         * lib/iconv_open-solaris.gperf: New file.
7602         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7603         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7604         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7605         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7606         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7607         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7608
7609 2009-08-29  Jim Meyering  <meyering@redhat.com>
7610
7611         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7612         * top/maint.mk (cvs-check): Remove target; it was just an alias
7613         to the better-named vc-diff-check.
7614         (maintainer-distcheck): Remove rule.  It was used only from
7615         the (alpha/beta/major) target, and all of its commands but one
7616         were coreutils-specific.
7617         (vc-dist): Remove rule.
7618         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7619         Run vc-diff-check, not vc-dist.
7620         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7621
7622 2009-08-27  Bruno Haible  <bruno@clisp.org>
7623
7624         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7625         of 0.
7626
7627 2009-08-27  Bruno Haible  <bruno@clisp.org>
7628
7629         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7630         compilers.
7631         * doc/func.texi: Document the SunPRO C bug.
7632
7633 2009-08-27  Bruno Haible  <bruno@clisp.org>
7634
7635         Fix link error on Solaris.
7636         * tests/test-parse-duration.c (xstrdup): Remove function.
7637
7638 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7639
7640         ignore-value: handle pointer types, too
7641         * lib/ignore-value.h (__attribute__): Remove definition.
7642         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7643         of a more concise and more-often effective "(void) i" statement.
7644         (ignore_ptr): New function to suppress warnings from functions that
7645         return pointers, and to make it explicit that one function doesn't
7646         handle all cases.
7647
7648 2009-08-25  Bruno Haible  <bruno@clisp.org>
7649
7650         dup2: work around a Linux bug.
7651         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7652         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7653         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7654         Reported by Simon Josefsson.
7655
7656 2009-08-25  Jim Meyering  <meyering@redhat.com>
7657
7658         libguestfs uses gnulib
7659         * users.txt: Add libguestfs.
7660
7661 2009-08-24  Eric Blake  <ebb9@byu.net>
7662
7663         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7664         * lib/pipe2.c (includes): Add binary-io.h.
7665         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7666
7667 2009-08-24  Bruno Haible  <bruno@clisp.org>
7668
7669         Tolerate declared but missing accept4 syscall.
7670         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7671         available.
7672         * lib/sys_socket.in.h (accept4): If the function is already present,
7673         override it.
7674         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
7675         * modules/accept4 (Makefile.am): Compile accept4.c always.
7676         Reported by Paolo Bonzini and Eric Blake.
7677
7678 2009-08-23  Bruno Haible  <bruno@clisp.org>
7679
7680         New module 'accept4'.
7681         * lib/sys_socket.in.h (accept4): New declaration.
7682         * lib/accept4.c: New file.
7683         * m4/accept4.m4: New file.
7684         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7685         GNULIB_ACCEPT4, HAVE_ACCEPT4.
7686         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
7687         HAVE_ACCEPT4.
7688         * modules/accept4: New file.
7689         * doc/glibc-functions/accept4.texi: Mention the new module.
7690
7691 2009-08-24  Jim Meyering  <meyering@redhat.com>
7692
7693         progname: also set global program_invocation_name, when possible
7694         Before this change, a libtool-enabled program that calls glibc's
7695         error function would report the program name as
7696         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
7697         * modules/progname (configure.ac): Check for a declaration of
7698         program_invocation_name.
7699         * lib/progname.c:  Include <errno.h>.
7700         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
7701         Set program_invocation_name.
7702
7703 2009-08-23  Bruno Haible  <bruno@clisp.org>
7704
7705         * lib/dup3.c: Include <string.h>.
7706
7707 2009-08-23  Bruno Haible  <bruno@clisp.org>
7708
7709         * lib/dup3.c (dup3): Test only once whether the system actually exists.
7710         * lib/pipe2.c (pipe2): Likewise.
7711         Suggested by Eric Blake.
7712
7713 2009-08-23  Bruno Haible  <bruno@clisp.org>
7714
7715         Tolerate declared but missing dup3 syscall.
7716         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
7717         * lib/unistd.in.h (dup3): If the function is already present,
7718         override it.
7719         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
7720         * modules/dup3 (Makefile.am): Compile dup3.c always.
7721         Reported by Paolo Bonzini.
7722
7723 2009-08-23  Bruno Haible  <bruno@clisp.org>
7724
7725         Tolerate declared but missing pipe2 syscall.
7726         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
7727         available.
7728         * lib/unistd.in.h (pipe2): If the function is already present,
7729         override it.
7730         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
7731         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
7732         Reported by Paolo Bonzini.
7733
7734 2009-08-23  Bruno Haible  <bruno@clisp.org>
7735
7736         * lib/pipe2.c (pipe2): Move #ifs inside function.
7737
7738 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7739
7740         quotearg: document limitations of quote_these_too
7741         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
7742         those limitations are created.
7743         * lib/quotearg.h (set_char_quoting): Document that digits and
7744         letters that are special after backslash are not permitted.
7745         (quotearg_char): Cross-reference set_char_quoting documentation.
7746
7747 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
7748
7749         quotearg: implement custom_quoting_style
7750         * lib/quotearg.c: (struct quoting_options): Add left_quote and
7751         right_quote fields.
7752         (set_custom_quoting): New public function.
7753         (quotearg_buffer_restyled): Add left_quote and right_quote
7754         arguments, handle them very much like locale quoting, and update
7755         all uses.
7756         (quotearg_n_custom): New public function.
7757         (quotearg_n_custom_mem): New public function.
7758         (quotearg_custom): New public function.
7759         (quotearg_custom_mem): New public function.
7760         * lib/quotearg.h: Prototype and document new public functions.
7761         (enum quoting_style): For escape_quoting_style and
7762         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
7763         ignored even though they're otherwise like c_quoting_style.
7764         Add custom_quoting_style member and document with comparison to
7765         clocale_quoting_style.
7766         * tests/test-quotearg.c (custom_quotes): New array.
7767         (custom_results): New array.
7768         (main): Extend to test custom quoting.
7769
7770 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7771
7772         quotearg: fix right quote escaping when it's in quote_these_too
7773         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
7774         quote, be sure to prepend only one backslash.
7775         * tests/test-quotearg.c (use_quote_double_quotes): New function.
7776         (main): Test it.
7777
7778 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7779
7780         quotearg-tests: test escaping of embedded locale quotes
7781         * tests/test-quotearg.c (struct result_strings): Add member for
7782         new input.
7783         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
7784         (inputs): Add new input.
7785         (results_g): Add expected results.
7786         (flag_results): Likewise.
7787         (locale_results): Likewise.
7788         (compare_strings): Check those.
7789
7790 2009-08-23  Bruno Haible  <bruno@clisp.org>
7791
7792         Tests for module 'dup3'.
7793         * modules/dup3-tests: New file.
7794         * tests/test-dup3.c: New file.
7795
7796         New module 'dup3'.
7797         * lib/unistd.in.h (dup3): New declaration.
7798         * lib/dup3.c: New file.
7799         * m4/dup3.m4: New file.
7800         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
7801         HAVE_DUP3.
7802         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
7803         * modules/dup3: New file.
7804         * doc/glibc-functions/dup3.texi: Mention the new module.
7805
7806 2009-08-23  Bruno Haible  <bruno@clisp.org>
7807
7808         Tweak the dup2 test.
7809         * tests/test-dup2.c (main): Create the test file empty. Verify that an
7810         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
7811         the test file is still empty. Fix argument order of lseek.
7812
7813 2009-08-23  Bruno Haible  <bruno@clisp.org>
7814
7815         Avoid test link errors when the modules getopt-gnu, gettext are used.
7816         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
7817         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7818
7819 2009-08-23  Bruno Haible  <bruno@clisp.org>
7820
7821         Fix getdtablesize() on mingw.
7822         * lib/getdtablesize.c (getdtablesize): Implement differently.
7823         * lib/unistd.in.h (getdtablesize): Improve comment.
7824
7825 2009-08-23  Bruno Haible  <bruno@clisp.org>
7826
7827         New module 'mkostemp'.
7828         Based on Ulrich Drepper's 2007-08-10 change in glibc.
7829         * lib/stdlib.in.h (mksotemp): New declaration.
7830         * lib/mkostemp.c: New file, from glibc with modifications.
7831         * lib/tempname.h (GT_FILE): Remove outdated comment.
7832         (gen_tempname): Add flags argument.
7833         * lib/tempname.c (__GT_BIGFILE): Remove macro.
7834         (__GT_FILE): Map to 1.
7835         (small_open, large_open): Remove macros.
7836         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
7837         * lib/mkstemp.c (mkstemp): Update.
7838         * lib/mkdtemp.c (mkdtemp): Likewise.
7839         * m4/mkostemp.m4: New file.
7840         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
7841         HAVE_MKOSTEMP.
7842         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
7843         HAVE_MKOSTEMP.
7844         * modules/mkostemp: New file, based on modules/mkstemp.
7845         * doc/glibc-functions/mkostemp.texi: Mention the new module.
7846         * NEWS: Mention the change.
7847
7848 2009-08-23  Bruno Haible  <bruno@clisp.org>
7849
7850         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
7851         Reported by Eric Blake.
7852
7853 2009-08-23  Bruno Haible  <bruno@clisp.org>
7854
7855         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
7856         Reported by Eric Blake.
7857
7858 2009-08-23  Bruno Haible  <bruno@clisp.org>
7859
7860         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
7861         * modules/pipe2 (Depends-on): Likewise.
7862
7863 2009-08-23  Eric Blake  <ebb9@byu.net>
7864
7865         fcntl-h: add O_TTY_INIT support
7866         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
7867         * tests/test-fcntl-h.c (o): Test it.
7868         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7869
7870         fcntl-h: rename from fcntl, in preparation for fcntl(2)
7871         * modules/fcntl: Move <fcntl.h> header replacement...
7872         * modules/fcntl-h: ...to new name, so as not to collide with
7873         like-named function.
7874         * tests/test-fcntl.c: Rename...
7875         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
7876         * modules/fcntl-tests: Rename...
7877         * modules/fcntl-h-tests: ...to this.  Update test file name.
7878         * modules/chdir-long (Depends-on): Update clients.
7879         * modules/chdir-safer (Depends-on): Likewise.
7880         * modules/fcntl-safer (Depends-on): Likewise.
7881         * modules/fts (Depends-on): Likewise.
7882         * modules/mkancesdirs (Depends-on): Likewise.
7883         * modules/mkdir-p (Depends-on): Likewise.
7884         * modules/open (Depends-on): Likewise.
7885         * modules/savewd (Depends-on): Likewise.
7886         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
7887         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7888
7889 2009-08-22  Bruno Haible  <bruno@clisp.org>
7890
7891         * modules/binary-io (License): Relicense under LGPL.
7892         * modules/pipe2 (License): Likewise.
7893
7894 2009-08-22  Bruno Haible  <bruno@clisp.org>
7895
7896         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
7897         return value.
7898         * lib/pipe-filter-gi.c (filter_init): Likewise.
7899         Reported by Eric Blake.
7900
7901 2009-08-22  Bruno Haible  <bruno@clisp.org>
7902
7903         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
7904         * modules/pipe (Depends-on): Add pipe2.
7905
7906 2009-08-22  Bruno Haible  <bruno@clisp.org>
7907
7908         Tests for module 'pipe2'.
7909         * modules/pipe2-tests: New file.
7910         * tests/test-pipe2.c: New file.
7911
7912         New module 'pipe2'.
7913         * lib/unistd.in.h (pipe2): New declaration.
7914         * lib/pipe2.c: New file.
7915         * m4/pipe2.m4: New file.
7916         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
7917         HAVE_PIPE2.
7918         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
7919         * modules/pipe2: New file.
7920         * doc/glibc-functions/pipe2.texi: Mention the new module.
7921
7922 2009-08-22  Bruno Haible  <bruno@clisp.org>
7923
7924         Reference some new glibc functions.
7925         * doc/glibc-functions/accept4.texi: New file.
7926         * doc/glibc-functions/dup3.texi: New file.
7927         * doc/glibc-functions/mkostemp.texi: New file.
7928         * doc/glibc-functions/pipe2.texi: New file.
7929         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
7930         (Glibc sys/socket.h): Refer to accept4.
7931         (Glibc unistd.h): Refer to dup3, pipe2.
7932         Reported by Eric Blake.
7933
7934 2009-08-22  Jim Meyering  <meyering@redhat.com>
7935             Bruno Haible  <bruno@clisp.org>
7936
7937         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
7938         This makes it so packages using automake-1.11's silent-rules option
7939         can print e.g., a single "GEN    configmake.h" line, rather than
7940         the 30+ statements that perform the job.  If you want to see the
7941         actual commands, you can still run "make V=1".
7942         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
7943         so that make output is abbreviated when those variables are defined
7944         appropriately.
7945         * modules/argz: Likewise.
7946         * modules/arpa_inet: Likewise.
7947         * modules/byteswap: Likewise.
7948         * modules/configmake: Likewise.
7949         * modules/dirent: Likewise.
7950         * modules/errno: Likewise.
7951         * modules/fcntl: Likewise.
7952         * modules/float: Likewise.
7953         * modules/fnmatch: Likewise.
7954         * modules/getopt-posix: Likewise.
7955         * modules/glob: Likewise.
7956         * modules/iconv_open: Likewise.
7957         * modules/inttypes: Likewise.
7958         * modules/localcharset: Likewise.
7959         * modules/locale: Likewise.
7960         * modules/math: Likewise.
7961         * modules/netdb: Likewise.
7962         * modules/netinet_in: Likewise.
7963         * modules/poll: Likewise.
7964         * modules/posix_spawnp-tests: Likewise.
7965         * modules/sched: Likewise.
7966         * modules/search: Likewise.
7967         * modules/selinux-h: Likewise.
7968         * modules/signal: Likewise.
7969         * modules/spawn: Likewise.
7970         * modules/stdarg: Likewise.
7971         * modules/stdbool: Likewise.
7972         * modules/stddef: Likewise.
7973         * modules/stdint: Likewise.
7974         * modules/stdio: Likewise.
7975         * modules/stdlib: Likewise.
7976         * modules/string: Likewise.
7977         * modules/strings: Likewise.
7978         * modules/sys_file: Likewise.
7979         * modules/sys_ioctl: Likewise.
7980         * modules/sys_select: Likewise.
7981         * modules/sys_socket: Likewise.
7982         * modules/sys_stat: Likewise.
7983         * modules/sys_time: Likewise.
7984         * modules/sys_times: Likewise.
7985         * modules/sys_utsname: Likewise.
7986         * modules/sys_wait: Likewise.
7987         * modules/sysexits: Likewise.
7988         * modules/time: Likewise.
7989         * modules/unistd: Likewise.
7990         * modules/wchar: Likewise.
7991         * modules/wctype: Likewise.
7992
7993 2009-08-22  Jim Meyering  <meyering@redhat.com>
7994
7995         announce-gen: detect write failure
7996         * build-aux/announce-gen: Add Coda at end.
7997         Remove equivalent-but-more-verbose block at top.
7998
7999 2009-08-19  Akim Demaille  <demaille@gostai.com>
8000
8001         bootstrap: --help to stdout.
8002         * bootstrap (usage): Don't send --help to stderr.
8003         Use a here doc instead of a long string.
8004
8005 2009-08-21  Eric Blake  <ebb9@byu.net>
8006
8007         test-popen-safer: split from test-popen
8008         * tests/test-popen.c (main): Move...
8009         * tests/test-popen.h: ...into new file.
8010         * tests/test-popen-safer2.c: New file.
8011         * modules/popen-tests (Files): Add test-popen.h.
8012         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
8013         Suggested by Bruno Haible.
8014
8015         test-fcntl-safer: split from test-open
8016         * tests/test-open.c (main): Move...
8017         * tests/test-open.h: ...into new file.
8018         * tests/test-fcntl-safer.c: New file.
8019         * modules/open-tests (Files): Add test-open.h.
8020         * modules/fcntl-safer-tests: New file.
8021         Suggested by Bruno Haible.
8022
8023         test-fopen-safer: split from test-fopen
8024         * tests/test-fopen.c (main): Move...
8025         * tests/test-fopen.h: ...into new file.
8026         * tests/test-fopen-safer.c: New file.
8027         * modules/fopen-tests (Files): Add test-fopen.h.
8028         * modules/fopen-safer-tests: New file.
8029         Suggested by Bruno Haible.
8030
8031 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8032
8033         popen-safer: test O_CLOEXEC at run-time.
8034         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
8035
8036 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8037
8038         fcntl: move more flags to the header
8039         * lib/cloexec.c: Do not define FD_CLOEXEC here.
8040         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
8041         * lib/fcntl.in.h: Do both things here.
8042
8043 2009-08-21  Jim Meyering  <meyering@redhat.com>
8044
8045         consistently remove $@-t before redirecting to it
8046         * modules/argz: Remove $@-t and $@ before redirecting to the former.
8047         * modules/alloca-opt: Likewise.
8048         * modules/byteswap: Likewise.
8049         * modules/fnmatch: Likewise.
8050         * modules/getopt-posix: Likewise.
8051         * modules/glob: Likewise.
8052         * modules/poll: Likewise.
8053         * modules/posix_spawnp-tests: Likewise.
8054         * modules/sys_socket: Likewise.
8055         * modules/sysexits: Likewise.
8056
8057 2009-08-21  Eric Blake  <ebb9@byu.net>
8058
8059         popen: simplify access to original popen
8060         * lib/popen.c (rpl_popen): No need to worry about popen being a
8061         macro.
8062         Reported by Bruno Haible.
8063
8064 2009-08-20  Eric Blake  <ebb9@byu.net>
8065
8066         build: avoid some compiler warnings
8067         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
8068         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
8069         type.
8070         (new_exclude_segment, excluded_file_pattern_p)
8071         (excluded_file_name_p): Reduce scope.
8072         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
8073         old-style declaration.
8074
8075 2009-08-20  Simon Josefsson  <simon@josefsson.org>
8076
8077         * tests/test-exclude1.sh: Handle Windows EOL.
8078         * tests/test-exclude2.sh: Likewise.
8079         * tests/test-exclude3.sh: Likewise.
8080         * tests/test-exclude4.sh: Likewise.
8081         * tests/test-exclude5.sh: Likewise.
8082         * tests/test-exclude6.sh: Likewise.
8083         * tests/test-exclude7.sh: Likewise.
8084
8085 2009-08-19  Akim Demaille  <demaille@gostai.com>
8086
8087         bootstrap: find sha1sum when named gsha1sum.
8088         * bootstrap (find_tool): New.
8089         ($SHA1SUM): New.
8090         Use it.
8091
8092 2009-08-20  Jim Meyering  <meyering@redhat.com>
8093
8094         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
8095         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
8096         expression that converts "." in a file name to "\." in the resulting
8097         regexp.  Start with a dummy statement, so that prior shell variable
8098         definitions are expanded portably.  Reported by Simon Josefsson.
8099
8100 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
8101
8102         Fix polling for writeability of a screen buffer.
8103         * lib/poll.c: Distinguish input and screen buffers for the
8104         Win32 implementation.
8105         * lib/select.c: Likewise.
8106
8107 2009-08-19  Eric Blake  <ebb9@byu.net>
8108
8109         popen-safer: prevent popen from clobbering std descriptors
8110         * modules/popen-safer: New file.
8111         * lib/popen-safer.c: Likewise.
8112         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
8113         * lib/stdio--.h (popen): Provide override.
8114         * lib/stdio-safer.h (popen_safer): Provide declaration.
8115         * tests/test-popen.c (includes): Partially test this.
8116         * modules/popen-safer-tests: New file, for more tests.
8117         * tests/test-popen-safer.c: Likewise.
8118         * MODULES.html.sh (file stream based Input/Output): Mention it.
8119
8120         tests: test some of the *-safer modules
8121         * modules/fopen-safer (Depends-on): Add fopen.
8122         * modules/fcntl-safer (Depends-on): Add fcntl.
8123         * modules/stdlib-safer (Depends-on): Add stdlib.
8124         (configure.ac): Set indicator.
8125         * modules/unistd-safer (configure.ac): Likewise.
8126         * modules/tmpfile-safer (configure.ac): Likewise.
8127         (Depends-on): Add tmpfile.
8128         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
8129         active.
8130         * tests/test-fopen.c (includes): Test safer versions when they are
8131         in use.
8132         * tests/test-open.c (includes): Likewise.
8133
8134         popen: fix cygwin 1.5 bug when stdin closed
8135         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
8136         * modules/popen: New file.
8137         * modules/popen-tests: Likewise.
8138         * tests/test-popen.c: Likewise.
8139         * m4/popen.m4: Likewise.
8140         * lib/popen.c: Likewise.
8141         * lib/stdio.in.h (popen): New declaration.
8142         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
8143         * modules/stdio (Makefile.am): Likewise.
8144         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
8145
8146 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
8147
8148         maint.mk: give full control over update-copyright exclusions
8149         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
8150         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
8151         (update-copyright): Don't force inclusion of top-level
8152         ChangeLog.  Don't force exclusion of all COPYING files, but make
8153         them the default exclusion instead.
8154
8155 2009-08-16  Bruno Haible  <bruno@clisp.org>
8156
8157         Fix test failures on Solaris 10.
8158         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
8159         tests when Solaris iconv() is used.
8160         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
8161         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
8162         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
8163         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
8164         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
8165
8166 2009-08-16  Bruno Haible  <bruno@clisp.org>
8167
8168         Fix test failures on Solaris 10.
8169         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
8170         'tr' program and pass it as first argument.
8171         * tests/test-pipe-filter-gi1.sh: Likewise.
8172         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
8173         program as first argument.
8174         * tests/test-pipe-filter-gi1.c (main): Likewise.
8175
8176 2009-08-16  Eric Blake  <ebb9@byu.net>
8177
8178         fpurge: fix previous commits
8179         * modules/fpurge (Makefile.am): Make replacement conditional,
8180         partially reverting 2007-04-29 change; missed in previous
8181         attempt.
8182         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
8183         is missing.
8184
8185 2009-08-16  Bruno Haible  <bruno@clisp.org>
8186
8187         Clarify fpurge's effect on the file position.
8188         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
8189         * tests/test-fpurge.c (main): Make a second pass for checking the file
8190         position.
8191
8192 2009-08-16  Bruno Haible  <bruno@clisp.org>
8193
8194         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
8195         declaration of fpurge is missing.
8196         * tests/test-fpurge.c (main): Check that the file has not more contents
8197         than expected. Close the file before removing it.
8198
8199 2009-08-15  Eric Blake  <ebb9@byu.net>
8200
8201         fpurge: don't wrap working cygwin implementation
8202         * lib/fpurge.c (fpurge): Fix comment typo.
8203         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
8204         1.7 to avoid replacement.
8205         * tests/test-fpurge.c (main): Enhance test.
8206
8207 2009-08-15  Eric Blake  <ebb9@byu.net>
8208         and Jim Meyering  <meyering@redhat.com>
8209
8210         test-update-copyright: skip if perl is insufficient
8211         * tests/test-update-copyright.sh: Failure to run maintainer tool
8212         should not cause testsuite failure on cygwin 1.5.
8213
8214 2009-08-14  Eric Blake  <ebb9@byu.net>
8215
8216         doc: mention more functions added in cygwin 1.7.0
8217         * doc/posix-headers/limits.texi (limits.h): Update for recent
8218         cygwin additions.
8219         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
8220         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
8221         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
8222         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
8223         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
8224
8225 2009-08-14  Eric Blake  <ebb9@byu.net>
8226
8227         maint.mk: simplify update-copyright rule
8228         * top/maint.mk (update-copyright-local): Delete, and document how
8229         to do it in cfg.mk instead.
8230         (update-copyright-exclude-regexp): Delete, and document how to do
8231         it in .x-update-copyright instead.
8232         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
8233         exclude ChangeLog.
8234
8235 2009-08-14  Bruno Haible  <bruno@clisp.org>
8236
8237         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
8238
8239 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8240
8241         maint.mk: support update-copyright-env
8242         * top/maint.mk (update-copyright-env): Define place-holder.
8243         (update-copyright): Expand $(update-copyright-env) before
8244         invoking update-copyright.
8245
8246 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8247
8248         update-copyright: implement forced reformatting
8249         * build-aux/update-copyright: Implement and document
8250         UPDATE_COPYRIGHT_FORCE.
8251         * tests/test-update-copyright.sh: Test it.
8252
8253 2009-08-14  Eric Blake  <ebb9@byu.net>
8254         and Bruno Haible  <bruno@clisp.org>
8255
8256         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
8257         * tests/test-locale.c: Revert previous patch related to NULL.
8258         * tests/test-stdio.c: Likewise.
8259         * tests/test-stdlib.c: Likewise.
8260         * tests/test-string.c: Likewise.
8261         * tests/test-unistd.c: Likewise.
8262         * modules/time-tests (Depends-on): Add verify.
8263         * modules/wchar-tests (Depends-on): Likewise.
8264         * tests/test-time.c: Test for NULL compliance.
8265         * tests/test-wchar.c: Likewise.
8266         * modules/locale (Depends-on): Add stddef.
8267         * modules/stdio (Depends-on): Likewise.
8268         * modules/stdlib (Depends-on): Likewise.
8269         * modules/string (Depends-on): Likewise.
8270         * modules/time (Depends-on): Likewise.
8271         * modules/unistd (Depends-on): Likewise.
8272         * modules/wchar (Depends-on): Likewise.
8273         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
8274         * lib/stdlib.in.h (includes): Likewise.
8275         * lib/string.in.h (includes): Likewise.
8276         * lib/time.in.h (includes): Likewise.
8277         * lib/unistd.in.h (includes): Likewise.
8278         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
8279         replaced.
8280         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8281         * m4/stddef_h.m4: New file.
8282         * modules/stddef: Likewise.
8283         * lib/stddef.in.h: Likewise.
8284         * modules/stddef-tests: Likewise.
8285         * tests/test-stddef.c: Likewise.
8286         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
8287         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
8288         * doc/posix-headers/locale.texi (locale.h): Likewise.
8289         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
8290         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
8291         * doc/posix-headers/string.texi (string.h): Likewise.
8292         * doc/posix-headers/time.texi (time.h): Likewise.
8293         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
8294         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
8295
8296 2009-08-14  Eric Blake  <ebb9@byu.net>
8297
8298         doc: improve git diff of texinfo files
8299         * .gitattributes: Add rule for *.texi files, with hint on how to
8300         use it.
8301         Copied from m4, and based on a report by Bruno Haible.
8302
8303 2009-08-14  Bruno Haible  <bruno@clisp.org>
8304
8305         Disable multithread support by default on Cygwin 1.5.x for real.
8306         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
8307
8308 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8309
8310         update-copyright: much ado about intervals
8311         * build-aux/update-copyright: Implement and document
8312         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
8313         of copyright year intervals.
8314         Also, document UPDATE_COPYRIGHT_YEAR.
8315         * tests/test-update-copyright.sh: Test it.
8316
8317         update-copyright: convert 2-digit to 4-digit years
8318         * build-aux/update-copyright: Implement and document.
8319         * tests/test-update-copyright.sh: Update.
8320
8321 2009-08-14  Jim Meyering  <meyering@redhat.com>
8322
8323         test-exclude: avoid coreutils "make check" failure
8324         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
8325         just as in test-argmatch.c.
8326
8327 2009-08-13  Eric Blake  <ebb9@byu.net>
8328
8329         test-dup2: fix bad assumption
8330         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
8331         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
8332
8333         test-version-etc: fix CRLF portability issue
8334         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
8335         recognize \r.
8336         * tests/test-argp-version-etc-1.sh: Likewise.
8337
8338         getopt: update client modules
8339         * modules/argp (Depends-on): Use getopt-gnu.
8340         * modules/git-merge-changelog (Depends-on): Likewise.
8341         * modules/long-options (Depends-on): Likewise.
8342         * modules/xstrtol (Depends-on): Likewise.
8343
8344 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8345
8346         * tests/test-version-etc.sh: Don't fail on different
8347         project/version.  Don't fail on CRLF differences.  Rewrite to use
8348         multiple -e instead of multiple sed forks, suggested by Eric Blake
8349         <ebb9@byu.net>.
8350         * tests/test-argp-version-etc-1.sh: Likewise.
8351
8352 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8353
8354         * tests/test-version-etc.sh: Don't fail on different
8355         project/version.
8356
8357 2009-08-12  Bruno Haible  <bruno@clisp.org>
8358
8359         Tests for modules 'getopt-posix', 'getopt-gnu'.
8360         * modules/getopt-posix-tests: New file.
8361         * tests/test-getopt.c: New file.
8362         * tests/test-getopt.h: New file.
8363         * tests/test-getopt_long.h: New file.
8364
8365         New modules 'getopt-posix', 'getopt-gnu'.
8366         * modules/getopt-gnu: New file, renamed from modules/getopt.
8367         * modules/getopt-posix: New file.
8368         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8369         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8370         (gl_GETOPT): Remove macro.
8371         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8372         Disable the test against BSD systems that declare optreset. Test
8373         against mingw bug. Test against lack of support of optional arguments
8374         on many platforms.
8375         * doc/glibc-headers/getopt.texi: Update module name and list of
8376         relevant platforms.
8377         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
8378         'getopt-gnu' and more portability problems.
8379         * NEWS: Mention the changes.
8380
8381 2009-08-12  Bruno Haible  <bruno@clisp.org>
8382
8383         Ensure that optarg etc. get declared by <unistd.h>.
8384         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
8385         AC_USE_SYSTEM_EXTENSIONS.
8386         * modules/getopt (Depends-on): Add 'extensions'.
8387
8388 2009-08-12  Bruno Haible  <bruno@clisp.org>
8389
8390         Avoid test link errors.
8391         * modules/pipe-filter-ii-tests (Makefile.am): Define
8392         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
8393         * modules/pipe-filter-gi-tests (Makefile.am): Define
8394         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
8395         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8396
8397 2009-08-12  Bruno Haible  <bruno@clisp.org>
8398
8399         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
8400         gl_GETOPT_SUBSTITUTE before.
8401         (gl_GETOPT): Use it.
8402         * m4/argp.m4 (gl_ARGP): Update.
8403         Reported by Sergey Poznyakoff.
8404
8405         * m4/getopt.m4: Reorder macros.
8406         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
8407         (gl_GETOPT_SUBSTITUTE): Remove macro.
8408
8409 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8410
8411         Minor improvement in gitlog-to-changelog
8412
8413         * build-aux/gitlog-to-changelog: New option `--format' makes
8414         output format string configurable.
8415
8416 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8417
8418         Optimize exclude: use hash tables for non-wildcard patterns.
8419
8420         * lib/exclude.c: Include hash.h and mbuiter.h
8421         (struct exclude_pattern, exclude_segment): New data types.
8422         (struct exclude): Rewrite.
8423         (fnmatch_pattern_has_wildcards): New function.
8424         (new_exclude_segment, free_exclude_segment): New functions.
8425         (excluded_file_pattern_p, excluded_file_name_p): New functions.
8426         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
8427         * lib/exclude.h (is_fnmatch_pattern): New prototype.
8428         * modules/exclude: Depend on hash and mbuiter.
8429
8430         * modules/exclude-tests: New file.
8431         * tests/test-exclude.c: New file.
8432         * tests/test-exclude1.sh: New file.
8433         * tests/test-exclude2.sh: New file.
8434         * tests/test-exclude3.sh: New file.
8435         * tests/test-exclude4.sh: New file.
8436         * tests/test-exclude5.sh: New file.
8437         * tests/test-exclude6.sh: New file.
8438         * tests/test-exclude7.sh: New file.
8439
8440 2009-08-12  Bruno Haible  <bruno@clisp.org>
8441
8442         Ensure that getopt() gets declared by <unistd.h>.
8443         * lib/unistd.in.h: Conditionally include getopt.h.
8444         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
8445         Set GNULIB_UNISTD_H_GETOPT.
8446         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8447         GNULIB_UNISTD_H_GETOPT.
8448         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
8449
8450 2009-08-12  Bruno Haible  <bruno@clisp.org>
8451
8452         Clarify logic.
8453         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
8454         gl_replace_getopt instead of GETOPT_H.
8455
8456 2009-08-12  Bruno Haible  <bruno@clisp.org>
8457
8458         * m4/getopt.m4: Add comments.
8459
8460 2009-08-12  Bruno Haible  <bruno@clisp.org>
8461
8462         Disable multithread support by default on Cygwin 1.5.x.
8463         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
8464         set gl_use_threads=no if not specified otherwise.
8465
8466 2009-08-11  Bruno Haible  <bruno@clisp.org>
8467
8468         Avoid compilation error on NetBSD 5.0.
8469         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
8470         * tests/test-stdio.c: Likewise.
8471         * tests/test-stdlib.c: Likewise.
8472         * tests/test-string.c: Likewise.
8473         * tests/test-unistd.c: Likewise.
8474         Reported by Greg Troxel <gdt@ir.bbn.com>
8475         at <https://savannah.gnu.org/support/?106973>.
8476
8477 2009-08-11  Bruno Haible  <bruno@clisp.org>
8478
8479         * modules/dup2-tests (Depends-on): Remove close.
8480
8481         Undo 2009-07-19 commit.
8482         * modules/acl-tests (Depends-on): Remove close.
8483         * modules/binary-io-tests (Depends-on): Likewise.
8484         * modules/closein-tests (Depends-on): Likewise.
8485         * modules/flock-tests (Depends-on): Likewise.
8486         * modules/fsync-tests (Depends-on): Likewise.
8487         * modules/lseek-tests (Depends-on): Likewise.
8488         * modules/pipe-tests (Depends-on): Likewise.
8489         * modules/posix_spawn-tests (Depends-on): Likewise.
8490         * modules/posix_spawnp-tests (Depends-on): Likewise.
8491         * modules/stat-time-tests (Depends-on): Likewise.
8492         * modules/yesno-tests (Depends-on): Likewise.
8493
8494 2009-08-10  Bruno Haible  <bruno@clisp.org>
8495
8496         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
8497
8498 2009-08-10  Bruno Haible  <bruno@clisp.org>
8499
8500         Fix a gcc warning.
8501         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
8502
8503 2009-08-10  Bruno Haible  <bruno@clisp.org>
8504
8505         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
8506         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
8507         not only the first time.
8508         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
8509         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
8510         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
8511         is 1, not only the the first time.
8512
8513 2009-08-10  Bruno Haible  <bruno@clisp.org>
8514
8515         Make it possible to use module 'gethostname' without module 'close'.
8516         * lib/unistd.in.h (close): Evoke a link error only if
8517         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8518         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8519         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8520         * modules/unistd (Makefile.am): Substitute
8521         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8522         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
8523         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8524         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8525         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8526         * modules/sys_ioctl (Makefile.am): Substitute
8527         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8528         * modules/socket (configure.ac): On native Windows, set
8529         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8530         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8531         Reported by Sam Steingold <sds@gnu.org>.
8532
8533 2009-08-10  Bruno Haible  <bruno@clisp.org>
8534
8535         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8536         * modules/ioctl (configure.ac): Likewise.
8537
8538 2009-08-10  Bruno Haible  <bruno@clisp.org>
8539
8540         Avoid collision between gnulib wrapper and libintl wrapper.
8541         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8542         already defined in intl/printf.c.
8543         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8544         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8545
8546 2009-08-09  Bruno Haible  <bruno@clisp.org>
8547
8548         Make <sys/select.h> really self-contained, also on Solaris 10.
8549         * lib/sys_select.in.h: Include <string.h>.
8550         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8551         Solaris 10 problem.
8552         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8553         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8554         Reported by Jim Meyering.
8555
8556 2009-08-09  Bruno Haible  <bruno@clisp.org>
8557
8558         Avoid warnings from 'aclocal' that are due to a use of macro name
8559         AM_XGETTEXT_OPTION that is not defined in automake.
8560         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8561         automake.
8562         * modules/error (configure.ac): Likewise.
8563         * modules/propername (configure.ac): Likewise.
8564         * modules/vasprintf (configure.ac): Likewise.
8565         * modules/verror (configure.ac): Likewise.
8566         * modules/xprintf (configure.ac): Likewise.
8567         * modules/xvasprintf (configure.ac): Likewise.
8568
8569 2009-08-08  Bruno Haible  <bruno@clisp.org>
8570
8571         Avoid compilation error in C++ mode.
8572         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8573         Reported by Sam Steingold <sds@gnu.org>.
8574
8575 2009-08-08  Bruno Haible  <bruno@clisp.org>
8576
8577         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8578         for the various Unix platforms.
8579         * doc/posix-headers/limits.texi: Update platforms list regarding
8580         HOST_NAME_MAX.
8581         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8582
8583 2009-08-07  Jim Meyering  <meyering@redhat.com>
8584
8585         selinux-at: fix typo in a comment
8586         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8587         Spotted by Paolo Bonzini.
8588
8589         selinux-at: remove redundant m4 code, add documentation
8590         * modules/selinux-at (configure.ac): Remove redundant code.
8591         LIB_SELINUX is already set via the dependent module, selinux-h.
8592         (Include): Add quotes around selinux-at.h.
8593         * lib/selinux-at.h: Add documentation.
8594         Reported by Bruno Haible in
8595         http://marc.info/?l=gnulib-bug&m=124958988300749
8596
8597 2009-08-07  Bruno Haible  <bruno@clisp.org>
8598
8599         Avoid link error on MacOS X 10.3 and 10.4.
8600         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8601         on non-ELF systems.
8602         * lib/argp-pv.c (argp_program_version): Likewise.
8603         Reported by Simon Josefsson.
8604
8605 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8606
8607         * tests/test-version-etc.sh: Use $EXEEXT.
8608
8609 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8610
8611         update-copyright: update documentation to point to maint.mk
8612         * build-aux/update-copyright: Here.
8613
8614 2009-08-06  Jim Meyering  <meyering@redhat.com>
8615
8616         maint.mk: support update-copyright-local
8617         * top/maint.mk (update-copyright-local): Define place-holder.
8618         (update-copyright): Depend on $(update-copyright-local).
8619
8620 2009-08-06  Jim Meyering  <meyering@redhat.com>
8621
8622         selinux-at: new module
8623         Initially written for coreutils, this module will soon be
8624         used by findutils, too.
8625         * MODULES.html.sh [Misc]: Add selinux-at.
8626         * lib/selinux-at.h: New file, from coreutils.
8627         * lib/selinux-at.c: Likewise.
8628         * modules/selinux-at: Likewise.
8629         (License): Change from LGPL to GPL, since it depends
8630         on the GPL'd openat module.
8631
8632         doc: update README
8633         * README: Remove references to cogito.
8634         Remove cvs-repo-updating instructions from 2007.
8635         Don't imply that CVS is better if you have limited disk space.
8636
8637 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8638
8639         update-copyright: support C-style comments
8640         * build-aux/update-copyright: Implement and document.
8641         * tests/test-update-copyright.sh: Test.
8642
8643 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8644
8645         update-copyright: support omitted "(C)"
8646         * build-aux/update-copyright: Implement and document.  Also,
8647         allow variable whitespace before "(C)".
8648         * tests/test-update-copyright.sh: Test.
8649
8650 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8651
8652         update-copyright: don't trip on non-FSF copyright statements
8653         * build-aux/update-copyright: Fix so that the first correctly
8654         formatted FSF copyright statement is recognized no matter what
8655         appears before it.  Update documentation.
8656         * tests/test-update-copyright.sh: Test that.
8657
8658 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8659
8660         update-copyright: clean up code a little
8661         * build-aux/update-copyright: Append "_re" to the name of any
8662         variable holding a regular expression.
8663         Replace "old" and "new" with "stmt" in variable names.
8664         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8665         handled correctly.
8666         Format code more consistently.
8667
8668 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8669
8670         update-copyright-tests: improve portability
8671         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
8672         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
8673
8674 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8675
8676         update-copyright: support @copyright{} and &copy;
8677         * build-aux/update-copyright: Implement and document.
8678         * tests/test-update-copyright.sh: Test.
8679
8680 2009-08-04  Jim Meyering  <meyering@redhat.com>
8681
8682         update-copyright-tests: correctly test EOL=\r\n handling
8683         * tests/test-update-copyright.sh: Put \r at the end of some lines
8684         for the dos-eol tests.  Based on a patch by Joel E. Denny.
8685
8686         maint.mk: make update-copyright exclusion list more configurable
8687         * top/maint.mk (update-copyright): Default to excluding COPYING,
8688         but allow an override, in case someone does want to update that file.
8689
8690         maint.mk: don't update copyright date in COPYING
8691         * top/maint.mk (update-copyright): Exclude COPYING.
8692
8693         maint.mk: add a copyright-updating rule
8694         * top/maint.mk (update-copyright): New rule.
8695         Derived from coreutils/Makefile.am.
8696
8697         update-copyright: rename some variables
8698         * build-aux/update-copyright: Rename a few variables for clarity.
8699         Tweak syntax.  List Joel E. Denny as coauthor.
8700
8701 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8702
8703         update-copyright: fix bug for 2-digit last year and add tests
8704         * build-aux/update-copyright: Fix bug.
8705         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
8706         specified.
8707         * modules/update-copyright-tests: New
8708         * tests/test-update-copyright.sh: New.
8709
8710 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8711
8712         update-copyright: handle leading tabs in line prefix
8713         * build-aux/update-copyright: Count leading tabs as 8 spaces
8714         when computing margin.  This helps with the formatting of
8715         ChangeLogs, for example.
8716         Fix documentation a little.
8717
8718 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8719
8720         update-copyright: support EOL=\r\n
8721         * build-aux/update-copyright: Implement that.
8722
8723 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8724
8725         update-copyright: automatically format copyright statements
8726         * build-aux/update-copyright: Implement that.
8727         Also, be a little more predictable and safer by always failing
8728         when the full copyright format is not perfectly recognized as an
8729         unbroken whole.  Discussed at
8730         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
8731         Rewrite documentation.
8732
8733 2009-08-03  Bruno Haible  <bruno@clisp.org>
8734
8735         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
8736
8737 2009-08-02  Bruno Haible  <bruno@clisp.org>
8738
8739         Tests for module 'uname'.
8740         * modules/uname-tests: New file.
8741         * tests/test-uname.c: New file.
8742
8743         New module 'uname'.
8744         * lib/uname.c: New file.
8745         * m4/uname.m4: New file.
8746         * modules/uname: New file.
8747         * doc/posix-functions/uname.texi: Mention the new module.
8748
8749 2009-08-02  Bruno Haible  <bruno@clisp.org>
8750
8751         Tests for module 'sys_utsname'.
8752         * modules/sys_utsname-tests: New file.
8753         * tests/test-sys_utsname.c: New file.
8754
8755         New module 'sys_utsname'.
8756         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
8757         * m4/sys_utsname_h.m4: New file.
8758         * modules/sys_utsname: New file.
8759         * doc/posix-headers/sys_utsname.texi: Mention the new module.
8760
8761 2009-08-02  Bruno Haible  <bruno@clisp.org>
8762
8763         Implicitly initialize the sockets library.
8764         * lib/gethostname.c: Include sockets.h.
8765         (rpl_gethostname): Invoke gl_sockets_startup.
8766         * lib/socket.c: Include sockets.h.
8767         (rpl_socket): Invoke gl_sockets_startup.
8768         * modules/gethostname (Depends-on): Add sockets.
8769         * modules/socket (Depends-on): Likewise.
8770         * tests/test-poll.c: Don't include sockets.h.
8771         (main): Don't invoke gl_sockets_startup.
8772         * tests/test-select.c: Don't include sockets.h.
8773         (main): Don't invoke gl_sockets_startup.
8774
8775 2009-08-02  Bruno Haible  <bruno@clisp.org>
8776
8777         Allow multiple calls to gl_sockets_startup.
8778         * lib/sockets.c (initialized_sockets_version): New variable.
8779         (gl_sockets_startup): Do nothing if already called for this or a higher
8780         version.
8781         (gl_sockets_cleanup): Reset initialized_sockets_version.
8782
8783 2009-08-03  Simon Josefsson  <simon@josefsson.org>
8784
8785         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
8786         different project/version.
8787
8788 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
8789             Bruno Haible  <bruno@clisp.org>
8790
8791         Tests for module 'pipe-filter-gi'.
8792         * modules/pipe-filter-gi-tests: New file.
8793         * tests/test-pipe-filter-gi1.sh: New file.
8794         * tests/test-pipe-filter-gi1.c: New file.
8795         * tests/test-pipe-filter-gi2.sh: New file.
8796         * tests/test-pipe-filter-gi2-main.c: New file.
8797         * tests/test-pipe-filter-gi2-child.c: New file.
8798
8799         New module 'pipe-filter-gi'.
8800         * lib/pipe-filter-gi.c: New file.
8801         * modules/pipe-filter-gi: New file.
8802
8803 2009-08-02  Bruno Haible  <bruno@clisp.org>
8804             Paolo Bonzini  <bonzini@gnu.org>
8805
8806         Tests for module 'pipe-filter-ii'.
8807         * modules/pipe-filter-ii-tests: New file.
8808         * tests/test-pipe-filter-ii1.sh: New file.
8809         * tests/test-pipe-filter-ii1.c: New file.
8810         * tests/test-pipe-filter-ii2.sh: New file.
8811         * tests/test-pipe-filter-ii2-main.c: New file.
8812         * tests/test-pipe-filter-ii2-child.c: New file.
8813
8814         New module 'pipe-filter-ii'.
8815         * lib/pipe-filter.h: New file.
8816         * lib/pipe-filter-ii.c: New file.
8817         * lib/pipe-filter-aux.h: New file.
8818         * modules/pipe-filter-ii: New file.
8819
8820 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8821
8822         * lib/gc-libgcrypt.c: Change copyright to FSF.
8823         * lib/gc-gnulib.c: Likewise.
8824
8825 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
8826
8827         * lib/gethostname.c: Include limits.h.
8828
8829 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8830             Bruno Haible  <bruno@clisp.org>
8831
8832         Ensure HOST_NAME_MAX as part of the gethostname module.
8833         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
8834         define also HOST_NAME_MAX.
8835         * tests/test-gethostname.c: Include <limits.h>.
8836         (main): Check also HOST_NAME_MAX.
8837         * doc/posix-headers/limits.texi: Document the mingw problem.
8838
8839 2009-08-02  Bruno Haible  <bruno@clisp.org>
8840
8841         * lib/gethostname.c (gethostname): Fix handling of large len argument.
8842         Add comments.
8843
8844 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8845
8846         * lib/gethostname.c: Add Windows wrapper.
8847         * m4/gethostname.m4: Look for gethostname in -lws2_32.
8848         * modules/gethostname: Depend on sys_socket & errno, for also
8849         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
8850         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
8851
8852 2009-07-31  Jim Meyering  <meyering@redhat.com>
8853
8854         getloadavg: fix symbol name in comment
8855         * lib/getloadavg.c: Correct a typo I introduced when adding
8856         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
8857         Matt Kraai spotted the problem.
8858
8859 2009-07-29  Matt Kraai  <mkraai@beckman.com>
8860
8861         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
8862         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
8863         code also if ! defined N_NAME_POINTER.
8864         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
8865         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
8866         but the n_name member is a 12-byte array.
8867
8868 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
8869
8870         update-copyright: generalize comment handling
8871         * build-aux/update-copyright: Handle copyright statements
8872         within more comment styles.
8873         Document usage.
8874         Report any file with an external copyright holder or parse failure.
8875
8876 2009-07-29  Jim Meyering  <meyering@redhat.com>
8877
8878         mktime: correct setting of REPLACE_MKTIME
8879         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
8880
8881         update-copyright: new module
8882         * modules/update-copyright: New file.
8883         * build-aux/update-copyright: New file.
8884         * MODULES.html.sh (maint+release support): Add update-copyright.
8885
8886 2009-07-27  Bruno Haible  <bruno@clisp.org>
8887
8888         Fix compilation error when <ctime> is used and mktime is replaced.
8889         * lib/time.in.h (mktime): New declaration.
8890         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
8891         REPLACE_MKTIME instead of defining mktime in config.h.
8892         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
8893         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
8894         Reported by Ross McFarland <rwmcfa1@neces.com>.
8895
8896 2009-07-27  Bruno Haible  <bruno@clisp.org>
8897
8898         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
8899         Reported by Matt Kraai <mkraai@beckman.com>.
8900
8901 2009-07-25  Jim Meyering  <meyering@redhat.com>
8902
8903         maint.mk: avoid warnings about missing files
8904         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
8905         diagnostic when .prev-version does not exist.
8906         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
8907         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
8908         nonexistent cfg.mk.
8909         Suggestions from Simon Josefsson.
8910
8911 2009-07-25  Bruno Haible  <bruno@clisp.org>
8912
8913         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
8914         defined as macros. Needed on QNX 6.4.1.
8915         Reported by Matt Kraai <mkraai@beckman.com>.
8916
8917 2009-07-23  Jim Meyering  <meyering@redhat.com>
8918
8919         maint.mk: invoke "make dist" with a working value of XZ_OPT
8920         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
8921
8922 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
8923
8924         Make fseeko.c compile on QNX.
8925         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
8926
8927 2009-07-22  Peter Simons  <simons@cryp.to>
8928
8929         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
8930         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
8931         * lib/md4.h: Likewise.
8932         * lib/md5.h: Likewise.
8933         * lib/sha1.h: Likewise.
8934         * lib/sha256.h: Likewise.
8935         * lib/sha512.h: Likewise.
8936
8937         tests-sha1: don't assign literal string to 'char *' variable
8938         * tests/test-sha1.c (main): Declare locals with "const" to match
8939         attributes of the right hand side.
8940
8941 2009-07-21  Eric Blake  <ebb9@byu.net>
8942
8943         dup2: fix more mingw problems
8944         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
8945         fd to itself.
8946         * doc/posix-functions/dup2.texi (dup2): Document the bug.
8947         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
8948         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
8949         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
8950         care of mingw bugs.
8951
8952 2009-07-21  Jim Meyering  <meyering@redhat.com>
8953
8954         vc-list-files: avoid failure when /bin/sh is dash
8955         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
8956         On some Debian based systems, /bin/sh is a symlink to dash, and running
8957         this command would omit the "/" following each 'tests' prefix:
8958           dash -x build-aux/vc-list-files -C . tests
8959         That is because bash and dash work differently:
8960           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
8961           bash ok
8962           dash odd
8963
8964 2009-07-21  Eric Blake  <ebb9@byu.net>
8965
8966         dup2-tests: test previous patch
8967         * modules/dup2-tests: New file.
8968         * tests/test-dup2.c: Likewise.
8969         * tests/test-open.c (main): Avoid unspecified behavior.
8970         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
8971         test.
8972
8973         dup2: work around mingw and cygwin 1.5 bug
8974         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
8975         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8976         * modules/unistd (Makefile.am): Substitute it.
8977         * lib/unistd.in.h (dup2): Declare the replacement.
8978         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
8979         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
8980         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
8981         * modules/execute (Depends-on): Add dup2.
8982         * modules/fseterr (Depends-on): Likewise.
8983         * modules/pipe (Depends-on): Likewise.
8984         * modules/posix_spawn-internal (Depends-on): Likewise.
8985
8986 2009-07-21  Bruno Haible  <bruno@clisp.org>
8987
8988         * modules/.gitattributes: New file.
8989
8990 2009-07-20  Bruno Haible  <bruno@clisp.org>
8991
8992         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
8993         (main): Use it.
8994
8995 2009-07-20  Eric Blake  <ebb9@byu.net>
8996
8997         test-pipe: make a bit more robust.
8998         * tests/test-pipe.c (myerr): Allow error messages regardless of
8999         what we do to stderr.
9000         (test_pipe): Rearrange to avoid deadlock.
9001         (child_main): Try a larger read, to ensure we avoided deadlock.
9002         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
9003         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
9004         if misused.
9005
9006 2009-07-19  Jim Meyering  <meyering@redhat.com>
9007
9008         fts: avoid false-positive cycle-detection
9009         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
9010         for each new command line argument.
9011
9012 2009-07-19  Bruno Haible  <bruno@clisp.org>
9013
9014         Fix build error on mingw with the modules sys_select and unistd.
9015         * modules/acl-tests (Depends-on): Add close.
9016         * modules/binary-io-tests (Depends-on): Likewise.
9017         * modules/closein-tests (Depends-on): Likewise.
9018         * modules/flock-tests (Depends-on): Likewise.
9019         * modules/fsync-tests (Depends-on): Likewise.
9020         * modules/lseek-tests (Depends-on): Likewise.
9021         * modules/pipe-tests (Depends-on): Likewise.
9022         * modules/posix_spawn-tests (Depends-on): Likewise.
9023         * modules/posix_spawnp-tests (Depends-on): Likewise.
9024         * modules/stat-time-tests (Depends-on): Likewise.
9025         * modules/yesno-tests (Depends-on): Likewise.
9026
9027 2009-07-19  Bruno Haible  <bruno@clisp.org>
9028
9029         Unify conditionals.
9030         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
9031         macros, not at the compiler macros.
9032         * lib/pipe.c: Likewise.
9033         * lib/execute.c: Likewise.
9034         * lib/spawni.c: Likewise.
9035
9036 2009-07-19  Bruno Haible  <bruno@clisp.org>
9037
9038         Fix handling of closed stdin/stdout/stderr on mingw.
9039         * lib/w32spawn.h: Include unistd.h.
9040         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
9041         file descriptor with O_NOINHERIT flag.
9042         (fd_safer_noinherit): New function, based on fd-safer.c.
9043         (dup_safer_noinherit): New function, based on dup-safer.c.
9044         (undup_safer_noinherit): New function.
9045         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
9046         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
9047         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
9048         instead of fd_safer.
9049         * tests/test-pipe.c: Include <windows.h>.
9050         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
9051
9052         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
9053         from main.
9054         (test_pipe): Pass an extra argument for disambiguation.
9055         (main): Invoke parent_main or child_main.
9056
9057         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
9058         consistently.
9059
9060 2009-07-18  Eric Blake  <ebb9@byu.net>
9061
9062         test-pipe: fix mingw build
9063         * tests/test-pipe.c (main): Avoid fcntl on mingw.
9064
9065 2009-07-18  Bruno Haible  <bruno@clisp.org>
9066
9067         * modules/pipe-tests (Makefile.am): Fix typo.
9068
9069 2009-07-18  Eric Blake  <ebb9@byu.net>
9070
9071         error: fix mingw build
9072         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
9073         Reported by Bruno Haible.
9074
9075         error: avoid undefined use of stdout
9076         * lib/error.c (error, error_at_line): Check that fd 1 is open
9077         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
9078         is handling faults and the close_stdout module wants to report the
9079         detection of closed stdout as an error.
9080
9081 2009-07-17  Eric Blake  <ebb9@byu.net>
9082
9083         pipe: be robust in face of closed fds
9084         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
9085         should cause child to misbehave.
9086         * modules/pipe-tests: New module.
9087         * tests/test-pipe.c: New file.
9088         * tests/test-pipe.sh: New file.
9089         Reported by Akim Demaille.
9090
9091 2009-07-14  Bruno Haible  <bruno@clisp.org>
9092
9093         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
9094         Reported by anonymous kc.
9095
9096 2009-07-07  Jim Meyering  <meyering@redhat.com>
9097
9098         maint.mk: don't look for translatable strings in *.m4 or *.mk
9099         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
9100         when searching for translatable strings.
9101
9102 2009-07-05  Jim Meyering  <meyering@redhat.com>
9103
9104         remove superfluous parentheses in STREQ definition
9105         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
9106         * lib/getugroups.c (STREQ): Likewise.
9107         * lib/fnmatch.c (STREQ): Likewise.
9108         Spotted by Bruno Haible.
9109
9110 2009-07-04  Jim Meyering  <meyering@redhat.com>
9111
9112         argv-iter: new module
9113         * MODULES.html.sh: Add argv-iter.
9114         * lib/argv-iter.c, lib/argv-iter.h: New files.
9115         * modules/argv-iter: New file.
9116         * modules/argv-iter-tests: New file.
9117         * tests/test-argv-iter.c: Test it.
9118
9119 2009-07-04  Bruno Haible  <bruno@clisp.org>
9120
9121         Fix assertion.
9122         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
9123         contains more exact copies of a given entry than file2, leave the extra
9124         copies unpaired rather than aborting.
9125         Reported by Eric Blake.
9126
9127 2009-07-02  Bruno Haible  <bruno@clisp.org>
9128
9129         Speedup git-merge-changelog for git cherry-pick.
9130         * lib/git-merge-changelog.c (struct entries_mapping): New type.
9131         (entries_mapping_get): New function, extracted from compute_mapping.
9132         (entries_mapping_reverse_get): New function.
9133         (compute_mapping): Add a 'full' argument. Return the result in a
9134         'struct entries_mapping'.
9135         (main): Update. Access the mappings through entries_mapping_get.
9136         Reported by Eric Blake.
9137
9138 2009-07-02  Bruno Haible  <bruno@clisp.org>
9139
9140         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
9141         best_i.
9142
9143 2009-07-02  Bruno Haible  <bruno@clisp.org>
9144
9145         Speed up approximate search for matching ChangeLog entries.
9146         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
9147         argument. Call fstrcmp_bounded instead of fstrcmp.
9148         (compute_mapping, try_split_merged_entry, main): Update callers.
9149
9150 2009-07-02  Bruno Haible  <bruno@clisp.org>
9151
9152         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
9153
9154 2009-06-30  Bruno Haible  <bruno@clisp.org>
9155
9156         Reduce the number of uc_is_cased calls.
9157         * lib/unicase.h (casing_suffix_context_t): Add
9158         'first_char_except_ignorable' field.
9159         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
9160         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
9161         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
9162         Update initializer.
9163         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
9164         case-ignorable characters.
9165         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
9166         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
9167         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
9168         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
9169         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
9170
9171 2009-06-30  Bruno Haible  <bruno@clisp.org>
9172
9173         Tests for module 'unicase/ignorable'.
9174         * modules/unicase/ignorable-tests: New file.
9175         * tests/unicase/test-ignorable.c: New file, generated by
9176         gen-uni-tables.
9177
9178         Tests for module 'unicase/cased'.
9179         * modules/unicase/cased-tests: New file.
9180         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
9181         * tests/unicase/test-predicate-part1.h: New file, derived from
9182         tests/unictype/test-predicate-part1.h.
9183         * tests/unicase/test-predicate-part2.h: New file, same as
9184         tests/unictype/test-predicate-part2.h.
9185
9186         Fix evaluation of "Before C" condition of FINAL_SIGMA.
9187         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
9188         (output_casing_properties): New function.
9189         (main): Call it.
9190         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
9191         * lib/unicase/cased.c: Include unictype/bitmap.h.
9192         (uc_is_cased): Define through a bitmap lookup.
9193         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
9194         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
9195         (uc_is_case_ignorable): Define through a bitmap lookup.
9196         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
9197         lib/unictype/bitmap.h.
9198         (Depends-on): Add inline. Clean up.
9199         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
9200         lib/unictype/bitmap.h.
9201         (Depends-on): Add inline. Clean up.
9202         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
9203         recognition.
9204         * tests/unicase/test-u16-tolower.c (main): Likewise.
9205         * tests/unicase/test-u32-tolower.c (main): Likewise.
9206
9207 2009-06-30  Bruno Haible  <bruno@clisp.org>
9208
9209         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
9210         * lib/unicase/u16-casemap.c: Likewise.
9211         * lib/unicase/u32-casemap.c: Likewise.
9212
9213 2009-06-29  Bruno Haible  <bruno@clisp.org>
9214
9215         Define u32_casefold as a wrapper around u32_ct_casefold.
9216         * lib/unicase/u32-casefold.c: Update.
9217         * modules/unicase/u32-casefold (Depends-on): Add
9218         unicase/u32-ct-casefold, unicase/empty-prefix-context,
9219         unicase/empty-suffix-context. Clean up.
9220
9221         Define u16_casefold as a wrapper around u16_ct_casefold.
9222         * lib/unicase/u16-casefold.c: Update.
9223         * modules/unicase/u16-casefold (Depends-on): Add
9224         unicase/u16-ct-casefold, unicase/empty-prefix-context,
9225         unicase/empty-suffix-context. Clean up.
9226
9227         Define u8_casefold as a wrapper around u8_ct_casefold.
9228         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
9229         * lib/unicase/u8-casefold.c: Update.
9230         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
9231         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9232
9233         Define u32_totitle as a wrapper around u32_ct_totitle.
9234         * lib/unicase/u32-totitle.c: Update.
9235         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
9236         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9237
9238         Define u16_totitle as a wrapper around u16_ct_totitle.
9239         * lib/unicase/u16-totitle.c: Update.
9240         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
9241         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9242
9243         Define u8_totitle as a wrapper around u8_ct_totitle.
9244         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
9245         functions.
9246         (FUNC): Delegate to U_CT_TOTITLE.
9247         * lib/unicase/u8-totitle.c: Update.
9248         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
9249         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9250
9251         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
9252         invocation.
9253         * modules/unicase/u32-tolower (Depends-on): Add
9254         unicase/empty-prefix-context, unicase/empty-suffix-context.
9255
9256         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
9257         invocation.
9258         * modules/unicase/u16-tolower (Depends-on): Add
9259         unicase/empty-prefix-context, unicase/empty-suffix-context.
9260
9261         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
9262         * modules/unicase/u8-tolower (Depends-on): Add
9263         unicase/empty-prefix-context, unicase/empty-suffix-context.
9264
9265         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
9266         invocation.
9267         * modules/unicase/u32-toupper (Depends-on): Add
9268         unicase/empty-prefix-context, unicase/empty-suffix-context.
9269
9270         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
9271         invocation.
9272         * modules/unicase/u16-toupper (Depends-on): Add
9273         unicase/empty-prefix-context, unicase/empty-suffix-context.
9274
9275         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
9276         * modules/unicase/u8-toupper (Depends-on): Add
9277         unicase/empty-prefix-context, unicase/empty-suffix-context.
9278
9279         New module 'unicase/u32-ct-casefold'.
9280         * lib/unicase/u32-ct-casefold.c: New file.
9281         * modules/unicase/u32-ct-casefold: New file.
9282
9283         New module 'unicase/u16-ct-casefold'.
9284         * lib/unicase/u16-ct-casefold.c: New file.
9285         * modules/unicase/u16-ct-casefold: New file.
9286
9287         New module 'unicase/u8-ct-casefold'.
9288         * lib/unicase/u8-ct-casefold.c: New file.
9289         * lib/unicase/u-ct-casefold.h: New file, derived from
9290         lib/unicase/u-casefold.h.
9291         * modules/unicase/u8-ct-casefold: New file.
9292
9293         New module 'unicase/u32-ct-totitle'.
9294         * lib/unicase/u32-ct-totitle.c: New file.
9295         * modules/unicase/u32-ct-totitle: New file.
9296
9297         New module 'unicase/u16-ct-totitle'.
9298         * lib/unicase/u16-ct-totitle.c: New file.
9299         * modules/unicase/u16-ct-totitle: New file.
9300
9301         New module 'unicase/u8-ct-totitle'.
9302         * lib/unicase/u8-ct-totitle.c: New file.
9303         * lib/unicase/u-ct-totitle.h: New file, derived from
9304         lib/unicase/u-totitle.h.
9305         * modules/unicase/u8-ct-totitle: New file.
9306
9307         New module 'unicase/u32-ct-tolower'.
9308         * lib/unicase/u32-ct-tolower.c: New file.
9309         * modules/unicase/u32-ct-tolower: New file.
9310
9311         New module 'unicase/u16-ct-tolower'.
9312         * lib/unicase/u16-ct-tolower.c: New file.
9313         * modules/unicase/u16-ct-tolower: New file.
9314
9315         New module 'unicase/u8-ct-tolower'.
9316         * lib/unicase/u8-ct-tolower.c: New file.
9317         * modules/unicase/u8-ct-tolower: New file.
9318
9319         New module 'unicase/u32-ct-toupper'.
9320         * lib/unicase/u32-ct-toupper.c: New file.
9321         * modules/unicase/u32-ct-toupper: New file.
9322
9323         New module 'unicase/u16-ct-toupper'.
9324         * lib/unicase/u16-ct-toupper.c: New file.
9325         * modules/unicase/u16-ct-toupper: New file.
9326
9327         New module 'unicase/u8-ct-toupper'.
9328         * lib/unicase/u8-ct-toupper.c: New file.
9329         * modules/unicase/u8-ct-toupper: New file.
9330
9331         Add context arguments to u*_casemap functions.
9332         * lib/unicase/unicasemap.h: Include unicase.h.
9333         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
9334         suffix_context arguments.
9335         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
9336         functions.
9337         (FUNC): Add prefix_context and suffix_context arguments. Use
9338         uc_is_cased and uc_is_case_ignorable.
9339         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
9340         * lib/unicase/u16-casemap.c: Likewise.
9341         * lib/unicase/u32-casemap.c: Likewise.
9342         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
9343         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9344         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
9345         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9346         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
9347         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9348
9349         New module 'unicase/u32-suffix-context'.
9350         * lib/unicase/u32-suffix-context.c: New file.
9351         * modules/unicase/u32-suffix-context: New file.
9352
9353         New module 'unicase/u16-suffix-context'.
9354         * lib/unicase/u16-suffix-context.c: New file.
9355         * modules/unicase/u16-suffix-context: New file.
9356
9357         New module 'unicase/u8-suffix-context'.
9358         * lib/unicase/u8-suffix-context.c: New file.
9359         * lib/unicase/u-suffix-context.h: New file.
9360         * modules/unicase/u8-suffix-context: New file.
9361
9362         New module 'unicase/empty-suffix-context'.
9363         * lib/unicase/empty-suffix-context.c: New file.
9364         * modules/unicase/empty-suffix-context: New file.
9365
9366         New module 'unicase/u32-prefix-context'.
9367         * lib/unicase/u32-prefix-context.c: New file.
9368         * modules/unicase/u32-prefix-context: New file.
9369
9370         New module 'unicase/u16-prefix-context'.
9371         * lib/unicase/u16-prefix-context.c: New file.
9372         * modules/unicase/u16-prefix-context: New file.
9373
9374         New module 'unicase/u8-prefix-context'.
9375         * lib/unicase/u8-prefix-context.c: New file.
9376         * lib/unicase/u-prefix-context.h: New file.
9377         * lib/unicase/context.h: New file.
9378         * modules/unicase/u8-prefix-context: New file.
9379
9380         New module 'unicase/empty-prefix-context'.
9381         * lib/unicase/empty-prefix-context.c: New file.
9382         * modules/unicase/empty-prefix-context: New file.
9383
9384         New module 'unicase/ignorable'.
9385         * lib/unicase/ignorable.c: New file.
9386         * modules/unicase/ignorable: New file.
9387
9388         New module 'unicase/cased'.
9389         * lib/unicase/caseprop.h: New file.
9390         * lib/unicase/cased.c: New file.
9391         * modules/unicase/cased: New file.
9392
9393         New functions for case mapping of substrings.
9394         * lib/unicase.h (casing_prefix_context_t): New type.
9395         (unicase_empty_prefix_context): New variable.
9396         (u8_casing_prefix_context, u16_casing_prefix_context,
9397         u32_casing_prefix_context, u8_casing_prefixes_context,
9398         u16_casing_prefixes_context, u32_casing_prefixes_context): New
9399         declarations.
9400         (casing_suffix_context_t): New type.
9401         (unicase_empty_suffix_context): New variable.
9402         (u8_casing_suffix_context, u16_casing_suffix_context,
9403         u32_casing_suffix_context, u8_casing_suffixes_context,
9404         u16_casing_suffixes_context, u32_casing_suffixes_context,
9405         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
9406         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
9407         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
9408         declarations.
9409
9410 2009-06-28  Jim Meyering  <meyering@redhat.com>
9411
9412         boostrap: indent only with spaces
9413         * build-aux/bootstrap: Indent only with spaces, never TABs.
9414
9415         bootstrap: split long lines
9416         * build-aux/bootstrap: Keep line length < 80.
9417
9418         bootstrap: sync from coreutils
9419         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
9420         just as autoreconf does.  Verify a list of prerequisite
9421         package-name,version-number pairs if defined in bootstrap.conf.
9422         Refer to README-prereq, if prerequisites are not satisfied.
9423
9424 2009-06-27  Eric Blake  <ebb9@byu.net>
9425
9426         tests: add test for bogus NULL definition
9427         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
9428         * tests/test-stdlib.c: Likewise.
9429         * tests/test-string.c: Likewise.
9430         * tests/test-locale.c: Likewise.
9431         * tests/test-unistd.c: Likewise.
9432         * modules/stdio-tests (Depends-on): Add verify.
9433         * modules/stdlib-tests (Depends-on): Likewise.
9434         * modules/string-tests (Depends-on): Likewise.
9435         * modules/locale-tests (Depends-on): Likewise.
9436         * modules/unistd-tests (Depends-on): Likewise.
9437
9438 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
9439
9440         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
9441         self-explaining comment.
9442         * m4/selinux-selinux-h: Update serial.
9443         (gl_LIBSELINUX): New macro, adding a warning for missing development
9444         packages to code extracted from...
9445         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
9446         Add warning for missing development packages here, too.
9447
9448 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
9449
9450         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
9451
9452 2009-06-25  Eric Blake  <ebb9@byu.net>
9453
9454         version-etc: fix regression
9455         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
9456         gcc.
9457         (version_etc): Use it, to catch bugs with trailing NULL.
9458         * lib/version-etc.c (version_etc_arn): Delete unused argument.
9459         (version_etc_va): Fix logic bug.
9460         * modules/version-etc-tests: Add test.
9461         * tests/test-version-etc.c: New file.
9462         * tests/test-version-etc.sh: Likewise.
9463
9464 2009-06-25  Sam Steingold  <sds@gnu.org>
9465
9466         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
9467         mbtowc declaration.
9468
9469 2009-06-25  Eric Blake  <ebb9@byu.net>
9470
9471         fpurge: migrate into <stdio.h>
9472         * lib/fpurge.h: Delete...
9473         * lib/stdio.in.h (fpurge): ...and declare here, instead.
9474         * lib/fpurge.c (fpurge): Change declaring header.
9475         * modules/fpurge (Files): Drop deleted file.
9476         (Depends-on): Add stdio.
9477         (configure.ac): Set witness.
9478         * modules/stdio (Makefile.am): Support fpurge macros.
9479         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9480         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
9481         * lib/fflush.c: Update client.
9482         * tests/test-fpurge.c: Likewise.
9483         * NEWS: Mention the change.
9484
9485 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9486
9487         * lib/argp-version-etc.c (program_authors): Add const
9488         qualifier.
9489         * lib/version-etc.c: Fix typos in the comments.
9490         * modules/argp-version-etc: Depends on version-etc.
9491
9492 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9493
9494         argp-version-etc: new module.
9495
9496         * lib/argp-version-etc.c: New file.
9497         * lib/argp-version-etc.h: New file.
9498         * modules/argp-version-etc: New file.
9499         * modules/argp-version-etc-tests: New file.
9500         * tests/test-argp-version-etc.c: New test.
9501         * tests/test-argp-version-etc-1.sh: New test.
9502
9503 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9504
9505         Provide additional interfaces and documentation for version-etc
9506         module.
9507
9508         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
9509         interfaces.
9510         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
9511         prototypes.
9512
9513 2009-06-24  Bruno Haible  <bruno@clisp.org>
9514
9515         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
9516         HAVE_LIB${NAME} macro.
9517         Reported by Sam Steingold <sds@gnu.org>.
9518
9519 2009-06-23  Simon Josefsson  <simon@josefsson.org>
9520
9521         * modules/hash-tests (test_hash_LDADD): Link to libintl when
9522         needed.
9523
9524 2009-06-21  Bruno Haible  <bruno@clisp.org>
9525
9526         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9527         work.
9528         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9529         together with LIB${NAME}, LTLIB${NAME}.
9530         Reported by Sam Steingold <sds@gnu.org>.
9531
9532 2009-06-20  Jim Meyering  <meyering@redhat.com>
9533
9534         tests: make sc_require_test_exit_idiom more generic
9535         * top/maint.mk (Exit_witness_file): New overridable variable.
9536         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9537         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9538
9539 2009-06-19  Jim Meyering  <meyering@redhat.com>
9540
9541         hash: reverse order of src/dst parameters in an internal interface
9542         * lib/hash.c (transfer_entries): Reverse order of parameters to
9543         put DST before SRC.  Adjust callers.
9544
9545         tests: test-hash: avoid wholesale duplication
9546         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9547         Instead, use a loop and add a single conditional.
9548
9549         tests: test-hash: allow seed selection via a command line argument
9550         * tests/test-hash.c (get_seed): New function.
9551         (main): Use it.
9552
9553 2009-06-19  Eric Blake  <ebb9@byu.net>
9554
9555         hash: avoid memory leak on allocation failure
9556         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9557         failure.  Factor repeated algorithm...
9558         (transfer_entries): ...into new helper routine.
9559         (hash_delete): React to hash_rehash return value.
9560
9561         hash: reduce memory pressure in hash_rehash no-op case
9562         * lib/hash.c (next_prime): Avoid overflow.
9563         (hash_initialize): Factor bucket size computation...
9564         (compute_bucket_size): ...into new helper function.
9565         (hash_rehash): Use new function and open coding to reduce memory
9566         pressure, and avoid a memory leak in USE_OBSTACK code.
9567         Reported by Jim Meyering.
9568
9569 2009-06-18  Eric Blake  <ebb9@byu.net>
9570
9571         hash: make rotation more obvious
9572         * modules/hash (Depends-on): Add bitrotate and stdint.
9573         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9574         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9575         (SIZE_MAX): Rely on headers for definition.
9576         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9577         (raw_hasher): Use rotr_sz.
9578         Suggested by Jim Meyering.
9579
9580         hash: fix memory leak in last patch
9581         * lib/hash.c (hash_rehash): Avoid memory leak.
9582
9583         hash: avoid no-op rehashing
9584         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9585
9586         hash: provide default callback functions
9587         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9588         (hash_initialize): Use them as defaults.
9589         * tests/test-hash.c (main): Test this.
9590
9591         hash: minor optimization
9592         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9593         when possible.
9594         (hash_initialize): Document this promise.
9595         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9596         * tests/test-hash.c (hash_compare_strings): Test this.
9597
9598 2009-06-18  Bruno Haible  <bruno@clisp.org>
9599
9600         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9601         going to be replaced anyway.
9602
9603 2009-06-18  Bruno Haible  <bruno@clisp.org>
9604
9605         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9606         in one place.
9607         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9608         be replaced anyway.
9609
9610 2009-06-18  Eric Blake  <ebb9@byu.net>
9611
9612         hash: check for resize before insertion
9613         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9614         threshold before insertion, so that a pathological hash_rehash
9615         that fills every bucket can still trigger another rehash.
9616
9617 2009-06-18  Jim Meyering  <meyering@redhat.com>
9618
9619         hash-tests: add a loop around the small tests
9620         * tests/test-hash.c (main): Repeat small tests with selected
9621         small initial table sizes.
9622
9623 2009-06-17  Eric Blake  <ebb9@byu.net>
9624
9625         hash: minor cleanups
9626         * lib/hash.h (hash_entry): Make opaque, by moving...
9627         * lib/hash.c (hash_entry): ...here.
9628         (hash_insert): Clarify restrictions on what can be inserted.
9629         (hash_get_next): Clarify when it is safe to remove an element
9630         during traversal.
9631         (check_tuning): Skip verification when tuning is known safe.
9632         (hash_initialize): Clarify restrictions on tuning.
9633
9634 2009-06-17  Jim Meyering  <jim@meyering.net>
9635         and Eric Blake  <ebb9@byu.net>
9636
9637         hash-tests: new module
9638         * modules/hash-tests: New file.
9639         * tests/test-hash.c: New file.
9640
9641 2009-06-17  Eric Blake  <ebb9@byu.net>
9642
9643         strstr-simple: document new module
9644         * MODULES.html.sh: Document new module.
9645
9646         strstr, strcasestr: replace on platforms with broken memchr
9647         * modules/strstr: Split into...
9648         * modules/strstr-simple: ...new module that does not care about
9649         performance, but does care about glibc bug.
9650         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9651         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9652         if platform memchr is broken, per Debian bug 521737.
9653         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9654         memchr.
9655         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9656         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9657         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9658         * modules/mountlist (Depends-on): Add strstr-simple.
9659         * modules/gen-uni-tables (Depends-on): Likewise.
9660         * modules/argz (Depends-on): Add strstr.
9661
9662 2009-06-17  Bruno Haible  <bruno@clisp.org>
9663
9664         * modules/posix_spawn-internal (Depends-on): Add errno.
9665
9666 2009-06-17  Bruno Haible  <bruno@clisp.org>
9667
9668         Define missing ESTALE on Interix 3.5.
9669         * lib/errno.in.h (ESTALE): Assign a value if missing.
9670         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9671         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
9672         missing.
9673         * doc/posix-headers/errno.texi: Mention the Interix bug.
9674         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
9675
9676 2009-06-15  Eric Blake  <ebb9@byu.net>
9677
9678         memchr, memchr2: add valgrind exception
9679         * lib/memchr.valgrind: New file.
9680         * lib/memchr2.valgrind: New file.
9681         * modules/memchr (Files): Distribute valgrind file.
9682         * modules/memchr2 (Files): Likewise.
9683
9684         docs: memchr is no longer obsolete
9685         * MODULES.html.sh: Move memchr from obsolete to string.h section.
9686         * lib/string.in.h (memchr): Simplify logic.
9687
9688 2009-06-14  Jim Meyering  <meyering@redhat.com>
9689
9690         link-follow: fix the "checking..." message to not mention trailing slash
9691         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
9692         never considered trailing slashes.
9693
9694 2009-06-14  Bruno Haible  <bruno@clisp.org>
9695
9696         * m4/memchr.m4: Mention also the bug on IA-64.
9697         * doc/posix-functions/memchr.texi: Likewise.
9698
9699 2009-06-12  Eric Blake  <ebb9@byu.net>
9700
9701         memchr: detect broken x86_64 and alpha implementations
9702         * modules/memchr-tests (Depends-on): Move mmap detection...
9703         * modules/memchr (Depends-on): ...here.
9704         (configure.ac): Set indicator.
9705         * lib/string.in.h (memchr): Declare replacement.
9706         * modules/string (Makefile.am): Trigger replacement.
9707         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9708         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
9709         bugs.
9710         * doc/posix-functions/memchr.texi (memchr): Document the bug.
9711         * modules/getpagesize (License): Relax license.
9712
9713 2009-06-11  Bruno Haible  <bruno@clisp.org>
9714
9715         * lib/idpriv.h: Add more references.
9716
9717 2009-06-08  Bruno Haible  <bruno@clisp.org>
9718
9719         Tests for module 'idpriv-droptemp'.
9720         * modules/idpriv-droptemp-tests: New file.
9721         * tests/test-idpriv-droptemp.sh: New file.
9722         * tests/test-idpriv-droptemp.su.sh: New file.
9723         * tests/test-idpriv-droptemp.c: New file.
9724
9725         New module 'idpriv-droptemp'.
9726         * lib/idpriv-droptemp.c: New file.
9727         * modules/idpriv-droptemp: New file.
9728
9729 2009-06-08  Bruno Haible  <bruno@clisp.org>
9730
9731         Tests for module 'idpriv-drop'.
9732         * modules/idpriv-drop-tests: New file.
9733         * tests/test-idpriv-drop.sh: New file.
9734         * tests/test-idpriv-drop.su.sh: New file.
9735         * tests/test-idpriv-drop.c: New file.
9736
9737         New module 'idpriv-drop'.
9738         * lib/idpriv.h: New file.
9739         * lib-idpriv-drop.c: New file.
9740         * m4/idpriv.m4: New file.
9741         * modules/idpriv-drop: New file.
9742
9743 2009-06-08  Bruno Haible  <bruno@clisp.org>
9744
9745         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
9746         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9747         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9748         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9749         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9750         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9751         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9752
9753 2009-06-08  Eric Blake  <ebb9@byu.net>
9754
9755         test-strstr: use memory fence, when possible
9756         * tests/test-strstr.c (main): Use memory fence, in order to be
9757         more likely to trigger Debian bug 521737.
9758         * modules/strstr-tests (Files): Pull in additional files.
9759
9760         memchr: no longer obsolete, for wider field testing
9761         * modules/memchr (Status, Notice): Delete, this module is no
9762         longer obsolete.
9763         * modules/vasnprintf (Depends-on): Add memchr.
9764
9765 2009-06-07  Jim Meyering  <meyering@redhat.com>
9766
9767         hash: declare some functions with the warn_unused_result attribute
9768         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
9769
9770 2009-06-07  Bruno Haible  <bruno@clisp.org>
9771
9772         * tests/test-alignof.c: Don't test int64_t if it does not exist.
9773         Reported by Eric Blake.
9774
9775 2009-06-06  Eric Blake  <ebb9@byu.net>
9776
9777         test-alignof: fix typo with long double
9778         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
9779         compiler error.
9780
9781 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
9782
9783         Escape non-texinfo { and }s.
9784         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
9785         markup error.
9786
9787 2009-06-04  Jim Meyering  <meyering@redhat.com>
9788
9789         gitlog-to-changelog: don't infloop on an empty commit log
9790         * build-aux/gitlog-to-changelog: Warn about an empty log message.
9791         Reported by Boris Petersen <transacid@centerim.org>.
9792
9793 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
9794
9795         version-etc: extend for packagers
9796         Add three new configure options, intended for packagers:
9797           --with-packager="packager name"
9798           --with-packager-version="packager-specific version"
9799           --with-packager-bug-reports="packager bug reporting"
9800         An example with coreutils:
9801           $ ./configure \
9802             --with-packager=Gentoo \
9803             --with-packager-bug-report=http://bugs.gentoo.org/ \
9804             --with-packager-version="patchset 1.6"
9805           $ ./src/ls --version | head -n2
9806           ls (GNU coreutils) 7.1-dirty
9807           Packaged by Gentoo (patchset 1.6)
9808         Note that the bug reporting info via --help doesn't show up because
9809         coreutils uses its own custom emit_bug_reporting_address() implementation
9810         in src/system.h.  If it didn't, it'd look like:
9811           $ ./src/ls --help | tail -n4
9812           Report bugs to <bug-coreutils@gnu.org>.
9813           Report Gentoo bugs to <http://bugs.gentoo.org/>.
9814           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
9815           General help using GNU software: <http://www.gnu.org/gethelp/>.
9816         * lib/version-etc.c: Print new information, if provided.
9817         * m4/version-etc.m4: New file.
9818         * modules/version-etc (Files): Add m4/version-etc.m4.
9819         (configure.ac): Add gl_VERSION_ETC.
9820
9821 2009-05-31  Bruno Haible  <bruno@clisp.org>
9822
9823         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
9824         and 'int64_t'.
9825         * modules/alignof-tests (Dependencies): Add stdint.
9826         Reported by Eric Blake.
9827
9828 2009-05-31  Bruno Haible  <bruno@clisp.org>
9829
9830         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
9831         restriction due to compiler bugs.
9832         Reported by Eric Blake.
9833
9834 2009-05-31  Simon Josefsson  <simon@josefsson.org>
9835             Bruno Haible  <bruno@clisp.org>
9836
9837         Fix test-alignof failure.
9838         * lib/alignof.h (alignof_slot): New macro.
9839         (alignof_type): New macro, with the same semantics as the previous
9840         'alignof'.
9841         (alignof): Alias to alignof_slot.
9842         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
9843         check that the results are usable as constant expressions.
9844
9845 2009-05-31  Bruno Haible  <bruno@clisp.org>
9846
9847         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
9848         * tests/test-memchr.c (main): Check that memchr does not read past the
9849         first occurrence of the byte.
9850         * tests/test-strstr.c (main): Update comment.
9851         Suggested by Eric Blake.
9852
9853 2009-05-30  Bruno Haible  <bruno@clisp.org>
9854
9855         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
9856         detail how to use dumpbin.
9857         Reported by David Byron <dbyron@dbyron.com>.
9858
9859 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9860
9861         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
9862
9863 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9864
9865         * m4/manywarnings.m4: Add GCC 4.4 warnings.
9866
9867 2009-05-28  Bruno Haible  <bruno@clisp.org>
9868
9869         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
9870         build-aux/ files.
9871
9872 2009-05-28  Simon Josefsson  <simon@josefsson.org>
9873
9874         * gnulib-tool (func_import): Transform license on build-aux/ files too.
9875
9876 2009-05-27  Simon Josefsson  <simon@josefsson.org>
9877
9878         * gnulib-tool (sed_transform_main_lib_file)
9879         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
9880         regexps.
9881
9882 2009-05-26  Simon Josefsson  <simon@josefsson.org>
9883
9884         * tests/test-strstr.c: Add another self-test.
9885         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
9886         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
9887
9888 2009-05-23  Bruno Haible  <bruno@clisp.org>
9889
9890         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
9891         change.
9892
9893 2009-05-21  Bruno Haible  <bruno@clisp.org>
9894
9895         Simplify use of mode_t varargs.
9896         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
9897         uses 'mode_t' or 'int'.
9898         * lib/openat.c (openat): Likewise.
9899         * lib/open-safer.c (open_safer): Likewise.
9900         * m4/mode_t.m4: New file.
9901         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
9902         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
9903         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
9904         * modules/open (Files): Add m4/mode_t.m4.
9905         * modules/openat (Files): Likewise.
9906         * modules/fcntl-safer (Files): Likewise.
9907         Suggested by Eric Blake.
9908
9909 2009-05-21  Pádraig Brady  <P@draigbrady.com>
9910
9911         * doc/glibc-functions/fallocate.texi: New file.
9912         * doc/gnulib.texi: Include it.
9913
9914 2009-05-21  Eric Blake  <ebb9@byu.net>
9915             Bruno Haible  <bruno@clisp.org>
9916
9917         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
9918         invocations.
9919         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9920
9921 2009-05-21  Eric Blake  <ebb9@byu.net>
9922             Bruno Haible  <bruno@clisp.org>
9923
9924         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
9925         include_next. Fix of 2008-11-20 commit.
9926         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
9927         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
9928         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
9929         NEXT_MATH_H.
9930         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
9931         instead of NEXT_MATH_H.
9932
9933 2009-05-21  Bruno Haible  <bruno@clisp.org>
9934
9935         Avoid redefinition warnings for SIZE_MAX.
9936         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
9937         Reported by Simon Josefsson.
9938
9939 2009-05-21  Bruno Haible  <bruno@clisp.org>
9940
9941         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
9942         AC_CACHE_VAL.
9943
9944 2009-05-20  Bruno Haible  <bruno@clisp.org>
9945
9946         Make zeroptr.h work on mingw.
9947         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
9948         mprotect.
9949         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
9950         * modules/memchr2-tests (configure.ac): Likewise.
9951         * modules/memcmp-tests (configure.ac): Likewise.
9952         * modules/memmem-tests (configure.ac): Likewise.
9953         * modules/memrchr-tests (configure.ac): Likewise.
9954         Reported by Simon Josefsson.
9955
9956 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9957
9958         * tests/test-glob.c: Include string.h for strcmp prototype.
9959
9960 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9961
9962         * modules/getdelim (Depends-on): Add explicit stdint, although it
9963         was implicitly already pulled in via realloc-posix.
9964         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
9965
9966 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9967
9968         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
9969         G. Christensen" <tgc@jupiterrise.com>.
9970         * m4/sys_socket_h.m4: Check for sa_family_t.
9971         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
9972         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
9973         * tests/test-sys_socket.c: Check that sa_family_t works.
9974
9975 2009-05-18  Eric Blake  <ebb9@byu.net>
9976
9977         maint.mk: allow gnulib_dir in VPATH build
9978         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
9979
9980 2009-05-15  Jim Meyering  <meyering@redhat.com>
9981
9982         maint.mk: Give gnulib_dir a default definition.
9983         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
9984         Thus, most packages no longer need to specify this variable in cfg.mk
9985
9986 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
9987
9988         rename.m4: fix typos that would make non-mingw cross-configure fail
9989         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
9990
9991 2009-05-13  Eric Blake  <ebb9@byu.net>
9992
9993         mmap-anon: avoid out-of-order autoconf expansion
9994         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
9995         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
9996         * modules/memchr-tests (Depends-on): Add extensions.
9997         * modules/memchr2-tests (Depends-on): Add extensions.
9998         * modules/memcmp-tests (Depends-on): Add extensions.
9999         * modules/memmem-tests (Depends-on): Add extensions.
10000         * modules/memrchr-tests (Depends-on): Add extensions.
10001
10002 2009-05-13  Bruno Haible  <bruno@clisp.org>
10003
10004         Make some tests ISO C 99 compliant.
10005         * tests/zerosize-ptr.h: New file.
10006         * tests/test-memchr.c: Include zerosize-ptr.h.
10007         (main): Use a zero-size object pointer instead of NULL.
10008         * tests/test-memchr2.c: Include zerosize-ptr.h.
10009         (main): Use a zero-size object pointer instead of NULL.
10010         * tests/test-memcmp.c: Include zerosize-ptr.h.
10011         (main): Use a zero-size object pointer instead of NULL.
10012         * tests/test-memmem.c: Include zerosize-ptr.h.
10013         (main): Use a zero-size object pointer instead of NULL.
10014         * tests/test-memrchr.c: Include zerosize-ptr.h.
10015         (main): Use a zero-size object pointer instead of NULL.
10016         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
10017         m4/mmap-anon.m4.
10018         (Depends-on): Add getpagesize.
10019         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10020         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
10021         m4/mmap-anon.m4.
10022         (Depends-on): Add getpagesize.
10023         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10024         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
10025         m4/mmap-anon.m4.
10026         (Depends-on): Add getpagesize.
10027         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10028         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
10029         m4/mmap-anon.m4.
10030         (Depends-on): Add getpagesize.
10031         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10032         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
10033         m4/mmap-anon.m4.
10034         (Depends-on): Add getpagesize.
10035         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10036
10037 2009-05-12  Bruno Haible  <bruno@clisp.org>
10038
10039         Tests for module 'alignof'.
10040         * modules/alignof-tests: New file.
10041         * tests/test-alignof.c: New file.
10042
10043 2009-05-12  Bruno Haible  <bruno@clisp.org>
10044
10045         Fix alignof macro.
10046         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
10047         vendor compilers that are always correct.
10048
10049 2009-05-12  Bruno Haible  <bruno@clisp.org>
10050
10051         Make the MAP_ANONYMOUS detection work on HP-UX 11.
10052         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
10053         not whether its fully works.
10054
10055 2009-05-12  Bruno Haible  <bruno@clisp.org>
10056
10057         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
10058
10059 2009-05-12  Jim Meyering  <meyering@redhat.com>
10060
10061         * top/maint.mk: Adjust backslash alignment.
10062
10063 2009-05-11  Simon Josefsson  <simon@josefsson.org>
10064
10065         * top/maint.mk: Make $(srcdir)/build-aux configurable.
10066
10067 2009-05-11  Eric Blake  <ebb9@byu.net>
10068
10069         argp: avoid undefined behavior
10070         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
10071         macros.
10072
10073 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10074
10075         * tests/test-vc-list-files-git.sh: Do git config of user.email and
10076         user.name to prevent git commit from complaining.
10077
10078 2009-05-10  Bruno Haible  <bruno@clisp.org>
10079
10080         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
10081         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
10082         it rewrites every file name only once.
10083         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
10084
10085 2009-05-08  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
10088         instead of 'max'.
10089
10090 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10091
10092         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
10093         sockaddr_storage test.
10094
10095 2009-05-07  Simon Josefsson  <simon@josefsson.org>
10096
10097         * modules/sys_socket (Makefile.am): Substitute
10098         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
10099         * m4/sys_socket_h.m4: Check for sockaddr_storage.
10100         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
10101         * tests/test-sys_socket.c: Check sockaddr_storage.
10102
10103 2009-05-08  Bruno Haible  <bruno@clisp.org>
10104
10105         New module 'alignof'.
10106         * lib/alignof.h: New file.
10107         * modules/alignof: New file.
10108
10109 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10110             Bruno Haible  <bruno@clisp.org>
10111
10112         Fix test-file-has-acl on FreeBSD.
10113         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
10114         mask is implicitly added.
10115         * tests/test-file-has-acl.c: Include <signal.h>.
10116         (main): Terminate the test after 5 seconds.
10117         * modules/acl-tests (configure.ac): Check for alarm function.
10118
10119 2009-05-04  Bruno Haible  <bruno@clisp.org>
10120
10121         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
10122         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
10123         * modules/errno (configure.ac): Drop AC_REQUIRE.
10124         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
10125         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
10126
10127 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10128
10129         * modules/glob-tests: New module.
10130         * tests/test-glob.c: Add.
10131
10132 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10133
10134         * modules/fnmatch-tests: New module.
10135         * tests/test-fnmatch.c: Add.
10136
10137 2009-05-04  Eric Blake  <ebb9@byu.net>
10138
10139         maint: make the new no-submodule-changes rule VPATH-safe
10140         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
10141
10142 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10143             Bruno Haible  <bruno@clisp.org>
10144
10145         acl: Fix infinite loop on FreeBSD.
10146         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
10147         of return value from acl_get_entry.
10148         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
10149         Likewise.
10150
10151 2009-05-03  Bruno Haible  <bruno@clisp.org>
10152
10153         * lib/acl-internal.h (acl_entries): Clarify return value.
10154         * lib/acl_entries.c (acl_entries): Likewise.
10155
10156 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10157
10158         Bug fix in acl module.
10159         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
10160
10161 2009-05-03  Bruno Haible  <bruno@clisp.org>
10162
10163         Create gperf-generated file in the source dir, not in the build dir.
10164         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
10165         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
10166         * modules/unicase/locale-language (unicase/locale-languages.h):
10167         Likewise.
10168         * modules/unicase/special-casing (unicase/special-casing-table.h):
10169         Likewise.
10170         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
10171         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
10172         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
10173         Reported by Ralf Wildenhues.
10174
10175 2009-05-03  Bruno Haible  <bruno@clisp.org>
10176
10177         * modules/fnmatch (Description, configure.ac): Taken from
10178         fnmatch-posix.
10179         * modules/fnmatch-posix: Turn into a symbolic reference to the
10180         'fnmatch' module, and deprecate.
10181         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
10182
10183 2009-05-03  Bruno Haible  <bruno@clisp.org>
10184
10185         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
10186         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
10187         Reported by Ralf Wildenhues.
10188
10189 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10190
10191         * m4/fnmatch.m4: Fix fnmatch re-define.
10192
10193 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10194
10195         priv-set: new module and tests; adapt write-any-file
10196         * lib/priv-set.c: New file.
10197         * lib/priv-set.h: New file.
10198         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
10199         * lib/write-any-file.c: Simplify by using priv-set module.
10200         * m4/priv-set.m4: New file.
10201         * modules/priv-set: New file.
10202         * modules/unlinkdir: Add dependency on priv-set module.
10203         * modules/write-any-file: Likewise.
10204
10205         Tests for module 'priv-set'.
10206         * modules/priv-set-tests: New file.
10207         * tests/test-priv-set.c: New file.
10208
10209 2009-05-03  Jim Meyering  <meyering@redhat.com>
10210             Bruno Haible  <bruno@clisp.org>
10211
10212         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
10213         use the converted UTF-8 variant of the name instead.
10214
10215 2009-05-03  Jim Meyering  <meyering@redhat.com>
10216
10217         tests: tighten some getdate tests
10218         * tests/test-getdate.c (main): Tighten tests: require equality,
10219         not just greater than.  Set TZ envvar to UTC0.
10220
10221 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
10222
10223         getdate: correctly interpret "next monday" when run on a Monday
10224         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
10225         that e.g., "next tues" (when run on a tuesday) results in a date
10226         that is one week in the future, and not today's date.
10227         I.e., add a week when the wday is the same as the current one.
10228         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
10229         and earlier by Martin Bernreuther and Jan Minář.
10230         * tests/test-getdate.c (main): Check that "next DAY" is always in
10231         the future and that "last DAY" is always in the past.
10232
10233 2009-05-02  Jim Meyering  <meyering@redhat.com>
10234
10235         build: ensure that a release build fails when a submodule is unclean
10236         * top/maint.mk (no-submodule-changes): New rule.
10237         (alpha beta major): Depend on it.
10238
10239 2009-05-02  Bruno Haible  <bruno@clisp.org>
10240
10241         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
10242         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
10243         shell variable gl_fnmatch_required to detect which variant is
10244         requested.
10245         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
10246         gl_FUNC_FNMATCH_POSIX.
10247         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
10248         exclude fnmatch-posix.
10249
10250 2009-05-02  Bruno Haible  <bruno@clisp.org>
10251
10252         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
10253         * modules/mbsrtowcs (License): Change to LGPLv2+.
10254         * modules/strnlen1 (License): Likewise.
10255         Reported by Simon Josefsson.
10256
10257 2009-05-02  Bruno Haible  <bruno@clisp.org>
10258
10259         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
10260         "cross".
10261         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
10262         gnulib-tool was called with option --source-base=lib.
10263
10264 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10265
10266         Use automake *-local hooks without commands, for extensibility.
10267         * modules/localcharset (Makefile.am): Rename install-exec-local
10268         rule to install-exec-localcharset, and make it a prerequisite of
10269         install-exec-local.  Likewise, rename the uninstall-local rule to
10270         uninstall-localcharset, and make it a prerequisite of the former.
10271
10272 2009-05-01  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
10275         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10276         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
10277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
10278         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
10279         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10280         m4/locale-zh.m4, m4/codeset.m4.
10281
10282         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10283         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
10284         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10285         m4/locale-zh.m4.
10286
10287         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
10288         REPLACE_WCRTOMB if mbstate_t must be replaced.
10289         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
10290         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
10291
10292 2009-05-01  Bruno Haible  <bruno@clisp.org>
10293
10294         Avoid compiler warnings when redefining macros defined by <libintl.h>.
10295         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
10296         dngettext, dcngettext, textdomain, bindtextdomain,
10297         bind_textdomain_codeset): Undefine before redefining.
10298
10299 2009-04-30  Bruno Haible  <bruno@clisp.org>
10300
10301         Fix bug introduced on 2009-04-25.
10302         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
10303         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
10304         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
10305         is defined.
10306         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
10307         is defined.
10308         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
10309         is defined.
10310         Reported by Elbert_Pol <elbert.pol@gmail.com>.
10311
10312 2009-04-28  Bruno Haible  <bruno@clisp.org>
10313
10314         Comment tweaks.
10315         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
10316         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
10317         * lib/unicase.h (u*_casexfrm): Likewise.
10318         Reported by Paolo Bonzini.
10319
10320 2009-04-28  Bruno Haible  <bruno@clisp.org>
10321
10322         Fix a compilation error.
10323         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
10324         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10325         Reported by Jim Meyering.
10326
10327 2009-04-27  Bruno Haible  <bruno@clisp.org>
10328
10329         New module 'libunistring'.
10330         * modules/libunistring: New file.
10331         * m4/libunistring.m4: New file.
10332         * MODULES.html.sh (Unicode string functions): Add it.
10333
10334 2009-04-27  Eric Blake  <ebb9@byu.net>
10335
10336         maint.mk: allow package-specific header to provide <config.h>
10337         * top/maint.mk (sc_require_config_h): New variable.
10338         (sc_require_config_h, sc_require_config_h_first): Use it.
10339
10340 2009-04-27  Simon Josefsson  <simon@josefsson.org>
10341
10342         * top/maint.mk (sc_avoid_if_before_free): Except
10343         useless-if-before-free script.
10344
10345 2009-04-27  Eric Blake  <ebb9@byu.net>
10346
10347         maintainer-makefile: depend on all required helper scripts
10348         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
10349         useless-if-before-free.
10350         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
10351         version, rather than assuming gnulib checkout is available.
10352         Reported by Simen Josefsson.
10353
10354 2009-04-26  Bruno Haible  <bruno@clisp.org>
10355
10356         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
10357         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
10358         "../" or "..".
10359
10360 2009-04-26  Bruno Haible  <bruno@clisp.org>
10361
10362         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
10363         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
10364         AC_LIB_HAVE_LINKFLAGS.
10365
10366 2009-04-26  Bruno Haible  <bruno@clisp.org>
10367
10368         Simplify calling convention of u*_conv_from_encoding.
10369         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10370         u32_conv_from_encoding): Expect a resultbuf argument and return the
10371         result directly as a pointer.
10372         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10373         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10374         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10375         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10376         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10377         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10378         Update.
10379         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
10380         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
10381         * lib/vasnprintf.c (VASNPRINTF): Update.
10382         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
10383         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
10384         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
10385         * NEWS: Mention the change.
10386
10387 2009-04-26  Bruno Haible  <bruno@clisp.org>
10388
10389         Simplify calling convention of u*_conv_to_encoding.
10390         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10391         u32_conv_to_encoding): Expect a resultbuf argument and return the
10392         result directly as a pointer.
10393         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10394         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
10395         freeing scaled_offsets if mem_iconveha failed.
10396         * lib/unicase/u-casexfrm.h (FUNC): Update.
10397         * lib/uninorm/u-normxfrm.h (FUNC): Update.
10398         * lib/vasnprintf.c (VASNPRINTF): Update.
10399         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
10400         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
10401         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
10402         * NEWS: Mention the change.
10403
10404 2009-04-26  Bruno Haible  <bruno@clisp.org>
10405
10406         Avoid test failures on AIX and OSF/1.
10407         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
10408         malloc(0).
10409         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10410         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10411         Likewise.
10412         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
10413         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
10414         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
10415         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
10416         * doc/posix-functions/malloc.texi: Document the portability problem
10417         related to malloc(0).
10418
10419 2009-04-26  Bruno Haible  <bruno@clisp.org>
10420
10421         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
10422         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
10423         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
10424
10425 2009-04-25  Bruno Haible  <bruno@clisp.org>
10426
10427         Avoid link error when creating a namespace clean library.
10428         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
10429         as macro with arguments if already defined as an alias.
10430         * lib/signbitf.c (gl_signbitf): Don't undefine.
10431         * lib/signbitd.c (gl_signbitd): Don't undefine.
10432         * lib/signbitl.c (gl_signbitl): Don't undefine.
10433
10434 2009-04-25  Jim Meyering  <meyering@redhat.com>
10435
10436         vc-list-files: fix another quoting bug
10437         * build-aux/vc-list-files: Avoid sed backslash expansion
10438         of pathological directory names.
10439
10440 2009-04-25  Eric Blake  <ebb9@byu.net>
10441
10442         vc-list-files: fix shell quoting error
10443         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
10444         timestamp.
10445
10446 2009-04-25  Jim Meyering  <meyering@redhat.com>
10447
10448         vc-list-files: restore lost functionality with subdir argument
10449         * build-aux/vc-list-files: When given a non-"." sub-directory
10450         argument, substitute the $dir/ prefix back onto each resulting name.
10451         Otherwise, coreutils' root_tests check would fail.
10452
10453 2009-04-24  Eric Blake  <ebb9@byu.net>
10454
10455         vc-list-files: ignore git symlinks
10456         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
10457         than ls-files, to ignore git symlinks.
10458
10459         maint.mk: import improvements from m4
10460         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
10461         (move_if_change): Delete unused macro.
10462         (news-date-check, vc-diff-check): Support VPATH builds.
10463         (announcement): Likewise.  Split --bootstrap-tools list...
10464         (boostrap-tools): ...into separate list, which can be overridden
10465         in cfg.mk.
10466         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
10467         requiring dependency on useless-if-before-free module.
10468         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
10469         Support VPATH builds.
10470
10471 2009-04-24  Jim Meyering  <meyering@redhat.com>
10472
10473         maint.mk: remove coreutils-specific rules and variables
10474         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
10475         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
10476         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
10477
10478         maint.mk: remove obsolete rule
10479         * top/maint.mk (rel-check): Remove rule.
10480         (WGET, WGETFLAGS): Remove now-unused variables.
10481
10482 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10483
10484         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
10485         consistency.
10486
10487         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
10488         '$(PATH_SEPARATOR)' instead of ':'.
10489
10490 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10491
10492         * lib/getopt1.c (main): Use 'const' for static array.
10493
10494 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10495
10496         * top/maint.mk: Sync with coreutils.
10497         * NEWS: Explain incompatibilities.
10498
10499 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10500             Bruno Haible  <bruno@clisp.org>
10501
10502         Fix cross-compilation results.
10503         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
10504         statement, as third argument of AC_TRY_RUN.
10505         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
10506         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
10507         Likewise.
10508         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
10509         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
10510         Likewise.
10511         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
10512         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
10513         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
10514
10515 2009-04-20  Bruno Haible  <bruno@clisp.org>
10516
10517         Avoid test failure on mingw.
10518         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
10519
10520 2009-04-20  Bruno Haible  <bruno@clisp.org>
10521
10522         Avoid compilation error on mingw.
10523         * modules/localename-tests (Depends-on): Add locale.
10524
10525 2009-04-19  Bruno Haible  <bruno@clisp.org>
10526
10527         Support for building a shared library on Windows platforms.
10528         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10529         (main): Test the presence of UNINORM_NFC here.
10530         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10531         (main): Test the presence of UNINORM_NFD here.
10532         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10533         (main): Test the presence of UNINORM_NFKC here.
10534         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10535         (main): Test the presence of UNINORM_NFKD here.
10536
10537 2009-04-19  Bruno Haible  <bruno@clisp.org>
10538
10539         Avoid a compiler warning.
10540         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10541         Change type of variable 'sequence'.
10542
10543 2009-04-19  Bruno Haible  <bruno@clisp.org>
10544
10545         * modules/configmake (Makefile.am): When the contents of configmake.h
10546         does not change, arrange to preserve its modification time.
10547
10548 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10549
10550         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10551         gettext domain.
10552
10553 2009-04-16  Jim Meyering  <meyering@redhat.com>
10554
10555         useless-if-before-free: improve conversion code
10556         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10557         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10558
10559 2009-04-14  Bruno Haible  <bruno@clisp.org>
10560
10561         * modules/fcntl (Depends-on): Add extensions.
10562         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10563
10564 2009-04-12  Ben Pfaff  <blp@gnu.org>
10565
10566         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10567         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10568
10569 2009-03-20  Ben Pfaff  <blp@gnu.org>
10570
10571         Make rename replace existing destinations on Windows.
10572         * m4/rename.m4: Add test for Mingw.
10573         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10574         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10575         * doc/posix-functions/rename.texi: Document.
10576
10577 2009-04-10  Bruno Haible  <bruno@clisp.org>
10578
10579         New include file "iconveh.h".
10580         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10581         * lib/striconveh.h: Include it.
10582         (enum iconv_ilseq_handler): Remove definition.
10583         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10584         striconveh.h.
10585         * lib/striconveha.c: Include striconveh.h.
10586         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10587         * modules/striconveh (Files): Add lib/iconveh.h.
10588         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10589         lib/striconveh.h.
10590
10591 2009-04-10  Bruno Haible  <bruno@clisp.org>
10592
10593         * lib/uniconv.h: Update comment.
10594
10595 2009-04-10  Bruno Haible  <bruno@clisp.org>
10596
10597         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10598         always.
10599         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10600         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10601         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10602         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10603         "unistring-notinline.h", so that the function gets defined always.
10604         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10605         * lib/unistr/u8-uctomb.c: Likewise.
10606         * lib/unistr/u16-mbtouc.c: Likewise.
10607         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10608         * lib/unistr/u16-uctomb.c: Likewise.
10609         * lib/unistr/u32-mbtouc.c: Likewise.
10610         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10611         * lib/unistr/u32-uctomb.c: Likewise.
10612
10613 2009-04-10  Bruno Haible  <bruno@clisp.org>
10614
10615         Mark 'utime' obsolete.
10616         * modules/utime (Status, Notice): New sections.
10617         Suggested by Jim Meyering.
10618
10619         Fix cross-compile guess for utime test.
10620         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10621         autoconf.
10622         * doc/posix-functions/utime.texi: Give more precisions.
10623         Reported by Jan <ipif@ymail.com>.
10624
10625 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10626
10627         filevercmp: correct today's change
10628         * lib/filevercmp.c: Also handle coreutils' test inputs.
10629         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10630
10631         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10632         for reporting it.
10633         * lib/filevercmp.c: Special handle for "", "." and "..".
10634         * tests/test-filevercmp.c: Enlarge the set suite.
10635
10636 2009-04-07  Jim Meyering  <meyering@redhat.com>
10637
10638         useless-if-before-free: show how to remove braced useless free, too
10639         * build-aux/useless-if-before-free: still only in a comment, though.
10640
10641 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10642
10643         maint.mk: import changes to syntax-check macros from coreutils
10644         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10645         Use them in the relevant macros.
10646
10647 2009-04-06  Bruno Haible  <bruno@clisp.org>
10648
10649         Fix unportable use of bit-fields.
10650         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10651         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10652         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10653
10654 2009-04-06  Bruno Haible  <bruno@clisp.org>
10655
10656         Avoid test failures on AIX and OSF/1.
10657         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10658         that malloc(0) = NULL.
10659         * tests/unicase/test-u8-tolower.c (check): Likewise.
10660         * tests/unicase/test-u8-totitle.c (check): Likewise.
10661         * tests/unicase/test-u8-toupper.c (check): Likewise.
10662         * tests/unicase/test-u16-casefold.c (check): Likewise.
10663         * tests/unicase/test-u16-tolower.c (check): Likewise.
10664         * tests/unicase/test-u16-totitle.c (check): Likewise.
10665         * tests/unicase/test-u16-toupper.c (check): Likewise.
10666         * tests/unicase/test-u32-casefold.c (check): Likewise.
10667         * tests/unicase/test-u32-tolower.c (check): Likewise.
10668         * tests/unicase/test-u32-totitle.c (check): Likewise.
10669         * tests/unicase/test-u32-toupper.c (check): Likewise.
10670         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10671         * tests/uninorm/test-u8-nfd.c (check): Likewise.
10672         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
10673         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
10674         * tests/uninorm/test-u16-nfc.c (check): Likewise.
10675         * tests/uninorm/test-u16-nfd.c (check): Likewise.
10676         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
10677         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
10678         * tests/uninorm/test-u32-nfc.c (check): Likewise.
10679         * tests/uninorm/test-u32-nfd.c (check): Likewise.
10680         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
10681         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
10682
10683 2009-04-05  Bruno Haible  <bruno@clisp.org>
10684
10685         Work around an autoconf limitation.
10686         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
10687         comment line if it would be longer than 3 KB.
10688
10689 2009-04-05  Bruno Haible  <bruno@clisp.org>
10690
10691         Avoid test failure with libiconv-1.13.
10692         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
10693         of the expected test results.
10694
10695 2009-04-05  Bruno Haible  <bruno@clisp.org>
10696
10697         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
10698         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
10699         that it should be installed.
10700
10701 2009-04-05  Bruno Haible  <bruno@clisp.org>
10702
10703         * gnulib-tool: New option --copy-file.
10704         (func_usage): Document it.
10705         (func_dest_tmpfilename): Moved out of func_import.
10706         (func_add_file, func_update_file): New functions, extracted from
10707         func_import.
10708         (func_import): Update.
10709
10710 2009-04-05  Karl Berry  <karl@gnu.org>
10711
10712         * README: prominently mention gnulib-tool.
10713         Rearrange sections so getting the code is near the top.
10714
10715 2009-04-05  Bruno Haible  <bruno@clisp.org>
10716
10717         * lib/unicase.h: Mention u*_cmp2.
10718         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10719         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
10720         * lib/unicase/ulc-casecmp.c: Likewise.
10721         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
10722         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
10723         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
10724         unistr/u8-cmp.
10725         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
10726         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
10727         unistr/u16-cmp.
10728         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
10729         unistr/u32-cmp.
10730
10731         * lib/uninorm.h: Mention u*_cmp2.
10732         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10733         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
10734         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
10735         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
10736         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
10737         unistr/u8-cmp.
10738         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
10739         unistr/u16-cmp.
10740         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
10741         unistr/u32-cmp.
10742
10743         New module 'unistr/u32-cmp2'.
10744         * lib/unistr/u32-cmp2.c: New file.
10745         * modules/unistr/u32-cmp2: New file.
10746
10747         New module 'unistr/u16-cmp2'.
10748         * lib/unistr/u16-cmp2.c: New file.
10749         * modules/unistr/u16-cmp2: New file.
10750
10751         New module 'unistr/u8-cmp2'.
10752         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
10753         * lib/unistr/u8-cmp2.c: New file.
10754         * lib/unistr/u-cmp2.h: New file.
10755         * modules/unistr/u8-cmp2: New file.
10756
10757 2009-04-05  Bruno Haible  <bruno@clisp.org>
10758
10759         * lib/unictype.h (uc_property_is_valid): New macro.
10760         * tests/unictype/test-pr_byname.c (main): Use it.
10761
10762         * lib/unistr.h: Doc fixes.
10763         * lib/uniconv.h: Doc fixes.
10764         * lib/unictype.h: Doc fixes.
10765
10766 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
10767
10768         Port coreutils 7.2 to Solaris 8.
10769
10770         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
10771         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
10772         for Solaris 8.  This is a bit of a hack, as it means it's the
10773         caller's responsibility to add -lnsl if needed, but most likely it
10774         won't be needed since only getaddrinfo uses this and getaddrinfo
10775         isn't needed on Solaris 8.
10776
10777         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
10778         problem to Solaris 8 encountered with coreutils 7.2, which
10779         resulted in a message "fnmatch.c:292: warning: passing argument 4
10780         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
10781         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
10782
10783 2009-04-03  Simon Josefsson  <simon@josefsson.org>
10784
10785         * m4/ld-version-script.m4: Add FIXME comment.
10786
10787 2009-04-02  Simon Josefsson  <simon@josefsson.org>
10788
10789         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
10790         SOVERSION variable.
10791
10792 2009-04-02  Bruno Haible  <bruno@clisp.org>
10793
10794         * Makefile (info, html, dvi, pdf): Combine the rules.
10795         Suggested by Jim Meyering.
10796
10797 2009-04-01  Bruno Haible  <bruno@clisp.org>
10798
10799         * Makefile (info, html, dvi, pdf): New targets.
10800         Reported by Reuben Thomas <rrt@sc3d.org>.
10801
10802 2009-04-01  Bruno Haible  <bruno@clisp.org>
10803
10804         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
10805         can be put into PATH.
10806         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
10807
10808 2009-04-01  Bruno Haible  <bruno@clisp.org>
10809
10810         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
10811
10812 2009-04-01  Bruno Haible  <bruno@clisp.org>
10813
10814         Rename module 'visibility'.
10815         * modules/lib-symbol-visibility: Renamed from modules/visibility.
10816         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
10817         * doc/gnulib.texi: Update.
10818         * MODULES.html.sh (Misc): Update.
10819         * NEWS: Mention the change.
10820
10821 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10822
10823         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
10824         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
10825         Eric Blake <ebb9@byu.net> for review.
10826         * MODULES.html.sh: Add lib-msvc-compat.
10827         * doc/gnulib.texi: Link to new section.
10828         * m4/ld-output-def.m4: New file.
10829         * doc/ld-output-def.texi: New file.
10830
10831 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10832
10833         Rename ld-version-script to lib-symbol-versions.  Suggested by
10834         Bruno Haible <bruno@clisp.org>.
10835         * modules/ld-version-script: Renamed to lib-symbol-versions.
10836         * doc/ld-version-script.texi: Fix module name.
10837         * MODULES.html.sh: Add lib-symbol-versions.
10838
10839 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10840
10841         * modules/u64-tests: New file.
10842         * tests/test-u64.c: New file.
10843
10844 2009-03-04  Simon Josefsson  <simon@josefsson.org>
10845
10846         * MODULES.html.sh: Mention u64.
10847         * modules/u64: New module.
10848         * modules/crypto/sha512: Depend on u64 module instead of providing
10849         u64.h.
10850
10851 2009-03-27  Eric Blake  <ebb9@byu.net>
10852
10853         test-strerror: make debugging EAI_SYSTEM easier
10854         * modules/getaddrinfo-tests (Depends-on): Add strerror.
10855         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
10856         failure was EAI_SYSTEM.
10857
10858 2009-03-25  Bruno Haible  <bruno@clisp.org>
10859
10860         Fix a problem with --enable-relocatable on Solaris 7.
10861         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
10862         since 2008-02-24.
10863
10864 2009-03-25  Eric Blake  <ebb9@byu.net>
10865
10866         test-sockets: avoid gcc warning
10867         * tests/test-sockets.c (main): Silence compiler warning.
10868
10869 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10870
10871         New modules nproc, pthread, contributed by Glen Lenker.
10872
10873         * MODULES.html.sh: Add pthread, nproc.
10874         * lib/nproc.c: New file.
10875         * lib/nproc.h: New file.
10876         * lib/pthread.in.h: New file.
10877         * m4/pthread.m4: New file.
10878         * modules/nproc: New file.
10879         * modules/pthread: New file.
10880
10881 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10882
10883         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
10884         New variable.
10885
10886 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
10887
10888         filevercmp: handle simple~ and numbered.~3~ backup suffixes
10889         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
10890         * tests/test-filevercmp.c: Add tests for backup suffixes.
10891
10892 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10893
10894         * modules/stdlib (Depends-on): Add stdint, needed when defining
10895         struct random_data on, for example, HP-UX 10.20.  Reported by
10896         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10897
10898 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10899
10900         * lib/readline.c (readline): Call fflush on stdout after printing
10901         prompt.
10902
10903 2009-03-20  Bruno Haible  <bruno@clisp.org>
10904
10905         Remove dependency from 'close' module to -lws2_32 on native Windows.
10906         * lib/close-hook.h: New file.
10907         * lib/close-hook.c: New file.
10908         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
10909         w32sock.h.
10910         (_gl_close_fd_maybe_socket): Remove function.
10911         (rpl_close): Invoke execute_all_close_hooks instead of
10912         _gl_close_fd_maybe_socket.
10913         * lib/sockets.c: Include close-hook.h, w32sock.h.
10914         (close_fd_maybe_socket): New function, essentially from lib/close.c.
10915         (close_sockets_hook): New variable.
10916         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
10917         (gl_sockets_cleanup): Unregister it.
10918         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
10919         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
10920         * modules/close-hook: New file.
10921         * modules/close (Files): Remove lib/w32sock.h.
10922         (Depends-on): Add close-hook.
10923         (Link): Remove section.
10924         * modules/sockets (Files): Add lib/w32sock.h.
10925         (Depends-on): Add close-hook.
10926         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
10927         invocation.
10928         * NEWS: Mention that LIB_CLOSE is gone.
10929
10930 2009-03-23  Eric Blake  <ebb9@byu.net>
10931
10932         signal-tests: test previous patch
10933         * tests/test-signal.c: New file.
10934         * modules/signal-tests: Likewise.
10935
10936         signal.h: always support 'volatile sig_atomic_t'
10937         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
10938         (gl_SIGNAL_H_DEFAULTS): Add a default.
10939         * modules/signal (Makefile.am): Substitute if needed.
10940         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
10941         users can blindly add volatile.
10942         * doc/posix-headers/signal.texi (signal.h): Document it.
10943         Reported by Matthew Woehlke.
10944
10945 2009-03-23  Jim Meyering  <meyering@redhat.com>
10946
10947         pathmax: PATH_MAX: use pathconf only when available
10948         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
10949         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
10950         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
10951         This avoids a link failure in a PSP cross-compilation environment
10952         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
10953
10954         * lib/vasnprintf.c (divide): Fix typo in comment.
10955
10956 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10957
10958         * gnulib-tool (func_filter_filelist): Fix comment.
10959
10960 2009-03-20  Bruno Haible  <bruno@clisp.org>
10961
10962         Make sockets.h self-contained.
10963         * lib/sockets.c: Include sockets.h first.
10964         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
10965
10966 2009-03-19  Eric Blake  <ebb9@byu.net>
10967
10968         doc: mention more functions added in cygwin 1.7.0
10969         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
10970         addition.
10971         * doc/posix-functions/log2f.texi: Likewise.
10972
10973 2009-03-19  Jim Meyering  <meyering@redhat.com>
10974
10975         fsusage: avoid syntax error due to statement-before-declaration
10976         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
10977         after all declarations.  Reported by Matthew Woehlke in
10978         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
10979
10980 2009-03-18  Eric Blake  <ebb9@byu.net>
10981
10982         build-aux/compile: sync from automake
10983         * build-aux/compile: New file, from automake.
10984         * config/srclist.txt: Mention build-aux/compile.
10985
10986 2009-03-17  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/git-merge-changelog.c: Fix typo in comment.
10989         Reported by Reuben Thomas <rrt@sc3d.org>.
10990
10991 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
10992
10993         * m4/regex.m4: update and improve help for
10994         --without-included-regex.
10995
10996 2009-03-17  Simon Josefsson  <simon@josefsson.org>
10997
10998         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
10999         failure on missing include files.
11000
11001 2009-03-17  Eric Blake  <ebb9@byu.net>
11002
11003         doc: mention more functions added in cygwin 1.7.0
11004         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
11005         addition.
11006         * doc/posix-functions/fwscanf.texi: Likewise.
11007         * doc/posix-functions/swprintf.texi: Likewise.
11008         * doc/posix-functions/swscanf.texi: Likewise.
11009         * doc/posix-functions/vfwprintf.texi: Likewise.
11010         * doc/posix-functions/vfwscanf.texi: Likewise.
11011         * doc/posix-functions/vswprintf.texi: Likewise.
11012         * doc/posix-functions/vswscanf.texi: Likewise.
11013         * doc/posix-functions/vwprintf.texi: Likewise.
11014         * doc/posix-functions/vwscanf.texi: Likewise.
11015         * doc/posix-functions/wcscasecmp.texi: Likewise.
11016         * doc/posix-functions/wcsdup.texi: Likewise.
11017         * doc/posix-functions/wcsftime.texi: Likewise.
11018         * doc/posix-functions/wcsncasecmp.texi: Likewise.
11019         * doc/posix-functions/wprintf.texi: Likewise.
11020         * doc/posix-functions/wscanf.texi: Likewise.
11021         * doc/glibc-functions/gethostbyname2.texi: Likewise.
11022
11023 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11024
11025         maint.mk: really add $(AM_MAKEFLAGS)
11026         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
11027         was inadvertently omitted in the last commit.
11028         Spotted by Bruno Haible.
11029
11030         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
11031         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
11032         $(AM_MAKEFLAGS)' rather than plain `make'.
11033
11034         gnulib-tool: execute $MAKE not make
11035         * gnulib-tool: Default $MAKE to 'make'.
11036         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
11037         than make.  Initialize $MAKE in the do-autobuild script.
11038
11039         gnulib-tool: use $MAKE not make in generated files
11040         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
11041         make, in generated files.  Initialize $MAKE in the do-autobuild
11042         script.
11043
11044         * top/GNUmakefile (_have-git-version-gen): Fix typo.
11045
11046         GNUmakefile: disable parallelism only for multiple, recursive targets
11047         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
11048         additions in the Makefile.
11049         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
11050         by Automake.
11051         (.NOTPARALLEL): Only disable parallel builds if multiple targets
11052         are listed on the command line and at least one of them is
11053         listed in $(ALL_RECURSIVE_TARGETS).
11054
11055 2009-03-14  Bruno Haible  <bruno@clisp.org>
11056
11057         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
11058         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
11059         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
11060         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
11061         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
11062         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
11063         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
11064         unistr/u8-uctomb.
11065         * modules/unistr/u8-strchr (Depends-on): Likewise.
11066         * modules/unistr/u8-strrchr (Depends-on): Likewise.
11067         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
11068         unistr/u16-uctomb.
11069         * modules/unistr/u16-strchr (Depends-on): Likewise.
11070         * modules/unistr/u16-strrchr (Depends-on): Likewise.
11071
11072 2009-03-12  Bruno Haible  <bruno@clisp.org>
11073
11074         Work around select() bug on Interix 3.5.
11075         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
11076         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
11077         * m4/select.m4: New file.
11078         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
11079         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
11080         * modules/select (Files): Add m4/select.m4.
11081         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
11082         * modules/nanosleep (Depends-on): Add select.
11083         * modules/poll (Depends-on): Likewise.
11084         * doc/posix-functions/select.texi: Mention the Interix bug.
11085         Reported by Markus Duft <mduft@gentoo.org>.
11086
11087         * lib/select.c: Renamed from lib/winsock-select.c.
11088         * modules/select (Files): Add lib/select.c, remove
11089         lib/winsock-select.c.
11090         (configure.ac): Update.
11091
11092 2009-03-12  Jim Meyering  <meyering@redhat.com>
11093
11094         avoid gcc warnings about unused macro definitions
11095         * lib/readtokens.c (STREQ): Remove unused definition.
11096         * lib/xmalloc.c (SIZE_MAX): Likewise.
11097         * lib/openat-die.c (N_): Likewise.
11098         * lib/mountlist.c (SIZE_MAX): Remove definition.
11099         Instead, include <stdint.h>.
11100         * lib/readutmp.c: Likewise.
11101         * modules/readutmp (Depends-on): Add stdint.
11102         * modules/mountlist (Depends-on): Add stdint.
11103         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
11104
11105 2009-03-10  Bruno Haible  <bruno@clisp.org>
11106
11107         Tests for module 'mbmemcasecoll'.
11108         * modules/mbmemcasecoll-tests: New file.
11109         * tests/test-mbmemcasecoll1.sh: New file.
11110         * tests/test-mbmemcasecoll2.sh: New file.
11111         * tests/test-mbmemcasecoll3.sh: New file.
11112         * tests/test-mbmemcasecoll.c: New file.
11113
11114         New module 'mbmemcasecoll'.
11115         * lib/mbmemcasecoll.h: New file.
11116         * lib/mbmemcasecoll.c: New file.
11117         * modules/mbmemcasecoll: New file.
11118
11119         * tests/test-mbmemcasecmp.h: New file, extracted from
11120         tests/test-mbmemcasecmp.c.
11121         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
11122         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
11123         (main): Update.
11124         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
11125
11126 2009-03-09  Bruno Haible  <bruno@clisp.org>
11127
11128         Tests for module 'mbmemcasecmp'.
11129         * modules/mbmemcasecmp-tests: New file.
11130         * tests/test-mbmemcasecmp1.sh: New file.
11131         * tests/test-mbmemcasecmp2.sh: New file.
11132         * tests/test-mbmemcasecmp3.sh: New file.
11133         * tests/test-mbmemcasecmp.c: New file.
11134
11135         New module 'mbmemcasecmp'.
11136         * lib/mbmemcasecmp.h: New file.
11137         * lib/mbmemcasecmp.c: New file.
11138         * modules/mbmemcasecmp: New file.
11139
11140 2009-03-09  Bruno Haible  <bruno@clisp.org>
11141
11142         Tests for module 'unicase/ulc-casecoll'.
11143         * modules/unicase/ulc-casecoll-tests: New file.
11144         * tests/unicase/test-ulc-casecoll1.sh: New file.
11145         * tests/unicase/test-ulc-casecoll2.sh: New file.
11146         * tests/unicase/test-ulc-casecoll.c: New file.
11147
11148         New module 'unicase/ulc-casecoll'.
11149         * lib/unicase.h (ulc_casecoll): New declaration.
11150         * lib/unicase/ulc-casecoll.c: New file.
11151         * modules/unicase/ulc-casecoll: New file.
11152
11153         New module 'unicase/ulc-casexfrm'.
11154         * lib/unicase.h (ulc_casexfrm): New declaration.
11155         * lib/unicase/ulc-casexfrm.c: New file.
11156         * modules/unicase/ulc-casexfrm: New file.
11157
11158 2009-03-09  Bruno Haible  <bruno@clisp.org>
11159
11160         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
11161         invocations.
11162
11163         * m4/mbscasecmp.m4: Remove file.
11164         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
11165         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
11166
11167         * m4/mbscasestr.m4: Remove file.
11168         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
11169         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
11170
11171         * m4/mbschr.m4: Remove file.
11172         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
11173         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
11174
11175         * m4/mbscspn.m4: Remove file.
11176         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
11177         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
11178
11179         * m4/mbslen.m4: Remove file.
11180         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
11181         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
11182
11183         * m4/mbsncasecmp.m4: Remove file.
11184         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
11185         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
11186
11187         * m4/mbsnlen.m4: Remove file.
11188         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
11189         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
11190
11191         * m4/mbspbrk.m4: Remove file.
11192         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
11193         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
11194
11195         * m4/mbspcasecmp.m4: Remove file.
11196         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
11197         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
11198
11199         * m4/mbsrchr.m4: Remove file.
11200         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
11201         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
11202
11203         * m4/mbssep.m4: Remove file.
11204         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
11205         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
11206
11207         * m4/mbsspn.m4: Remove file.
11208         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
11209         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
11210
11211         * m4/mbsstr.m4: Remove file.
11212         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
11213         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
11214
11215         * m4/mbstok_r.m4: Remove file.
11216         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
11217         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
11218
11219         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
11220
11221         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
11222         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
11223
11224         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
11225
11226 2009-03-08  Bruno Haible  <bruno@clisp.org>
11227
11228         Tests for module 'unicase/ulc-casecmp'.
11229         * modules/unicase/ulc-casecmp-tests: New file.
11230         * tests/unicase/test-ulc-casecmp1.sh: New file.
11231         * tests/unicase/test-ulc-casecmp2.sh: New file.
11232         * tests/unicase/test-ulc-casecmp.c: New file.
11233
11234         New module 'unicase/ulc-casecmp'.
11235         * lib/unicase.h (ulc_casecmp): New declaration.
11236         * lib/unicase/ulc-casecmp.c: New file.
11237         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
11238         'const SRC_UNIT *'.
11239         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
11240         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
11241         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
11242         * modules/unicase/ulc-casecmp: New file.
11243
11244         Tests for module 'unicase/u32-is-cased'.
11245         * modules/unicase/u32-is-cased-tests: New file.
11246         * tests/unicase/test-u32-is-cased.c: New file.
11247
11248         Tests for module 'unicase/u16-is-cased'.
11249         * modules/unicase/u16-is-cased-tests: New file.
11250         * tests/unicase/test-u16-is-cased.c: New file.
11251
11252         Tests for module 'unicase/u8-is-cased'.
11253         * modules/unicase/u8-is-cased-tests: New file.
11254         * tests/unicase/test-u8-is-cased.c: New file.
11255         * tests/unicase/test-is-cased.h: New file.
11256
11257         New module 'unicase/u32-is-cased'.
11258         * lib/unicase/u32-is-cased.c: New file.
11259         * modules/unicase/u32-is-cased: New file.
11260
11261         New module 'unicase/u16-is-cased'.
11262         * lib/unicase/u16-is-cased.c: New file.
11263         * modules/unicase/u16-is-cased: New file.
11264
11265         New module 'unicase/u8-is-cased'.
11266         * lib/unicase/u8-is-cased.c: New file.
11267         * lib/unicase/u-is-cased.h: New file.
11268         * modules/unicase/u8-is-cased: New file.
11269
11270         Tests for module 'unicase/u32-is-casefolded'.
11271         * modules/unicase/u32-is-casefolded-tests: New file.
11272         * tests/unicase/test-u32-is-casefolded.c: New file.
11273
11274         Tests for module 'unicase/u16-is-casefolded'.
11275         * modules/unicase/u16-is-casefolded-tests: New file.
11276         * tests/unicase/test-u16-is-casefolded.c: New file.
11277
11278         Tests for module 'unicase/u8-is-casefolded'.
11279         * modules/unicase/u8-is-casefolded-tests: New file.
11280         * tests/unicase/test-u8-is-casefolded.c: New file.
11281         * tests/unicase/test-is-casefolded.h: New file.
11282
11283         New module 'unicase/u32-is-casefolded'.
11284         * lib/unicase/u32-is-casefolded.c: New file.
11285         * modules/unicase/u32-is-casefolded: New file.
11286
11287         New module 'unicase/u16-is-casefolded'.
11288         * lib/unicase/u16-is-casefolded.c: New file.
11289         * modules/unicase/u16-is-casefolded: New file.
11290
11291         New module 'unicase/u8-is-casefolded'.
11292         * lib/unicase/u8-is-casefolded.c: New file.
11293         * modules/unicase/u8-is-casefolded: New file.
11294
11295         Tests for module 'unicase/u32-is-titlecase'.
11296         * modules/unicase/u32-is-titlecase-tests: New file.
11297         * tests/unicase/test-u32-is-titlecase.c: New file.
11298
11299         Tests for module 'unicase/u16-is-titlecase'.
11300         * modules/unicase/u16-is-titlecase-tests: New file.
11301         * tests/unicase/test-u16-is-titlecase.c: New file.
11302
11303         Tests for module 'unicase/u8-is-titlecase'.
11304         * modules/unicase/u8-is-titlecase-tests: New file.
11305         * tests/unicase/test-u8-is-titlecase.c: New file.
11306         * tests/unicase/test-is-titlecase.h: New file.
11307
11308         New module 'unicase/u32-is-titlecase'.
11309         * lib/unicase/u32-is-titlecase.c: New file.
11310         * modules/unicase/u32-is-titlecase: New file.
11311
11312         New module 'unicase/u16-is-titlecase'.
11313         * lib/unicase/u16-is-titlecase.c: New file.
11314         * modules/unicase/u16-is-titlecase: New file.
11315
11316         New module 'unicase/u8-is-titlecase'.
11317         * lib/unicase/u8-is-titlecase.c: New file.
11318         * modules/unicase/u8-is-titlecase: New file.
11319
11320         Tests for module 'unicase/u32-is-lowercase'.
11321         * modules/unicase/u32-is-lowercase-tests: New file.
11322         * tests/unicase/test-u32-is-lowercase.c: New file.
11323
11324         Tests for module 'unicase/u16-is-lowercase'.
11325         * modules/unicase/u16-is-lowercase-tests: New file.
11326         * tests/unicase/test-u16-is-lowercase.c: New file.
11327
11328         Tests for module 'unicase/u8-is-lowercase'.
11329         * modules/unicase/u8-is-lowercase-tests: New file.
11330         * tests/unicase/test-u8-is-lowercase.c: New file.
11331         * tests/unicase/test-is-lowercase.h: New file.
11332
11333         New module 'unicase/u32-is-lowercase'.
11334         * lib/unicase/u32-is-lowercase.c: New file.
11335         * modules/unicase/u32-is-lowercase: New file.
11336
11337         New module 'unicase/u16-is-lowercase'.
11338         * lib/unicase/u16-is-lowercase.c: New file.
11339         * modules/unicase/u16-is-lowercase: New file.
11340
11341         New module 'unicase/u8-is-lowercase'.
11342         * lib/unicase/u8-is-lowercase.c: New file.
11343         * modules/unicase/u8-is-lowercase: New file.
11344
11345         Tests for module 'unicase/u32-is-uppercase'.
11346         * modules/unicase/u32-is-uppercase-tests: New file.
11347         * tests/unicase/test-u32-is-uppercase.c: New file.
11348
11349         Tests for module 'unicase/u16-is-uppercase'.
11350         * modules/unicase/u16-is-uppercase-tests: New file.
11351         * tests/unicase/test-u16-is-uppercase.c: New file.
11352
11353         Tests for module 'unicase/u8-is-uppercase'.
11354         * modules/unicase/u8-is-uppercase-tests: New file.
11355         * tests/unicase/test-u8-is-uppercase.c: New file.
11356         * tests/unicase/test-is-uppercase.h: New file.
11357
11358         New module 'unicase/u32-is-uppercase'.
11359         * lib/unicase/u32-is-uppercase.c: New file.
11360         * modules/unicase/u32-is-uppercase: New file.
11361
11362         New module 'unicase/u16-is-uppercase'.
11363         * lib/unicase/u16-is-uppercase.c: New file.
11364         * modules/unicase/u16-is-uppercase: New file.
11365
11366         New module 'unicase/u8-is-uppercase'.
11367         * lib/unicase/u8-is-uppercase.c: New file.
11368         * modules/unicase/u8-is-uppercase: New file.
11369
11370         New module 'unicase/u32-is-invariant'.
11371         * lib/unicase/u32-is-invariant.c: New file.
11372         * modules/unicase/u32-is-invariant: New file.
11373
11374         New module 'unicase/u16-is-invariant'.
11375         * lib/unicase/u16-is-invariant.c: New file.
11376         * modules/unicase/u16-is-invariant: New file.
11377
11378         New module 'unicase/u8-is-invariant'.
11379         * lib/unicase/u8-is-invariant.c: New file.
11380         * lib/unicase/invariant.h: New file.
11381         * lib/unicase/u-is-invariant.h: New file.
11382         * modules/unicase/u8-is-invariant: New file.
11383
11384         Tests for module 'unicase/u32-casecoll'.
11385         * modules/unicase/u32-casecoll-tests: New file.
11386         * tests/unicase/test-u32-casecoll.c: New file.
11387
11388         Tests for module 'unicase/u16-casecoll'.
11389         * modules/unicase/u16-casecoll-tests: New file.
11390         * tests/unicase/test-u16-casecoll.c: New file.
11391
11392         Tests for module 'unicase/u8-casecoll'.
11393         * modules/unicase/u8-casecoll-tests: New file.
11394         * tests/unicase/test-u8-casecoll.c: New file.
11395
11396         New module 'unicase/u32-casecoll'.
11397         * lib/unicase/u32-casecoll.c: New file.
11398         * modules/unicase/u32-casecoll: New file.
11399
11400         New module 'unicase/u16-casecoll'.
11401         * lib/unicase/u16-casecoll.c: New file.
11402         * modules/unicase/u16-casecoll: New file.
11403
11404         New module 'unicase/u8-casecoll'.
11405         * lib/unicase/u8-casecoll.c: New file.
11406         * lib/unicase/u-casecoll.h: New file.
11407         * modules/unicase/u8-casecoll: New file.
11408
11409         New module 'unicase/u32-casexfrm'.
11410         * lib/unicase/u32-casexfrm.c: New file.
11411         * modules/unicase/u32-casexfrm: New file.
11412
11413         New module 'unicase/u16-casexfrm'.
11414         * lib/unicase/u16-casexfrm.c: New file.
11415         * modules/unicase/u16-casexfrm: New file.
11416
11417         New module 'unicase/u8-casexfrm'.
11418         * lib/unicase/u8-casexfrm.c: New file.
11419         * lib/unicase/u-casexfrm.h: New file.
11420         * modules/unicase/u8-casexfrm: New file.
11421
11422         Tests for module 'unicase/u32-casecmp'.
11423         * modules/unicase/u32-casecmp-tests: New file.
11424         * tests/unicase/test-u32-casecmp.c: New file.
11425
11426         Tests for module 'unicase/u16-casecmp'.
11427         * modules/unicase/u16-casecmp-tests: New file.
11428         * tests/unicase/test-u16-casecmp.c: New file.
11429
11430         Tests for module 'unicase/u8-casecmp'.
11431         * modules/unicase/u8-casecmp-tests: New file.
11432         * tests/unicase/test-u8-casecmp.c: New file.
11433         * tests/unicase/test-casecmp.h: New file.
11434
11435         New module 'unicase/u32-casecmp'.
11436         * lib/unicase/u32-casecmp.c: New file.
11437         * modules/unicase/u32-casecmp: New file.
11438
11439         New module 'unicase/u16-casecmp'.
11440         * lib/unicase/u16-casecmp.c: New file.
11441         * modules/unicase/u16-casecmp: New file.
11442
11443         New module 'unicase/u8-casecmp'.
11444         * lib/unicase/u8-casecmp.c: New file.
11445         * lib/unicase/u-casecmp.h: New file.
11446         * modules/unicase/u8-casecmp: New file.
11447
11448         Tests for module 'unicase/u32-casefold'.
11449         * modules/unicase/u32-casefold-tests: New file.
11450         * tests/unicase/test-u32-casefold.c: New file.
11451
11452         Tests for module 'unicase/u16-casefold'.
11453         * modules/unicase/u16-casefold-tests: New file.
11454         * tests/unicase/test-u16-casefold.c: New file.
11455
11456         Tests for module 'unicase/u8-casefold'.
11457         * modules/unicase/u8-casefold-tests: New file.
11458         * tests/unicase/test-u8-casefold.c: New file.
11459
11460         New module 'unicase/u32-casefold'.
11461         * lib/unicase/u32-casefold.c: New file.
11462         * modules/unicase/u32-casefold: New file.
11463
11464         New module 'unicase/u16-casefold'.
11465         * lib/unicase/u16-casefold.c: New file.
11466         * modules/unicase/u16-casefold: New file.
11467
11468         New module 'unicase/u8-casefold'.
11469         * lib/unicase/u8-casefold.c: New file.
11470         * lib/unicase/u-casefold.h: New file.
11471         * modules/unicase/u8-casefold: New file.
11472
11473         New module 'unicase/tocasefold'.
11474         * lib/unicase/casefold.h: New file.
11475         * lib/unicase/tocasefold.c: New file.
11476         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
11477         * modules/unicase/tocasefold: New file.
11478
11479         Tests for module 'unicase/u32-totitle'.
11480         * modules/unicase/u32-totitle-tests: New file.
11481         * tests/unicase/test-u32-totitle.c: New file.
11482
11483         Tests for module 'unicase/u16-totitle'.
11484         * modules/unicase/u16-totitle-tests: New file.
11485         * tests/unicase/test-u16-totitle.c: New file.
11486
11487         Tests for module 'unicase/u8-totitle'.
11488         * modules/unicase/u8-totitle-tests: New file.
11489         * tests/unicase/test-u8-totitle.c: New file.
11490
11491         New module 'unicase/u32-totitle'.
11492         * lib/unicase/u32-totitle.c: New file.
11493         * modules/unicase/u32-totitle: New file.
11494
11495         New module 'unicase/u16-totitle'.
11496         * lib/unicase/u16-totitle.c: New file.
11497         * modules/unicase/u16-totitle: New file.
11498
11499         New module 'unicase/u8-totitle'.
11500         * lib/unicase/u8-totitle.c: New file.
11501         * lib/unicase/u-totitle.h: New file.
11502         * modules/unicase/u8-totitle: New file.
11503
11504         Tests for module 'unicase/u32-tolower'.
11505         * modules/unicase/u32-tolower-tests: New file.
11506         * tests/unicase/test-u32-tolower.c: New file.
11507
11508         Tests for module 'unicase/u16-tolower'.
11509         * modules/unicase/u16-tolower-tests: New file.
11510         * tests/unicase/test-u16-tolower.c: New file.
11511
11512         Tests for module 'unicase/u8-tolower'.
11513         * modules/unicase/u8-tolower-tests: New file.
11514         * tests/unicase/test-u8-tolower.c: New file.
11515
11516         New module 'unicase/u32-tolower'.
11517         * lib/unicase/u32-tolower.c: New file.
11518         * modules/unicase/u32-tolower: New file.
11519
11520         New module 'unicase/u16-tolower'.
11521         * lib/unicase/u16-tolower.c: New file.
11522         * modules/unicase/u16-tolower: New file.
11523
11524         New module 'unicase/u8-tolower'.
11525         * lib/unicase/u8-tolower.c: New file.
11526         * modules/unicase/u8-tolower: New file.
11527
11528         Tests for module 'unicase/u32-toupper'.
11529         * modules/unicase/u32-toupper-tests: New file.
11530         * tests/unicase/test-u32-toupper.c: New file.
11531
11532         Tests for module 'unicase/u16-toupper'.
11533         * modules/unicase/u16-toupper-tests: New file.
11534         * tests/unicase/test-u16-toupper.c: New file.
11535
11536         Tests for module 'unicase/u8-toupper'.
11537         * modules/unicase/u8-toupper-tests: New file.
11538         * tests/unicase/test-u8-toupper.c: New file.
11539
11540         New module 'unicase/u32-toupper'.
11541         * lib/unicase/u32-toupper.c: New file.
11542         * modules/unicase/u32-toupper: New file.
11543
11544         New module 'unicase/u16-toupper'.
11545         * lib/unicase/u16-toupper.c: New file.
11546         * modules/unicase/u16-toupper: New file.
11547
11548         New module 'unicase/u8-toupper'.
11549         * lib/unicase/u8-toupper.c: New file.
11550         * modules/unicase/u8-toupper: New file.
11551
11552         New module 'unicase/u32-casemap'.
11553         * lib/unicase/u32-casemap.c: New file.
11554         * modules/unicase/u32-casemap: New file.
11555
11556         New module 'unicase/u16-casemap'.
11557         * lib/unicase/u16-casemap.c: New file.
11558         * modules/unicase/u16-casemap: New file.
11559
11560         New module 'unicase/u8-casemap'.
11561         * lib/unicase/unicasemap.h: New file.
11562         * lib/unicase/u8-casemap.c: New file.
11563         * lib/unicase/u-casemap.h: New file.
11564         * modules/unicase/u8-casemap: New file.
11565
11566         New module 'unicase/special-casing'.
11567         * lib/unicase/special-casing.h: New file.
11568         * lib/unicase/special-casing.c: New file.
11569         * lib/unicase/special-casing-table.gperf: New file, generated by
11570         gen-uni-tables.c.
11571         * modules/unicase/special-casing: New file.
11572
11573         Tests for module 'unicase/locale-language'.
11574         * modules/unicase/locale-language-tests: New file.
11575         * tests/unicase/test-locale-language.sh: New file.
11576         * tests/unicase/test-locale-language.c: New file.
11577
11578         New module 'unicase/locale-language'.
11579         * lib/unicase/locale-language.c: New file.
11580         * lib/unicase/locale-languages.gperf: New file.
11581         * modules/unicase/locale-language: New file.
11582
11583         Generate more tables for case conversion and case folding.
11584         * lib/gen-uni-tables.c (SCC_*): New enum items.
11585         (struct special_casing_rule): New type.
11586         (casing_rules, num_casing_rules, allocated_casing_rules): New
11587         variables.
11588         (add_casing_rule, fill_casing_rules): New functions.
11589         (struct casefold_rule): New type.
11590         (casefolding_rules, num_casefolding_rules,
11591         allocated_casefolding_rules): New variables.
11592         (fill_casefolding_rules): New function.
11593         (unicode_casefold): New variable.
11594         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11595         sort_casing_rules, output_casing_rules): New functions.
11596         (main): Accept to more arguments: SpecialCasing.txt and
11597         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11598         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11599         Output mapping for casefolding.
11600
11601         * lib/unicase.h: Include stdbool.h, uninorm.h.
11602         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11603         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11604         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11605         arguments.
11606         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11607         resultp arguments.
11608         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11609         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11610         resultp arguments.
11611         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11612         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11613         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11614         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11615         declarations.
11616         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11617
11618 2009-03-08  Bruno Haible  <bruno@clisp.org>
11619
11620         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11621         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11622         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11623         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11624
11625 2009-03-07  Bruno Haible  <bruno@clisp.org>
11626
11627         Adjust u*_normcmp, u*_normcoll API.
11628         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11629         u16_normcoll, u32_normcoll): Change failure conventions.
11630         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11631         errno and return -1.
11632         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11633
11634 2009-03-07  Bruno Haible  <bruno@clisp.org>
11635
11636         Tests for module 'uninorm/u32-normcoll'.
11637         * modules/uninorm/u32-normcoll-tests: New file.
11638         * tests/uninorm/test-u32-normcoll.c: New file.
11639
11640         Tests for module 'uninorm/u16-normcoll'.
11641         * modules/uninorm/u16-normcoll-tests: New file.
11642         * tests/uninorm/test-u16-normcoll.c: New file.
11643
11644         Tests for module 'uninorm/u8-normcoll'.
11645         * modules/uninorm/u8-normcoll-tests: New file.
11646         * tests/uninorm/test-u8-normcoll.c: New file.
11647
11648 2009-03-07  Bruno Haible  <bruno@clisp.org>
11649
11650         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11651         tests/uninorm/test-u32-normcmp.c.
11652         * tests/uninorm/test-u32-normcmp.c: Include it.
11653         (test_nonascii): New function, extracted from main. Add some more
11654         tests.
11655         (main): Invoke test_ascii and test_nonascii.
11656         * modules/uninorm/u32-normcmp-tests (Files): Add
11657         tests/uninorm/test-u32-normcmp.h.
11658         (Depends-on): Remove uninorm/u32-normcmp.
11659
11660         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11661         tests/uninorm/test-u16-normcmp.c.
11662         * tests/uninorm/test-u16-normcmp.c: Include it.
11663         (test_nonascii): New function, extracted from main. Add some more
11664         tests.
11665         (main): Invoke test_ascii and test_nonascii.
11666         * modules/uninorm/u16-normcmp-tests (Files): Add
11667         tests/uninorm/test-u16-normcmp.h.
11668         (Depends-on): Remove uninorm/u16-normcmp.
11669
11670         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11671         tests/uninorm/test-u8-normcmp.c.
11672         * tests/uninorm/test-u8-normcmp.c: Include it.
11673         (test_nonascii): New function, extracted from main. Add some more
11674         tests.
11675         (main): Invoke test_ascii and test_nonascii.
11676         * modules/uninorm/u8-normcmp-tests (Files): Add
11677         tests/uninorm/test-u8-normcmp.h.
11678         (Depends-on): Remove uninorm/u8-normcmp.
11679
11680 2009-03-07  Bruno Haible  <bruno@clisp.org>
11681
11682         New module 'uninorm/u32-normcoll'.
11683         * lib/uninorm/u32-normcoll.c: New file.
11684         * modules/uninorm/u32-normcoll: New file.
11685
11686         New module 'uninorm/u16-normcoll'.
11687         * lib/uninorm/u16-normcoll.c: New file.
11688         * modules/uninorm/u16-normcoll: New file.
11689
11690         New module 'uninorm/u8-normcoll'.
11691         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
11692         declarations.
11693         * lib/uninorm/u8-normcoll.c: New file.
11694         * lib/uninorm/u-normcoll.h: New file.
11695         * modules/uninorm/u8-normcoll: New file.
11696
11697         New module 'uninorm/u32-normxfrm'.
11698         * lib/uninorm/u32-normxfrm.c: New file.
11699         * modules/uninorm/u32-normxfrm: New file.
11700
11701         New module 'uninorm/u16-normxfrm'.
11702         * lib/uninorm/u16-normxfrm.c: New file.
11703         * modules/uninorm/u16-normxfrm: New file.
11704
11705         New module 'uninorm/u8-normxfrm'.
11706         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
11707         declarations.
11708         * lib/uninorm/u8-normxfrm.c: New file.
11709         * lib/uninorm/u-normxfrm.h: New file.
11710         * modules/uninorm/u8-normxfrm: New file.
11711
11712 2009-03-07  Bruno Haible  <bruno@clisp.org>
11713
11714         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
11715         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
11716         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
11717
11718 2009-03-07  Bruno Haible  <bruno@clisp.org>
11719
11720         New module 'memxfrm'.
11721         * lib/memxfrm.h: New file.
11722         * lib/memxfrm.c: New file.
11723         * modules/memxfrm: New file.
11724
11725 2009-03-07  Bruno Haible  <bruno@clisp.org>
11726
11727         New module 'memcmp2'.
11728         * lib/memcmp2.h: New file.
11729         * lib/memcmp2.c: New file.
11730         * modules/memcmp2: New file.
11731
11732 2009-03-07  Bruno Haible  <bruno@clisp.org>
11733
11734         Tests for module 'uninorm/decomposing-form'.
11735         * modules/uninorm/decomposing-form-tests: New file.
11736         * tests/uninorm/test-decomposing-form.c: New file.
11737
11738         New module 'uninorm/decomposing-form'.
11739         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
11740         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
11741         Add 'decomposing_variant' field.
11742         * lib/uninorm/decomposing-form.c: New file.
11743         * lib/uninorm/nfc.c (uninorm_nfc): Update.
11744         * lib/uninorm/nfd.c (uninorm_nfd): Update.
11745         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
11746         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
11747         * modules/uninorm/decomposing-form: New file.
11748         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
11749         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
11750
11751 2009-03-07  Bruno Haible  <bruno@clisp.org>
11752
11753         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
11754         strings.
11755
11756 2009-03-06  Bruno Haible  <bruno@clisp.org>
11757
11758         Tests for module 'uninorm/u32-normcmp'.
11759         * tests/uninorm/test-u32-normcmp.c: New file.
11760         * modules/uninorm/u32-normcmp-tests: New file.
11761
11762         Tests for module 'uninorm/u16-normcmp'.
11763         * tests/uninorm/test-u16-normcmp.c: New file.
11764         * modules/uninorm/u16-normcmp-tests: New file.
11765
11766         Tests for module 'uninorm/u8-normcmp'.
11767         * tests/uninorm/test-u8-normcmp.c: New file.
11768         * modules/uninorm/u8-normcmp-tests: New file.
11769
11770         New module 'uninorm/u32-normcmp'.
11771         * lib/uninorm/u32-normcmp.c: New file.
11772         * modules/uninorm/u32-normcmp: New file.
11773
11774         New module 'uninorm/u16-normcmp'.
11775         * lib/uninorm/u16-normcmp.c: New file.
11776         * modules/uninorm/u16-normcmp: New file.
11777
11778         New module 'uninorm/u8-normcmp'.
11779         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
11780         declarations.
11781         * lib/uninorm/u8-normcmp.c: New file.
11782         * lib/uninorm/u-normcmp.h: New file.
11783         * modules/uninorm/u8-normcmp: New file.
11784
11785 2009-03-06  Bruno Haible  <bruno@clisp.org>
11786
11787         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
11788         Reported by Eric Blake.
11789
11790 2009-03-06  Eric Blake  <ebb9@byu.net>
11791             Bruno Haible  <bruno@clisp.org>
11792
11793         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
11794         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
11795         condition.
11796         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11797         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
11798         condition.
11799         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11800
11801 2009-03-06  Eric Blake  <ebb9@byu.net>
11802
11803         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
11804         to avoid compiler warnings.
11805         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
11806
11807 2009-03-05  Bruno Haible  <bruno@clisp.org>
11808
11809         * tests/test-ftell.c (main): Disable test beyond end of file on
11810         FreeMiNT.
11811         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11812
11813 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
11814
11815         * lib/filevercmp.c: Move hidden files up in ordering.
11816         * tests/test-filevercmp.c: Add tests for hidden files.
11817
11818 2009-03-04  Bruno Haible  <bruno@clisp.org>
11819
11820         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
11821         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
11822         AM_CFLAGS.
11823         Reported by Simon Josefsson.
11824
11825 2009-03-03  Bruno Haible  <bruno@clisp.org>
11826
11827         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
11828         Reported by Simon Josefsson.
11829
11830         * doc/ld-version-script.texi: Update node reference.
11831
11832 2009-03-03  Bruno Haible  <bruno@clisp.org>
11833
11834         * modules/visibility (License): Change to 'unlimited'.
11835         Suggested by Simon Josefsson.
11836
11837 2009-03-03  Jim Meyering  <meyering@redhat.com>
11838
11839         unlinkdir: cannot_unlink_dir may modify process state
11840         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
11841         it's neither thread-safe nor appropriate for use in a library.
11842
11843 2009-03-03  Eric Blake  <ebb9@byu.net>
11844
11845         test-closein: silence test under Darwin
11846         * tests/test-closein.sh: Ignore stderr from cat, since we don't
11847         care if it dies from EPIPE or EBADF.
11848
11849 2009-03-03  Bruno Haible  <bruno@clisp.org>
11850
11851         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
11852         earlier.
11853         * doc/visibility.texi: Fix @node and @section.
11854
11855 2009-03-03  Simon Josefsson  <simon@josefsson.org>
11856
11857         * doc/gnulib.texi: Link to sections for ld version script and
11858         visibility.
11859         * doc/visibility.texi: Add @node and @section.
11860         * modules/ld-version-script: New module.
11861         * m4/ld-version-script.m4: New file.
11862         * doc/ld-version-script.texi: New file.
11863
11864 2009-03-02  David Lutterkort  <lutter@redhat.com>
11865
11866         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
11867         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11868
11869 2009-03-02  Bruno Haible  <bruno@clisp.org>
11870
11871         * doc/visibility.texi: Mention libtool's -export-symbols option.
11872
11873 2009-03-02  Jim Meyering  <meyering@redhat.com>
11874
11875         announce-gen: new option: --no-print-checksums
11876         * build-aux/announce-gen (usage): Describe it.
11877         (print_checksums): Print a newline here, not in the [*] footnote.
11878         (main): Honor it.
11879
11880 2009-03-01  Bruno Haible  <bruno@clisp.org>
11881
11882         Use socklen_t in the native Windows replacements prototypes.
11883         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
11884         instead of 'int'.
11885         * lib/getsockopt.c (rpl_getsockopt): Likewise.
11886         * lib/setsockopt.c (rpl_setsockopt): Likewise.
11887         * modules/getsockopt (Depends-on): Add socklen.
11888         * modules/setsockopt (Depends-on): Add socklen.
11889
11890 2009-03-01  Bruno Haible  <bruno@clisp.org>
11891
11892         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
11893         least 4.2.
11894
11895 2009-03-01  Eric Blake  <ebb9@byu.net>
11896             Bruno Haible  <bruno@clisp.org>
11897
11898         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
11899         error messages.
11900         * lib/wait-process.c (wait_subprocess): Omit error message about
11901         deadly signal sent to the child of termsigp != NULL.
11902
11903 2009-03-01  Eric Blake  <ebb9@byu.net>
11904
11905         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
11906
11907 2009-03-01  Bruno Haible  <bruno@clisp.org>
11908
11909         Avoid a gcc warning.
11910         * tests/test-sched.c (b): Make global.
11911         Reported by Eric Blake.
11912
11913 2009-01-19  Martin Lambers  <marlam@marlam.de>
11914
11915         Provide POSIX semantics for socket timeout options on W32.
11916         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
11917         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
11918         * modules/setsockopt: Depend on sys_time module for struct timeval.
11919         * modules/getsockopt: Depend on sys_time module for struct timeval.
11920
11921 2009-03-01  Simon Josefsson  <simon@josefsson.org>
11922
11923         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
11924         __USE_GNU, for consistency with netdb.in.h.
11925         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11926
11927 2009-03-01  Bruno Haible  <bruno@clisp.org>
11928
11929         More support for FreeMiNT.
11930         * lib/fseeko.c (rpl_fseeko): Complete last commit.
11931         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11932
11933 2009-03-01  Bruno Haible  <bruno@clisp.org>
11934
11935         More support for FreeMiNT.
11936         * lib/fpurge.c (fpurge): Correct last commit.
11937         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11938
11939 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11940
11941         Fix unportable awk script in vc-list-files.
11942         * build-aux/vc-list-files: In the replacement awk script, use
11943         substr with a second argument of 1, not zero.
11944         Report by Simon Josefsson.
11945
11946 2009-02-28  Bruno Haible  <bruno@clisp.org>
11947
11948         More support for FreeMiNT.
11949         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
11950         to FreeMiNT today.
11951         * lib/fwriting.c (fwriting): Likewise.
11952         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
11953
11954 2009-02-28  Bruno Haible  <bruno@clisp.org>
11955
11956         * tests/test-freadseek.c (main): Disable test beyond end of file on
11957         FreeMiNT.
11958         * tests/test-ftello.c (main): Likewise.
11959         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11960
11961 2009-02-28  Bruno Haible  <bruno@clisp.org>
11962
11963         Add tentative support for FreeMiNT.
11964         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
11965         * lib/fpurge.c (fpurge): Likewise.
11966         * lib/freadable.c (freadable): Likewise.
11967         * lib/freading.c (freading): Likewise.
11968         * lib/freadptr.c (freadptr): Likewise.
11969         * lib/freadseek.c (freadptrinc): Likewise.
11970         * lib/fseeko.c (rpl_fseeko): Likewise.
11971         * lib/fseterr.c (fseterr): Likewise.
11972         * lib/fwritable.c (fwritable): Likewise.
11973         * lib/fwriting.c (fwriting): Likewise.
11974         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
11975         Hourihane.
11976         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11977
11978 2009-02-28  Bruno Haible  <bruno@clisp.org>
11979
11980         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
11981         SIGCHLD.
11982         Reported by Jim Meyering.
11983
11984 2009-02-28  Bruno Haible  <bruno@clisp.org>
11985
11986         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
11987         Mention the results of these tests on various platforms.
11988         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
11989         order.
11990         * doc/posix-functions/printf.texi: Likewise.
11991         * doc/posix-functions/snprintf.texi: Likewise.
11992         * doc/posix-functions/sprintf.texi: Likewise.
11993         * doc/posix-functions/vfprintf.texi: Likewise.
11994         * doc/posix-functions/vprintf.texi: Likewise.
11995         * doc/posix-functions/vsnprintf.texi: Likewise.
11996         * doc/posix-functions/vsprintf.texi: Likewise.
11997         * doc/glibc-functions/obstack_printf.texi: Likewise.
11998         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
11999
12000 2009-02-28  Bruno Haible  <bruno@clisp.org>
12001
12002         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
12003         Reported by Loïc Minier <lool@dooz.org>.
12004
12005 2009-02-27  Bruno Haible  <bruno@clisp.org>
12006
12007         * gnulib-tool (func_import): Make the sed expression used to create the
12008         sed script for updating the .gitignore file POSIX compliant.
12009         Reported by Eric Blake.
12010
12011 2009-02-27  Bruno Haible  <bruno@clisp.org>
12012
12013         * gnulib-tool (sed): Don't alias as "sed --posix".
12014         Reported by Eric Blake.
12015
12016 2009-02-27  Bruno Haible  <bruno@clisp.org>
12017
12018         Avoid test link errors.
12019         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
12020         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
12021         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
12022         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
12023         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12024
12025 2009-02-27  Bruno Haible  <bruno@clisp.org>
12026
12027         Avoid spurious "(cached)" in configure output.
12028         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
12029         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
12030         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
12031         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
12032         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
12033         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
12034         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
12035         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
12036         Reported by Eric Blake.
12037
12038 2009-02-27  Eric Blake  <ebb9@byu.net>
12039
12040         printf: fix regression in previous patch
12041         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
12042
12043 2009-02-27  Bruno Haible  <bruno@clisp.org>
12044
12045         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
12046         value.
12047         * lib/stdint.in.h: Likewise.
12048         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
12049
12050 2009-02-27  Eric Blake  <ebb9@byu.net>
12051
12052         doc: mention more functions added in cygwin 1.7.0
12053         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
12054         addition.
12055         * doc/posix-functions/open_wmemstream.texi: Likewise.
12056         * doc/posix-functions/wcsnlen.texi: Likewise.
12057         * doc/posix-functions/wcsnrtombs.texi: Likewise.
12058         * doc/posix-functions/wcstod.texi: Likewise.
12059         * doc/posix-functions/wcstof.texi: Likewise.
12060         * doc/posix-functions/wcstoimax.texi: Likewise.
12061         * doc/posix-functions/wcstok.texi: Likewise.
12062         * doc/posix-functions/wcstoumax.texi: Likewise.
12063
12064         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
12065         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
12066         * doc/posix-functions/fprintf.texi: Update.
12067         * doc/posix-functions/printf.texi: Update.
12068         * doc/posix-functions/snprintf.texi: Update.
12069         * doc/posix-functions/sprintf.texi: Update.
12070         * doc/posix-functions/vfprintf.texi: Update.
12071         * doc/posix-functions/vprintf.texi: Update.
12072         * doc/posix-functions/vsnprintf.texi: Update.
12073         * doc/posix-functions/vsprintf.texi: Update.
12074         * doc/glibc-functions/obstack_printf.texi: Update.
12075         * doc/glibc-functions/obstack_vprintf.texi: Update.
12076
12077 2009-02-26  Eric Blake  <ebb9@byu.net>
12078
12079         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
12080         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
12081         compilation bug by using runtime conversion.
12082         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
12083         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
12084         * modules/ceill-tests (Files): Use nan.h.
12085         * modules/floorl-tests (Files): Likewise.
12086         * modules/frexpl-tests (Files): Likewise.
12087         * modules/isnanl-tests (Files): Likewise.
12088         * modules/ldexpl-tests (Files): Likewise.
12089         * modules/roundl-tests (Files): Likewise.
12090         * modules/truncl-tests (Files): Likewise.
12091         * tests/test-ceill.c (main): Use a working NaN.
12092         * tests/test-floorl.c (main): Likewise.
12093         * tests/test-frexpl.c (main): Likewise.
12094         * tests/test-isnan.c (test_long_double): Likewise.
12095         * tests/test-isnanl.h (main): Likewise.
12096         * tests/test-ldexpl.h (main): Likewise.
12097         * tests/test-roundl.h (main): Likewise.
12098         * tests/test-truncl.h (main): Likewise.
12099         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
12100
12101 2009-02-26  Eric Blake  <ebb9@byu.net>
12102             Bruno Haible  <bruno@clisp.org>
12103
12104         Work around a *printf bug with %ls on Solaris.
12105         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
12106         precision is specified, sprintf stops converting the wide string
12107         argument when the number of bytes that have been produced by this
12108         conversion equals or exceeds the precision.
12109         * doc/posix-functions/fprintf.texi: Update.
12110         * doc/posix-functions/printf.texi: Update.
12111         * doc/posix-functions/snprintf.texi: Update.
12112         * doc/posix-functions/sprintf.texi: Update.
12113         * doc/posix-functions/vfprintf.texi: Update.
12114         * doc/posix-functions/vprintf.texi: Update.
12115         * doc/posix-functions/vsnprintf.texi: Update.
12116         * doc/posix-functions/vsprintf.texi: Update.
12117         * doc/glibc-functions/obstack_printf.texi: Update.
12118         * doc/glibc-functions/obstack_vprintf.texi: Update.
12119
12120 2009-02-26  Eric Blake  <ebb9@byu.net>
12121
12122         stdlib: favor compiler check of random.h
12123         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
12124         to avoid an ObjC random.h installed by Swarm.
12125
12126 2009-02-26  Bruno Haible  <bruno@clisp.org>
12127
12128         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
12129         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
12130         Reported by Gary V. Vaughan <gary@gnu.org>.
12131
12132 2009-02-26  Bruno Haible  <bruno@clisp.org>
12133
12134         Fix *printf behaviour regarding the %ls directive.
12135         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
12136         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
12137         NEED_PRINTF_DIRECTIVE_LS.
12138         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
12139         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12140         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12141         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
12142         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
12143         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
12144         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12145         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12146         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12147         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12148         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12149         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
12150         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12151         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12152         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12153         * doc/posix-functions/fprintf.texi: Update.
12154         * doc/posix-functions/printf.texi: Update.
12155         * doc/posix-functions/snprintf.texi: Update.
12156         * doc/posix-functions/sprintf.texi: Update.
12157         * doc/posix-functions/vfprintf.texi: Update.
12158         * doc/posix-functions/vprintf.texi: Update.
12159         * doc/posix-functions/vsnprintf.texi: Update.
12160         * doc/posix-functions/vsprintf.texi: Update.
12161         * doc/glibc-functions/obstack_printf.texi: Update.
12162         * doc/glibc-functions/obstack_vprintf.texi: Update.
12163         Reported by Eric Blake.
12164
12165 2009-02-25  Bruno Haible  <bruno@clisp.org>
12166
12167         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
12168         with known value.
12169         Reported by Gary V. Vaughan <gary@gnu.org>.
12170
12171 2009-02-25  Bruno Haible  <bruno@clisp.org>
12172
12173         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
12174         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
12175         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
12176         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
12177         Reported by Gary V. Vaughan <gary@gnu.org>.
12178
12179 2009-02-25  Bruno Haible  <bruno@clisp.org>
12180
12181         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
12182         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
12183         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
12184         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
12185         Reported by Gary V. Vaughan <gary@gnu.org>.
12186
12187 2009-02-25  Eric Blake  <ebb9@byu.net>
12188
12189         tests: skip fseek/ftell tests if ungetc is broken
12190         * m4/ungetc.m4: New file.
12191         * modules/fseek-tests: Split test, so ungetc dependency is
12192         separate from rest of test.
12193         * modules/fseeko-tests: Likewise.
12194         * modules/ftell-tests: Likewise.
12195         * modules/ftello-tests: Likewise.
12196         * tests/test-fseek.c (main): Isolate ungetc dependency.
12197         * tests/test-fseeko.c (main): Likewise.
12198         * tests/test-ftell.c (main): Likewise.
12199         * tests/test-ftello.c (main): Likewise.
12200         * tests/test-fseek2.sh: New file.
12201         * tests/test-fseeko2.sh: Likewise.
12202         * tests/test-ftell2.sh: Likewise.
12203         * tests/test-ftello2.sh: Likewise.
12204
12205 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
12206
12207         test-getaddrinfo: fix usage of skip return code 77
12208         * tests/test-gettaddrinfo.c: Return skip code 77 only
12209         for first occurance of skip (4x77 is not 77)
12210
12211 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
12212
12213         strtod: avoid C99 decl-after-statement
12214         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
12215
12216 2009-02-24  Eric Blake  <ebb9@byu.net>
12217
12218         strtod: detect HP-UX 11.31 bug
12219         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
12220         Reported by Gary V. Vaughan.
12221
12222 2009-02-23  Bruno Haible  <bruno@clisp.org>
12223
12224         Fix invalid read past end of memory block.
12225         * lib/vasnprintf.c (DCHAR_SET): Define.
12226         (local_wcslen): Define only when needed.
12227         (local_strnlen, local_wcsnlen): New functions.
12228         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
12229         directives that involve a conversion ourselves.
12230         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
12231         wcsnlen, mbrtowc, wcrtomb.
12232         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
12233         * tests/test-vasprintf-posix.c (test_function): Likewise.
12234         * tests/test-snprintf-posix.h (test_function): Likewise.
12235         * tests/test-sprintf-posix.h (test_function): Likewise.
12236         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12237
12238 2009-02-22  Bruno Haible  <bruno@clisp.org>
12239
12240         Implement new clarified decomposition of Hangul syllables.
12241         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
12242         of type LTV, return only a pairwise decomposition.
12243         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
12244         Likewise.
12245         * tests/uninorm/test-decomposition.c (main): Updated expected result.
12246         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
12247         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
12248
12249 2009-02-22  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
12252         zero-length results and shrink excess allocated memory.
12253         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
12254         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
12255         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
12256         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
12257         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
12258         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
12259         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
12260         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
12261         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
12262         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
12263         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
12264         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
12265
12266 2009-02-21  Bruno Haible  <bruno@clisp.org>
12267
12268         * doc/gnulib.texi: Include safe-alloc.texi earlier.
12269         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
12270         spaces after a period. Put a space between a macro name and its
12271         argument list. Trivial rewordings.
12272         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
12273         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
12274         (main): Return 0 explicitly.
12275
12276 2009-02-21  Bruno Haible  <bruno@clisp.org>
12277
12278         Tests for module 'uninorm/filter'.
12279         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
12280         * modules/uninorm/filter-tests: New file.
12281
12282         New module 'uninorm/filter'.
12283         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
12284         uninorm_filter_flush, uninorm_filter_free): New declarations.
12285         * lib/uninorm/uninorm-filter.c: New file.
12286         * modules/uninorm/filter: New file.
12287
12288 2009-02-21  Bruno Haible  <bruno@clisp.org>
12289
12290         Tests for module 'uninorm/nfkc'.
12291         * tests/uninorm/test-nfkc.c: New file.
12292         * tests/uninorm/test-u8-nfkc.c: New file.
12293         * tests/uninorm/test-u16-nfkc.c: New file.
12294         * tests/uninorm/test-u32-nfkc.c: New file.
12295         * tests/uninorm/test-u32-nfkc-big.sh: New file.
12296         * tests/uninorm/test-u32-nfkc-big.c: New file.
12297         * modules/uninorm/nfkc-tests: New file.
12298
12299         New module 'uninorm/nfkc'.
12300         * lib/uninorm/nfkc.c: New file.
12301         * modules/uninorm/nfkc: New file.
12302
12303         Tests for module 'uninorm/nfkd'.
12304         * tests/uninorm/test-nfkd.c: New file.
12305         * tests/uninorm/test-u8-nfkd.c: New file.
12306         * tests/uninorm/test-u16-nfkd.c: New file.
12307         * tests/uninorm/test-u32-nfkd.c: New file.
12308         * tests/uninorm/test-u32-nfkd-big.sh: New file.
12309         * tests/uninorm/test-u32-nfkd-big.c: New file.
12310         * modules/uninorm/nfkd-tests: New file.
12311
12312         New module 'uninorm/nfkd'.
12313         * lib/uninorm/nfkd.c: New file.
12314         * modules/uninorm/nfkd: New file.
12315
12316         Tests for module 'uninorm/nfc'.
12317         * tests/uninorm/test-nfc.c: New file.
12318         * tests/uninorm/test-u8-nfc.c: New file.
12319         * tests/uninorm/test-u16-nfc.c: New file.
12320         * tests/uninorm/test-u32-nfc.c: New file.
12321         * tests/uninorm/test-u32-nfc-big.sh: New file.
12322         * tests/uninorm/test-u32-nfc-big.c: New file.
12323         * modules/uninorm/nfc-tests: New file.
12324
12325         New module 'uninorm/nfc'.
12326         * lib/uninorm/nfc.c: New file.
12327         * modules/uninorm/nfc: New file.
12328
12329         Tests for module 'uninorm/nfd'.
12330         * tests/uninorm/test-nfd.c: New file.
12331         * tests/uninorm/test-u8-nfd.c: New file.
12332         * tests/uninorm/test-u16-nfd.c: New file.
12333         * tests/uninorm/test-u32-nfd.c: New file.
12334         * tests/uninorm/test-u32-nfd-big.sh: New file.
12335         * tests/uninorm/test-u32-nfd-big.c: New file.
12336         * tests/uninorm/test-u32-normalize-big.h: New file.
12337         * tests/uninorm/test-u32-normalize-big.c: New file.
12338         * tests/uninorm/NormalizationTest.txt: New file, created from
12339         Unicode 5.1.0 NormalizationTest.txt.
12340         * modules/uninorm/nfd-tests: New file.
12341
12342         New module 'uninorm/nfd'.
12343         * lib/uninorm/nfd.c: New file.
12344         * modules/uninorm/nfd: New file.
12345
12346         New module 'uninorm/u32-normalize'.
12347         * lib/uninorm/u32-normalize.c: New file.
12348         * modules/uninorm/u32-normalize: New file.
12349
12350         New module 'uninorm/u16-normalize'.
12351         * lib/uninorm/u16-normalize.c: New file.
12352         * modules/uninorm/u16-normalize: New file.
12353
12354         New module 'uninorm/u8-normalize'.
12355         * lib/uninorm/u8-normalize.c: New file.
12356         * lib/uninorm/normalize-internal.h: New file.
12357         * lib/uninorm/u-normalize-internal.h: New file.
12358         * modules/uninorm/u8-normalize: New file.
12359
12360         New module 'uninorm/decompose-internal'.
12361         * lib/uninorm/decompose-internal.c: New file.
12362         * modules/uninorm/decompose-internal: New file.
12363
12364         Tests for module 'uninorm/composition'.
12365         * tests/uninorm/test-composition.c: New file.
12366         * modules/uninorm/composition-tests: New file.
12367
12368         New module 'uninorm/composition'.
12369         * lib/uninorm/composition.c: New file.
12370         * lib/uninorm/composition-table.gperf: New file, generated by
12371         gen-uni-tables.
12372         * modules/uninorm/composition: New file.
12373
12374         Tests for module 'uninorm/compat-decomposition'.
12375         * tests/uninorm/test-compat-decomposition.c: New file.
12376         * modules/uninorm/compat-decomposition-tests: New file.
12377
12378         New module 'uninorm/compat-decomposition'.
12379         * lib/uninorm/decompose-internal.h: New file.
12380         * lib/uninorm/compat-decomposition.c: New file.
12381         * modules/uninorm/compat-decomposition: New file.
12382
12383         Tests for module 'uninorm/canonical-decomposition'.
12384         * tests/uninorm/test-canonical-decomposition.c: New file.
12385         * modules/uninorm/canonical-decomposition-tests: New file.
12386
12387         New module 'uninorm/canonical-decomposition'.
12388         * lib/uninorm/canonical-decomposition.c: New file.
12389         * modules/uninorm/canonical-decomposition: New file.
12390
12391         Tests for module 'uninorm/decomposition'.
12392         * tests/uninorm/test-decomposition.c: New file.
12393         * modules/uninorm/decomposition-tests: New file.
12394
12395         New module 'uninorm/decomposition'.
12396         * lib/uninorm/decomposition.c: New file.
12397         * modules/uninorm/decomposition: New file.
12398
12399         New module 'uninorm/decomposition-table'.
12400         * lib/uninorm/decomposition-table.h: New file.
12401         * lib/uninorm/decomposition-table.c: New file.
12402         * lib/uninorm/decomposition-table1.h: New file, generated by
12403         gen-uni-tables.
12404         * lib/uninorm/decomposition-table2.h: New file, generated by
12405         gen-uni-tables.
12406         * modules/uninorm/decomposition-table: New file.
12407
12408         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
12409         (UC_DECOMP_*): New enumeration items.
12410         (get_decomposition): New function.
12411         (struct decomp_table): New type.
12412         (output_decomposition, output_decomposition_tables): New functions.
12413         (unicode_composition_exclusions): New variable.
12414         (fill_composition_exclusions, debug_output_composition_tables): New
12415         functions.
12416         (main): Accept one more argument. Invoke fill_composition_exclusions.
12417         Output decomposition and composition tables.
12418
12419         New module 'uninorm/base'.
12420         * lib/uninorm.h: New file.
12421         * lib/unictype.h: Update comment.
12422         * modules/uninorm/base: New file.
12423
12424 2009-02-21  David Lutterkort  <lutter@redhat.com>
12425
12426         Tests for module 'safe-alloc'.
12427         * tests/test-safe-alloc.c: New file.
12428         * modules/safe-alloc-tests: New file.
12429
12430         New module 'safe-alloc'.
12431         * lib/safe-alloc.h: New file.
12432         * lib/safe-alloc.c: New file.
12433         * m4/safe-alloc.m4: New file.
12434         * modules/safe-alloc: New file.
12435         * doc/safe-alloc.texi: New file.
12436         * doc/gnulib.texi: Include it.
12437         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
12438         safe-alloc.
12439
12440 2009-02-18  Bruno Haible  <bruno@clisp.org>
12441
12442         Fix link error on non-glibc systems.
12443         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
12444         variable.
12445         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12446
12447 2009-02-18  Jim Meyering  <meyering@redhat.com>
12448
12449         fts: avoid used-uninitialized error due to recent change
12450         * lib/fts.c (fts_read): Guard uses of the new member,
12451         parent->fts_n_dirs_remaining, since it's not relevant for
12452         the parent of a directory specified on the command-line.
12453
12454 2009-02-17  James Youngman  <jay@gnu.org>
12455             Bruno Haible  <bruno@clisp.org>
12456
12457         * m4/include_next.m4: Reformulate comment.
12458
12459 2009-02-16  Jim Meyering  <meyering@redhat.com>
12460
12461         fts: add #if guards so that the fts_lgpl module still builds
12462         * lib/fts.c: Guard just-added hash-table-using parts with
12463         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
12464         Reported by Simon Josefsson.
12465
12466 2009-02-15  Bruno Haible  <bruno@clisp.org>
12467
12468         * modules/array-mergesort-tests: New file.
12469         * tests/test-array-mergesort.c: New file.
12470
12471         New module 'array-mergesort'.
12472         * modules/array-mergesort: New file.
12473         * lib/array-mergesort.h: New file.
12474
12475 2009-02-15  Bruno Haible  <bruno@clisp.org>
12476
12477         Fix 2009-02-07 commit.
12478         * lib/gen-uni-tables.c (output_predicate, output_category,
12479         output_combclass, output_bidi_category, output_decimal_digit,
12480         output_digit, output_numeric, output_mirror, output_scripts,
12481         output_ident_category, output_simple_mapping): Fix format directives.
12482         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
12483
12484 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
12485
12486         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
12487         fixes are available from IBM.
12488
12489 2009-02-13  Jim Meyering  <meyering@redhat.com>
12490
12491         fts: arrange not to stat non-directories in more cases
12492         This makes GNU find (when it doesn't need to stat each file)
12493         *much* more efficient at traversing reiserfs file systems.
12494         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
12495         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
12496         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
12497         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
12498         (leaf_optimization_applies): New function.
12499         (LCO_hash, LCO_compare): New helper functions.
12500         (link_count_optimize_ok): New function.
12501         (fts_stat): Initialize new member (if dir).
12502         (fts_read): Decrement parent's fts_n_dirs_remaining count if
12503         we've just stat'ed a directory.  Skip the stat call when possible.
12504         ---
12505         Note this AFS-related exchange:
12506         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
12507         and note find's pioctl call in find/fstype.c.
12508         But that is necessary only if you want to enable the
12509         optimization for AFS, and for now, I don't.
12510
12511         fts: move a function definition "up" (no semantic change)
12512         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
12513         "up" to precede upcoming use of a related function.
12514
12515 2009-02-11  Jim Meyering  <meyering@redhat.com>
12516
12517         fts: correct internal computation of nlinks (optimization-related)
12518         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
12519         whether the current entry is a directory, so don't test it.
12520
12521 2009-02-10  Bruno Haible  <bruno@clisp.org>
12522
12523         Tests for module 'uniwbrk/ulc-wordbreaks'.
12524         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12525         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12526         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12527
12528         Tests for module 'uniwbrk/u32-wordbreaks'.
12529         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12530         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12531
12532         Tests for module 'uniwbrk/u16-wordbreaks'.
12533         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12534         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12535
12536         Tests for module 'uniwbrk/u8-wordbreaks'.
12537         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12538         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12539
12540 2009-02-10  Bruno Haible  <bruno@clisp.org>
12541
12542         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12543         property.
12544         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12545         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12546         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12547
12548 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12549
12550         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12551         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12552
12553 2009-02-10  Bruno Haible  <bruno@clisp.org>
12554
12555         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12556         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12557         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12558         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12559         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12560         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12561
12562 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12563
12564         * lib/sockets.h (gl_fd_to_handle): New function.
12565
12566         * tests/test-sockets.c: Call gl_fd_to_handle.
12567
12568 2009-02-09  Bruno Haible  <bruno@clisp.org>
12569
12570         * doc/havelib.texi: Document the conventions on bi-arch systems.
12571
12572 2009-02-08  Bruno Haible  <bruno@clisp.org>
12573
12574         Document the AC_LIB_LINKFLAGS macro.
12575         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12576         * doc/gnulib.texi: Include it.
12577
12578 2009-02-08  Bruno Haible  <bruno@clisp.org>
12579
12580         Fix wrong order of sections, compared to TOC.
12581         * doc/gnulib.texi: Include relocatable-maint.texi after the
12582         "Regular expressions" node, not before.
12583
12584 2009-02-08  Bruno Haible  <bruno@clisp.org>
12585
12586         Tests for module 'unicase/totitle'.
12587         * modules/unicase/totitle-tests: New file.
12588
12589         Tests for module 'unicase/tolower'.
12590         * modules/unicase/tolower-tests: New file.
12591
12592         Tests for module 'unicase/toupper'.
12593         * modules/unicase/toupper-tests: New file.
12594         * tests/unicase/test-mapping-part1.h: New file.
12595         * tests/unicase/test-mapping-part2.h: New file.
12596
12597         New module 'unicase/totitle'.
12598         * modules/unicase/totitle: New file.
12599         * lib/unicase/totitle.c: New file.
12600
12601         New module 'unicase/tolower'.
12602         * modules/unicase/tolower: New file.
12603         * lib/unicase/tolower.c: New file.
12604
12605         New module 'unicase/toupper'.
12606         * modules/unicase/toupper: New file.
12607         * lib/unicase/toupper.c: New file.
12608         * lib/unicase/simple-mapping.h: New file.
12609
12610         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12611         (mapping_table): New structure.
12612         (output_simple_mapping): New function.
12613         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12614         * modules/gen-uni-tables (Description): Update.
12615         * lib/unicase/toupper.h: New file, automatically generated by
12616         gen-uni-tables.
12617         * lib/unicase/tolower.h: New file, automatically generated by
12618         gen-uni-tables.
12619         * lib/unicase/totitle.h: New file, automatically generated by
12620         gen-uni-tables.
12621         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12622         gen-uni-tables.
12623         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12624         gen-uni-tables.
12625         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12626         gen-uni-tables.
12627
12628         New module 'unicase/base'.
12629         * modules/unicase/base: New file.
12630         * lib/unicase.h: New file.
12631
12632 2009-02-08  Bruno Haible  <bruno@clisp.org>
12633
12634         New module 'uniwbrk/ulc-wordbreaks'.
12635         * modules/uniwbrk/ulc-wordbreaks: New file.
12636         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12637
12638         New module 'uniwbrk/u32-wordbreaks'.
12639         * modules/uniwbrk/u32-wordbreaks: New file.
12640         * lib/uniwbrk/u32-wordbreaks.c: New file.
12641
12642         New module 'uniwbrk/u16-wordbreaks'.
12643         * modules/uniwbrk/u16-wordbreaks: New file.
12644         * lib/uniwbrk/u16-wordbreaks.c: New file.
12645
12646         New module 'uniwbrk/u8-wordbreaks'.
12647         * modules/uniwbrk/u8-wordbreaks: New file.
12648         * lib/uniwbrk/u8-wordbreaks.c: New file.
12649         * lib/uniwbrk/u-wordbreaks.h: New file.
12650
12651         New module 'uniwbrk/table'.
12652         * modules/uniwbrk/table: New file.
12653         * lib/uniwbrk/wbrktable.h: New file.
12654         * lib/uniwbrk/wbrktable.c: New file.
12655
12656         New module 'uniwbrk/wordbreak-property'.
12657         * modules/uniwbrk/wordbreak-property: New file.
12658         * lib/uniwbrk/wordbreak-property.c: New file.
12659
12660         * lib/gen-uni-tables.c (WBP_*): New enum items.
12661         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12662         (unicode_org_wbp): New variable.
12663         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12664         New functions.
12665         (wbp_table): New structure.
12666         (output_wbp, output_wbrk_tables): New functions.
12667         (main): Accept additional argument. Invoke fill_org_wbp,
12668         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12669         output_wbrk_tables.
12670         * modules/gen-uni-tables (Description): Update.
12671         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
12672         gen-uni-tables.
12673
12674         New module 'uniwbrk/base'.
12675         * modules/uniwbrk/base: New file.
12676         * lib/uniwbrk.h: New file.
12677
12678 2009-02-08  Bruno Haible  <bruno@clisp.org>
12679
12680         Update to Unicode 5.1.0.
12681         * lib/gen-uni-tables.c (is_property_alphabetic): Include
12682         U+2185..U+2188.
12683         (is_property_default_ignorable_code_point): Don't include characters
12684         of category Cc or Cs and not-a-characters.
12685         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
12686         U+0D79, U+109E, U+109F, U+A60C.
12687         * lib/unictype/bidi_of.h: Regenerated.
12688         * lib/unictype/blocks.h: Regenerated.
12689         * lib/unictype/categ_C.h: Regenerated.
12690         * lib/unictype/categ_Cf.h: Regenerated.
12691         * lib/unictype/categ_Cn.h: Regenerated.
12692         * lib/unictype/categ_L.h: Regenerated.
12693         * lib/unictype/categ_Ll.h: Regenerated.
12694         * lib/unictype/categ_Lm.h: Regenerated.
12695         * lib/unictype/categ_Lo.h: Regenerated.
12696         * lib/unictype/categ_Lu.h: Regenerated.
12697         * lib/unictype/categ_M.h: Regenerated.
12698         * lib/unictype/categ_Mc.h: Regenerated.
12699         * lib/unictype/categ_Me.h: Regenerated.
12700         * lib/unictype/categ_Mn.h: Regenerated.
12701         * lib/unictype/categ_N.h: Regenerated.
12702         * lib/unictype/categ_Nd.h: Regenerated.
12703         * lib/unictype/categ_Nl.h: Regenerated.
12704         * lib/unictype/categ_No.h: Regenerated.
12705         * lib/unictype/categ_P.h: Regenerated.
12706         * lib/unictype/categ_Pd.h: Regenerated.
12707         * lib/unictype/categ_Pe.h: Regenerated.
12708         * lib/unictype/categ_Pf.h: Regenerated.
12709         * lib/unictype/categ_Pi.h: Regenerated.
12710         * lib/unictype/categ_Po.h: Regenerated.
12711         * lib/unictype/categ_Ps.h: Regenerated.
12712         * lib/unictype/categ_S.h: Regenerated.
12713         * lib/unictype/categ_Sk.h: Regenerated.
12714         * lib/unictype/categ_Sm.h: Regenerated.
12715         * lib/unictype/categ_So.h: Regenerated.
12716         * lib/unictype/categ_of.h: Regenerated.
12717         * lib/unictype/combining.h: Regenerated.
12718         * lib/unictype/ctype_alnum.h: Regenerated.
12719         * lib/unictype/ctype_alpha.h: Regenerated.
12720         * lib/unictype/ctype_graph.h: Regenerated.
12721         * lib/unictype/ctype_lower.h: Regenerated.
12722         * lib/unictype/ctype_print.h: Regenerated.
12723         * lib/unictype/ctype_punct.h: Regenerated.
12724         * lib/unictype/ctype_upper.h: Regenerated.
12725         * lib/unictype/decdigit.h: Regenerated.
12726         * lib/unictype/digit.h: Regenerated.
12727         * lib/unictype/mirror.h: Regenerated.
12728         * lib/unictype/numeric.h: Regenerated.
12729         * lib/unictype/pr_alphabetic.h: Regenerated.
12730         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
12731         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
12732         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
12733         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
12734         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
12735         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
12736         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
12737         * lib/unictype/pr_combining.h: Regenerated.
12738         * lib/unictype/pr_dash.h: Regenerated.
12739         * lib/unictype/pr_decimal_digit.h: Regenerated.
12740         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
12741         * lib/unictype/pr_deprecated.h: Regenerated.
12742         * lib/unictype/pr_diacritic.h: Regenerated.
12743         * lib/unictype/pr_extender.h: Regenerated.
12744         * lib/unictype/pr_format_control.h: Regenerated.
12745         * lib/unictype/pr_grapheme_base.h: Regenerated.
12746         * lib/unictype/pr_grapheme_extend.h: Regenerated.
12747         * lib/unictype/pr_grapheme_link.h: Regenerated.
12748         * lib/unictype/pr_id_continue.h: Regenerated.
12749         * lib/unictype/pr_id_start.h: Regenerated.
12750         * lib/unictype/pr_ideographic.h: Regenerated.
12751         * lib/unictype/pr_ignorable_control.h: Regenerated.
12752         * lib/unictype/pr_lowercase.h: Regenerated.
12753         * lib/unictype/pr_math.h: Regenerated.
12754         * lib/unictype/pr_numeric.h: Regenerated.
12755         * lib/unictype/pr_other_alphabetic.h: Regenerated.
12756         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
12757         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
12758         * lib/unictype/pr_other_id_continue.h: Regenerated.
12759         * lib/unictype/pr_other_lowercase.h: Regenerated.
12760         * lib/unictype/pr_other_math.h: Regenerated.
12761         * lib/unictype/pr_punctuation.h: Regenerated.
12762         * lib/unictype/pr_sentence_terminal.h: Regenerated.
12763         * lib/unictype/pr_soft_dotted.h: Regenerated.
12764         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
12765         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
12766         * lib/unictype/pr_unified_ideograph.h: Regenerated.
12767         * lib/unictype/pr_uppercase.h: Regenerated.
12768         * lib/unictype/pr_xid_continue.h: Regenerated.
12769         * lib/unictype/pr_xid_start.h: Regenerated.
12770         * lib/unictype/pr_zero_width.h: Regenerated.
12771         * lib/unictype/scripts.h: Regenerated.
12772         * lib/unictype/scripts_byname.gperf: Regenerated.
12773         * lib/unictype/sy_java_ident.h: Regenerated.
12774         * lib/unilbrk/lbrkprop1.h: Regenerated.
12775         * lib/unilbrk/lbrkprop2.h: Regenerated.
12776         * tests/unictype/test-categ_C.c: Regenerated.
12777         * tests/unictype/test-categ_Cf.c: Regenerated.
12778         * tests/unictype/test-categ_Cn.c: Regenerated.
12779         * tests/unictype/test-categ_L.c: Regenerated.
12780         * tests/unictype/test-categ_Ll.c: Regenerated.
12781         * tests/unictype/test-categ_Lm.c: Regenerated.
12782         * tests/unictype/test-categ_Lo.c: Regenerated.
12783         * tests/unictype/test-categ_Lu.c: Regenerated.
12784         * tests/unictype/test-categ_M.c: Regenerated.
12785         * tests/unictype/test-categ_Mc.c: Regenerated.
12786         * tests/unictype/test-categ_Me.c: Regenerated.
12787         * tests/unictype/test-categ_Mn.c: Regenerated.
12788         * tests/unictype/test-categ_N.c: Regenerated.
12789         * tests/unictype/test-categ_Nd.c: Regenerated.
12790         * tests/unictype/test-categ_Nl.c: Regenerated.
12791         * tests/unictype/test-categ_No.c: Regenerated.
12792         * tests/unictype/test-categ_P.c: Regenerated.
12793         * tests/unictype/test-categ_Pd.c: Regenerated.
12794         * tests/unictype/test-categ_Pe.c: Regenerated.
12795         * tests/unictype/test-categ_Pf.c: Regenerated.
12796         * tests/unictype/test-categ_Pi.c: Regenerated.
12797         * tests/unictype/test-categ_Po.c: Regenerated.
12798         * tests/unictype/test-categ_Ps.c: Regenerated.
12799         * tests/unictype/test-categ_S.c: Regenerated.
12800         * tests/unictype/test-categ_Sk.c: Regenerated.
12801         * tests/unictype/test-categ_Sm.c: Regenerated.
12802         * tests/unictype/test-categ_So.c: Regenerated.
12803         * tests/unictype/test-ctype_alnum.c: Regenerated.
12804         * tests/unictype/test-ctype_alpha.c: Regenerated.
12805         * tests/unictype/test-ctype_graph.c: Regenerated.
12806         * tests/unictype/test-ctype_lower.c: Regenerated.
12807         * tests/unictype/test-ctype_print.c: Regenerated.
12808         * tests/unictype/test-ctype_punct.c: Regenerated.
12809         * tests/unictype/test-ctype_upper.c: Regenerated.
12810         * tests/unictype/test-decdigit.h: Regenerated.
12811         * tests/unictype/test-digit.h: Regenerated.
12812         * tests/unictype/test-numeric.h: Regenerated.
12813         * tests/unictype/test-pr_alphabetic.c: Regenerated.
12814         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
12815         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
12816         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
12817         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
12818         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
12819         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
12820         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
12821         * tests/unictype/test-pr_combining.c: Regenerated.
12822         * tests/unictype/test-pr_dash.c: Regenerated.
12823         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
12824         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
12825         * tests/unictype/test-pr_deprecated.c: Regenerated.
12826         * tests/unictype/test-pr_diacritic.c: Regenerated.
12827         * tests/unictype/test-pr_extender.c: Regenerated.
12828         * tests/unictype/test-pr_format_control.c: Regenerated.
12829         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
12830         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
12831         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
12832         * tests/unictype/test-pr_id_continue.c: Regenerated.
12833         * tests/unictype/test-pr_id_start.c: Regenerated.
12834         * tests/unictype/test-pr_ideographic.c: Regenerated.
12835         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
12836         * tests/unictype/test-pr_lowercase.c: Regenerated.
12837         * tests/unictype/test-pr_math.c: Regenerated.
12838         * tests/unictype/test-pr_numeric.c: Regenerated.
12839         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
12840         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
12841         Regenerated.
12842         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
12843         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
12844         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
12845         * tests/unictype/test-pr_other_math.c: Regenerated.
12846         * tests/unictype/test-pr_punctuation.c: Regenerated.
12847         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
12848         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
12849         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
12850         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
12851         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
12852         * tests/unictype/test-pr_uppercase.c: Regenerated.
12853         * tests/unictype/test-pr_xid_continue.c: Regenerated.
12854         * tests/unictype/test-pr_xid_start.c: Regenerated.
12855         * tests/unictype/test-pr_zero_width.c: Regenerated.
12856
12857         Update to Unicode 5.1.0.
12858         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
12859         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
12860         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
12861         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
12862         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
12863         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
12864         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
12865         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
12866         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
12867         (nonspacing_table_ind): Update.
12868         * tests/uniwidth/test-uc_width2.sh: Update expected result.
12869
12870         Update to Unicode 5.1.0.
12871         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
12872         code transform.
12873         * lib/uniname/uniname.c (unicode_character_name,
12874         unicode_name_character): Add the range 0x1Fxxx to the code transform.
12875         * lib/uniname/uninames.h: Regenerated.
12876         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
12877
12878 2009-02-07  Bruno Haible  <bruno@clisp.org>
12879
12880         Merge gen-ctype and gen-lbrk into a single program.
12881         * lib/gen-uni-tables.c: New file, incorporating
12882         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
12883         Add directory prefixes to the names of the generated files.
12884         * lib/unictype/gen-ctype.c: Remove file.
12885         * lib/unilbrk/gen-lbrk.c: Remove file.
12886         * modules/gen-uni-tables: New file.
12887         * modules/unictype/gen-ctype: Remove file.
12888         * modules/unilbrk/gen-lbrk: Remove file.
12889
12890 2009-02-07  Bruno Haible  <bruno@clisp.org>
12891
12892         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
12893
12894         New module 'unistr/u32-strcoll'.
12895         * modules/unistr/u32-strcoll: New file.
12896         * lib/unistr/u32-strcoll.c: New file.
12897
12898         New module 'unistr/u16-strcoll'.
12899         * modules/unistr/u16-strcoll: New file.
12900         * lib/unistr/u16-strcoll.c: New file.
12901
12902         New module 'unistr/u8-strcoll'.
12903         * modules/unistr/u8-strcoll: New file.
12904         * lib/unistr/u8-strcoll.c: New file.
12905         * lib/unistr/u-strcoll.h: New file.
12906
12907 2009-02-07  Bruno Haible  <bruno@clisp.org>
12908
12909         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
12910         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12911         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12912         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
12913         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
12914         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
12915
12916 2009-02-07  Bruno Haible  <bruno@clisp.org>
12917
12918         Make 64-bit clean.
12919         * lib/unictype/gen-ctype.c (output_predicate, output_category,
12920         output_combclass, output_bidi_category, output_decimal_digit,
12921         output_digit, output_numeric, output_mirror, output_scripts,
12922         output_ident_category): Use proper width specifier in format strings.
12923
12924 2009-02-07  Bruno Haible  <bruno@clisp.org>
12925
12926         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
12927         failure behaviour.
12928
12929 2009-02-07  Jim Meyering  <meyering@redhat.com>
12930
12931         regex: avoid compilation failure with upcoming gcc-4.4
12932         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
12933         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
12934         "... error: integer overflow in preprocessor expression".
12935
12936 2009-02-05  Ben Pfaff  <blp@gnu.org>
12937
12938         Fix link errors on Windows when close module is used.
12939         * modules/close: Add $(LIB_CLOSE) to Link section.
12940         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
12941         $(LIB_CLOSE) on Windows.
12942
12943 2009-02-05  Jim Meyering  <meyering@redhat.com>
12944
12945         still avoid unused-parameter warnings, but do it cleanly
12946         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
12947         (get_fs_usage): Cast to void instead.
12948         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
12949         (dev_from_mount_options, read_file_system_list): Cast to void.
12950         Prompted by Bruno Haible.
12951
12952 2009-02-04  Jim Meyering  <meyering@redhat.com>
12953
12954         fsusage.c: correct copyright year
12955         * lib/fsusage.c: Reflect year in which the change is pushed into
12956
12957         avoid misc. warnings
12958         * lib/fsusage.c (UNUSED_PARAM): Define.
12959         (get_fs_usage): Mark parameter "disk" as unused.
12960         * lib/getugroups.c (getgrent): Use "void" in prototype.
12961         * lib/mountlist.c: Mark unused parameters.
12962         (read_file_system_list): Declare a local with "const".
12963         * lib/nanosleep.c (getnow): Declare static.
12964         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
12965
12966         dirfd: set errno upon failure
12967         * lib/dirfd.c: Include <errno.h>.
12968         Set errno to ENOTSUP when returning -1.
12969         * modules/dirfd (Depends-on): Add errno.
12970         Suggested by John Kodis <kodis@comcast.net>.
12971
12972 2009-02-01  Bruno Haible  <bruno@clisp.org>
12973
12974         Don't assume sizeof (long) >= sizeof (void *).
12975         * lib/memcmp.c: Include stdint.h.
12976         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
12977         srcp2 to 'const byte *'.
12978         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
12979         types to uintptr_t.
12980         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
12981         * modules/memcmp (Depends-on): Add stdint.
12982         Reported by Ozkan Sezer <sezeroz@gmail.com>.
12983
12984 2009-01-30  Eric Blake  <ebb9@byu.net>
12985
12986         fix more require-before-expand issues
12987         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
12988         expand, AC_PROG_AWK.
12989         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
12990
12991 2009-01-28  Eric Blake  <ebb9@byu.net>
12992
12993         version-etc: use consistent URL formatting
12994         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12995         Improve formatting.  Use fputs for string without %.
12996
12997 2009-01-28  Jim Meyering  <meyering@redhat.com>
12998
12999         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
13000         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
13001         "underquoted definition of NAME" from autoconf-2.59.
13002
13003 2009-01-28  Bruno Haible  <bruno@clisp.org>
13004
13005         * doc/gnulib.texi: Add "Obsolete modules" to index.
13006
13007 2009-01-28  Jim Meyering  <meyering@redhat.com>
13008
13009         useless-if-before-free: recognize more variants
13010         * build-aux/useless-if-before-free: Also recognize e.g.,
13011         if (NULL != p) free (p);
13012
13013 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
13014
13015         test-getaddrinfo: skip (don't fail) this test when there's no network
13016         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
13017         on the presumption that it means you lack network access.
13018
13019 2009-01-26  Jim Meyering  <meyering@redhat.com>
13020
13021         fflush: avoid warnings on modern systems
13022         * lib/fflush.c (rpl_fflush): Move declarations of locals,
13023         pos and result, into scopes where they're used.
13024
13025 2009-01-26  Eric Blake  <ebb9@byu.net>
13026
13027         Silence warning reintroduced by recent extensions patch.
13028         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
13029         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
13030         autoconf.
13031
13032         Backport improved autoconf semantics of AC_DEFUN_ONCE.
13033         * m4/00gnulib.m4: New file.
13034         * gnulib-tool (func_get_filelist): Always use it.
13035         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
13036         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
13037
13038 2009-01-25  Bruno Haible  <bruno@clisp.org>
13039
13040         Make test-quotearg work on MacOS X and AIX.
13041         * tests/test-quotearg.sh: New file.
13042         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
13043         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
13044         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
13045         include <libintl.h>.
13046         (fake_locale): Remove variable.
13047         (gettext, dgettext, dcgettext): Remove functions.
13048         (main): Instead of setting a fake locale, set a real locale. Call
13049         textdomain and bindtextdomain.
13050         * modules/quotearg-tests (Files): Add the new files.
13051         (Depends-on): Add gettext, setenv, unsetenv.
13052         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13053         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
13054         Augment TESTS_ENVIRONMENT.
13055
13056 2009-01-25  Bruno Haible  <bruno@clisp.org>
13057
13058         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
13059         fr_FR.ISO8859-1 locale on MacOS X.
13060         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
13061         ja_JP.eucJP locale on MacOS X.
13062         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
13063         zh_CN.GB18030 locale on MacOS X.
13064
13065 2009-01-25  Bruno Haible  <bruno@clisp.org>
13066
13067         Avoid link errors on MacOS X 10.3.
13068         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
13069         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13070
13071 2009-01-25  Bruno Haible  <bruno@clisp.org>
13072
13073         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13074         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
13075         * modules/pipe (Files): Remove m4/posix_spawn.m4.
13076         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13077         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
13078         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13079         posix_spawnattr_init, posix_spawnattr_setsigmask,
13080         posix_spawnattr_setflags, posix_spawnattr_destroy.
13081
13082         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13083         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
13084         * modules/execute (Files): Remove m4/posix_spawn.m4.
13085         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13086         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13087         posix_spawnattr_init, posix_spawnattr_setsigmask,
13088         posix_spawnattr_setflags, posix_spawnattr_destroy.
13089
13090 2009-01-25  Bruno Haible  <bruno@clisp.org>
13091
13092         * lib/glthread/threadlib.c: Include <stdlib.h>.
13093
13094 2009-01-25  Bruno Haible  <bruno@clisp.org>
13095
13096         * lib/glthread/threadlib.c (dummy): New declaration.
13097
13098 2009-01-25  Bruno Haible  <bruno@clisp.org>
13099
13100         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
13101         multibyte characters also for the GB18030 encoding. Don't crash when
13102         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
13103
13104 2009-01-25  Bruno Haible  <bruno@clisp.org>
13105
13106         Avoid redefining 'struct random_data' on OSF/1 5.1.
13107         * lib/stdlib.in.h: Include <random.h> if it exists.
13108         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
13109         HAVE_RANDOM_H. Include <random.h> when testing whether
13110         'struct random_data' exists.
13111         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
13112
13113 2009-01-25  Bruno Haible  <bruno@clisp.org>
13114
13115         Don't install charset.alias on MacOS X >= 10.3.
13116         * lib/localcharset.c (DARWIN7): New macro.
13117         (get_charset_aliases): Hardcode the result for Darwin7.
13118         * modules/localcharset (install-exec-local): Don't install
13119         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
13120
13121 2009-01-25  Bruno Haible  <bruno@clisp.org>
13122
13123         Don't install charset.alias on mingw and Cygwin.
13124         * modules/localcharset (install-exec-local): Don't install
13125         charset.alias on mingw and Cygwin, if the file does not yet exist.
13126         The result for these platforms is hardcoded in localcharset.c.
13127
13128 2009-01-25  Bruno Haible  <bruno@clisp.org>
13129
13130         Make it possible again to use AC_GNU_SOURCE together with gnulib.
13131         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
13132         before requiring AC_USE_SYSTEM_EXTENSIONS.
13133
13134 2009-01-25  Jim Meyering  <meyering@redhat.com>
13135
13136         c-strtod: avoid warnings
13137         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
13138         "assignment discards qualifiers from pointer target type" warnings.
13139
13140 2009-01-24  Bruno Haible  <bruno@clisp.org>
13141
13142         Add support for non-UTF-8 locales on MacOS X.
13143         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
13144         canonical encodings. For Darwin 7 and newer, don't map traditional
13145         encodings to UTF-8.
13146         Reported by Vincent Lefevre <vincent@vinc17.org>
13147         at <http://savannah.gnu.org/bugs/?25235>.
13148
13149 2009-01-24  Bruno Haible  <bruno@clisp.org>
13150
13151         * doc/gnulib.texi (Obsolete modules): New section.
13152         Reported by Mike Frysinger <vapier@gentoo.org>.
13153
13154 2009-01-24  Bruno Haible  <bruno@clisp.org>
13155
13156         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
13157         (%.dvi): New rule.
13158
13159 2009-01-24  Bruno Haible  <bruno@clisp.org>
13160
13161         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
13162         Reported by Eric Blake.
13163
13164 2009-01-24  Bruno Haible  <bruno@clisp.org>
13165
13166         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
13167         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
13168         Reported by Gary V. Vaughan <gary@gnu.org>.
13169
13170 2009-01-24  Bruno Haible  <bruno@clisp.org>
13171
13172         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
13173
13174 2009-01-23  Bruno Haible  <bruno@clisp.org>
13175
13176         Make c-strtod, c-strtold usable in libraries.
13177         * lib/c-strtod.c: Include string.h instead of xalloc.h.
13178         (C_STRTOD): Call strdup instead of xstrdup.
13179         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
13180         * modules/c-strtold (Depends-on): Likewise.
13181         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
13182         * NEWS: Mention the change.
13183         Reported by Michael Gold <mgold@ncf.ca>.
13184
13185 2009-01-23  Jim Meyering  <meyering@redhat.com>
13186
13187         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
13188         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
13189         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
13190
13191 2009-01-23  Simon Josefsson  <simon@josefsson.org>
13192
13193         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
13194         GNU CoreUtils.
13195         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
13196         * modules/version-etc (Description): Update.
13197
13198 2009-01-22  Bruno Haible  <bruno@clisp.org>
13199
13200         Cache the C locale object.
13201         * lib/c-strtod.c (c_locale_cache): New variable.
13202         (c_locale): New function.
13203         (C_STRTOD): Use it, and don't call freelocale.
13204         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
13205         Suggested by Paolo Bonzini.
13206
13207 2009-01-21  Bruno Haible  <bruno@clisp.org>
13208
13209         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
13210         conditions other than overflow.
13211
13212 2009-01-21  Bruno Haible  <bruno@clisp.org>
13213
13214         * lib/c-strtod.c: Include errno.h.
13215         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
13216         value from STRTOD_L and STRTOD.
13217
13218 2009-01-21  Bruno Haible  <bruno@clisp.org>
13219         and Jim Meyering  <meyering@redhat.com>
13220
13221         nanosleep: skip configure test (fail it) for apple universal builds
13222         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
13223         universal builds, assume that nanosleep does not work.
13224         * modules/nanosleep (Depends-on): Add multiarch.
13225
13226         mktime: skip configure test (fail it) for apple universal builds
13227         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
13228         universal builds, assume that mktime does not work.
13229         * modules/mktime (Depends-on): Add multiarch.
13230
13231 2009-01-21  Eric Blake  <ebb9@byu.net>
13232
13233         multiarch: avoid expand-before-require warning
13234         * modules/multiarch (configure.ac): Require, rather than expand,
13235         gl_MULTIARCH.
13236         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
13237         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
13238         enforce that all clients require it.  Partial reversion of
13239         2008-12-29 patch.
13240
13241         error: avoid expand-before-require warning
13242         * modules/errno (configure.ac): Require, rather than expand,
13243         gl_HEADER_ERRNO_H.
13244         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
13245         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
13246         enforce that all clients require it.
13247
13248         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
13249         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
13250         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
13251         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
13252
13253 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
13254
13255         Revert:
13256         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13257
13258         regex: do not depend on obsolete modules.
13259         * modules/regex: Remove memcmp and memmove.
13260
13261 2009-01-20  Bruno Haible  <bruno@clisp.org>
13262
13263         Make the 'link' module link on Windows NT 4.
13264         * lib/link.c (_WIN32_WINNT): Don't define.
13265         (CreateHardLinkFuncType): New type.
13266         (CreateHardLinkFunc, initialized): New variables.
13267         (initialize): New function.
13268         (link): Invoke CreateHardLink indirectly through the function pointer.
13269
13270 2009-01-20  Bruno Haible  <bruno@clisp.org>
13271
13272         Fix compilation failure on mingw.
13273         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
13274
13275 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
13276
13277         * doc/c-strtod.texi: Mention a couple of restrictions.
13278
13279 2009-01-20  Jim Meyering  <meyering@redhat.com>
13280
13281         gettimeofday: move more declarations out of functions
13282         * lib/gettimeofday.c: Move extern declarations of tzset and
13283         gmtime out of containing functions.  Prompted by Bruno Haible.
13284
13285 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13286
13287         regex: do not depend on obsolete modules.
13288         * modules/regex: Remove memcmp and memmove.
13289
13290 2009-01-19  Bruno Haible  <bruno@clisp.org>
13291
13292         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13293         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
13294         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13295         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
13296         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
13297
13298 2009-01-19  Bruno Haible  <bruno@clisp.org>
13299
13300         * tests/test-link.c: Include <errno.h>.
13301         (main): Exit with code 77 when a hard link cannot be created due to
13302         the file system.
13303         * tests/test-link.sh: Skip test when a hard link cannot be created due
13304         to the file system.
13305         Suggested by Eric Blake.
13306
13307 2009-01-19  Martin Lambers  <marlam@marlam.de>
13308
13309         * modules/link-tests: New file.
13310         * tests/test-link.sh: New file.
13311         * tests/test-link.c: New file.
13312
13313 2009-01-19  Eric Blake  <ebb9@byu.net>
13314
13315         doc: mention another function added in cygwin 1.7.0
13316         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
13317         Another new function in cygwin 1.7.
13318
13319 2009-01-19  Bruno Haible  <bruno@clisp.org>
13320
13321         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13322         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
13323         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
13324         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13325         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
13326         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
13327         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
13328         * m4/md4.m4 (gl_MD4): Likewise.
13329         * m4/md5.m4 (gl_MD5): Likewise.
13330         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
13331         * m4/sha1.m4 (gl_SHA1): Likewise.
13332         * m4/sha256.m4 (gl_SHA256): Likewise.
13333         * m4/sha512.m4 (gl_SHA512): Likewise.
13334
13335 2009-01-19  Bruno Haible  <bruno@clisp.org>
13336
13337         * modules/uniname/uniname-tests (Depends-on): Add progname.
13338         * tests/uniname/test-uninames.c: Include progname.h.
13339         (main): Call set_program_name.
13340
13341         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
13342         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
13343         (main): Call set_program_name.
13344
13345         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
13346         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
13347         (main): Call set_program_name.
13348
13349         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
13350         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
13351         (main): Call set_program_name.
13352
13353         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
13354         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
13355         (main): Call set_program_name.
13356
13357         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
13358         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
13359         (main): Call set_program_name.
13360
13361         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
13362         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
13363         (main): Call set_program_name.
13364
13365         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
13366         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
13367         (main): Call set_program_name.
13368
13369         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13370         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13371         (main): Call set_program_name.
13372
13373 2009-01-19  Eric Blake  <ebb9@byu.net>
13374
13375         test-unistd: test previous patch
13376         * tests/test-unistd.c: Test *_FILENO macros.
13377
13378         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
13379         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13380         Guarantee a definition.
13381         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
13382         * modules/unistd-safer (Depends-on): Add dependency on unistd.
13383         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
13384         * lib/dup-safer.c (STDERR_FILENO): Likewise.
13385         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13386         Likewise.
13387         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
13388         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
13389         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13390         Likewise.
13391         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
13392         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
13393         (STDERR_FILENO): Likewise.
13394         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
13395         (STDERR_FILENO): Likewise.
13396         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
13397         (STDERR_FILENO): Likewise.
13398         Reported by Elbert Pol.
13399
13400 2009-01-19  Eric Blake  <ebb9@byu.net>
13401
13402         doc: mention more functions added in cygwin 1.7.0
13403         * doc/posix-functions/abort.texi (abort): Update wording related
13404         to cygwin.
13405         * doc/posix-functions/daylight.texi (daylight): Likewise.
13406         * doc/posix-functions/optarg.texi (optarg): Likewise.
13407         * doc/posix-functions/optarg.texi (opterr): Likewise.
13408         * doc/posix-functions/optarg.texi (optind): Likewise.
13409         * doc/posix-functions/optarg.texi (optopt): Likewise.
13410         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
13411         worked in 1.5.x, and was withdrawn in 1.7.
13412         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
13413         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
13414         cygwin versions.
13415         * doc/posix-functions/perror.texi (perror): Likewise.
13416         * doc/posix-functions/printf.texi (printf): Likewise.
13417         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
13418         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
13419         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
13420         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
13421         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
13422         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
13423         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13424         Likewise.
13425         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13426         Likewise.
13427         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
13428         this function.
13429         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
13430         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
13431         Likewise.
13432         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
13433         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
13434         * doc/posix-functions/confstr.texi (confstr): Likewise.
13435         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
13436         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
13437         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
13438         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
13439         * doc/posix-functions/fputws.texi (fputws): Likewise.
13440         * doc/posix-functions/fwide.texi (fwide): Likewise.
13441         * doc/posix-functions/getwc.texi (getwc): Likewise.
13442         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
13443         * doc/posix-functions/putwc.texi (putwc): Likewise.
13444         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
13445         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
13446         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
13447         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
13448         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
13449         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
13450         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
13451         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
13452         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
13453         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
13454         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
13455
13456 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13457
13458         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
13459         * lib/ioctl.c: Include <sys/ioctl.h>.
13460
13461 2009-01-19  Simon Josefsson  <simon@josefsson.org>
13462
13463         * modules/getdate-tests (Depends-on): Add progname.
13464         * tests/test-getdate.c: Use progname module, to avoid link errors
13465         on non-glibc systems.
13466
13467 2009-01-18  Simon Josefsson  <simon@josefsson.org>
13468
13469         * modules/filenamecat-tests (Depends-on): Add progname.
13470         * modules/fstrcmp-tests (Depends-on): Likewise.
13471
13472         * tests/test-filenamecat.c: Use progname module, to avoid link
13473         errors on non-glibc systems.
13474         * tests/test-fstrcmp.c: Likewise.
13475
13476 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13477
13478         gettimeofday: avoid warning: nested extern declaration of 'localtime'
13479         * lib/gettimeofday.c: Move extern declaration out of function.
13480
13481 2009-01-18  Bruno Haible  <bruno@clisp.org>
13482
13483         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
13484         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
13485         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
13486
13487 2009-01-18  Bruno Haible  <bruno@clisp.org>
13488
13489         * lib/strftime.c (MEMPCPY): Remove unused macro.
13490         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
13491
13492 2009-01-18  Martin Lambers  <marlam@marlam.de>
13493
13494         New module 'link'.
13495         * lib/unistd.in.h (link): New declaration.
13496         * lib/link.c: New file.
13497         * m4/link.m4: New file.
13498         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
13499         HAVE_LINK.
13500         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
13501         * modules/link: New file.
13502         * doc/posix-functions/link.texi: Mention the new module.
13503
13504 2009-01-18  Bruno Haible  <bruno@clisp.org>
13505
13506         * tests/test-avltree_list.c (main): Call set_program_name.
13507         * tests/test-avltree_oset.c (main): Likewise.
13508         * tests/test-obstack-printf.c: Include progname.h.
13509         (main): Call set_program_name.
13510         * tests/test-quotearg.c: Include progname.h.
13511         (main): Call set_program_name.
13512         * tests/test-xmemdup0.c: Include progname.h.
13513         (main): Call set_program_name.
13514
13515 2009-01-18  Bruno Haible  <bruno@clisp.org>
13516
13517         New module 'alphasort'.
13518         * lib/dirent.in.h (alphasort): New declaration.
13519         * lib/alphasort.c: New file, from glibc with modifications.
13520         * m4/alphasort.m4: New file.
13521         * modules/alphasort: New file.
13522         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
13523         HAVE_ALPHASORT.
13524         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13525         HAVE_ALPHASORT.
13526         * doc/posix-functions/alphasort.texi: Mention the new module and the
13527         portability problems.
13528
13529 2009-01-18  Bruno Haible  <bruno@clisp.org>
13530
13531         New module 'scandir'.
13532         * lib/dirent.in.h (scandir): New declaration.
13533         * lib/scandir.c: New file, from glibc with modifications.
13534         * m4/scandir.m4: New file.
13535         * modules/scandir: New file.
13536         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13537         HAVE_SCANDIR.
13538         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13539         HAVE_SCANDIR.
13540         * doc/posix-functions/scandir.texi: Mention the new module and the
13541         portability problems.
13542
13543 2009-01-17  Bruno Haible  <bruno@clisp.org>
13544
13545         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13546         Update documentation.
13547         (func_remove_suffix): Escape all dots in the suffix. Update
13548         documentation.
13549         (func_filter_filelist): Update documentation.
13550         Reported by Ralf Wildenhues.
13551
13552 2009-01-17  Bruno Haible  <bruno@clisp.org>
13553
13554         * modules/dprintf-posix-tests: New file.
13555         * tests/test-dprintf-posix.sh: New file.
13556         * tests/test-dprintf-posix.c: New file.
13557
13558         New modules 'dprintf', 'dprintf-posix'.
13559         * lib/stdio.in.h (dprintf): New declaration.
13560         * lib/dprintf.c: New file.
13561         * m4/dprintf.m4: New file.
13562         * m4/dprintf-posix.m4: New file.
13563         * modules/dprintf: New file.
13564         * modules/dprintf-posix: New file.
13565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13566         HAVE_DPRINTF, REPLACE_DPRINTF.
13567         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13568         HAVE_DPRINTF, REPLACE_DPRINTF.
13569         * doc/posix-functions/dprintf.texi: Mention the new modules.
13570
13571 2009-01-17  Bruno Haible  <bruno@clisp.org>
13572
13573         * modules/vdprintf-posix-tests: New file.
13574         * tests/test-vdprintf-posix.sh: New file.
13575         * tests/test-vdprintf-posix.c: New file.
13576
13577         New modules 'vdprintf', 'vdprintf-posix'.
13578         * lib/stdio.in.h (vdprintf): New declaration.
13579         * lib/vdprintf.c: New file.
13580         * m4/vdprintf.m4: New file.
13581         * m4/vdprintf-posix.m4: New file.
13582         * modules/vdprintf: New file.
13583         * modules/vdprintf-posix: New file.
13584         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13585         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13586         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13587         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13588         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13589
13590 2009-01-17  Bruno Haible  <bruno@clisp.org>
13591
13592         Fix replacement of fopen on mingw.
13593         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13594         mingw.
13595
13596 2009-01-17  Bruno Haible  <bruno@clisp.org>
13597
13598         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13599         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13600
13601 2009-01-17  Bruno Haible  <bruno@clisp.org>
13602
13603         Avoid test-fflush2.sh failure on mingw.
13604         * tests/test-fflush2.c: Include binary-io.h.
13605         (main): Put standard input into binary mode.
13606         * modules/fflush-tests (Depends-on): Add binary-io.
13607
13608 2009-01-17  Bruno Haible  <bruno@clisp.org>
13609
13610         * lib/wchar.in.h: In another particular situation, include only the
13611         system's <wchar.h> file.
13612         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13613         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13614         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13615
13616 2009-01-17  Bruno Haible  <bruno@clisp.org>
13617
13618         Support for stripping executables in --enable-relocatable.
13619         * build-aux/install-reloc: Expect one more argument, or an environment
13620         variable RELOC_STRIP_PROG. If set, strip the destination program and
13621         its wrapper.
13622         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13623         RELOC_STRIP_PROG.
13624         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13625         to set RELOCATABLE_STRIP.
13626         * NEWS: Mention the new Makefile requirement.
13627
13628 2009-01-17  Bruno Haible  <bruno@clisp.org>
13629
13630         * build-aux/install-reloc: Remove debugging information left over by
13631         C compiler on MacOS X.
13632
13633 2009-01-17  Bruno Haible  <bruno@clisp.org>
13634
13635         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13636         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13637         _NSGetExecutablePath.
13638
13639 2009-01-16  Jim Meyering  <meyering@redhat.com>
13640
13641         strerror: avoid warnings about discarding "const"
13642         * lib/strerror.c (rpl_strerror): Instead of returning a const
13643         string from each and every "case", use a variable, and add a single
13644         cast after the switch.
13645
13646 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13647
13648         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13649
13650 2009-01-16  Bruno Haible  <bruno@clisp.org>
13651
13652         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13653         array initializer syntax that also works in C++ mode.
13654         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13655
13656 2009-01-16  Jim Meyering  <meyering@redhat.com>
13657
13658         poll: suppress a warning
13659         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13660         to ignore "...unsigned expression < 0 is always false" warnings.
13661
13662 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13663
13664         poll: remove declarations of unused variables
13665         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13666         sockbuf and optlen.
13667
13668 2009-01-15  Bruno Haible  <bruno@clisp.org>
13669
13670         Make fflush-after-ungetc POSIX compliant on BSD systems.
13671         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
13672         (clear_ungetc_buffer): Implement also for other systems.
13673         (rpl_fflush): On glibc systems, invoke
13674         clear_ungetc_buffer_preserving_position. Otherwise, invoke
13675         clear_ungetc_buffer after fetching the stream's position, not before.
13676
13677 2009-01-15  Bruno Haible  <bruno@clisp.org>
13678
13679         Make fflush-after-ungetc POSIX compliant on glibc systems.
13680         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
13681         after ungetc.
13682         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
13683         (rpl_fflush): On glibc systems, simply call the system's fflush
13684         function after clearing the ungetc buffer.
13685         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
13686         Instead, lseek only to the end of file, then use the system's fseeko
13687         for the rest. On glibc systems, reset the EOF indicator bit.
13688
13689 2009-01-15  Jim Meyering  <meyering@redhat.com>
13690
13691         openmp.m4: revert quote-adding change, for portability to older autoconf
13692         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
13693         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
13694         Simon Josefsson noticed the problem when using autoconf-2.61.
13695
13696 2009-01-15  Bruno Haible  <bruno@clisp.org>
13697
13698         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
13699         * tests/test-fflush2.c (ASSERT): Always fail.
13700         (main): Add two tests for fflush() after ungetc(), taking into account
13701         the Austin Group's clarification.
13702         Suggested by Eric Blake.
13703
13704 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
13705
13706         mktime.m4: remove K&R-style function prototypes
13707         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
13708         for the Sun C++ compiler.
13709
13710 2009-01-14  Bruno Haible  <bruno@clisp.org>
13711
13712         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
13713         while including <wchar.h>.
13714         * lib/wchar.in.h: In two particular situations on HP-UX, include only
13715         the system's <wchar.h> file.
13716         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13717
13718 2009-01-14  Bruno Haible  <bruno@clisp.org>
13719
13720         * m4/csharp.m4: Don't mention gettext on the serial number line.
13721         * m4/csharpexec.m4: Likewise.
13722         * m4/eaccess.m4: Likewise.
13723         * m4/javaexec.m4: Likewise.
13724         * m4/sig_atomic_t.m4: Likewise.
13725         * m4/tmpdir.m4: Likewise.
13726         * m4/intldir.m4: Bump gettext version.
13727         * m4/lib-ld.m4: Likewise.
13728
13729 2009-01-14  Bruno Haible  <bruno@clisp.org>
13730
13731         * lib/progname.c (set_program_name): Add more comments.
13732         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
13733
13734 2009-01-14  Simon Josefsson  <simon@josefsson.org>
13735
13736         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
13737         were sys/stat.h does not define it.
13738
13739 2009-01-14  Jim Meyering  <meyering@redhat.com>
13740
13741         many *.m4 files: improve m4 quoting
13742         99% of this change was performed by running the following commands:
13743         git ls-files | grep '\.m4$' | xargs perl -pi \
13744           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
13745           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13746           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13747           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
13748         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
13749         The remainder were to add Copyright dates, increment serial numbers,
13750         undo some changes in comments, exclude m4/intl.m4, and add quotes
13751         around the "1" in ",1" where the unusual spacing prohibited the
13752         above regexps from doing the job.  For more details, see
13753         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
13754         * m4/acl.m4: Modified.
13755         * m4/afs.m4: Likewise.
13756         * m4/alloca.m4: Likewise.
13757         * m4/argp.m4: Likewise.
13758         * m4/argz.m4: Likewise.
13759         * m4/atexit.m4: Likewise.
13760         * m4/bison-i18n.m4: Likewise.
13761         * m4/bison.m4: Likewise.
13762         * m4/byteswap.m4: Likewise.
13763         * m4/c-stack.m4: Likewise.
13764         * m4/c-strtod.m4: Likewise.
13765         * m4/calloc.m4: Likewise.
13766         * m4/canonicalize-lgpl.m4: Likewise.
13767         * m4/chown.m4: Likewise.
13768         * m4/clock_time.m4: Likewise.
13769         * m4/codeset.m4: Likewise.
13770         * m4/copy-file.m4: Likewise.
13771         * m4/csharp.m4: Likewise.
13772         * m4/csharpcomp.m4: Likewise.
13773         * m4/csharpexec.m4: Likewise.
13774         * m4/d-ino.m4: Likewise.
13775         * m4/d-type.m4: Likewise.
13776         * m4/dirfd.m4: Likewise.
13777         * m4/double-slash-root.m4: Likewise.
13778         * m4/eaccess.m4: Likewise.
13779         * m4/eealloc.m4: Likewise.
13780         * m4/environ.m4: Likewise.
13781         * m4/errno_h.m4: Likewise.
13782         * m4/euidaccess.m4: Likewise.
13783         * m4/execute.m4: Likewise.
13784         * m4/fatal-signal.m4: Likewise.
13785         * m4/fchdir.m4: Likewise.
13786         * m4/fcntl_h.m4: Likewise.
13787         * m4/fileblocks.m4: Likewise.
13788         * m4/filenamecat.m4: Likewise.
13789         * m4/findprog.m4: Likewise.
13790         * m4/flexmember.m4: Likewise.
13791         * m4/fnmatch.m4: Likewise.
13792         * m4/fopen.m4: Likewise.
13793         * m4/fpending.m4: Likewise.
13794         * m4/fprintf-posix.m4: Likewise.
13795         * m4/free.m4: Likewise.
13796         * m4/frexp.m4: Likewise.
13797         * m4/frexpl.m4: Likewise.
13798         * m4/fsusage.m4: Likewise.
13799         * m4/ftruncate.m4: Likewise.
13800         * m4/gc-camellia.m4: Likewise.
13801         * m4/gc-random.m4: Likewise.
13802         * m4/gc.m4: Likewise.
13803         * m4/getaddrinfo.m4: Likewise.
13804         * m4/getcwd-abort-bug.m4: Likewise.
13805         * m4/getcwd-path-max.m4: Likewise.
13806         * m4/getdate.m4: Likewise.
13807         * m4/getdomainname.m4: Likewise.
13808         * m4/getgroups.m4: Likewise.
13809         * m4/gethostname.m4: Likewise.
13810         * m4/gethrxtime.m4: Likewise.
13811         * m4/getline.m4: Likewise.
13812         * m4/getloadavg.m4: Likewise.
13813         * m4/getndelim2.m4: Likewise.
13814         * m4/getpass.m4: Likewise.
13815         * m4/gettext.m4: Likewise.
13816         * m4/gettime.m4: Likewise.
13817         * m4/gettimeofday.m4: Likewise.
13818         * m4/gnulib-common.m4: Likewise.
13819         * m4/group-member.m4: Likewise.
13820         * m4/host-os.m4: Likewise.
13821         * m4/iconv.m4: Likewise.
13822         * m4/iconv_open.m4: Likewise.
13823         * m4/inet_ntop.m4: Likewise.
13824         * m4/inet_pton.m4: Likewise.
13825         * m4/inline.m4: Likewise.
13826         * m4/intldir.m4: Likewise.
13827         * m4/intlmacosx.m4: Likewise.
13828         * m4/intmax.m4: Likewise.
13829         * m4/intmax_t.m4: Likewise.
13830         * m4/inttypes.m4: Likewise.
13831         * m4/inttypes_h.m4: Likewise.
13832         * m4/inttypes-pri.m4: Likewise.
13833         * m4/isapipe.m4: Likewise.
13834         * m4/isnand.m4: Likewise.
13835         * m4/isnanf.m4: Likewise.
13836         * m4/isnanl.m4: Likewise.
13837         * m4/javacomp.m4: Likewise.
13838         * m4/javaexec.m4: Likewise.
13839         * m4/jm-winsz1.m4: Likewise.
13840         * m4/jm-winsz2.m4: Likewise.
13841         * m4/lchown.m4: Likewise.
13842         * m4/lcmessage.m4: Likewise.
13843         * m4/ldexpl.m4: Likewise.
13844         * m4/lib-ld.m4: Likewise.
13845         * m4/lib-link.m4: Likewise.
13846         * m4/libsigsegv.m4: Likewise.
13847         * m4/link-follow.m4: Likewise.
13848         * m4/localcharset.m4: Likewise.
13849         * m4/locale-fr.m4: Likewise.
13850         * m4/locale-ja.m4: Likewise.
13851         * m4/locale-tr.m4: Likewise.
13852         * m4/locale-zh.m4: Likewise.
13853         * m4/lock.m4: Likewise.
13854         * m4/longlong.m4: Likewise.
13855         * m4/ls-mntd-fs.m4: Likewise.
13856         * m4/lstat.m4: Likewise.
13857         * m4/malloc.m4: Likewise.
13858         * m4/mathl.m4: Likewise.
13859         * m4/mbrtowc.m4: Likewise.
13860         * m4/mbstate_t.m4: Likewise.
13861         * m4/mbswidth.m4: Likewise.
13862         * m4/memchr.m4: Likewise.
13863         * m4/memcmp.m4: Likewise.
13864         * m4/memcpy.m4: Likewise.
13865         * m4/memmem.m4: Likewise.
13866         * m4/memmove.m4: Likewise.
13867         * m4/mempcpy.m4: Likewise.
13868         * m4/memrchr.m4: Likewise.
13869         * m4/memset.m4: Likewise.
13870         * m4/minmax.m4: Likewise.
13871         * m4/mkdir-slash.m4: Likewise.
13872         * m4/mkdtemp.m4: Likewise.
13873         * m4/mktime.m4: Likewise.
13874         * m4/mmap-anon.m4: Likewise.
13875         * m4/mountlist.m4: Likewise.
13876         * m4/nanosleep.m4: Likewise.
13877         * m4/nls.m4: Likewise.
13878         * m4/nocrash.m4: Likewise.
13879         * m4/open.m4: Likewise.
13880         * m4/openat.m4: Likewise.
13881         * m4/openmp.m4: Likewise.
13882         * m4/pathmax.m4: Likewise.
13883         * m4/perl.m4: Likewise.
13884         * m4/physmem.m4: Likewise.
13885         * m4/pipe.m4: Likewise.
13886         * m4/po.m4: Likewise.
13887         * m4/poll.m4: Likewise.
13888         * m4/posixtm.m4: Likewise.
13889         * m4/posixver.m4: Likewise.
13890         * m4/printf-frexp.m4: Likewise.
13891         * m4/printf-frexpl.m4: Likewise.
13892         * m4/printf-posix.m4: Likewise.
13893         * m4/printf-posix-rpl.m4: Likewise.
13894         * m4/printf.m4: Likewise.
13895         * m4/progtest.m4: Likewise.
13896         * m4/putenv.m4: Likewise.
13897         * m4/readline.m4: Likewise.
13898         * m4/readlink.m4: Likewise.
13899         * m4/readutmp.m4: Likewise.
13900         * m4/realloc.m4: Likewise.
13901         * m4/regex.m4: Likewise.
13902         * m4/relocatable.m4: Likewise.
13903         * m4/relocatable-lib.m4: Likewise.
13904         * m4/rename-dest-slash.m4: Likewise.
13905         * m4/rename.m4: Likewise.
13906         * m4/rmdir-errno.m4: Likewise.
13907         * m4/rmdir.m4: Likewise.
13908         * m4/roundf.m4: Likewise.
13909         * m4/roundl.m4: Likewise.
13910         * m4/rpmatch.m4: Likewise.
13911         * m4/save-cwd.m4: Likewise.
13912         * m4/selinux-selinux-h.m4: Likewise.
13913         * m4/setenv.m4: Likewise.
13914         * m4/settime.m4: Likewise.
13915         * m4/sig2str.m4: Likewise.
13916         * m4/sig_atomic_t.m4: Likewise.
13917         * m4/signalblocking.m4: Likewise.
13918         * m4/signbit.m4: Likewise.
13919         * m4/sigpipe.m4: Likewise.
13920         * m4/sockets.m4: Likewise.
13921         * m4/sockpfaf.m4: Likewise.
13922         * m4/st_dm_mode.m4: Likewise.
13923         * m4/stat-time.m4: Likewise.
13924         * m4/stdbool.m4: Likewise.
13925         * m4/stdint.m4: Likewise.
13926         * m4/stdint_h.m4: Likewise.
13927         * m4/stpcpy.m4: Likewise.
13928         * m4/stpncpy.m4: Likewise.
13929         * m4/strcase.m4: Likewise.
13930         * m4/strchrnul.m4: Likewise.
13931         * m4/strcspn.m4: Likewise.
13932         * m4/strdup.m4: Likewise.
13933         * m4/strftime.m4: Likewise.
13934         * m4/strndup.m4: Likewise.
13935         * m4/strnlen.m4: Likewise.
13936         * m4/strpbrk.m4: Likewise.
13937         * m4/strptime.m4: Likewise.
13938         * m4/strsep.m4: Likewise.
13939         * m4/strtod.m4: Likewise.
13940         * m4/strtoimax.m4: Likewise.
13941         * m4/strtok_r.m4: Likewise.
13942         * m4/strtol.m4: Likewise.
13943         * m4/strtoll.m4: Likewise.
13944         * m4/strtoul.m4: Likewise.
13945         * m4/strtoull.m4: Likewise.
13946         * m4/strtoumax.m4: Likewise.
13947         * m4/strverscmp.m4: Likewise.
13948         * m4/threadlib.m4: Likewise.
13949         * m4/timegm.m4: Likewise.
13950         * m4/tm_gmtoff.m4: Likewise.
13951         * m4/tmpdir.m4: Likewise.
13952         * m4/tmpfile.m4: Likewise.
13953         * m4/tzset.m4: Likewise.
13954         * m4/uintmax_t.m4: Likewise.
13955         * m4/unlinkdir.m4: Likewise.
13956         * m4/unlocked-io.m4: Likewise.
13957         * m4/uptime.m4: Likewise.
13958         * m4/userspec.m4: Likewise.
13959         * m4/utimbuf.m4: Likewise.
13960         * m4/utime.m4: Likewise.
13961         * m4/utimes-null.m4: Likewise.
13962         * m4/utimes.m4: Likewise.
13963         * m4/vararrays.m4: Likewise.
13964         * m4/vasnprintf.m4: Likewise.
13965         * m4/vfprintf-posix.m4: Likewise.
13966         * m4/vprintf-posix.m4: Likewise.
13967         * m4/wait-process.m4: Likewise.
13968         * m4/wchar_t.m4: Likewise.
13969         * m4/wint_t.m4: Likewise.
13970         * m4/write-any-file.m4: Likewise.
13971         * m4/yield.m4: Likewise.
13972
13973 2009-01-13  Bruno Haible  <bruno@clisp.org>
13974
13975         Avoid test-copy-file.sh failures when ACL support insufficient.
13976         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
13977         TESTS_ENVIRONMENT.
13978         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
13979         Reported by Jim Meyering.
13980
13981 2009-01-13  Bruno Haible  <bruno@clisp.org>
13982
13983         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
13984         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
13985         * modules/unistdio/u8-printf-parse (Files): Likewise.
13986         * modules/unistdio/u32-printf-parse (Files): Likewise.
13987         * modules/unistdio/ulc-printf-parse (Files): Likewise.
13988
13989 2009-01-13  Simon Josefsson  <simon@josefsson.org>
13990
13991         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
13992         and m4/inttypes_h.m4 too.
13993
13994 2009-01-12  Eric Blake  <ebb9@byu.net>
13995
13996         tests: IRIX 6.2 cc can't compile -0.0 into .data
13997         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
13998         rather than at compile-time.
13999         * tests/test-floorl.c (minus_zero): Likewise.
14000         * tests/test-frexpl.c (minus_zero): Likewise.
14001         * tests/test-isnan.c (minus_zerol): Likewise.
14002         * tests/test-isnanl.h (minus_zero): Likewise.
14003         * tests/test-ldexpl.c (minus_zero): Likewise.
14004         * tests/test-roundl.c (minus_zero): Likewise.
14005         * tests/test-signbit.c (minus_zerol): Likewise.
14006         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
14007         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
14008         * tests/test-truncl.c (minus_zero): Likewise.
14009         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
14010         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
14011         Reported by Tom G. Christensen and Nelson H. F. Beebe.
14012
14013 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14014
14015         regex: fix glibc bug 9697
14016         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
14017         handling.
14018
14019 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14020
14021         regex: fix glibc bug 697
14022         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
14023         being NULL also if there are no backreferences.
14024
14025 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14026
14027         regex: merge glibc changes
14028         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
14029         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
14030         re_string_skip_chars, re_string_reconstruct): Likewise.
14031         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
14032
14033 2009-01-07  Jim Meyering  <meyering@redhat.com>
14034
14035         poll: filter through cppi
14036         * lib/poll.c: Indent cpp directives to reflect nesting.
14037
14038 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
14039
14040         poll: don't return uninitialized
14041         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
14042
14043 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
14044
14045         avoid compile failure on AIX 6.1
14046         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
14047         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
14048
14049 2009-01-04  Jim Meyering  <meyering@redhat.com>
14050
14051         remove duplicate inclusion of <stdio.h>
14052         * tests/test-fprintf-posix.c: Likewise.
14053         * tests/test-printf-posix.c: Likewise.
14054         * tests/test-snprintf-posix.c: Likewise.
14055         * tests/test-sprintf-posix.c: Likewise.
14056         * tests/test-vasprintf-posix.c: Likewise.
14057         * tests/test-vfprintf-posix.c: Likewise.
14058         * tests/test-vprintf-posix.c: Likewise.
14059         * tests/test-vsnprintf-posix.c: Likewise.
14060         * tests/test-vsprintf-posix.c: Likewise.
14061
14062 2009-01-03  Jim Meyering  <meyering@redhat.com>
14063
14064         gnulib-tool: fix sed-based filtering
14065         * gnulib-tool (func_filter_filelist): Remove extra backslash
14066         in sed_fff_filter definition.
14067
14068 2009-01-02  Jim Meyering  <meyering@redhat.com>
14069
14070         strftime: avoid compilation failure on Solaris 2.6
14071         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
14072         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
14073         Don't #define mbrlen or mbsinit, since now they're guaranteed to
14074         be available.  Reported by Tom G. Christensen.  Details in
14075         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
14076
14077 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14078             Bruno Haible  <bruno@clisp.org>
14079
14080         Speed up gnulib-tool by doing more string processing through shell
14081         built-ins.
14082         * gnulib-tool (fast_func_append): New variable.
14083         (func_remove_prefix, func_remove_suffix): New functions.
14084         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
14085         (func_filter_filelist): New function.
14086         (func_get_dependencies): Use func_remove_suffix instead of sed.
14087         (func_get_automake_snippet): Use func_filter_filelist instead of a
14088         subshell and sed invocation.
14089
14090 2009-01-01  Bruno Haible  <bruno@clisp.org>
14091
14092         Fix a security bug.
14093         * gnulib-tool (func_import, import, update): Don't allow the characters
14094         '"', '$', '`', '\' in macro arguments that become part of commands that
14095         are evaluated.
14096
14097 2009-01-01  Bruno Haible  <bruno@clisp.org>
14098
14099         * gnulib-tool (func_reset_sigpipe): Add more comments.
14100
14101 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14102
14103         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
14104         func_emit_tests_Makefile_am, func_import): Abort loops early if we
14105         already know the answer.
14106
14107 2009-01-01  Jim Meyering  <meyering@redhat.com>
14108
14109         * lib/version-etc.c (version_etc_va): Update copyright year.
14110
14111 2008-12-30  Bruno Haible  <bruno@clisp.org>
14112
14113         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
14114         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
14115         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
14116
14117 2008-12-29  Eric Blake  <ebb9@byu.net>
14118
14119         multiarch: avoid autoconf AC_REQUIRE bug
14120         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
14121         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
14122         2.63 and older.
14123         Reported by Bruno Haible, and analyzed in
14124         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
14125
14126 2008-12-29  Bruno Haible  <bruno@clisp.org>
14127
14128         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
14129         files in subdirectories correctly.
14130         Reported by Ralf Wildenhues.
14131
14132 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14133
14134         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
14135         rather than 'join FILE -', for Solaris join.
14136
14137 2008-12-29  Bruno Haible  <bruno@clisp.org>
14138
14139         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
14140         quoting.
14141         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
14142         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
14143         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
14144         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
14145         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
14146         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
14147         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
14148         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
14149         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14150         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
14151         * m4/nls.m4 (AM_NLS): Likewise.
14152         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
14153         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
14154         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
14155         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
14156         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
14157         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
14158         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
14159         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
14160         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
14161         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14162         * m4/xsize.m4 (gl_XSIZE): Likewise.
14163         Suggested by Jim Meyering.
14164
14165 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14166
14167         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
14168         * lib/parse-duration.c: use a switch instead of cascading if's.
14169
14170 2008-12-29  Eric Blake  <ebb9@byu.net>
14171
14172         wchar.h: supply WEOF on Irix 5.3
14173         * lib/wchar.in.h (wint_t): Also supply WEOF.
14174         * lib/wctype.in.h (wint_t): Likewise.
14175         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
14176         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
14177         Reported by Tom G. Christensen.
14178
14179 2008-12-26  Bruno Haible  <bruno@clisp.org>
14180
14181         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
14182         i486, i586, i686.
14183
14184 2008-12-26  Bruno Haible  <bruno@clisp.org>
14185
14186         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
14187
14188 2008-12-26  Bruno Haible  <bruno@clisp.org>
14189
14190         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
14191         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
14192         not __STDC_CONSTANT_MACROS.
14193         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
14194
14195 2008-12-25  Bruno Haible  <bruno@clisp.org>
14196
14197         Add support for universal builds to vasnprintf.
14198         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
14199         universal builds, guess no.
14200         * modules/vasnprintf-posix (Depends-on): Add multiarch.
14201         * modules/vasprintf-posix (Depends-on): Likewise.
14202         * modules/fprintf-posix (Depends-on): Likewise.
14203         * modules/vfprintf-posix (Depends-on): Likewise.
14204         * modules/snprintf-posix (Depends-on): Likewise.
14205         * modules/vsnprintf-posix (Depends-on): Likewise.
14206         * modules/sprintf-posix (Depends-on): Likewise.
14207         * modules/vsprintf-posix (Depends-on): Likewise.
14208         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14209         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14210         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14211         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14212         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14213         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14214         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14215
14216         Add support for universal builds to <inttypes.h>.
14217         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
14218         _SCNu64_PREFIX): In Apple
14219         universal builds, define directly, using _LP64.
14220         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
14221         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
14222         * modules/inttypes (Depends-on): Add multiarch.
14223         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14224
14225         Add support for universal builds to <stdint.h>.
14226         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
14227         universal builds, define directly, using _LP64.
14228         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
14229         Apple universal builds, don't test for the size and suffix of ptrdiff_t
14230         and size_t.
14231         * modules/stdint (Depends-on): Add multiarch.
14232         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14233
14234         New module 'multiarch'.
14235         * modules/multiarch: New file.
14236         * m4/multiarch.m4: New file.
14237
14238 2008-12-25  Bruno Haible  <bruno@clisp.org>
14239
14240         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
14241
14242 2008-12-25  Bruno Haible  <bruno@clisp.org>
14243
14244         * modules/btowc (License): Relicense under LGPLv2+.
14245         * modules/mbsinit (License): Likewise.
14246         * modules/mbrtowc (License): Likewise.
14247         * modules/wcrtomb (License): Likewise.
14248         * modules/streq (License): Likewise.
14249         Reported by David Lutterkort <lutter@redhat.com>.
14250
14251 2008-12-23  Bruno Haible  <bruno@clisp.org>
14252
14253         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
14254
14255 2008-12-23  Bruno Haible  <bruno@clisp.org>
14256
14257         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
14258         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
14259         GETADDRINFO_LIB, not in LIBS.
14260         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
14261         * modules/canon-host (Link): Likewise.
14262         * NEWS: Mention the change.
14263         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
14264         GETADDRINFO_LIB.
14265
14266 2008-12-22  Bruno Haible  <bruno@clisp.org>
14267
14268         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
14269         * doc/posix-functions/iswalpha_l.texi: Likewise.
14270         * doc/posix-functions/iswblank_l.texi: Likewise.
14271         * doc/posix-functions/iswcntrl_l.texi: Likewise.
14272         * doc/posix-functions/iswctype_l.texi: Likewise.
14273         * doc/posix-functions/iswdigit_l.texi: Likewise.
14274         * doc/posix-functions/iswgraph_l.texi: Likewise.
14275         * doc/posix-functions/iswlower_l.texi: Likewise.
14276         * doc/posix-functions/iswprint_l.texi: Likewise.
14277         * doc/posix-functions/iswpunct_l.texi: Likewise.
14278         * doc/posix-functions/iswspace_l.texi: Likewise.
14279         * doc/posix-functions/iswupper_l.texi: Likewise.
14280         * doc/posix-functions/iswxdigit_l.texi: Likewise.
14281         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
14282         * doc/posix-functions/open_wmemstream.texi: Likewise.
14283         * doc/posix-functions/swscanf.texi: Likewise.
14284         * doc/posix-functions/towctrans_l.texi: Likewise.
14285         * doc/posix-functions/towlower.texi: Likewise.
14286         * doc/posix-functions/towlower_l.texi: Likewise.
14287         * doc/posix-functions/towupper.texi: Likewise.
14288         * doc/posix-functions/towupper_l.texi: Likewise.
14289         * doc/posix-functions/vfwprintf.texi: Likewise.
14290         * doc/posix-functions/vfwscanf.texi: Likewise.
14291         * doc/posix-functions/vswscanf.texi: Likewise.
14292         * doc/posix-functions/vwprintf.texi: Likewise.
14293         * doc/posix-functions/vwscanf.texi: Likewise.
14294         * doc/posix-functions/wcpcpy.texi: Likewise.
14295         * doc/posix-functions/wcpncpy.texi: Likewise.
14296         * doc/posix-functions/wcscasecmp.texi: Likewise.
14297         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
14298         * doc/posix-functions/wcscoll_l.texi: Likewise.
14299         * doc/posix-functions/wcsdup.texi: Likewise.
14300         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14301         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
14302         * doc/posix-functions/wcsnlen.texi: Likewise.
14303         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14304         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
14305         * doc/posix-functions/wctrans_l.texi: Likewise.
14306         * doc/posix-functions/wctype_l.texi: Likewise.
14307         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
14308         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
14309         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
14310         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
14311         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
14312         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
14313         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
14314         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
14315         * doc/glibc-functions/wcschrnul.texi: Likewise.
14316         * doc/glibc-functions/wcsftime_l.texi: Likewise.
14317         * doc/glibc-functions/wcstod_l.texi: Likewise.
14318         * doc/glibc-functions/wcstof_l.texi: Likewise.
14319         * doc/glibc-functions/wcstol_l.texi: Likewise.
14320         * doc/glibc-functions/wcstold_l.texi: Likewise.
14321         * doc/glibc-functions/wcstoll_l.texi: Likewise.
14322         * doc/glibc-functions/wcstoq.texi: Likewise.
14323         * doc/glibc-functions/wcstoul_l.texi: Likewise.
14324         * doc/glibc-functions/wcstoull_l.texi: Likewise.
14325         * doc/glibc-functions/wcstouq.texi: Likewise.
14326         * doc/glibc-functions/wmempcpy.texi: Likewise.
14327
14328 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
14329             Eric Blake  <ebb9@byu.net>
14330             Paolo Bonzini  <bonzini@gnu.org>
14331             Bruno Haible  <bruno@clisp.org>
14332
14333         Make c-stack work on Haiku.
14334         * lib/c-stack.c (SA_ONSTACK): Define fallback.
14335         (c_stack_action): Use SA_ONSTACK flag.
14336
14337 2008-12-22  Bruno Haible  <bruno@clisp.org>
14338
14339         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
14340
14341 2008-12-22  Bruno Haible  <bruno@clisp.org>
14342
14343         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
14344         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
14345         being overridden.
14346         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
14347         New macros.
14348         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
14349         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
14350         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
14351         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
14352
14353 2008-12-22  Bruno Haible  <bruno@clisp.org>
14354
14355         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
14356         from test code.
14357
14358 2008-12-22  Eric Blake  <ebb9@byu.net>
14359
14360         Avoid gcc warnings on cygwin.
14361         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
14362         Avoid unused variable.
14363         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
14364         Likewise.
14365
14366 2008-12-22  Bruno Haible  <bruno@clisp.org>
14367
14368         Remove HAVE_MBRTOWC conditionals.
14369         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14370         (mbscasecmp): Assume mbrtowc function.
14371         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14372         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14373         * lib/mbschr.c: Include mbuiter.h unconditionally.
14374         (mbschr): Assume mbrtowc function.
14375         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14376         (mbscspn): Assume mbrtowc function.
14377         * lib/mbslen.c: Include mbuiter.h unconditionally.
14378         (mbslen): Assume mbrtowc function.
14379         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
14380         (mbsncasecmp): Assume mbrtowc function.
14381         * lib/mbsnlen.c: Include mbiter.h unconditionally.
14382         (mbsnlen): Assume mbrtowc function.
14383         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
14384         (mbspbrk): Assume mbrtowc function.
14385         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
14386         (mbspcasecmp): Assume mbrtowc function.
14387         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
14388         (mbsrchr): Assume mbrtowc function.
14389         * lib/mbssep.c: Include mbuiter.h unconditionally.
14390         (mbssep): Assume mbrtowc function.
14391         * lib/mbsspn.c: Include mbuiter.h unconditionally.
14392         (mbsspn): Assume mbrtowc function.
14393         * lib/mbsstr.c: Include mbuiter.h unconditionally.
14394         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
14395         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
14396         (mbstok_r): Assume mbrtowc function.
14397         * lib/propername.c: Include mbuiter.h unconditionally.
14398         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
14399         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
14400         (trim2): Assume mbrtowc function.
14401         * lib/mbswidth.c (mbsinit): Remove fallback definition.
14402         (mbsnwidth): Assume mbrtowc function.
14403         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
14404         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
14405         fallback definitions.
14406         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
14407
14408 2008-12-22  Bruno Haible  <bruno@clisp.org>
14409
14410         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
14411
14412 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
14413
14414         * modules/regex: Request emulations for the mb*/wc* functions we need.
14415         * m4/regex.m4: Don't look for those functions here.
14416         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
14417
14418 2008-12-22  Bruno Haible  <bruno@clisp.org>
14419
14420         * modules/fnmatch (Depends-on): Remove duplicated dependency.
14421
14422 2008-12-21  Bruno Haible  <bruno@clisp.org>
14423
14424         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
14425         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
14426         (Include): Remove conditionalization.
14427         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
14428         (Include): Remove conditionalization.
14429         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
14430         (Include): Remove conditionalization.
14431         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
14432         * m4/mbfile.m4 (gl_MBFILE): Likewise.
14433         * NEWS: Mention the change.
14434         Reported by Alan Hourihane <alanh@fairlite.co.uk>
14435         via Sergey Poznyakoff <gray@gnu.org.ua>.
14436
14437 2008-12-21  Bruno Haible  <bruno@clisp.org>
14438
14439         * MODULES.html.sh (Extended multibyte and wide character utilities
14440         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
14441         wcrtomb, wcsrtombs.
14442         (Support for systems lacking POSIX:2008): Add accept, bind, close,
14443         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
14444         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
14445         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
14446
14447 2008-12-21  Bruno Haible  <bruno@clisp.org>
14448
14449         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
14450
14451 2008-12-21  Bruno Haible  <bruno@clisp.org>
14452
14453         * modules/wcsnrtombs-tests: New file.
14454         * tests/test-wcsnrtombs1.sh: New file.
14455         * tests/test-wcsnrtombs2.sh: New file.
14456         * tests/test-wcsnrtombs3.sh: New file.
14457         * tests/test-wcsnrtombs4.sh: New file.
14458         * tests/test-wcsnrtombs.c: New file.
14459
14460         New module 'wcsnrtombs'.
14461         * lib/wchar.in.h (wcsnrtombs): New declaration.
14462         * lib/wcsnrtombs.c: New file.
14463         * lib/wcsrtombs-state.c: New file.
14464         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
14465         (internal_state): Remove variable.
14466         * m4/wcsnrtombs.m4: New file.
14467         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
14468         compilation units.
14469         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
14470         HAVE_WCSNRTOMBS.
14471         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
14472         HAVE_WCSNRTOMBS.
14473         * modules/wcsnrtombs: New file.
14474         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
14475         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
14476
14477 2008-12-21  Bruno Haible  <bruno@clisp.org>
14478
14479         * modules/wcsrtombs-tests: New file.
14480         * tests/test-wcsrtombs1.sh: New file.
14481         * tests/test-wcsrtombs2.sh: New file.
14482         * tests/test-wcsrtombs3.sh: New file.
14483         * tests/test-wcsrtombs4.sh: New file.
14484         * tests/test-wcsrtombs.c: New file.
14485
14486         New module 'wcsrtombs'.
14487         * lib/wchar.in.h (wcsrtombs): New declaration.
14488         * lib/wcsrtombs.c: New file.
14489         * m4/wcsrtombs.m4: New file.
14490         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
14491         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14492         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
14493         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14494         * modules/wcsrtombs: New file.
14495         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
14496         bugs.
14497
14498 2008-12-21  Bruno Haible  <bruno@clisp.org>
14499
14500         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
14501         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
14502         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
14503         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
14504         if not correct.
14505         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
14506         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
14507         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14508         m4/locale-zh.m4, m4/codeset.m4.
14509         * doc/posix-functions/wcrtomb.texi: Document the bug.
14510
14511 2008-12-21  Bruno Haible  <bruno@clisp.org>
14512
14513         Work around a btowc() bug on IRIX 6.5.
14514         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
14515         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
14516         REPLACE_WTOBC if not.
14517         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
14518         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
14519         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
14520
14521 2008-12-21  Bruno Haible  <bruno@clisp.org>
14522
14523         * modules/wcrtomb-tests: New file.
14524         * tests/test-wcrtomb.sh: New file.
14525         * tests/test-wcrtomb.c: New file.
14526
14527         New module 'wcrtomb'.
14528         * lib/wchar.in.h (wcrtomb): New declaration.
14529         * lib/wcrtomb.c: New file.
14530         * m4/wcrtomb.m4: New file.
14531         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14532         HAVE_WCRTOMB.
14533         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14534         HAVE_WCRTOMB.
14535         * modules/wcrtomb: New file.
14536         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14537
14538 2008-12-21  Bruno Haible  <bruno@clisp.org>
14539
14540         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14541         * modules/mbsrtowcs (Files): Likewise.
14542         * modules/wctob (Files): Likewise.
14543         * modules/c-strcase-tests (Files): Likewise.
14544         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14545         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14546         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14547         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14548         * modules/vasnprintf-posix-tests (Files): Likewise.
14549
14550 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14551
14552         gitlog-to-changelog: pass all command-line arguments to git-log
14553         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14554         it is sometimes convenient to filter the commits in various ways.
14555         gitlog-to-changelog only allows --since to specify a start date,
14556         but git-log itself supports many other filtering mechanisms.
14557         At the moment, I want to filter by branch name.  Rather than
14558         adding a --branch option to gitlog-to-changelog, it seems more
14559         flexible to simply pass all options directly to git-log and let
14560         git do the work.  Notice that this effectively makes --since a
14561         redundant option for gitlog-to-changelog, but removing it would
14562         require current usage to change since calls would then require
14563         an additional '--'.
14564
14565 2008-12-21  Bruno Haible  <bruno@clisp.org>
14566
14567         * modules/mbsnrtowcs-tests: New file.
14568         * tests/test-mbsnrtowcs1.sh: New file.
14569         * tests/test-mbsnrtowcs2.sh: New file.
14570         * tests/test-mbsnrtowcs3.sh: New file.
14571         * tests/test-mbsnrtowcs4.sh: New file.
14572         * tests/test-mbsnrtowcs.c: New file.
14573
14574         New module 'mbsnrtowcs'.
14575         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14576         * lib/mbsnrtowcs.c: New file.
14577         * lib/mbsrtowcs-state.c: New file.
14578         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14579         (internal_state): Remove variable.
14580         * m4/mbsnrtowcs.m4: New file.
14581         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14582         compilation units.
14583         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14584         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14585         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14586         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14587         * modules/mbsnrtowcs: New file.
14588         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14589         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14590         portability problem.
14591
14592 2008-12-21  Bruno Haible  <bruno@clisp.org>
14593
14594         Work around mbsrtowcs bug.
14595         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14596         (gl_FUNC_MBSRTOWCS): Invoke it.
14597         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14598         m4/locale-zh.m4.
14599         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14600
14601 2008-12-21  Bruno Haible  <bruno@clisp.org>
14602
14603         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14604
14605 2008-12-21  Bruno Haible  <bruno@clisp.org>
14606
14607         Update doc for AIX.
14608         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14609         16-bit wchar_t type.
14610         * doc/posix-functions/btowc.texi: Likewise.
14611         * doc/posix-functions/fgetwc.texi: Likewise.
14612         * doc/posix-functions/fgetws.texi: Likewise.
14613         * doc/posix-functions/fputwc.texi: Likewise.
14614         * doc/posix-functions/fputws.texi: Likewise.
14615         * doc/posix-functions/fwide.texi: Likewise.
14616         * doc/posix-functions/fwprintf.texi: Likewise.
14617         * doc/posix-functions/fwscanf.texi: Likewise.
14618         * doc/posix-functions/getwchar.texi: Likewise.
14619         * doc/posix-functions/getwc.texi: Likewise.
14620         * doc/posix-functions/iswalnum.texi: Likewise.
14621         * doc/posix-functions/iswalpha.texi: Likewise.
14622         * doc/posix-functions/iswblank.texi: Likewise.
14623         * doc/posix-functions/iswcntrl.texi: Likewise.
14624         * doc/posix-functions/iswctype.texi: Likewise.
14625         * doc/posix-functions/iswdigit.texi: Likewise.
14626         * doc/posix-functions/iswgraph.texi: Likewise.
14627         * doc/posix-functions/iswlower.texi: Likewise.
14628         * doc/posix-functions/iswprint.texi: Likewise.
14629         * doc/posix-functions/iswpunct.texi: Likewise.
14630         * doc/posix-functions/iswspace.texi: Likewise.
14631         * doc/posix-functions/iswupper.texi: Likewise.
14632         * doc/posix-functions/iswxdigit.texi: Likewise.
14633         * doc/posix-functions/mbrtowc.texi: Likewise.
14634         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14635         * doc/posix-functions/mbstowcs.texi: Likewise.
14636         * doc/posix-functions/mbtowc.texi: Likewise.
14637         * doc/posix-functions/putwchar.texi: Likewise.
14638         * doc/posix-functions/putwc.texi: Likewise.
14639         * doc/posix-functions/swprintf.texi: Likewise.
14640         * doc/posix-functions/tolower.texi: Likewise.
14641         * doc/posix-functions/toupper.texi: Likewise.
14642         * doc/posix-functions/towctrans.texi: Likewise.
14643         * doc/posix-functions/ungetwc.texi: Likewise.
14644         * doc/posix-functions/vswprintf.texi: Likewise.
14645         * doc/posix-functions/wcrtomb.texi: Likewise.
14646         * doc/posix-functions/wcscat.texi: Likewise.
14647         * doc/posix-functions/wcschr.texi: Likewise.
14648         * doc/posix-functions/wcscmp.texi: Likewise.
14649         * doc/posix-functions/wcscoll.texi: Likewise.
14650         * doc/posix-functions/wcscpy.texi: Likewise.
14651         * doc/posix-functions/wcscspn.texi: Likewise.
14652         * doc/posix-functions/wcsftime.texi: Likewise.
14653         * doc/posix-functions/wcslen.texi: Likewise.
14654         * doc/posix-functions/wcsncat.texi: Likewise.
14655         * doc/posix-functions/wcsncmp.texi: Likewise.
14656         * doc/posix-functions/wcsncpy.texi: Likewise.
14657         * doc/posix-functions/wcspbrk.texi: Likewise.
14658         * doc/posix-functions/wcsrchr.texi: Likewise.
14659         * doc/posix-functions/wcsrtombs.texi: Likewise.
14660         * doc/posix-functions/wcsspn.texi: Likewise.
14661         * doc/posix-functions/wcsstr.texi: Likewise.
14662         * doc/posix-functions/wcstod.texi: Likewise.
14663         * doc/posix-functions/wcstof.texi: Likewise.
14664         * doc/posix-functions/wcstoimax.texi: Likewise.
14665         * doc/posix-functions/wcstok.texi: Likewise.
14666         * doc/posix-functions/wcstold.texi: Likewise.
14667         * doc/posix-functions/wcstoll.texi: Likewise.
14668         * doc/posix-functions/wcstol.texi: Likewise.
14669         * doc/posix-functions/wcstombs.texi: Likewise.
14670         * doc/posix-functions/wcstoull.texi: Likewise.
14671         * doc/posix-functions/wcstoul.texi: Likewise.
14672         * doc/posix-functions/wcstoumax.texi: Likewise.
14673         * doc/posix-functions/wcswidth.texi: Likewise.
14674         * doc/posix-functions/wcsxfrm.texi: Likewise.
14675         * doc/posix-functions/wctob.texi: Likewise.
14676         * doc/posix-functions/wctomb.texi: Likewise.
14677         * doc/posix-functions/wctrans.texi: Likewise.
14678         * doc/posix-functions/wctype.texi: Likewise.
14679         * doc/posix-functions/wcwidth.texi: Likewise.
14680         * doc/posix-functions/wmemchr.texi: Likewise.
14681         * doc/posix-functions/wmemcmp.texi: Likewise.
14682         * doc/posix-functions/wmemcpy.texi: Likewise.
14683         * doc/posix-functions/wmemmove.texi: Likewise.
14684         * doc/posix-functions/wmemset.texi: Likewise.
14685         * doc/posix-functions/wprintf.texi: Likewise.
14686         * doc/posix-functions/wscanf.texi: Likewise.
14687
14688 2008-12-21  Bruno Haible  <bruno@clisp.org>
14689
14690         Update doc for HP-UX 11.11.
14691         * doc/posix-functions/btowc.texi: Clarify that the function is missing
14692         in HP-UX version 11.00, not in all versions of HP-UX 11.
14693         * doc/posix-functions/fwide.texi: Likewise.
14694         * doc/posix-functions/fwprintf.texi: Likewise.
14695         * doc/posix-functions/fwscanf.texi: Likewise.
14696         * doc/posix-functions/inet_ntop.texi: Likewise.
14697         * doc/posix-functions/inet_pton.texi: Likewise.
14698         * doc/posix-functions/mbrlen.texi: Likewise.
14699         * doc/posix-functions/mbrtowc.texi: Likewise.
14700         * doc/posix-functions/mbsinit.texi: Likewise.
14701         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14702         * doc/posix-functions/swprintf.texi: Likewise.
14703         * doc/posix-functions/swscanf.texi: Likewise.
14704         * doc/posix-functions/towctrans.texi: Likewise.
14705         * doc/posix-functions/vfwprintf.texi: Likewise.
14706         * doc/posix-functions/vswprintf.texi: Likewise.
14707         * doc/posix-functions/vwprintf.texi: Likewise.
14708         * doc/posix-functions/wcrtomb.texi: Likewise.
14709         * doc/posix-functions/wcsrtombs.texi: Likewise.
14710         * doc/posix-functions/wcsstr.texi: Likewise.
14711         * doc/posix-functions/wctob.texi: Likewise.
14712         * doc/posix-functions/wctrans.texi: Likewise.
14713         * doc/posix-functions/wmemchr.texi: Likewise.
14714         * doc/posix-functions/wmemcmp.texi: Likewise.
14715         * doc/posix-functions/wmemcpy.texi: Likewise.
14716         * doc/posix-functions/wmemmove.texi: Likewise.
14717         * doc/posix-functions/wmemset.texi: Likewise.
14718         * doc/posix-functions/wprintf.texi: Likewise.
14719         * doc/posix-functions/wscanf.texi: Likewise.
14720
14721 2008-12-21  Bruno Haible  <bruno@clisp.org>
14722
14723         Work around a portability problem.
14724         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
14725         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
14726
14727 2008-12-20  Bruno Haible  <bruno@clisp.org>
14728
14729         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
14730         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
14731         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
14732         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
14733         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
14734
14735         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
14736         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
14737         set.
14738         (GNULIB_defined_mbstate_t): New macro.
14739         (mbsinit): Redefine if REPLACE_MBSINIT is set.
14740         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
14741         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
14742         reuses the system's mbrtowc function but works around the bugs.
14743         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
14744         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
14745         macros.
14746         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
14747         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
14748         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
14749         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
14750         REPLACE_MBSINIT if mbsinit needs to be overridden.
14751         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
14752         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14753         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
14754         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14755         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14756         m4/locale-zh.m4.
14757         (Depends): Add mbsinit.
14758         * modules/mbsinit (Depends): Add mbrtowc.
14759         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
14760
14761 2008-12-20  Bruno Haible  <bruno@clisp.org>
14762
14763         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
14764         so that there are no conversion errors on AIX.
14765         * tests/test-mbsrtowcs.c (main): LIkewise.
14766
14767 2008-12-20  Bruno Haible  <bruno@clisp.org>
14768
14769         Work around wctob bug on Solaris <= 9.
14770         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
14771         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
14772         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
14773         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
14774         * modules/wctob (Files): Add m4/locale-fr.m4.
14775         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
14776
14777 2008-12-20  Bruno Haible  <bruno@clisp.org>
14778
14779         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
14780         /dev/null.
14781         * tests/test-select-in.sh: Likewise.
14782         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14783
14784 2008-12-20  Bruno Haible  <bruno@clisp.org>
14785
14786         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
14787         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
14788         Cygwin 1.5.x.
14789
14790 2008-12-20  Bruno Haible  <bruno@clisp.org>
14791
14792         Ensure mbstate_t is defined on HP-UX 11.11.
14793         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
14794         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
14795         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
14796         AC_USE_SYSTEM_EXTENSIONS.
14797         * modules/fnmatch (Depends-on): Add extensions.
14798         * modules/mbrlen (Depends-on): Likewise.
14799         * modules/mbrtowc (Depends-on): Likewise.
14800         * modules/mbsinit (Depends-on): Likewise.
14801         * modules/mbsrtowcs (Depends-on): Likewise.
14802         * modules/mbswidth (Depends-on): Likewise.
14803         * modules/quotearg (Depends-on): Likewise.
14804         * modules/strftime (Depends-on): Likewise.
14805
14806 2008-12-20  Bruno Haible  <bruno@clisp.org>
14807
14808         Ensure wctob is declared on IRIX 6.5.
14809         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
14810         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
14811         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
14812         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
14813         of HAVE_WCTOB.
14814         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
14815         HAVE_WCTOB.
14816         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
14817
14818 2008-12-19  Bruno Haible  <bruno@clisp.org>
14819
14820         * modules/mbsrtowcs-tests: New file.
14821         * tests/test-mbsrtowcs1.sh: New file.
14822         * tests/test-mbsrtowcs2.sh: New file.
14823         * tests/test-mbsrtowcs3.sh: New file.
14824         * tests/test-mbsrtowcs4.sh: New file.
14825         * tests/test-mbsrtowcs.c: New file.
14826
14827         New module 'mbsrtowcs'.
14828         * lib/wchar.in.h (mbsrtowcs): New declaration.
14829         * lib/mbsrtowcs.c: New file.
14830         * m4/mbsrtowcs.m4: New file.
14831         * modules/mbsrtowcs: New file.
14832         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
14833         HAVE_MBSRTOWCS.
14834         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
14835         HAVE_MBSRTOWCS.
14836         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
14837
14838 2008-12-19  Bruno Haible  <bruno@clisp.org>
14839
14840         New module 'mbrlen'.
14841         * lib/wchar.in.h (mbrlen): New declaration.
14842         * lib/mbrlen.c: New file.
14843         * m4/mbrlen.m4: New file.
14844         * modules/mbrlen: New file.
14845         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
14846         HAVE_MBRLEN.
14847         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
14848         HAVE_MBRLEN.
14849         * doc/posix-functions/mbrlen.texi: Document the new module.
14850
14851 2008-12-19  Bruno Haible  <bruno@clisp.org>
14852
14853         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
14854         * modules/mbrtowc (Depends-on): Add verify.
14855         Suggested by Paul Eggert.
14856
14857 2008-12-18  Bruno Haible  <bruno@clisp.org>
14858
14859         * modules/mbsinit-tests: New file.
14860         * tests/test-mbsinit.sh: New file.
14861         * tests/test-mbsinit.c: New file.
14862
14863 2008-12-18  Bruno Haible  <bruno@clisp.org>
14864
14865         * modules/mbrtowc-tests: New file.
14866         * tests/test-mbrtowc1.sh: New file.
14867         * tests/test-mbrtowc2.sh: New file.
14868         * tests/test-mbrtowc3.sh: New file.
14869         * tests/test-mbrtowc4.sh: New file.
14870         * tests/test-mbrtowc.c: New file.
14871
14872         New module 'mbrtowc'.
14873         * lib/wchar.in.h (mbstate_t): Override when the system does not have
14874         mbsinit and mbrtowc.
14875         (mbrtowc): New declaration.
14876         * lib/mbrtowc.c: New file.
14877         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
14878         * modules/mbrtowc: New file.
14879         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
14880         HAVE_MBRTOWC.
14881         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
14882         HAVE_MBRTOWC.
14883         * doc/posix-functions/mbrtowc.texi: Document the new module.
14884
14885 2008-12-18  Bruno Haible  <bruno@clisp.org>
14886
14887         New module 'wctob'.
14888         * lib/wchar.in.h (wctob): New declaration.
14889         * lib/wctob.c: New file.
14890         * m4/wctob.m4: New file.
14891         * modules/wctob: New file.
14892         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
14893         HAVE_WCTOB.
14894         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
14895         * doc/posix-functions/wctob.texi: Document the new module.
14896
14897 2008-12-18  Bruno Haible  <bruno@clisp.org>
14898
14899         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
14900         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
14901
14902 2008-12-18  Simon Josefsson  <simon@josefsson.org>
14903
14904         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
14905         G. Christensen" <tgc@jupiterrise.com>.
14906
14907         * lib/flock.c: Need to include errno.h.  Reported by "Tom
14908         G. Christensen" <tgc@jupiterrise.com>.
14909
14910         * lib/flock.c: Need to include string.h.  Reported by "Tom
14911         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
14912         <ebb9@byu.net>.
14913
14914 2008-12-18  Bruno Haible  <bruno@clisp.org>
14915
14916         * m4/locale-ja.m4: New file, from GNU gettext.
14917
14918 2008-12-17  Bruno Haible  <bruno@clisp.org>
14919
14920         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
14921         Suggested by Eric Blake.
14922
14923 2008-12-17  Bruno Haible  <bruno@clisp.org>
14924
14925         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
14926
14927 2008-12-17  Bruno Haible  <bruno@clisp.org>
14928
14929         * lib/mbsinit.c: Include verify.h. Verify an assumption.
14930         * modules/mbsinit (Depends-on): Add verify.
14931         Suggested by Paul Eggert.
14932
14933 2008-12-17  Bruno Haible  <bruno@clisp.org>
14934
14935         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
14936         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
14937         gl_FUNC_MBRTOWC.
14938         * m4/mbiter.m4 (gl_MBITER): LIkewise.
14939         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
14940         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
14941         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
14942         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
14943         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
14944         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
14945         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
14946         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
14947         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
14948         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
14949         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
14950         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
14951         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
14952         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
14953         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14954         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
14955         * modules/trim (configure.ac): Likewise.
14956
14957 2008-12-17  Bruno Haible  <bruno@clisp.org>
14958
14959         * modules/btowc-tests: New file.
14960         * tests/test-btowc1.sh: New file.
14961         * tests/test-btowc2.sh: New file.
14962         * tests/test-btowc.c: New file.
14963
14964         New module 'btowc'.
14965         * lib/wchar.in.h (btowc): New declaration.
14966         * lib/btowc.c: New file.
14967         * m4/btowc.m4: New file.
14968         * modules/btowc: New file.
14969         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14970         HAVE_BTOWC.
14971         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
14972         * doc/posix-functions/btowc.texi: Document the new module.
14973
14974 2008-12-17  Bruno Haible  <bruno@clisp.org>
14975
14976         New module 'mbsinit'.
14977         * lib/wchar.in.h (mbsinit): New declaration.
14978         * lib/mbsinit.c: New file.
14979         * m4/mbsinit.m4: New file.
14980         * modules/mbsinit: New file.
14981         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
14982         HAVE_MBSINIT.
14983         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
14984         HAVE_MBSINIT.
14985         * doc/posix-functions/mbsinit.texi: Document the new module.
14986
14987 2008-12-16  Bruno Haible  <bruno@clisp.org>
14988
14989         * lib/unistd.in.h: Add comment.
14990         * tests/test-environ.c: Don't include <stdlib.h>.
14991
14992 2008-12-16  Bruno Haible  <bruno@clisp.org>
14993
14994         * lib/parse-duration.h (parse_duration): Document return value
14995         convention.
14996         * lib/parse-duration.c: Include specification header first. Add
14997         comments.
14998         (_): Remove macro.
14999         (parse_year_month_day, parse_hour_minute_second): Move side effects
15000         outside of strchr call.
15001         (parse_non_iso8601): Move side effects outside of isspace call.
15002         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
15003         call.
15004
15005 2008-12-16  Bruno Haible  <bruno@clisp.org>
15006
15007         * tests/test-parse-duration.sh: Produce no output when the test
15008         succeeds.
15009
15010 2008-12-16  Bruno Haible  <bruno@clisp.org>
15011
15012         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
15013         expressions.
15014
15015 2008-12-15  Bruno Haible  <bruno@clisp.org>
15016
15017         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
15018         * doc/glibc-functions/flistxattr.texi: Likewise.
15019         * doc/glibc-functions/fopencookie.texi: Likewise.
15020         * doc/glibc-functions/fremovexattr.texi: Likewise.
15021         * doc/glibc-functions/fsetxattr.texi: Likewise.
15022         * doc/glibc-functions/getxattr.texi: Likewise.
15023         * doc/glibc-functions/lgetxattr.texi: Likewise.
15024         * doc/glibc-functions/listxattr.texi: Likewise.
15025         * doc/glibc-functions/llistxattr.texi: Likewise.
15026         * doc/glibc-functions/lremovexattr.texi: Likewise.
15027         * doc/glibc-functions/lsetxattr.texi: Likewise.
15028         * doc/glibc-functions/removexattr.texi: Likewise.
15029         * doc/glibc-functions/setxattr.texi: Likewise.
15030         * doc/posix-functions/open_memstream.texi: Likewise.
15031
15032 2008-12-15  Eric Blake  <ebb9@byu.net>
15033
15034         Update doc for cygwin 1.7.
15035         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
15036         functions.
15037         * doc/posix-functions/fchmodat.texi: Likewise.
15038         * doc/posix-functions/fchownat.texi: Likewise.
15039         * doc/posix-functions/fdopendir.texi: Likewise.
15040         * doc/posix-functions/fmemopen.texi: Likewise.
15041         * doc/posix-functions/freeaddrinfo.texi: Likewise.
15042         * doc/posix-functions/fstatat.texi: Likewise.
15043         * doc/posix-functions/futimens.texi: Likewise.
15044         * doc/posix-functions/gai_strerror.texi: Likewise.
15045         * doc/posix-functions/getaddrinfo.texi: Likewise.
15046         * doc/posix-functions/getnameinfo.texi: Likewise.
15047         * doc/posix-functions/if_freenameindex.texi: Likewise.
15048         * doc/posix-functions/if_indextoname.texi: Likewise.
15049         * doc/posix-functions/if_nameindex.texi: Likewise.
15050         * doc/posix-functions/if_nametoindex.texi: Likewise.
15051         * doc/posix-functions/insque.texi: Likewise.
15052         * doc/posix-functions/linkat.texi: Likewise.
15053         * doc/posix-functions/llrint.texi: Likewise.
15054         * doc/posix-functions/llrintf.texi: Likewise.
15055         * doc/posix-functions/llrintl.texi: Likewise.
15056         * doc/posix-functions/lockf.texi: Likewise.
15057         * doc/posix-functions/lrintl.texi: Likewise.
15058         * doc/posix-functions/mkdirat.texi: Likewise.
15059         * doc/posix-functions/mkfifoat.texi: Likewise.
15060         * doc/posix-functions/mknodat.texi: Likewise.
15061         * doc/posix-functions/mq_close.texi: Likewise.
15062         * doc/posix-functions/mq_getattr.texi: Likewise.
15063         * doc/posix-functions/mq_notify.texi: Likewise.
15064         * doc/posix-functions/mq_open.texi: Likewise.
15065         * doc/posix-functions/mq_receive.texi: Likewise.
15066         * doc/posix-functions/mq_send.texi: Likewise.
15067         * doc/posix-functions/mq_setattr.texi: Likewise.
15068         * doc/posix-functions/mq_timedreceive.texi: Likewise.
15069         * doc/posix-functions/mq_timedsend.texi: Likewise.
15070         * doc/posix-functions/mq_unlink.texi: Likewise.
15071         * doc/posix-functions/open_memstream.texi: Likewise.
15072         * doc/posix-functions/openat.texi: Likewise.
15073         * doc/posix-functions/posix_fadvise.texi: Likewise.
15074         * doc/posix-functions/posix_fallocate.texi: Likewise.
15075         * doc/posix-functions/posix_madvise.texi: Likewise.
15076         * doc/posix-functions/posix_memalign.texi: Likewise.
15077         * doc/posix-functions/posix_openpt.texi: Likewise.
15078         * doc/posix-functions/readlinkat.texi: Likewise.
15079         * doc/posix-functions/remque.texi: Likewise.
15080         * doc/posix-functions/renameat.texi: Likewise.
15081         * doc/posix-functions/rintl.texi: Likewise.
15082         * doc/posix-functions/sem_unlink.texi: Likewise.
15083         * doc/posix-functions/shm_open.texi: Likewise.
15084         * doc/posix-functions/shm_unlink.texi: Likewise.
15085         * doc/posix-functions/signgam.texi: Likewise.
15086         * doc/posix-functions/sigset.texi: Likewise.
15087         * doc/posix-functions/stpcpy.texi: Likewise.
15088         * doc/posix-functions/stpncpy.texi: Likewise.
15089         * doc/posix-functions/strerror.texi: Likewise.
15090         * doc/posix-functions/strtod.texi: Likewise.
15091         * doc/posix-functions/symlinkat.texi: Likewise.
15092         * doc/posix-functions/unlinkat.texi: Likewise.
15093         * doc/posix-functions/utimensat.texi: Likewise.
15094         * doc/glibc-functions/bindresvport.texi: Likewise.
15095         * doc/glibc-functions/dn_expand.texi: Likewise.
15096         * doc/glibc-functions/exp10.texi: Likewise.
15097         * doc/glibc-functions/exp10f.texi: Likewise.
15098         * doc/glibc-functions/fgetxattr.texi: Likewise.
15099         * doc/glibc-functions/flistxattr.texi: Likewise.
15100         * doc/glibc-functions/fopencookie.texi: Likewise.
15101         * doc/glibc-functions/freeifaddrs.texi: Likewise.
15102         * doc/glibc-functions/fremovexattr.texi: Likewise.
15103         * doc/glibc-functions/fsetxattr.texi: Likewise.
15104         * doc/glibc-functions/getifaddrs.texi: Likewise.
15105         * doc/glibc-functions/getxattr.texi: Likewise.
15106         * doc/glibc-functions/lgetxattr.texi: Likewise.
15107         * doc/glibc-functions/listxattr.texi: Likewise.
15108         * doc/glibc-functions/llistxattr.texi: Likewise.
15109         * doc/glibc-functions/lremovexattr.texi: Likewise.
15110         * doc/glibc-functions/lsetxattr.texi: Likewise.
15111         * doc/glibc-functions/pow10.texi: Likewise.
15112         * doc/glibc-functions/pow10f.texi: Likewise.
15113         * doc/glibc-functions/rcmd_af.texi: Likewise.
15114         * doc/glibc-functions/removexattr.texi: Likewise.
15115         * doc/glibc-functions/res_init.texi: Likewise.
15116         * doc/glibc-functions/res_mkquery.texi: Likewise.
15117         * doc/glibc-functions/res_query.texi: Likewise.
15118         * doc/glibc-functions/res_querydomain.texi: Likewise.
15119         * doc/glibc-functions/res_send.texi: Likewise.
15120         * doc/glibc-functions/rresvport_af.texi: Likewise.
15121         * doc/glibc-functions/setxattr.texi: Likewise.
15122         * doc/glibc-functions/strcasestr.texi: Likewise.
15123
15124 2008-12-15  Bruno Haible  <bruno@clisp.org>
15125
15126         Fix compilation error on OSF/1 4.0.
15127         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
15128         <sys/time.h>, simply delegate to the system header.
15129         Reported by Daniel Richard G. <oss@teragram.com>.
15130
15131 2008-12-15  Bruno Haible  <bruno@clisp.org>
15132
15133         * doc/posix-functions/openat.texi: Mention the 'openat' module.
15134         * doc/posix-functions/fchmodat.texi: Likewise.
15135         * doc/posix-functions/fchownat.texi: Likewise.
15136         * doc/posix-functions/fdopendir.texi: Likewise.
15137         * doc/posix-functions/fstatat.texi: Likewise.
15138         * doc/posix-functions/mkdirat.texi: Likewise.
15139         * doc/posix-functions/unlinkat.texi: Likewise.
15140
15141 2008-12-14  Bruno Haible  <bruno@clisp.org>
15142
15143         Update doc for POSIX:2008.
15144         * doc/posix-functions/faccessat.texi: New file.
15145         * doc/posix-functions/fchmodat.texi: New file.
15146         * doc/posix-functions/fchownat.texi: New file.
15147         * doc/posix-functions/fdopendir.texi: New file.
15148         * doc/posix-functions/fstatat.texi: New file.
15149         * doc/posix-functions/futimens.texi: New file.
15150         * doc/posix-functions/linkat.texi: New file.
15151         * doc/posix-functions/mkdirat.texi: New file.
15152         * doc/posix-functions/mkfifoat.texi: New file.
15153         * doc/posix-functions/mknodat.texi: New file.
15154         * doc/posix-functions/open_wmemstream.texi: New file.
15155         * doc/posix-functions/openat.texi: New file.
15156         * doc/posix-functions/psiginfo.texi: New file.
15157         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
15158         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
15159         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
15160         * doc/posix-functions/readlinkat.texi: New file.
15161         * doc/posix-functions/renameat.texi: New file.
15162         * doc/posix-functions/strerror_l.texi: New file.
15163         * doc/posix-functions/symlinkat.texi: New file.
15164         * doc/posix-functions/unlinkat.texi: New file.
15165         * doc/posix-functions/utimensat.texi: New file.
15166         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15167
15168 2008-12-14  Bruno Haible  <bruno@clisp.org>
15169
15170         Update doc for POSIX:2008.
15171         * doc/posix-functions/alphasort.texi: Renamed from
15172         doc/glibc-functions/alphasort.texi.
15173         * doc/posix-functions/dirfd.texi: Renamed from
15174         doc/glibc-functions/dirfd.texi.
15175         * doc/posix-functions/dprintf.texi: Renamed from
15176         doc/glibc-functions/dprintf.texi.
15177         * doc/posix-functions/duplocale.texi: Renamed from
15178         doc/glibc-functions/duplocale.texi.
15179         * doc/posix-functions/fexecve.texi: Renamed from
15180         doc/glibc-functions/fexecve.texi.
15181         * doc/posix-functions/fmemopen.texi: Renamed from
15182         doc/glibc-functions/fmemopen.texi.
15183         * doc/posix-functions/freelocale.texi: Renamed from
15184         doc/glibc-functions/freelocale.texi.
15185         * doc/posix-functions/getdate_err.texi: Renamed from
15186         doc/glibc-functions/getdate_err.texi.
15187         * doc/posix-functions/isalnum_l.texi: Renamed from
15188         doc/glibc-functions/isalnum_l.texi.
15189         * doc/posix-functions/isalpha_l.texi: Renamed from
15190         doc/glibc-functions/isalpha_l.texi.
15191         * doc/posix-functions/isblank_l.texi: Renamed from
15192         doc/glibc-functions/isblank_l.texi.
15193         * doc/posix-functions/iscntrl_l.texi: Renamed from
15194         doc/glibc-functions/iscntrl_l.texi.
15195         * doc/posix-functions/isdigit_l.texi: Renamed from
15196         doc/glibc-functions/isdigit_l.texi.
15197         * doc/posix-functions/isgraph_l.texi: Renamed from
15198         doc/glibc-functions/isgraph_l.texi.
15199         * doc/posix-functions/islower_l.texi: Renamed from
15200         doc/glibc-functions/islower_l.texi.
15201         * doc/posix-functions/isprint_l.texi: Renamed from
15202         doc/glibc-functions/isprint_l.texi.
15203         * doc/posix-functions/ispunct_l.texi: Renamed from
15204         doc/glibc-functions/ispunct_l.texi.
15205         * doc/posix-functions/isspace_l.texi: Renamed from
15206         doc/glibc-functions/isspace_l.texi.
15207         * doc/posix-functions/isupper_l.texi: Renamed from
15208         doc/glibc-functions/isupper_l.texi.
15209         * doc/posix-functions/iswalnum_l.texi: Renamed from
15210         doc/glibc-functions/iswalnum_l.texi.
15211         * doc/posix-functions/iswalpha_l.texi: Renamed from
15212         doc/glibc-functions/iswalpha_l.texi.
15213         * doc/posix-functions/iswblank_l.texi: Renamed from
15214         doc/glibc-functions/iswblank_l.texi.
15215         * doc/posix-functions/iswcntrl_l.texi: Renamed from
15216         doc/glibc-functions/iswcntrl_l.texi.
15217         * doc/posix-functions/iswctype_l.texi: Renamed from
15218         doc/glibc-functions/iswctype_l.texi.
15219         * doc/posix-functions/iswdigit_l.texi: Renamed from
15220         doc/glibc-functions/iswdigit_l.texi.
15221         * doc/posix-functions/iswgraph_l.texi: Renamed from
15222         doc/glibc-functions/iswgraph_l.texi.
15223         * doc/posix-functions/iswlower_l.texi: Renamed from
15224         doc/glibc-functions/iswlower_l.texi.
15225         * doc/posix-functions/iswprint_l.texi: Renamed from
15226         doc/glibc-functions/iswprint_l.texi.
15227         * doc/posix-functions/iswpunct_l.texi: Renamed from
15228         doc/glibc-functions/iswpunct_l.texi.
15229         * doc/posix-functions/iswspace_l.texi: Renamed from
15230         doc/glibc-functions/iswspace_l.texi.
15231         * doc/posix-functions/iswupper_l.texi: Renamed from
15232         doc/glibc-functions/iswupper_l.texi.
15233         * doc/posix-functions/iswxdigit_l.texi: Renamed from
15234         doc/glibc-functions/iswxdigit_l.texi.
15235         * doc/posix-functions/isxdigit_l.texi: Renamed from
15236         doc/glibc-functions/isxdigit_l.texi.
15237         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
15238         doc/glibc-functions/mbsnrtowcs.texi.
15239         * doc/posix-functions/mkdtemp.texi: Renamed from
15240         doc/glibc-functions/mkdtemp.texi.
15241         * doc/posix-functions/newlocale.texi: Renamed from
15242         doc/glibc-functions/newlocale.texi.
15243         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
15244         doc/glibc-functions/nl_langinfo_l.texi.
15245         * doc/posix-functions/open_memstream.texi: Renamed from
15246         doc/glibc-functions/open_memstream.texi.
15247         * doc/posix-functions/opterr.texi: Renamed from
15248         doc/glibc-functions/opterr.texi.
15249         * doc/posix-functions/optind.texi: Renamed from
15250         doc/glibc-functions/optind.texi.
15251         * doc/posix-functions/optopt.texi: Renamed from
15252         doc/glibc-functions/optopt.texi.
15253         * doc/posix-functions/psignal.texi: Renamed from
15254         doc/glibc-functions/psignal.texi.
15255         * doc/posix-functions/scandir.texi: Renamed from
15256         doc/glibc-functions/scandir.texi.
15257         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
15258         doc/glibc-functions/sched_get_priority_min.texi.
15259         * doc/posix-functions/signgam.texi: Renamed from
15260         doc/glibc-functions/signgam.texi.
15261         * doc/posix-functions/stpcpy.texi: Renamed from
15262         doc/glibc-functions/stpcpy.texi.
15263         * doc/posix-functions/stpncpy.texi: Renamed from
15264         doc/glibc-functions/stpncpy.texi.
15265         * doc/posix-functions/strcasecmp_l.texi: Renamed from
15266         doc/glibc-functions/strcasecmp_l.texi.
15267         * doc/posix-functions/strcoll_l.texi: Renamed from
15268         doc/glibc-functions/strcoll_l.texi.
15269         * doc/posix-functions/strfmon_l.texi: Renamed from
15270         doc/glibc-functions/strfmon_l.texi.
15271         * doc/posix-functions/strftime_l.texi: Renamed from
15272         doc/glibc-functions/strftime_l.texi.
15273         * doc/posix-functions/strncasecmp_l.texi: Renamed from
15274         doc/glibc-functions/strncasecmp_l.texi.
15275         * doc/posix-functions/strndup.texi: Renamed from
15276         doc/glibc-functions/strndup.texi.
15277         * doc/posix-functions/strnlen.texi: Renamed from
15278         doc/glibc-functions/strnlen.texi.
15279         * doc/posix-functions/strsignal.texi: Renamed from
15280         doc/glibc-functions/strsignal.texi.
15281         * doc/posix-functions/strxfrm_l.texi: Renamed from
15282         doc/glibc-functions/strxfrm_l.texi.
15283         * doc/posix-functions/timer_gettime.texi: Renamed from
15284         doc/glibc-functions/timer_gettime.texi.
15285         * doc/posix-functions/tolower_l.texi: Renamed from
15286         doc/glibc-functions/tolower_l.texi.
15287         * doc/posix-functions/toupper_l.texi: Renamed from
15288         doc/glibc-functions/toupper_l.texi.
15289         * doc/posix-functions/towctrans_l.texi: Renamed from
15290         doc/glibc-functions/towctrans_l.texi.
15291         * doc/posix-functions/towlower_l.texi: Renamed from
15292         doc/glibc-functions/towlower_l.texi.
15293         * doc/posix-functions/towupper_l.texi: Renamed from
15294         doc/glibc-functions/towupper_l.texi.
15295         * doc/posix-functions/uselocale.texi: Renamed from
15296         doc/glibc-functions/uselocale.texi.
15297         * doc/posix-functions/vdprintf.texi: Renamed from
15298         doc/glibc-functions/vdprintf.texi.
15299         * doc/posix-functions/wcpcpy.texi:
15300         Renamed from doc/glibc-functions/wcpcpy.texi.
15301         * doc/posix-functions/wcpncpy.texi: Renamed from
15302         doc/glibc-functions/wcpncpy.texi.
15303         * doc/posix-functions/wcscasecmp.texi: Renamed from
15304         doc/glibc-functions/wcscasecmp.texi.
15305         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
15306         doc/glibc-functions/wcscasecmp_l.texi.
15307         * doc/posix-functions/wcscoll_l.texi: Renamed from
15308         doc/glibc-functions/wcscoll_l.texi.
15309         * doc/posix-functions/wcsdup.texi: Renamed from
15310         doc/glibc-functions/wcsdup.texi.
15311         * doc/posix-functions/wcsncasecmp.texi: Renamed from
15312         doc/glibc-functions/wcsncasecmp.texi.
15313         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
15314         doc/glibc-functions/wcsncasecmp_l.texi.
15315         * doc/posix-functions/wcsnlen.texi: Renamed from
15316         doc/glibc-functions/wcsnlen.texi.
15317         * doc/posix-functions/wcsnrtombs.texi: Renamed from
15318         doc/glibc-functions/wcsnrtombs.texi.
15319         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
15320         doc/glibc-functions/wcsxfrm_l.texi.
15321         * doc/posix-functions/wctrans_l.texi: Renamed from
15322         doc/glibc-functions/wctrans_l.texi.
15323         * doc/posix-functions/wctype_l.texi: Renamed from
15324         doc/glibc-functions/wctype_l.texi.
15325         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15326         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
15327         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
15328         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
15329         these subsections.
15330         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
15331         Remove sections.
15332
15333 2008-12-14  Bruno Haible  <bruno@clisp.org>
15334
15335         Update doc for POSIX:2008.
15336         * doc/posix-functions/*.texi: Update URL of POSIX specification.
15337
15338 2008-12-14  Bruno Haible  <bruno@clisp.org>
15339
15340         Update doc for POSIX:2008.
15341         * doc/pastposix-functions/bcmp.texi: Renamed from
15342         doc/posix-functions/bcmp.texi.
15343         * doc/pastposix-functions/bcopy.texi: Renamed from
15344         doc/posix-functions/bcopy.texi.
15345         * doc/pastposix-functions/bsd_signal.texi: Renamed from
15346         doc/posix-functions/bsd_signal.texi.
15347         * doc/pastposix-functions/bzero.texi: Renamed from
15348         doc/posix-functions/bzero.texi.
15349         * doc/pastposix-functions/ecvt.texi: Renamed from
15350         doc/posix-functions/ecvt.texi.
15351         * doc/pastposix-functions/fcvt.texi: Renamed from
15352         doc/posix-functions/fcvt.texi.
15353         * doc/pastposix-functions/ftime.texi: Renamed from
15354         doc/posix-functions/ftime.texi.
15355         * doc/pastposix-functions/gcvt.texi: Renamed from
15356         doc/posix-functions/gcvt.texi.
15357         * doc/pastposix-functions/getcontext.texi: Renamed from
15358         doc/posix-functions/getcontext.texi.
15359         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
15360         doc/posix-functions/gethostbyaddr.texi.
15361         * doc/pastposix-functions/gethostbyname.texi: Renamed from
15362         doc/posix-functions/gethostbyname.texi.
15363         * doc/pastposix-functions/getwd.texi: Renamed from
15364         doc/posix-functions/getwd.texi.
15365         * doc/pastposix-functions/h_errno.texi: Renamed from
15366         doc/posix-functions/h_errno.texi.
15367         * doc/pastposix-functions/index.texi: Renamed from
15368         doc/posix-functions/index.texi.
15369         * doc/pastposix-functions/makecontext.texi: Renamed from
15370         doc/posix-functions/makecontext.texi.
15371         * doc/pastposix-functions/mktemp.texi: Renamed from
15372         doc/posix-functions/mktemp.texi.
15373         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15374         doc/posix-functions/pthread_attr_getstackaddr.texi.
15375         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15376         doc/posix-functions/pthread_attr_setstackaddr.texi.
15377         * doc/pastposix-functions/rindex.texi: Renamed from
15378         doc/posix-functions/rindex.texi.
15379         * doc/pastposix-functions/scalb.texi: Renamed from
15380         doc/posix-functions/scalb.texi.
15381         * doc/pastposix-functions/setcontext.texi: Renamed from
15382         doc/posix-functions/setcontext.texi.
15383         * doc/pastposix-functions/swapcontext.texi: Renamed from
15384         doc/posix-functions/swapcontext.texi.
15385         * doc/pastposix-functions/ualarm.texi: Renamed from
15386         doc/posix-functions/ualarm.texi.
15387         * doc/pastposix-functions/usleep.texi: Renamed from
15388         doc/posix-functions/usleep.texi.
15389         * doc/pastposix-functions/vfork.texi: Renamed from
15390         doc/posix-functions/vfork.texi.
15391         * doc/pastposix-functions/wcswcs.texi: Renamed from
15392         doc/posix-functions/wcswcs.texi.
15393         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
15394         (Function Substitutes): Update.
15395
15396 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15397
15398         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
15399         m4/strerror.m4.
15400
15401 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15402             Bruno Haible  <bruno@clisp.org>
15403
15404         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
15405
15406 2008-12-13  Bruno Haible  <bruno@clisp.org>
15407
15408         * modules/strtoull (Depends-on): Remove unistd.
15409
15410 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15411
15412         * modules/strtoull (Depends-on): Add stdlib.
15413
15414 2008-12-11  Simon Josefsson  <simon@josefsson.org>
15415
15416         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
15417
15418 2008-12-10  Jim Meyering  <meyering@redhat.com>
15419
15420         gl_ASSERT: don't say assertions are disabled when they're not
15421         * m4/assert.m4 (gl_ASSERT): Do not make configure report
15422         "checking whether to enable assertions... no", when they are in
15423         fact enabled.  This is solely a bug in the output of configure.
15424         In spite of saying "no", NDEBUG was not defined in that case.
15425         Also, as noted by Eric Blake, leave assertions enabled upon
15426         --enable-assert=INVALID.
15427
15428 2008-12-10  Bruno Haible  <bruno@clisp.org>
15429
15430         Change MODULES.html to refer to POSIX:2008 where possible.
15431         * MODULES.html.sh (POSIX2008_URL): New variable.
15432         (posix_headers): Remove sys/timeb, ucontext.
15433         (posix2001_headers): New variable.
15434         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
15435         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
15436         index, makecontext, mktemp, pthread_attr_getstackaddr,
15437         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
15438         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
15439         (posix2001_functions): New variable.
15440         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
15441         otherwise.
15442
15443 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15444
15445         add missing include to parse-duration.c
15446         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
15447         * modules/parse-duration (Depends-on): Add xalloc.
15448
15449         fix sed script reading maint.mk
15450         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
15451         (syntax-check-rules): Use it.
15452
15453 2008-12-09  Bruno Haible  <bruno@clisp.org>
15454
15455         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
15456         MacOS X 10.4/PowerPC.
15457         Reported by Simon Josefsson.
15458
15459 2008-12-08  Jim Meyering  <meyering@redhat.com>
15460
15461         work around mingw's lack of some S_IF definitions
15462         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
15463         Reported by Simon Josefsson.
15464
15465 2008-12-08  Bruno Haible  <bruno@clisp.org>
15466
15467         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
15468         applied to variables. Needed on MacOS X 10.4/PowerPC.
15469         Reported by Simon Josefsson.
15470
15471 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
15472         and Eric Blake  <ebb9@byu.net>
15473
15474         assert: honor --enable-assert
15475         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
15476         order to honor --enable-assert, rather than treating it as a
15477         synonym for --disable-assert.
15478
15479 2008-12-08  Jim Meyering  <meyering@redhat.com>
15480
15481         * lib/posixtm.c: Remove now-useless declaration of mktime.
15482
15483         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
15484
15485 2008-12-07  Bruno Haible  <bruno@clisp.org>
15486
15487         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
15488         test_once): Mark functions as static.
15489         * tests/test-tls.c (test_tls): Likewise.
15490
15491 2008-12-07  Bruno Haible  <bruno@clisp.org>
15492
15493         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
15494         iconv_register_autodetect.
15495
15496 2008-12-07  Jim Meyering  <meyering@redhat.com>
15497
15498         posixtm.c: avoid a warning
15499         * lib/posixtm.c (posixtime): Don't initialize tm0.
15500         It's no longer needed to placate gcc4's -Wuninitialized,
15501         and the attempt to placate would elicit a new warning.
15502
15503         unicodeio.c: mark unused parameters
15504         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15505         (fallback_failure_callback): Likewise.
15506
15507 2008-12-07  Bruno Haible  <bruno@clisp.org>
15508
15509         * gnulib-tool (func_create_testdir): When building the tests
15510         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
15511         Reported by Simon Josefsson.
15512
15513 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15514
15515         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
15516
15517 2008-12-06  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
15520         Suggested by Eric Blake.
15521
15522 2008-12-06  Bruno Haible  <bruno@clisp.org>
15523
15524         Fix a c-stack test failure on MacOS X.
15525         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15526         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15527         handler for SIGBUS as well.
15528         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15529         install a signal handler for SIGBUS as well.
15530         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15531
15532 2008-12-06  Bruno Haible  <bruno@clisp.org>
15533
15534         Advocacy documentation.
15535         * doc/gnulib-intro.texi (Benefits): New section.
15536         * doc/gnulib.texi: Update.
15537
15538 2008-12-06  Bruno Haible  <bruno@clisp.org>
15539
15540         Document the 'manywarnings' module.
15541         * doc/manywarnings.texi: New file.
15542         * doc/gnulib.texi: Include it.
15543
15544 2008-12-05  Eric Blake  <ebb9@byu.net>
15545
15546         tests: silence some gcc warnings
15547         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15548         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15549         type mismatches.
15550
15551 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15552             Bruno Haible  <bruno@clisp.org>
15553
15554         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15555
15556 2008-11-29  Jim Meyering  <meyering@redhat.com>
15557
15558         unicodeio.c: mark unused parameters
15559         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15560         (fallback_failure_callback): Likewise.
15561
15562         fts: fix a thinko
15563         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15564         (set_stat_type): Return S_IF*-valued "type" directly.
15565         Prompted by James Youngman's spotting a related bug.
15566         Confirmed by further testing through find.
15567
15568         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15569         * lib/fts.c (D_TYPE): Define.
15570         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15571         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15572         (s_ifmt_shift_bits): New function.
15573         (set_stat_type): New function.
15574         (fts_build): When not calling fts_stat, call set_stat_type
15575         to propagate dirent.d_type info to fts_read caller.
15576         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15577         fts_statp->st_mode type information may be valid.
15578
15579 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15580
15581         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15582         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15583         <sds@gnu.org>.
15584
15585 2008-11-20  Bruno Haible  <bruno@clisp.org>
15586
15587         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15588         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15589         INCLUDE_NEXT.
15590         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15591         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15592         * modules/math (Makefile.am): Substitute
15593         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15594         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15595
15596 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15597             Bruno Haible  <bruno@clisp.org>
15598
15599         * lib/stdint.in.h: Define all type macros so that their expansion is
15600         a single typedef'ed token. Fixes a compilation failure in Boost which
15601         does "using ::int8_t;".
15602
15603 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15604
15605         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15606         gl_MANYWARN_ALL_GCC.
15607         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15608         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15609         * modules/manywarnings: New file.
15610         * MODULES.html.sh: Mention manywarnings module.
15611
15612 2008-11-18  Bruno Haible  <bruno@clisp.org>
15613
15614         * doc/gnulib-tool.texi (Unit tests): New section.
15615
15616 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15617
15618         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15619         paths like 'lib/po/foo.po'.
15620
15621 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15622
15623         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15624         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15625
15626 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15627
15628         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15629         parameter works.
15630
15631 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15632
15633         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15634
15635 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15636
15637         * modules/parse-duration-tests: New file.
15638         * tests/test-parse-duration.sh: New file.
15639         * tests/test-parse-duration.c: New file.
15640
15641         New module 'parse-duration'.
15642         * lib/parse-duration.h: New file.
15643         * lib/parse-duration.c: New file.
15644         * modules/parse-duration: New file.
15645
15646 2008-11-17  Bruno Haible  <bruno@clisp.org>
15647
15648         * tests/test-select-out.sh: Comment out the first pipe test.
15649         Reported by Simon Josefsson.
15650
15651 2008-11-17  Bruno Haible  <bruno@clisp.org>
15652
15653         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15654         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15655         gl_HOSTENT.
15656
15657 2008-11-17  Bruno Haible  <bruno@clisp.org>
15658
15659         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15660         -lnetwork and -lnet. Needed for Haiku and BeOS.
15661
15662 2008-11-16  Bruno Haible  <bruno@clisp.org>
15663
15664         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15665
15666 2008-11-16  Bruno Haible  <bruno@clisp.org>
15667
15668         Avoid test failure on Haiku.
15669         * tests/test-fsync.c: Include <errno.h>.
15670         (main): Don't require that fsync (0) fails.
15671
15672 2008-11-15  Bruno Haible  <bruno@clisp.org>
15673
15674         New module 'hostent'.
15675         * modules/hostent: New file.
15676         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
15677
15678 2008-11-15  Bruno Haible  <bruno@clisp.org>
15679
15680         New module 'servent'.
15681         * modules/servent: New file.
15682         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
15683
15684 2008-11-15  Bruno Haible  <bruno@clisp.org>
15685
15686         Avoid generating same test program with two different rules.
15687         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
15688         test-frexp to test-frexp-nolibm.
15689         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
15690         test-frexpl to test-frexpl-nolibm.
15691
15692 2008-11-15  Bruno Haible  <bruno@clisp.org>
15693
15694         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
15695         $(FREXPL_LIBM).
15696
15697 2008-11-15  Bruno Haible  <bruno@clisp.org>
15698
15699         * lib/netdb.in.h: Activate the definitions also when the system's
15700         <netdb.h> has 'struct addrinfo'.
15701         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
15702         EAI_OVERFLOW or AI_NUMERICSERV.
15703         * doc/posix-headers/netdb.texi: Document the problem.
15704
15705 2008-11-15  Bruno Haible  <bruno@clisp.org>
15706
15707         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
15708
15709         Make the 'sched' module work on platforms where <sched.h> exists but
15710         is incomplete (such as Haiku).
15711         * lib/sched.in.h; Include the system's <sched.h> if it exists.
15712         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
15713         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
15714         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
15715         HAVE_STRUCT_SCHED_PARAM.
15716         * modules/sched (Depends-on): Add include_next.
15717         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
15718         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
15719         * doc/posix-headers/sched.texi: Document the issue.
15720
15721 2008-11-13  Jim Meyering  <meyering@redhat.com>
15722
15723         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
15724         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
15725         test would fail due to the difference in the Report bugs to ...
15726         line.  The expected address is empty, "<>", while the actual
15727         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
15728
15729 2008-11-12  Bruno Haible  <bruno@clisp.org>
15730
15731         lstat: don't compile lstat.c on systems lacking lstat
15732         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
15733         which don't have lstat; this is handled by lib/sys_stat.in.h already.
15734         Reported by Daniel P. Berrange via Jim Meyering.
15735
15736 2008-11-12  Jim Meyering  <meyering@redhat.com>
15737
15738         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
15739
15740 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15741
15742         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15743         instead.
15744
15745 2008-11-12  Bruno Haible  <bruno@clisp.org>
15746
15747         * lib/unicodeio.c: Include unistr.h.
15748         (utf8_wctomb): Remove function.
15749         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
15750
15751 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15752
15753         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
15754         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
15755         <bruno@clisp.org>.
15756         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
15757
15758 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15759
15760         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
15761         * doc/gnulib.texi: Add section for warnings.
15762
15763 2008-11-11  Bruno Haible  <bruno@clisp.org>
15764
15765         * lib/sockets.h: Add a comment.
15766
15767 2008-11-11  Karl Berry  <karl@gnu.org>
15768
15769         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
15770
15771 2008-11-11  Eric Blake  <ebb9@byu.net>
15772
15773         fdl.texi: avoid git symlinks
15774         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
15775
15776 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15777
15778         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
15779
15780 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15781
15782         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
15783         (gl_WARN_ADD): Substitute $2 if literal.
15784
15785 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15786
15787         * m4/warning.m4: Remove.
15788
15789 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15790
15791         * m4/warnings.m4: Almost complete rewrite. :-)
15792
15793 2008-11-10  Simon Josefsson  <simon@josefsson.org>
15794
15795         * modules/warnings: New module.
15796         * m4/warnings.m4: New file.
15797         * MODULES.html.sh: Mention warnings module.
15798         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
15799         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15800
15801 2008-11-10  Eric Blake  <ebb9@byu.net>
15802
15803         fdl.texi: make a symlink to the latest version
15804         * doc/standards.texi: Revert today's earlier change.
15805         * doc/fdl-1.2.texi: Rename from old fdl.texi...
15806         * doc/fdl.texi: ...and replace this with a symlink to the newer
15807         fdl-1.3.texi.
15808
15809 2008-11-10  Bruno Haible  <bruno@clisp.org>
15810
15811         * tests/test-select-fd.c (main): Accept the result file name as fourth
15812         argument.
15813         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
15814         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
15815
15816 2008-11-10  Bruno Haible  <bruno@clisp.org>
15817
15818         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
15819         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
15820         as autoconf-substituted macros.
15821         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
15822         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
15823         gl_NETDB_H_DEFAULTS. Set these variables.
15824         * modules/netdb (Makefile.am): Substitute these variables.
15825
15826 2008-11-10  Eric Blake  <ebb9@byu.net>
15827
15828         standards.texi: include correct file for FDL 1.3
15829         * doc/standards.texi (GNU Free Documentation License): Change
15830         include file to pull in FDL 1.3, not 1.2.
15831
15832         fdl.texi: revert accidental change to license
15833         * doc/fdl.texi: This is FDL 1.2, not 1.3.
15834
15835 2008-11-10  Bruno Haible  <bruno@clisp.org>
15836
15837         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
15838         cross-compiling guesses also when the native compile gives no result.
15839
15840 2008-11-10  Bruno Haible  <bruno@clisp.org>
15841
15842         * lib/spawni.c (__spawni): Force variable into the stack.
15843
15844 2008-11-10  Bruno Haible  <bruno@clisp.org>
15845
15846         Add support for Haiku.
15847         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
15848         glibc and BeOS, but also on Haiku.
15849         * lib/fpurge.c (fpurge): Likewise.
15850         * lib/freadable.c (freadable): Likewise.
15851         * lib/freadahead.c (freadahead): Likewise.
15852         * lib/freading.c (freading): Likewise.
15853         * lib/freadptr.c (freadptr): Likewise.
15854         * lib/freadseek.c (freadptrinc): Likewise.
15855         * lib/fseeko.c (rpl_fseeko): Likewise.
15856         * lib/fseterr.c (fseterr): Likewise.
15857         * lib/fwritable.c (fwritable): Likewise.
15858         * lib/fwriting.c (fwriting): Likewise.
15859         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
15860
15861 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15862
15863         * lib/config.charset: Treat Haiku like BeOS.
15864
15865 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15866
15867         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
15868         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
15869
15870 2008-11-08  Bruno Haible  <bruno@clisp.org>
15871
15872         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
15873         AC_CACHE_CHECK.
15874
15875 2008-11-08  Bruno Haible  <bruno@clisp.org>
15876
15877         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
15878
15879 2008-11-08  Bruno Haible  <bruno@clisp.org>
15880
15881         * tests/test-select-fd.c: New file.
15882         * tests/test-select-in.sh: New file.
15883         * tests/test-select-out.sh: New file.
15884         * tests/test-select-stdin.c: New file.
15885         * modules/select-tests (Files): Add the new files.
15886         (Depends-on): Add gettimeofday.
15887         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
15888         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
15889         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
15890
15891 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
15892             Bruno Haible  <bruno@clisp.org>
15893
15894         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
15895
15896 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
15897
15898         * build-aux/pmccabe2html: Added support for C++ source files.
15899
15900 2008-11-05  Ben Pfaff  <blp@gnu.org>
15901
15902         Fix lib/close.c build on Windows.
15903         * modules/close (Files): Add lib/w32sock.h.
15904
15905 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
15906
15907         Accept Bison's NEWS format.
15908         * build-aux/announce-gen (print_news_deltas): Tweak
15909         $re_prefix.
15910
15911 2008-11-04  Bruno Haible  <bruno@clisp.org>
15912
15913         * modules/random_r (Maintainer): Add glibc.
15914
15915 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15916
15917         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
15918         by karl@freefriends.org (Karl Berry).
15919         * doc/alloca.texi: Likewise.
15920         * doc/c-ctype.texi: Likewise.
15921         * doc/c-strcase.texi: Likewise.
15922         * doc/c-strcaseeq.texi: Likewise.
15923         * doc/c-strcasestr.texi: Likewise.
15924         * doc/c-strstr.texi: Likewise.
15925         * doc/c-strtod.texi: Likewise.
15926         * doc/c-strtold.texi: Likewise.
15927         * doc/ctime.texi: Likewise.
15928         * doc/error.texi: Likewise.
15929         * doc/fdl.texi: Likewise.
15930         * doc/gcd.texi: Likewise.
15931         * doc/getdate.texi: Likewise.
15932         * doc/gnulib-intro.texi: Likewise.
15933         * doc/gnulib-tool.texi: Likewise.
15934         * doc/gnulib.texi: Likewise.
15935         * doc/inet_ntoa.texi: Likewise.
15936         * doc/maintain.texi: Likewise.
15937         * doc/make-stds.texi: Likewise.
15938         * doc/quote.texi: Likewise.
15939         * doc/regexprops-generic.texi: Likewise.
15940         * doc/standards.texi: Likewise.
15941         * doc/verify.texi: Likewise.
15942         * doc/visibility.texi: Likewise.
15943         * doc/gnulib.texi (GNU Free Documentation License): Include
15944         fdl-1.3.texi instead of fdl.texi.
15945
15946 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15947
15948         * doc/fdl-1.3.texi: New file, from
15949         <http://www.gnu.org/licenses/fdl-1.3.texi>.
15950         * modules/fdl-1.3: Add.
15951         * MODULES.html.sh: Add fdl-1.3.
15952
15953 2008-11-03  Bruno Haible  <bruno@clisp.org>
15954
15955         Make determination of absolute name of header file work with AIX xlc.
15956         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
15957         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
15958         preprocessing.
15959         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15960         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15961
15962 2008-11-03  Simon Josefsson  <simon@josefsson.org>
15963
15964         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
15965         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
15966         <ludo@gnu.org>.
15967
15968 2008-11-02  Bruno Haible  <bruno@clisp.org>
15969
15970         Mark 'strpbrk' obsolete.
15971         * modules/strpbrk (Status, Notice): New sections.
15972         * modules/strtok_r (Depends-on): Add strpbrk.
15973
15974 2008-11-02  Bruno Haible  <bruno@clisp.org>
15975
15976         Mark 'strdup' obsolete.
15977         * modules/strdup (Status, Notice): New sections.
15978         * modules/findprog (Depends-on): Add strdup.
15979         * modules/getaddrinfo (Depends-on): Likewise.
15980         * modules/localename (Depends-on): Likewise.
15981         * modules/relocatable-lib (Depends-on): Likewise.
15982         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
15983         * modules/relocatable-prog (Depends-on): Likewise.
15984         * modules/trim (Depends-on): Likewise.
15985         * modules/unictype/gen-ctype (Depends-on): Likewise.
15986         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15987
15988 2008-11-02  Bruno Haible  <bruno@clisp.org>
15989
15990         Mark 'strcspn' obsolete.
15991         * modules/strcspn (Status, Notice): New sections.
15992
15993 2008-11-02  Bruno Haible  <bruno@clisp.org>
15994
15995         Mark 'rmdir' obsolete.
15996         * modules/rmdir (Status, Notice): New sections.
15997         * modules/clean-temp (Depends-on): Add rmdir.
15998         * modules/openat (Depends-on): Likewise.
15999
16000 2008-11-02  Bruno Haible  <bruno@clisp.org>
16001
16002         Mark 'raise' obsolete.
16003         * modules/raise (Status, Notice): New sections.
16004         (Include): Specify <signal.h>.
16005         * modules/stdio (Depends-on): Add raise.
16006         * modules/write (Depends-on): Likewise.
16007
16008 2008-11-02  Bruno Haible  <bruno@clisp.org>
16009
16010         Mark 'memset' obsolete.
16011         * modules/memset (Status, Notice): New sections.
16012
16013 2008-11-02  Bruno Haible  <bruno@clisp.org>
16014
16015         Mark 'memmove' obsolete.
16016         * modules/memmove (Status, Notice): New sections.
16017         * modules/argp (Depends-on): Add memmove.
16018         * modules/argz (Depends-on): Likewise.
16019         * modules/canonicalize (Depends-on): Likewise.
16020         * modules/canonicalize-lgpl (Depends-on): Likewise.
16021         * modules/fts (Depends-on): Likewise.
16022         * modules/getcwd (Depends-on): Likewise.
16023         * modules/human (Depends-on): Likewise.
16024         * modules/regex (Depends-on): Likewise.
16025         * modules/striconveh (Depends-on): Likewise.
16026         * modules/trim (Depends-on): Likewise.
16027         * modules/unistr/u8-move (Depends-on): Likewise.
16028         * modules/unistr/u16-move (Depends-on): Likewise.
16029         * modules/unistr/u32-move (Depends-on): Likewise.
16030
16031 2008-11-02  Bruno Haible  <bruno@clisp.org>
16032
16033         Mark 'memcpy' obsolete.
16034         * modules/memcpy (Status, Notice): New sections.
16035
16036 2008-11-02  Bruno Haible  <bruno@clisp.org>
16037
16038         Mark 'memcmp' obsolete.
16039         * modules/memcmp (Status, Notice): New sections.
16040         * modules/argmatch (Depends-on): Add memchr.
16041         * modules/backupfile (Depends-on): Likewise.
16042         * modules/c-strcasestr (Depends-on): Likewise.
16043         * modules/crypto/des (Depends-on): Likewise.
16044         * modules/csharpcomp (Depends-on): Likewise.
16045         * modules/fnmatch (Depends-on): Likewise.
16046         * modules/git-merge-changelog (Depends-on): Likewise.
16047         * modules/isnand (Depends-on): Likewise.
16048         * modules/isnand-nolibm (Depends-on): Likewise.
16049         * modules/isnanf (Depends-on): Likewise.
16050         * modules/isnanf-nolibm (Depends-on): Likewise.
16051         * modules/isnanl (Depends-on): Likewise.
16052         * modules/isnanl-nolibm (Depends-on): Likewise.
16053         * modules/mbchar (Depends-on): Likewise.
16054         * modules/memcoll (Depends-on): Likewise.
16055         * modules/quotearg (Depends-on): Likewise.
16056         * modules/regex (Depends-on): Likewise.
16057         * modules/relocatable-prog (Depends-on): Likewise.
16058         * modules/same (Depends-on): Likewise.
16059         * modules/signbit (Depends-on): Likewise.
16060         * modules/strcasestr-simple (Depends-on): Likewise.
16061         * modules/unictype/gen-ctype (Depends-on): Likewise.
16062         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
16063         * modules/uniname/uniname (Depends-on): Likewise.
16064         * modules/unistr/u8-cmp (Depends-on): Likewise.
16065
16066 2008-11-02  Bruno Haible  <bruno@clisp.org>
16067
16068         Mark 'memchr' obsolete.
16069         * modules/memchr (Status, Notice): New sections.
16070         * modules/argp (Depends-on): Add memchr.
16071         * modules/base64 (Depends-on): Likewise.
16072         * modules/c-strcasestr (Depends-on): Likewise.
16073         * modules/chdir-long (Depends-on): Likewise.
16074         * modules/fnmatch (Depends-on): Likewise.
16075         * modules/getsubopt (Depends-on): Likewise.
16076         * modules/git-merge-changelog (Depends-on): Likewise.
16077         * modules/glob (Depends-on): Likewise.
16078         * modules/strcasestr-simple (Depends-on): Likewise.
16079         * modules/strnlen (Depends-on): Likewise.
16080
16081 2008-11-02  Bruno Haible  <bruno@clisp.org>
16082
16083         Mark 'atexit' obsolete.
16084         * modules/atexit (Status, Notice): New sections.
16085         * modules/chdir-long (Depends-on): Add atexit.
16086         * modules/wait-process (Depends-on): Likewise.
16087
16088 2008-11-02  Bruno Haible  <bruno@clisp.org>
16089
16090         * gnulib-tool: New option --with-obsolete.
16091         (func_usage): Document it.
16092         (func_modules_transitive_closure): Drop obsolete dependencies if
16093         incobsolete is not true.
16094         (func_import): Read and save the incobsolete variable to the cache.
16095
16096 2008-11-02  Bruno Haible  <bruno@clisp.org>
16097
16098         * modules/TEMPLATE-EXTENDED: New field 'Status'.
16099         * gnulib-tool: New option --extract-status.
16100         (func_usage): Document it.
16101         (sed_extract_prog): Recognize it.
16102         (func_get_status): New function.
16103
16104 2008-10-30  Simon Josefsson  <simon@josefsson.org>
16105
16106         * modules/sockets (License): Change from LGPL to LGPLv2+.
16107
16108 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16109
16110         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
16111
16112 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16113
16114         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16115         Mention times and sys_times.
16116         * modules/sys_times, modules/sys_times-tests: New modules.
16117         * modules/times, modules/times-tests: Likewise
16118         * m4/sys_times_h.m4: New file.
16119         * lib/sys_times.in.h: Likewise
16120         * lib/times.c: Likewise.
16121         * tests/test-sys_times.c: Likewise.
16122         * tests/test-times.c: Likewise.
16123         * doc/posix-headers/sys_times.texi: Update.
16124         * doc/posix-functions/times.texi: Update.
16125
16126 2008-10-28  Jim Meyering  <meyering@redhat.com>
16127
16128         * modules/tempname (Depends-on): Add lstat.
16129
16130         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
16131
16132 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16133
16134         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
16135         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
16136         using idiom used elsewhere in gnulib.
16137
16138 2008-10-27  Jim Meyering  <meyering@redhat.com>
16139
16140         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
16141
16142 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16143
16144         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
16145         TESTS_ENVIRONMENT, for shell scripts that needs to call built
16146         programs.
16147         * tests/test-argp-2.sh: Use $EXEEXT when needed.
16148
16149 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16150
16151         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
16152
16153 2008-10-27  Bruno Haible  <bruno@clisp.org>
16154
16155         * tests/test-lstat.c: Include <stdio.h>.
16156
16157 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16158
16159         * modules/lstat-tests: New module.
16160         * tests/test-lstat.c: New file.
16161
16162 2008-10-26  Jim Meyering  <meyering@redhat.com>
16163
16164         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
16165
16166 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16167             Bruno Haible  <bruno@clisp.org>
16168
16169         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
16170         * modules/configmake (Include): Add a note that the include must come
16171         after all system headers.
16172         * lib/javaversion.c: Include configmake.h after all other includes.
16173
16174 2008-10-26  Bruno Haible  <bruno@clisp.org>
16175
16176         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
16177         HAVE_STRUCT_RANDOM_DATA to 1.
16178         (gl_STDLIB_H): Simplify.
16179
16180 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16181
16182         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
16183         substitute HAVE_STRUCT_RANDOM_DATA.
16184         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
16185         random_data.
16186         * modules/stdlib (Makefile.am): Substitute
16187         HAVE_STRUCT_RANDOM_DATA.
16188
16189 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16190
16191         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
16192         * doc/gnulib-intro.texi (Copyright): Likewise.
16193
16194 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16195
16196         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
16197         findings.
16198
16199 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
16200             Bruno Haible  <bruno@clisp.org>
16201
16202         * lib/unistd.in.h: Include <winsock2.h>.
16203         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
16204         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
16205         Provide dummy declarations.
16206         (gethostname): Override.
16207         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
16208         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
16209         gl_PREREQ_SYS_H_WINSOCK2.
16210         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
16211         * doc/posix-functions/gethostname.texi: More details.
16212
16213 2008-10-25  Bruno Haible  <bruno@clisp.org>
16214
16215         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16216         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
16217         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
16218
16219         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
16220         here ...
16221         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
16222         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
16223         gl_UNISTD_H_DEFAULTS.
16224
16225 2008-10-25  Eric Blake  <ebb9@byu.net>
16226
16227         signbit: avoid spurious compiler failure
16228         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
16229         declarations inside function.
16230
16231 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16232             Bruno Haible  <bruno@clisp.org>
16233
16234         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
16235         * modules/random_r (Depends-on): Add stdint.
16236
16237 2008-10-24  Bruno Haible  <bruno@clisp.org>
16238
16239         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
16240         Eggert.
16241         * modules/strerror (License): Likewise.
16242
16243 2008-10-24  Jim Meyering  <meyering@redhat.com>
16244
16245         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
16246         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
16247
16248 2008-10-24  Eric Blake  <ebb9@byu.net>
16249
16250         getgroups: fix compilation when getgroups is available
16251         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
16252         but with <config.h> override of getgroups disabled.
16253
16254 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16255
16256         * doc/gnulib.texi (Header files): Add note about C++ problems.
16257         Explained by Bruno Haible <bruno@clisp.org>.
16258
16259 2008-10-23  Bruno Haible  <bruno@clisp.org>
16260
16261         Define a dummy SA_NODEFER macro on Interix.
16262         * lib/signal.in.h (SA_NODEFER): Define fallback.
16263         Reported by Aleksey Cheusov <cheusov@tut.by> via
16264         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
16265
16266 2008-10-23  Bruno Haible  <bruno@clisp.org>
16267
16268         * modules/freadahead (License): Change to LGPLv2+.
16269         Suggested by Simon Josefsson.
16270
16271 2008-10-23  Jim Meyering  <meyering@redhat.com>
16272
16273         random_r: new module
16274         * modules/random_r: New file.
16275         * m4/random_r.m4: New file.
16276         * lib/random_r.c: New file, from glibc.
16277         * modules/random_r-tests: New file.
16278         * tests/test-random_r.c: New file.
16279         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
16280          Declare.
16281         (RAND_MAX): Define.
16282         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
16283         * modules/stdlib: Substitute them, too.
16284         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
16285         * doc/glibc-functions/initstate_r.texi: Mention the new module.
16286         * doc/glibc-functions/random_r.texi: Likewise.
16287         * doc/glibc-functions/setstate_r.texi: Likewise.
16288         * doc/glibc-functions/srandom_r.texi: Likewise.
16289         * config/srclist.txt: Mention it.
16290
16291 2008-10-23  David Lutterkort  <lutter@redhat.com>
16292
16293         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
16294         link requirement
16295
16296 2008-10-23  Jim Meyering  <meyering@redhat.com>
16297
16298         selinux-h: mark parameters of stub functions as intentionally unused
16299         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
16300         * lib/se-context.in.h: Likewise.
16301
16302 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16303
16304         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
16305
16306 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16307
16308         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
16309
16310 2008-10-22  Eric Blake  <ebb9@byu.net>
16311
16312         glthread/thread: avoid compiler warning
16313         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
16314         Add unreachable abort to silence compiler.
16315
16316 2008-10-22  Eric Blake  <ebb9@byu.net>
16317
16318         netdb: also supply struct addrinfo for cygwin 1.5.x
16319         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
16320         older cygwin.
16321         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
16322         cygwin.
16323         * doc/posix-headers/netdb.texi (netdb.h): Document this.
16324
16325 2008-10-22  Bruno Haible  <bruno@clisp.org>
16326
16327         * users.txt: Update entry about pspp.
16328
16329 2008-10-21  Bruno Haible  <bruno@clisp.org>
16330
16331         Simplification.
16332         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
16333         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
16334
16335         Simplification.
16336         * lib/ioctl.c (ioctl): Don't undefine.
16337         * lib/socket.c (socket): Don't undefine.
16338
16339         Remove unused module indicator macros.
16340         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
16341         GNULIB_$1 as a C macro.
16342
16343         * doc/posix-functions/close.texi: Undo last change.
16344         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
16345         Windows platforms.
16346
16347 2008-10-21  Bruno Haible  <bruno@clisp.org>
16348
16349         Add gethostname() declaration to <unistd.h>.
16350         * lib/unistd.in.h (gethostname): New declaration.
16351         * lib/gethostname.c: Include <unistd.h>.
16352         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
16353         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
16354         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
16355         and HAVE_GETHOSTNAME.
16356         * modules/gethostname (Depends-on): Add unistd.
16357         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16358         (Include): Specify <unistd.h>.
16359         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
16360         HAVE_GETHOSTNAME.
16361         * tests/test-gethostname.c: Include <unistd.h> first.
16362
16363 2008-10-21  Bruno Haible  <bruno@clisp.org>
16364
16365         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
16366         * modules/select-tests (Depends-on): Likewise.
16367         Reported by Simon Josefsson.
16368
16369 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16370
16371         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16372         * lib/accept.c: New file, based on winsock.c.
16373         * lib/bind.c: New file, based on winsock.c.
16374         * lib/connect.c: New file, based on winsock.c.
16375         * lib/getpeername.c: New file, based on winsock.c.
16376         * lib/getsockname.c: New file, based on winsock.c.
16377         * lib/getsockopt.c: New file, based on winsock.c.
16378         * lib/ioctl.c: New file, based on winsock.c.
16379         * lib/listen.c: New file, based on winsock.c.
16380         * lib/recv.c: New file, based on winsock.c.
16381         * lib/recvfrom.c: New file, based on winsock.c.
16382         * lib/send.c: New file, based on winsock.c.
16383         * lib/sendto.c: New file, based on winsock.c.
16384         * lib/setsockopt.c: New file, based on winsock.c.
16385         * lib/shutdown.c: New file, based on winsock.c.
16386         * lib/socket.c: New file, based on winsock.c.
16387         * lib/w32sock.h: New file, based on winsock.c.
16388         * lib/winsock.c: Remove file.
16389         * modules/accept: Likewise.
16390         * modules/bind: Likewise.
16391         * modules/connect: Likewise.
16392         * modules/getpeername: Likewise.
16393         * modules/getsockname: Likewise.
16394         * modules/getsockopt: Likewise.
16395         * modules/ioctl: Likewise.
16396         * modules/listen: Likewise.
16397         * modules/recv: Likewise.
16398         * modules/recvfrom: Likewise.
16399         * modules/send: Likewise.
16400         * modules/sendto: Likewise.
16401         * modules/setsockopt: Likewise.
16402         * modules/shutdown: Likewise.
16403         * modules/socket: Use socket.c instead of winsock.c.
16404         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
16405         * doc/posix-functions/accept.texi: Doc fix.
16406         * doc/posix-functions/bind.texi: Doc fix.
16407         * doc/posix-functions/close.texi: Doc fix.
16408         * doc/posix-functions/connect.texi: Doc fix.
16409         * doc/posix-functions/getpeername.texi: Doc fix.
16410         * doc/posix-functions/getsockname.texi: Doc fix.
16411         * doc/posix-functions/getsockopt.texi: Doc fix.
16412         * doc/posix-functions/ioctl.texi: Doc fix.
16413         * doc/posix-functions/listen.texi: Doc fix.
16414         * doc/posix-functions/recv.texi: Doc fix.
16415         * doc/posix-functions/recvfrom.texi: Doc fix.
16416         * doc/posix-functions/send.texi: Doc fix.
16417         * doc/posix-functions/sendto.texi: Doc fix.
16418         * doc/posix-functions/setsockopt.texi: Doc fix.
16419         * doc/posix-functions/shutdown.texi: Doc fix.
16420         * doc/posix-functions/socket.texi: Doc fix.
16421
16422 2008-10-20  Bruno Haible  <bruno@clisp.org>
16423
16424         Take into account the role of SIGABRT_COMPAT on Windows 2008.
16425         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
16426         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
16427         as an alias for SIGABRT.
16428         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
16429         (sigaction): Map it to SIGABRT.
16430         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
16431
16432 2008-10-20  Bruno Haible  <bruno@clisp.org>
16433
16434         * lib/fts.c: Don't include lstat.h.
16435         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
16436
16437         Move the lstat() declaration to <sys/stat.h>.
16438         * lib/lstat.h: Remove file.
16439         * lib/sys_stat.in.h: Add special invocation convention.
16440         (lstat): New declaration.
16441         * lib/lstat.c (orig_lstat): New function.
16442         (rpl_lstat): Use orig_lstat instead of lstat.
16443         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
16444         AC_C_INLINE. Set REPLACE_LSTAT.
16445         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
16446         and REPLACE_LSTAT.
16447         * modules/lstat (Files): Remove lib/lstat.h.
16448         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16449         (Include): Specify <sys/stat.h> instead of lstat.h.
16450         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
16451         REPLACE_LSTAT.
16452         * NEWS: Mention the change.
16453
16454 2008-10-20  Bruno Haible  <bruno@clisp.org>
16455
16456         * modules/posix_spawn-tests: New file.
16457         * tests/test-posix_spawn3.c: New file.
16458
16459 2008-10-20  Bruno Haible  <bruno@clisp.org>
16460
16461         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
16462         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16463         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
16464         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16465         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
16466
16467 2008-10-20  Bruno Haible  <bruno@clisp.org>
16468
16469         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
16470         of posix_spawn on AIX 5.3.
16471
16472 2008-10-20  Bruno Haible  <bruno@clisp.org>
16473
16474         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
16475
16476 2008-10-20  Bruno Haible  <bruno@clisp.org>
16477
16478         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
16479         of AC_LANG_PROGRAM.
16480
16481 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16482
16483         * lib/netdb.in.h: Don't define GNU specific constants until they
16484         are supported or needed.  Reported by Bruno Haible
16485         <bruno@clisp.org>.
16486
16487 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16488
16489         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
16490
16491 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16492
16493         * lib/getaddrinfo.h: Remove file.
16494         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
16495         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
16496         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
16497         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
16498         * modules/netdb: Substitute GNULIB_GETADDRINFO.
16499         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
16500         * tests/test-getaddrinfo.c: Likewise.
16501         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
16502         * NEWS: Mention change.
16503
16504 2008-10-19  Bruno Haible  <bruno@clisp.org>
16505
16506         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
16507
16508 2008-10-19  Bruno Haible  <bruno@clisp.org>
16509
16510         * lib/wait-process.c: Include simply <sys/wait.h>.
16511         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
16512         WIFSTOPPED): Remove fallback definitions.
16513         * modules/wait-process (Depends-on): Add sys_wait.
16514
16515         New module 'sys_wait'.
16516         * modules/sys_wait: New file.
16517         * lib/sys_wait.in.h: New file, partially copied from
16518         lib/wait-process.c.
16519         * m4/sys_wait_h.m4: New file.
16520         * doc/posix-headers/sys_wait.texi: Mention the new module.
16521
16522 2008-10-19  Bruno Haible  <bruno@clisp.org>
16523
16524         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16525
16526 2008-10-19  Bruno Haible  <bruno@clisp.org>
16527
16528         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16529         * lib/wait-process.c (WAIT_T): Remove type.
16530         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16531         (wait_subprocess): Update.
16532
16533 2008-10-19  Bruno Haible  <bruno@clisp.org>
16534
16535         New module 'atoll'.
16536         * modules/atoll: New file.
16537         * lib/stdlib.in.h (atoll): New declaration.
16538         * lib/atoll.c: New file, from glibc with modifications.
16539         * m4/atoll.m4: New file.
16540         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16541         HAVE_ATOLL.
16542         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16543         * doc/posix-functions/atoll.texi: Mention the new module.
16544
16545 2008-10-19  Bruno Haible  <bruno@clisp.org>
16546
16547         Add strtoull() declaration to <stdlib.h>.
16548         * lib/stdlib.in.h (strtoull): New declaration.
16549         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16550         Set HAVE_STRTOULL.
16551         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16552         HAVE_STRTOULL.
16553         * modules/strtoull (Depends-on): Add stdlib.
16554         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16555         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16556         HAVE_STRTOULL.
16557
16558 2008-10-19  Bruno Haible  <bruno@clisp.org>
16559
16560         Add strtoll() declaration to <stdlib.h>.
16561         * lib/stdlib.in.h (strtoll): New declaration.
16562         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16563         Set HAVE_STRTOLL.
16564         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16565         HAVE_STRTOLL.
16566         * modules/strtoll (Depends-on): Add stdlib.
16567         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16568         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16569
16570 2008-10-19  Bruno Haible  <bruno@clisp.org>
16571
16572         * modules/bcopy (Depends-on): Add strings.
16573         (Include): Specify <strings.h>.
16574
16575 2008-10-19  Bruno Haible  <bruno@clisp.org>
16576
16577         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16578
16579 2008-10-19  Bruno Haible  <bruno@clisp.org>
16580
16581         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16582         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16583         mingw.
16584
16585 2008-10-19  Bruno Haible  <bruno@clisp.org>
16586
16587         * lib/atanl.c: Don't include isnanl.h.
16588         * lib/cosl.c: Likewise.
16589         * lib/ldexpl.c: Likewise.
16590         * lib/logl.c: Likewise.
16591         * lib/sinl.c: Likewise.
16592         * lib/sqrtl.c: Likewise.
16593         * lib/tanl.c: Likewise.
16594
16595         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16596         * lib/isnanf.h: Remove file.
16597         * lib/isnand.h: Remove file.
16598         * lib/isnanl.h: Remove file.
16599         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16600         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16601         macros.
16602         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16603         HAVE_ISNANF, don't define it as a C macro.
16604         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16605         HAVE_ISNAND, don't define it as a C macro.
16606         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16607         HAVE_ISNANL, don't define it as a C macro.
16608         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16609         HAVE_ISNAN[FDL].
16610         * modules/isnanf (Files): Remove lib/isnanf.h.
16611         (Depends-on): Add math.
16612         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16613         (Include): Specify <math.h> instead of isnanf.h.
16614         * modules/isnand (Files): Remove lib/isnand.h.
16615         (Depends-on): Add math.
16616         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16617         (Include): Specify <math.h> instead of isnand.h.
16618         * modules/isnanl (Files): Remove lib/isnanl.h.
16619         (Depends-on): Add math.
16620         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16621         (Include): Specify <math.h> instead of isnanl.h.
16622         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16623         HAVE_ISNAN[FDL].
16624         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16625         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16626         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16627         * NEWS: Mention the change.
16628
16629 2008-10-18  Bruno Haible  <bruno@clisp.org>
16630
16631         Add getusershell(), setusershell(), endusershell() declarations to
16632         <unistd.h>.
16633         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16634         declarations.
16635         * lib/getusershell.c: Include unistd.h.
16636         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16637         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16638         HAVE_GETUSERSHELL.
16639         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16640         and HAVE_GETUSERSHELL.
16641         * modules/getusershell (Depends-on): Add unistd, extensions.
16642         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16643         (Include): Specify <unistd.h>.
16644         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16645         HAVE_GETUSERSHELL.
16646
16647 2008-10-18  Bruno Haible  <bruno@clisp.org>
16648
16649         Add a getloadavg() declaration to <stdlib.h>.
16650         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16651         getloadavg declaration.
16652         (getloadavg): New declaration.
16653         * lib/getloadavg.c: Include <stdlib.h> first.
16654         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16655         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16656         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16657         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16658         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16659         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16660         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16661         (Include): Specify <stdlib.h>.
16662         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16663         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16664
16665 2008-10-18  Bruno Haible  <bruno@clisp.org>
16666
16667         * lib/dirchownmod.c: Don't include lchmod.h.
16668
16669         Move the lchmod() declaration to <sys/stat.h>.
16670         * lib/lchmod.h: Remove file.
16671         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
16672         (lchmod): New declaration, moved here from lib/lchown.h.
16673         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
16674         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
16675         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
16676         and HAVE_LCHMOD.
16677         * modules/lchmod (Files): Remove lib/lchmod.h.
16678         (Depends-on): Add sys_stat, extensions.
16679         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16680         (Include): Specify <sys/stat.h> instead of lchmod.h.
16681         * modules/sys_stat (Depends-on): Add link-warning.
16682         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
16683         definition of GL_LINK_WARNING.
16684         * NEWS: Mention the change.
16685
16686 2008-10-18  Bruno Haible  <bruno@clisp.org>
16687
16688         * lib/fchdir.c: Don't include dirfd.h.
16689         * lib/fts.c: Likewise.
16690         * lib/getcwd.c: Likewise.
16691         * lib/glob.c: Likewise.
16692
16693         Move the dirfd() declaration to <dirent.h>.
16694         * lib/dirfd.h: Remove file.
16695         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
16696         (dirfd): New declaration.
16697         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
16698         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
16699         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
16700         HAVE_DECL_DIRFD.
16701         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
16702         HAVE_DECL_DIRFD.
16703         * modules/dirfd (Files): Remove lib/dirfd.h.
16704         (Depends-on): Add dirent, extensions.
16705         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
16706         (Include): Specify <dirent.h> instead of dirfd.h.
16707         * modules/dirent (Depends-on): Add link-warning.
16708         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
16709         definition of GL_LINK_WARNING.
16710         * NEWS: Mention the change.
16711
16712 2008-10-18  Bruno Haible  <bruno@clisp.org>
16713
16714         Move the euidaccess() declaration to <unistd.h>.
16715         * lib/euidaccess.h: Remove file.
16716         * lib/unistd.in.h (euidaccess): New declaration.
16717         * lib/euidaccess.c: Don't include euidaccess.h.
16718         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
16719         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
16720         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
16721         and HAVE_EUIDACCESS.
16722         * modules/euidaccess (Files): Remove lib/euidaccess.h.
16723         (Depends-on): Add unistd.
16724         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16725         (Include): Specify <unistd.h> instead of euidaccess.h.
16726         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
16727         HAVE_EUIDACCESS.
16728         * NEWS: Mention the change.
16729
16730 2008-10-18  Bruno Haible  <bruno@clisp.org>
16731
16732         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
16733
16734         Move the getdomainname() declaration to <unistd.h>.
16735         * lib/getdomainname.h: Remove file.
16736         * lib/unistd.in.h (getdomainname): New declaration.
16737         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
16738         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
16739         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16740         HAVE_GETDOMAINNAME.
16741         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16742         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
16743         * modules/getdomainname (Files): Remove lib/getdomainname.h.
16744         (Depends-on): Add unistd, extensions.
16745         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16746         (Includes): Specify <unistd.h> instead of getdomainname.h.
16747         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
16748         HAVE_GETDOMAINNAME.
16749         * NEWS: Mention the change.
16750
16751 2008-10-18  Bruno Haible  <bruno@clisp.org>
16752
16753         * modules/dirent: New file.
16754         * m4/dirent_h.m4: New file.
16755         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
16756         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
16757         * modules/fchdir (Files): Remove lib/dirent.in.h.
16758         (Depends-on): Add dirent.
16759         (Makefile.am): Move rules to modules/dirent.
16760         * doc/posix-headers/dirent.texi: Mention the new module.
16761
16762 2008-10-18  Bruno Haible  <bruno@clisp.org>
16763
16764         Avoid -Wunused-parameter warnings in public gnulib header files.
16765         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
16766         macro.
16767         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
16768
16769 2008-10-18  Bruno Haible  <bruno@clisp.org>
16770
16771         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
16772         * doc/glibc-functions/error.texi: Mention the module 'error'.
16773         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
16774         * doc/glibc-functions/getdomainname.texi: Mention the module
16775         'getdomainname'.
16776         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
16777         * doc/glibc-functions/getpagesize.texi: Mention the module
16778         'getpagesize'.
16779         * doc/glibc-functions/getusershell.texi: Mention the module
16780         'getusershell'.
16781         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
16782         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
16783         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
16784         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
16785         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
16786         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
16787         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
16788         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
16789         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
16790         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
16791         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
16792         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
16793         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
16794         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
16795
16796 2008-10-17  Bruno Haible  <bruno@clisp.org>
16797
16798         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
16799         HP-UX and IRIX, use -0.0L.
16800         * tests/test-ceill.c (minus_zero): Likewise.
16801         * tests/test-floorl.c (minus_zero): Likewise.
16802         * tests/test-frexpl.c (minus_zero): Likewise.
16803         * tests/test-isnan.c (minus_zerol): Likewise.
16804         * tests/test-isnanl.h (minus_zero): Likewise.
16805         * tests/test-ldexpl.c (minus_zero): Likewise.
16806         * tests/test-roundl.c (minus_zero): Likewise.
16807         * tests/test-signbit.c (minus_zerol): Likewise.
16808         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16809         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16810         * tests/test-truncl.c (minus_zero): Likewise.
16811         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16812         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16813         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
16814         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16815
16816 2008-10-17  Bruno Haible  <bruno@clisp.org>
16817
16818         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
16819         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
16820         that it gets activated only for gcc >= 3.0.
16821         * lib/dirent.in.h: Likewise.
16822         * lib/errno.in.h: Likewise.
16823         * lib/fcntl.in.h: Likewise.
16824         * lib/float.in.h: Likewise.
16825         * lib/iconv.in.h: Likewise.
16826         * lib/inttypes.in.h: Likewise.
16827         * lib/locale.in.h: Likewise.
16828         * lib/math.in.h: Likewise.
16829         * lib/netdb.in.h: Likewise.
16830         * lib/netinet_in.in.h: Likewise.
16831         * lib/search.in.h: Likewise.
16832         * lib/signal.in.h: Likewise.
16833         * lib/spawn.in.h: Likewise.
16834         * lib/stdarg.in.h: Likewise.
16835         * lib/stdint.in.h: Likewise.
16836         * lib/stdio.in.h: Likewise.
16837         * lib/stdlib.in.h: Likewise.
16838         * lib/string.in.h: Likewise.
16839         * lib/strings.in.h: Likewise.
16840         * lib/sys_file.in.h: Likewise.
16841         * lib/sys_ioctl.in.h: Likewise.
16842         * lib/sys_select.in.h: Likewise.
16843         * lib/sys_socket.in.h: Likewise.
16844         * lib/sys_stat.in.h: Likewise.
16845         * lib/sys_time.in.h: Likewise.
16846         * lib/sysexits.in.h: Likewise.
16847         * lib/time.in.h: Likewise.
16848         * lib/unistd.in.h: Likewise.
16849         * lib/wchar.in.h: Likewise.
16850         * lib/wctype.in.h: Likewise.
16851         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16852
16853 2008-10-17  Jim Meyering  <meyering@redhat.com>
16854
16855         ignore-value: don't depend on inline module
16856         * modules/ignore-value (Depends-on): Remove 'inline'.
16857         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
16858         Suggestion from Bruno Haible.
16859
16860 2008-10-17  Bruno Haible  <bruno@clisp.org>
16861
16862         New implementation of condition variables for Win32.
16863         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
16864         (gl_linked_waitqueue_t): New type.
16865         (gl_cond_t): Use it.
16866         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
16867         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
16868         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
16869         (glthread_cond_init_func, glthread_cond_wait_func,
16870         glthread_cond_timedwait_func, glthread_cond_signal_func,
16871         glthread_cond_broadcast_func, glthread_cond_destroy_func):
16872         Reimplemented on the basis of gl_linked_waitqueue_t.
16873         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
16874         gl_waitqueue_t.
16875         (gl_rwlock_t): Update.
16876         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
16877
16878 2008-10-17  Simon Josefsson  <simon@josefsson.org>
16879
16880         * modules/recvfrom (Depends-on): Add dependency on getpeername.
16881         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16882
16883 2008-10-17  Jim Meyering  <meyering@redhat.com>
16884
16885         ignore-value: new module
16886         * modules/ignore-value: New file.
16887         * lib/ignore-value.h: New file.
16888         * MODULES.html.sh (Compiler warning management): New section,
16889         just for this module.  More to come.
16890
16891 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16892
16893         open-safer.c: avoid 'signed and unsigned in conditional...' warning
16894         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
16895         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
16896
16897 2008-10-16  Jim Meyering  <meyering@redhat.com>
16898
16899         openat-die.c: avoid 'no previous prototype' warning
16900         * lib/openat-die.c: Include "openat.h".
16901         Reported by Reuben Thomas <rrt@sc3d.org>.
16902
16903 2008-10-16  Simon Josefsson  <simon@josefsson.org>
16904
16905         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
16906         * lib/netdb.in.h: Fix typo.
16907         Reported by Bruno Haible  <bruno@clisp.org>
16908
16909         * lib/netdb.in.h: Include sys/socket.h for platforms without
16910         netdb.h, to get structures like hostent on MinGW.
16911         * modules/netdb (Depends-on): Add sys_socket.
16912
16913 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16914
16915         * modules/netdb, modules/netdb-tests: New file.
16916         * m4/netdb_h.m4: New file.
16917         * lib/netdb.in.h: Add, currently just an empty file pending
16918         definitions.
16919         * tests/test-netdb.c: New file.
16920         * doc/posix-headers/netdb.texi: Mention that we replace it if
16921         needed.
16922         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16923         netdb.
16924
16925 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16926
16927         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
16928         with code.
16929
16930 2008-10-13  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/glthread/cond.c (glthread_cond_wait_func,
16933         glthread_cond_timedwait_func): Add a comment.
16934
16935 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16936
16937         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
16938         * tests/test-select.c: Likewise,
16939
16940 2008-10-13  Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/glthread/cond.c (glthread_cond_wait_func,
16943         glthread_cond_timedwait_func): Fix variable name.
16944         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16945
16946 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
16947
16948         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
16949         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
16950         struct sockaddr.sa_len.
16951         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
16952
16953 2008-10-13  Simon Josefsson  <simon@josefsson.org>
16954
16955         * build-aux/pmccabe2html: Add css and css_url parameters.
16956
16957 2008-10-12  Bruno Haible  <bruno@clisp.org>
16958
16959         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
16960         calling aclx_get.
16961         Reported by Rainer Tammer <tammer@tammer.net>.
16962
16963 2008-10-12  Bruno Haible  <bruno@clisp.org>
16964
16965         Use msvcrt aware primitives for creation/termination of Win32 threads.
16966         * lib/glthread/thread.c: Include <process.h>.
16967         (glthread_create_func): Use _beginthreadex instead of CreateThread.
16968         (wrapper_func): Update signature.
16969         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
16970
16971 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16972             Bruno Haible  <bruno@clisp.org>
16973
16974         Provide a Win32 implementation of the 'cond' module.
16975         * lib/glthread/cond.h [USE_WIN32]: New implementation.
16976         * lib/glthread/cond.c (glthread_cond_init_func,
16977         glthread_cond_wait_func, glthread_cond_timedwait_func,
16978         glthread_cond_signal_func, glthread_cond_broadcast_func,
16979         glthread_cond_destroy_func) [USE_WIN32]: New functions.
16980         * modules/cond (Dependencies): Add gettimeofday.
16981
16982 2008-10-11  Bruno Haible  <bruno@clisp.org>
16983
16984         Make sleep work on older versions of mingw.
16985         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
16986         only whether it exists.
16987         * doc/posix-functions/sleep.texi: Mention the problem with older
16988         versions of mingw.
16989
16990 2008-10-11  Bruno Haible  <bruno@clisp.org>
16991
16992         New module 'shutdown'.
16993         * modules/shutdown: New file.
16994         * lib/sys_socket.in.h (shutdown): New declaration.
16995         * lib/winsock.c (shutdown): New function.
16996         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
16997         GNULIB_SHUTDOWN.
16998         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
16999         * doc/posix-functions/shutdown.texi: Document the new module.
17000
17001 2008-10-11  Jim Meyering  <meyering@redhat.com>
17002
17003         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
17004
17005 2008-10-11  Bruno Haible  <bruno@clisp.org>
17006
17007         New module 'fclose'.
17008         * modules/fclose: New file.
17009         * lib/stdio.in.h (fclose): New declaration.
17010         * lib/fclose.c: New file.
17011         * m4/fclose.m4: New file.
17012         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
17013         REPLACE_FCLOSE.
17014         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
17015         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
17016         REPLACE_FCLOSE.
17017         * modules/close (Depends-on): fclose.
17018         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
17019
17020 2008-10-11  Bruno Haible  <bruno@clisp.org>
17021
17022         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
17023         set errno and don't call _close.
17024
17025 2008-10-10  Bruno Haible  <bruno@clisp.org>
17026
17027         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
17028         ACL, not afterwards. Fixes test failure on Cygwin.
17029
17030 2008-10-09  Ben Pfaff  <blp@gnu.org>
17031
17032         * build-aux/announce-gen: Fix gnulib version related part of usage
17033         message.  Die with a useful error message if no tarballs are
17034         found.
17035
17036 2008-10-10  Jim Meyering  <meyering@redhat.com>
17037
17038         bootstrap: use git's --depth=N option only if it's supported
17039         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
17040         recognize the --depth option.  Reported by Pádraig Brady.
17041
17042 2008-10-09  Bruno Haible  <bruno@clisp.org>
17043
17044         New module 'ioctl'.
17045         * modules/ioctl: New file.
17046         * lib/sys_socket.in.h (ioctl): Remove declaration.
17047         * lib/winsock.c: Include <sys/ioctl.h>.
17048         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
17049         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
17050         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
17051         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
17052         * doc/posix-functions/ioctl.texi: Mention the new module.
17053
17054 2008-10-09  Bruno Haible  <bruno@clisp.org>
17055
17056         New module 'sys_ioctl'.
17057         * lib/sys_ioctl.in.h: New file.
17058         * m4/sys_ioctl_h.m4: New file.
17059         * modules/sys_ioctl: New file.
17060         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
17061
17062 2008-10-09  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
17065         * lib/winsock.c: Include <stdarg.h>.
17066         (rpl_ioctl): Change to second argument 'int' and then varargs.
17067
17068 2008-10-09  Bruno Haible  <bruno@clisp.org>
17069
17070         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
17071         when the sys_socket module is present and the system has <winsock2.h>.
17072
17073 2008-10-09  Bruno Haible  <bruno@clisp.org>
17074
17075         * doc/posix-functions/close.texi: Mention module 'close' instead of
17076         module 'sys_socket'.
17077
17078 2008-10-09  Bruno Haible  <bruno@clisp.org>
17079
17080         * doc/glibc-headers/sys_ioctl.texi: New file.
17081         * doc/gnulib.texi: Include it.
17082
17083 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17084             Bruno Haible  <bruno@clisp.org>
17085
17086         Combine the two replacements of 'close'.
17087         * lib/sys_socket.in.h (close): Define to a reminder to include
17088         <unistd.h>.
17089         (_gl_close_fd_maybe_socket): New declaration.
17090         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
17091         * lib/winsock.c (close): Remove undefinition.
17092         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
17093         needed for the gnulib module 'close'.
17094         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
17095         define to an error symbol or to a warning, if suitable.
17096         * lib/close.c: Include <sys/socket.h>.
17097         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
17098         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
17099         UNISTD_H_HAVE_WINSOCK2_H.
17100         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
17101         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17102         UNISTD_H_HAVE_WINSOCK2_H.
17103         * modules/sys_socket (Files): Add m4/unistd_h.m4.
17104         (configure.ac): Set a module indicator.
17105         (Makefile.am): Substitute GNULIB_CLOSE.
17106         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
17107         * modules/poll-tests (Depends-on): Add close.
17108         * modules/select-tests (Depends-on): Likewise.
17109
17110 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17111             Bruno Haible  <bruno@clisp.org>
17112
17113         New module 'close'.
17114         * modules/close: New file.
17115         * lib/unistd.in.h (close): Move declaration out of the
17116         FCHDIR_REPLACEMENT scope.
17117         (_gl_unregister_fd): New declaration.
17118         * lib/close.c: New file.
17119         * lib/fchdir.c (rpl_close): Remove function.
17120         * m4/close.m4: New file.
17121         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17122         close.
17123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
17124         REPLACE_CLOSE.
17125         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
17126         REPLACE_CLOSE.
17127         * modules/fchdir (Depends-on): Add close.
17128
17129 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17130             Bruno Haible  <bruno@clisp.org>
17131
17132         * lib/fcntl.in.h (open): Simplify conditionals.
17133         (_gl_register_fd): New declaration.
17134         * lib/fchdir.c (rpl_open): Remove function.
17135         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
17136         also.
17137         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
17138         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17139         open.
17140
17141 2008-10-09  Jim Meyering  <meyering@redhat.com>
17142
17143         GNUmakefile: use the more name-space-friendly "_version"
17144         * top/GNUmakefile (_dummy): Update.
17145         (_version): Rename from "version".
17146
17147 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17148             Bruno Haible  <bruno@clisp.org>
17149
17150         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
17151         rpl_close.
17152         (_gl_register_fd): New function, extracted from rpl_open.
17153         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
17154         (rpl_open, rpl_opendir): Use _gl_register_fd.
17155
17156 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17157
17158         Fix organization of 'open' replacement.
17159         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
17160         (gl_FUNC_OPEN): Use it.
17161         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
17162
17163 2008-10-08  Bruno Haible  <bruno@clisp.org>
17164
17165         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
17166
17167 2008-10-08  Simon Josefsson  <simon@josefsson.org>
17168
17169         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
17170         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
17171         listen).
17172
17173 2008-10-08  Eric Blake  <ebb9@byu.net>
17174
17175         GNUmakefile: add 'make version' target
17176         * top/GNUmakefile (_curr-ver): Split version update rules...
17177         (version): ...into a target.
17178
17179 2008-10-07  Bruno Haible  <bruno@clisp.org>
17180
17181         Use a more portable replacement expression for -0.0L.
17182         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
17183         instead of -0.0L. Fix m4 quotation.
17184
17185         * tests/test-signbit.c: Include <float.h>.
17186         (minus_zero): New variable.
17187         (test_signbitl): Use minus_zero instead of -zero.
17188         * modules/signbit-tests (Depends-on): Add float.
17189
17190         * tests/test-ceill.c: Include <float.h>.
17191         (zero): Remove variable.
17192         (minus_zero): New variable.
17193         (main): Use minus_zero instead of -zero.
17194         * modules/ceill-tests (Depends-on): Add float.
17195
17196         * tests/test-floorl.c: Include <float.h>.
17197         (zero): Remove variable.
17198         (minus_zero): New variable.
17199         (main): Use minus_zero instead of -zero.
17200         * modules/floorl-tests (Depends-on): Add float.
17201
17202         * tests/test-roundl.c: Include <float.h>.
17203         (zero): Remove variable.
17204         (minus_zero): New variable.
17205         (main): Use minus_zero instead of -zero.
17206         * modules/roundl-tests (Depends-on): Add float.
17207
17208         * tests/test-truncl.c: Include <float.h>.
17209         (zero): Remove variable.
17210         (minus_zero): New variable.
17211         (main): Use minus_zero instead of -zero.
17212         * modules/truncl-tests (Depends-on): Add float.
17213
17214         * tests/test-frexpl.c (zero): Remove variable.
17215         (minus_zero): New variable.
17216         (main): Use minus_zero instead of -zero.
17217         * modules/frexpl-tests (Depends-on): Add float.
17218
17219         * tests/test-isnan.c (zerol): Remove variable.
17220         (minus_zerol): New variable.
17221         (test_long_double): Use minus_zerol instead of -zerol.
17222         * modules/isnan-tests (Depends-on): Add float.
17223
17224         * tests/test-isnanl.h (zero): Remove variable.
17225         (minus_zero): New variable.
17226         (main): Use minus_zero instead of -zero.
17227         * modules/isnanl-nolibm-tests (Depends-on): Add float.
17228         * modules/isnanl-tests (Depends-on): Add float.
17229
17230         * tests/test-ldexpl.c (zero): Remove variable.
17231         (minus_zero): New variable.
17232         (main): Use minus_zero instead of -zero.
17233         * modules/ldexpl-tests (Depends-on): Add float.
17234
17235         * tests/test-snprintf-posix.h (zerol): Remove variable.
17236         (minus_zerol): New variable.
17237         (test_function): Use minus_zerol instead of -zerol.
17238         * modules/snprintf-posix-tests (Depends-on): Add float.
17239         * modules/vsnprintf-posix-tests (Depends-on): Add float.
17240
17241         * tests/test-sprintf-posix.h (zerol): Remove variable.
17242         (minus_zerol): New variable.
17243         (test_function): Use minus_zerol instead of -zerol.
17244         * modules/sprintf-posix-tests (Depends-on): Add float.
17245         * modules/vsprintf-posix-tests (Depends-on): Add float.
17246
17247         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
17248         (minus_zerol): New variable.
17249         (test_function): Use minus_zerol instead of -zerol.
17250         * modules/vasnprintf-posix-tests (Depends-on): Add float.
17251
17252         * tests/test-vasprintf-posix.c (zerol): Remove variable.
17253         (minus_zerol): New variable.
17254         (test_function): Use minus_zerol instead of -zerol.
17255         * modules/vasprintf-posix-tests (Depends-on): Add float.
17256
17257 2008-10-07  Simon Josefsson  <simon@josefsson.org>
17258
17259         * MODULES.html.sh (Support for building documentation): Mention
17260         pmccabe2html.  Sort entries.
17261
17262         Add pmccabe2html module, from gnupdf.
17263         * build-aux/pmccabe.css: New file.
17264         * build-aux/pmccabe2html: New file.
17265         * m4/pmccabe2html.m4: New file.
17266         * modules/pmccabe2html: New file.
17267
17268 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
17269
17270         flock: new module
17271         * MODULES.html.sh: Add to list of modules.
17272         * lib/flock.c: flock implementation for Windows and Unix systems
17273         which have fcntl.
17274         * doc/glibc-functions/flock.texi: Update documentation.
17275         * lib/sys_file.in.h: <sys/file.h> header file.
17276         * m4/flock.m4: M4 macros.
17277         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
17278         * modules/flock: flock module.
17279         * modules/flock-tests: flock tests module.
17280         * modules/sys_file: sys/file.h module.
17281         * tests/test-flock.c: test suite for flock.
17282
17283 2008-10-06  Jim Meyering  <meyering@redhat.com>
17284
17285         bootstrap: check for LT_INIT more portably still ;-)
17286         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
17287         Spotted by Bruno Haible.
17288
17289 2008-10-06  Eric Blake  <ebb9@byu.net>
17290
17291         test-signbit: avoid tripping Irix cc bug on -0.0L
17292         * tests/test-signbit.c (minus_zerol): Delete, and replace with
17293         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
17294         entire testsuite consistent and avoids an Irix 6.2 bug.
17295
17296 2008-10-05  Bruno Haible  <bruno@clisp.org>
17297             Jim Meyering  <jim@meyering.net>
17298
17299         Add an option for ignoring EPIPE during close_stdout.
17300         * lib/closeout.h: Include <stdbool.h>.
17301         (close_stdout_set_ignore_EPIPE): New declaration.
17302         * lib/closeout.c: Include <stdbool.h>.
17303         (ignore_EPIPE): New variable.
17304         (close_stdout_set_ignore_EPIPE): New function.
17305         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
17306         * lib/close-stream.c (close_stream): Mention the possible EPIPE
17307         failure.
17308         * modules/closeout (Depends-on): Add stdbool.
17309
17310 2008-10-05  Bruno Haible  <bruno@clisp.org>
17311
17312         * modules/accept: New file.
17313         * modules/bind: New file.
17314         * modules/connect: New file.
17315         * modules/getpeername: New file.
17316         * modules/getsockname: New file.
17317         * modules/getsockopt: New file.
17318         * modules/listen: New file.
17319         * modules/recv: New file.
17320         * modules/recvfrom: New file.
17321         * modules/send: New file.
17322         * modules/sendto: New file.
17323         * modules/setsockopt: New file.
17324         * modules/socket: New file.
17325         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
17326         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
17327         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
17328         the particular module is requested. Add a link warning when the
17329         particular module is not requested.
17330         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
17331         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
17332         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
17333         the particular module is requested.
17334         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
17335         gl_SYS_SOCKET_H_DEFAULTS): New macros.
17336         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
17337         * modules/sys_socket (Depends-on): Add link-warning.
17338         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
17339         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
17340         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
17341         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
17342         GL_LINK_WARNING.
17343         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
17344         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
17345         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
17346         * doc/posix-functions/getpeername.texi: Mention the new module
17347         'getpeername'.
17348         * doc/posix-functions/getsockname.texi: Mention the new module
17349         'getsockname'.
17350         * doc/posix-functions/getsockopt.texi: Mention the new module
17351         'getsockopt'.
17352         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
17353         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
17354         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
17355         * doc/posix-functions/send.texi: Mention the new module 'send'.
17356         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
17357         * doc/posix-functions/setsockopt.texi: Mention the new module
17358         'setsockopt'.
17359         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
17360         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
17361         listen, connect, accept.
17362         * modules/select-tests (Depends-on): Likewise.
17363
17364 2008-10-05  Bruno Haible  <bruno@clisp.org>
17365
17366         * lib/winsock.c (strerror): Remove unused #undef.
17367         (rpl_close): Remove unused local variable.
17368
17369         * modules/sys_socket (Depends-on); Add errno.
17370
17371 2008-10-05  Bruno Haible  <bruno@clisp.org>
17372
17373         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17374         (select): Add a link warning when the 'select' module is not used.
17375         * modules/sys_select (Depends-on): Add link-warning.
17376         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17377         Suggested by Paolo Bonzini.
17378
17379 2008-10-05  Jim Meyering  <meyering@redhat.com>
17380
17381         bootstrap: check for LT_INIT more portably
17382         * build-aux/bootstrap: Avoid using grep -E, since it's not
17383         portable enough.  Suggestion from Bruno Haible.
17384
17385 2008-10-05  Bruno Haible  <bruno@clisp.org>
17386
17387         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
17388         as being fixed by gnulib.
17389
17390 2008-10-05  Bruno Haible  <bruno@clisp.org>
17391
17392         * modules/select-tests: New file, mostly copied from
17393         modules/sys_select-tests.
17394         * tests/test-select.c: New file, mostly copied from
17395         tests/test-sys_select.c.
17396         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
17397         * modules/sys_select-tests (Depends-on): Remove all dependencies.
17398         (Makefile.am): Remove test_sys_select_LDADD.
17399
17400         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
17401         to an undefined symbol, for an error message.
17402         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
17403         (gl_SYS_SELECT_H_DEFAULTS): New macro.
17404         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
17405         winsock-select.c here.
17406         * modules/sys_select (Files): Remove lib/winsock-select.c.
17407         (Depends-on): Remove alloca.
17408         (Makefile.am): Substitute GNULIB_SELECT.
17409         * modules/select: New file.
17410         * doc/posix-functions/select.texi: Update.
17411
17412 2008-10-05  Bruno Haible  <bruno@clisp.org>
17413
17414         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
17415         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
17416         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
17417         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
17418         getdtablesize.
17419         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
17420         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
17421
17422 2008-10-05  Bruno Haible  <bruno@clisp.org>
17423
17424         * modules/getdtablesize-tests: New file.
17425         * tests/test-getdtablesize.c: New file.
17426
17427         New module 'getdtablesize'.
17428         * lib/unistd.in.h (getdtablesize): New declaration.
17429         * lib/getdtablesize.c: New file.
17430         * m4/getdtablesize.m4: New file.
17431         * modules/getdtablesize: New file.
17432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17433         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
17434         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
17435         HAVE_GETDTABLESIZE.
17436         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
17437
17438 2008-10-05  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/sched (Makefile.am): Fix typo.
17441         Reported by Simon Josefsson.
17442
17443 2008-10-05  Jim Meyering  <meyering@redhat.com>
17444
17445         bootstrap: check for LT_INIT, too
17446         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
17447         are deprecated.  Suggestion from Ralf Wildenhues.
17448
17449 2008-10-05  Bruno Haible  <bruno@clisp.org>
17450
17451         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
17452         overriding them by ours.
17453         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
17454
17455 2008-10-05  Jim Meyering  <meyering@redhat.com>
17456
17457         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
17458         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
17459         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
17460
17461 2008-10-04  Bruno Haible  <bruno@clisp.org>
17462
17463         * modules/dup2 (License): Change to LGPLv2+.
17464         * modules/sleep (License): Likewise.
17465         * modules/perror (License): Likewise.
17466         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
17467         Blake.
17468         * modules/signal (License): Likewise.
17469         * modules/sigprocmask (License): Likewise.
17470         * modules/raise (License): Change to LGPLv2+, with approval by Jim
17471         Meyering.
17472
17473 2008-10-04  Bruno Haible  <bruno@clisp.org>
17474
17475         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
17476         Reported by Rainer Tammer <tammer@tammer.net>.
17477
17478 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
17479             Bruno Haible  <bruno@clisp.org>
17480
17481         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
17482         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
17483         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
17484
17485 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
17486
17487         filevercmp: new module
17488         * lib/filevercmp.h: New function filevercmp comparing version strings.
17489         * lib/filevercmp.c: Implementation of filevercmp function.
17490         * modules/filevercmp: Module metadata.
17491         * tests/test-filevercmp.c: Unit test for new module.
17492         * modules/filevercmp-tests: Unit test metadata.
17493         * MODULES.html.sh: Add filevercmp module.
17494
17495 2008-10-03  Bruno Haible  <bruno@clisp.org>
17496
17497         * lib/c-ctype.h: Add comment.
17498         Reported by Jim Meyering.
17499
17500 2008-10-02  Bruno Haible  <bruno@clisp.org>
17501
17502         * modules/posix_spawn-internal (Depends-on): Add 'open'.
17503
17504 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17505
17506         * build-aux/bootstrap: Allow renaming bootstrap, and change the
17507         name of bootstrap.conf accordingly.
17508
17509 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17510
17511         * build-aux/bootstrap: Install git-merge-changelog configuration
17512         items into .gitconfig if needed.
17513
17514 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17515
17516         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
17517         git repository, and initialize/update it accordingly.
17518
17519 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
17520
17521         * modules/fsync-tests: New file.
17522         * tests/test-fsync.c: New file.
17523
17524         New module 'fsync'.
17525         * lib/fsync.c: New file.
17526         * m4/fsync.m4: New file.
17527         * modules/fsync: New file.
17528         * lib/unistd.in.h (fsync): New declaration.
17529         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17530         GNULIB_FSYNC and HAVE_FSYNC.
17531         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17532         * MODULES.html.sh (posix_functions): Add fsync.
17533         * doc/posix-functions/fsync.texi: Mention the new module.
17534
17535 2008-10-02  Jim Meyering  <meyering@redhat.com>
17536
17537         fts.c: sync with similar code from coreutils' remove.c
17538         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17539         Guard also with "#if defined __linux__", since for now at least,
17540         this code is Linux-kernel-specific.
17541
17542 2008-10-02  Jim Meyering  <meyering@redhat.com>
17543
17544         fts: bug fixes
17545         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17546         Include <sys/vfs.h>, not <sys/statfs.h>.
17547
17548         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17549         Include <sys/vfs.h>, not <sys/statfs.h>.
17550
17551 2008-10-01  Bruno Haible  <bruno@clisp.org>
17552
17553         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17554         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17555         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17556         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17557         * doc/posix-functions/posix_spawnp.texi: Likewise.
17558         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17559         whether posix_spawn actually works.
17560         * m4/pipe.m4 (gl_PIPE): Likewise.
17561         * modules/execute (Files): Add m4/posix_spawn.m4.
17562         * modules/pipe (Files): Add m4/posix_spawn.m4.
17563         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17564
17565 2008-10-01  Jim Meyering  <meyering@redhat.com>
17566
17567         remove trailing spaces
17568         * NEWS: Likewise.
17569         * lib/poll.c (poll): Likewise.
17570         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17571         * lib/winsock.c (rpl_close): Likewise.
17572         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17573         * modules/yield: Likewise.
17574         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17575         * tests/test-sys_select.c (connect_to_socket): Likewise.
17576
17577         fts.c: adjust a new interface to be more generally useful
17578         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17579         (fts_build): Adjust caller.
17580
17581 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17582
17583         * modules/cond-tests: New file.
17584         * tests/test-cond.c: New file.
17585
17586 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17587             Bruno Haible  <bruno@clisp.org>
17588
17589         * modules/cond (Dependencies): Add errno, time.
17590         * lib/glthread/cond.h: Include <time.h>.
17591         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17592         across platforms.
17593
17594 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17595             Bruno Haible  <bruno@clisp.org>
17596
17597         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17598
17599 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17600             Bruno Haible  <bruno@clisp.org>
17601
17602         * modules/tls-tests (Depends-on): Add thread, yield.
17603         (configure.ac): Remove all checks.
17604         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17605         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17606         gl_thread_self): Remove definitions. Include glthread/thread.h and
17607         glthread/yield.h instead.
17608         (test_tls): Pass an additional NULL argument to gl_thread_join.
17609
17610 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17611             Bruno Haible  <bruno@clisp.org>
17612
17613         * modules/lock-tests (Depends-on): Add thread, yield.
17614         (configure.ac): Remove all checks.
17615         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17616         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17617         gl_thread_self): Remove definitions. Include glthread/thread.h and
17618         glthread/yield.h instead.
17619         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17620         additional NULL argument to gl_thread_join.
17621
17622 2008-09-30  Bruno Haible  <bruno@clisp.org>
17623
17624         Fix the Win32 implementation of the 'thread' module.
17625         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17626         pointer type.
17627         (gl_thread_self): Invoke gl_thread_self_func.
17628         (gl_thread_self_func): New declaration.
17629         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17630         (do_init_self_key, init_self_key): New functions.
17631         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17632         Remove some fields.
17633         (running_threads, running_lock): Remove variables.
17634         (get_current_thread_handle): New function.
17635         (gl_thread_self_func, wrapper_func, glthread_create_func,
17636         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17637         simplified.
17638
17639 2008-09-30  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17642         files.
17643
17644 2008-09-30  Jim Meyering  <meyering@redhat.com>
17645
17646         fts.m4: correct the test for statfs.f_type
17647         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17648         when checking for statfs.f_type.
17649
17650 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17651
17652         tests: avoid some compiler warnings
17653         * tests/test-memchr.c (main): Pass NULL indirectly.
17654         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17655
17656 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17657
17658         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17659         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17660         exactly specified dayshifts.
17661         (dayshift): New rule.
17662         (rel): Add dayshift.
17663         (relative_time_table) [tomorrow, yesterday, today, now]:
17664         Use tDAY_SHIFT in place of tDAY_UNIT.
17665         * tests/test-getdate.c: Add tests for now-disallowed countable
17666         dayshifts, e.g., "4 yesterday ago".
17667
17668 2008-09-29  Bruno Haible  <bruno@clisp.org>
17669
17670         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17671         * tests/test-posix_spawn1.in.sh: Renamed from
17672         tests/test-posix_spawn.in.sh.
17673         * tests/test-posix_spawn2.c: New file.
17674         * tests/test-posix_spawn2.in.sh: New file.
17675         * modules/posix_spawnp-tests (Files): Update.
17676         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
17677
17678 2008-09-29  Bruno Haible  <bruno@clisp.org>
17679
17680         Propagate effects of putenv/setenv/unsetenv to child processes.
17681         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
17682         * lib/pipe.c (create_pipe): Likewise.
17683
17684 2008-09-29  Bruno Haible  <bruno@clisp.org>
17685
17686         Enable use of shell scripts as executables in mingw.
17687         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
17688         run the program as a shell script.
17689         * lib/pipe.c (create_pipe): Likewise.
17690         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
17691         resulting array.
17692
17693 2008-09-29  Eric Blake  <ebb9@byu.net>
17694
17695         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
17696
17697 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
17698
17699         * doc/posix-functions/accept.texi: Update mingw problems.
17700         * doc/posix-functions/bind.texi: Update mingw problems.
17701         * doc/posix-functions/close.texi: Update mingw problems.
17702         * doc/posix-functions/connect.texi: Update mingw problems.
17703         * doc/posix-functions/getpeername.texi: Update mingw problems.
17704         * doc/posix-functions/getsockname.texi: Update mingw problems.
17705         * doc/posix-functions/getsockopt.texi: Update mingw problems.
17706         * doc/posix-functions/ioctl.texi: Update mingw problems.
17707         * doc/posix-functions/listen.texi: Update mingw problems.
17708         * doc/posix-functions/recv.texi: Update mingw problems.
17709         * doc/posix-functions/recvfrom.texi: Update mingw problems.
17710         * doc/posix-functions/select.texi: Update mingw problems.
17711         * doc/posix-functions/send.texi: Update mingw problems.
17712         * doc/posix-functions/sendto.texi: Update mingw problems.
17713         * doc/posix-functions/setsockopt.texi: Update mingw problems.
17714         * doc/posix-functions/socket.texi: Update mingw problems.
17715
17716 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
17717             Bruno Haible  <bruno@clisp.org>
17718
17719         * lib/sys_select.in.h: Include sys/time.h.
17720         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
17721         * modules/sys_select: Depend on sys_time.
17722         * tests/test-sys_select.c: Test that sys/select.h defines struct
17723         timeval fully.
17724
17725 2008-09-29  Bruno Haible  <bruno@clisp.org>
17726
17727         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
17728         * lib/sys_select.in.h: Likewise.
17729
17730 2008-09-29  Bruno Haible  <bruno@clisp.org>
17731
17732         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
17733
17734 2008-09-29  Bruno Haible  <bruno@clisp.org>
17735
17736         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
17737         Set LIBSOCKET instead of augmenting LIBS.
17738         * modules/sockets (Link): New section.
17739         * modules/sockets-tests (test_sockets_LDADD): New variable.
17740         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
17741         * modules/poll-tests (test_poll_LDADD): New variable.
17742         * NEWS: Document the change.
17743
17744 2008-09-29  Bruno Haible  <bruno@clisp.org>
17745
17746         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
17747         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
17748         ARPA_INET_H directly.
17749         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17750
17751 2008-09-28  Bruno Haible  <bruno@clisp.org>
17752
17753         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
17754         from gl_HEADER_SYS_SOCKET.
17755         (gl_HEADER_SYS_SOCKET): Invoke it.
17756         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17757
17758 2008-09-28  Bruno Haible  <bruno@clisp.org>
17759
17760         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
17761         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
17762         Needed on OSF/1 4.0.
17763
17764 2008-09-28  Bruno Haible  <bruno@clisp.org>
17765
17766         Override open more carefully.
17767         * lib/open.c (orig_open): New function.
17768         (rpl_open): Use orig_open instead of open.
17769         * lib/fcntl.in.h: Add special invocation convention.
17770         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
17771         (gl_FUNC_OPEN): Invoke it.
17772
17773         Override freopen more carefully.
17774         * lib/freopen.c (orig_freopen): New function.
17775         (rpl_freopen): Use orig_freopen instead of freopen.
17776         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
17777         (gl_FUNC_FREOPEN): Invoke it.
17778
17779         Override fopen more carefully.
17780         * lib/fopen.c (orig_fopen): New function.
17781         (rpl_fopen): Use orig_fopen instead of fopen.
17782         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
17783         (gl_FUNC_FOPEN): Invoke it.
17784         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
17785
17786 2008-09-28  Bruno Haible  <bruno@clisp.org>
17787
17788         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
17789         SIGPIPE.
17790
17791 2008-09-28  Bruno Haible  <bruno@clisp.org>
17792
17793         * tests/test-sigaction.c (handler, main): Disable the check whether
17794         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
17795         glibc systems with LinuxThreads.
17796
17797 2008-09-28  Bruno Haible  <bruno@clisp.org>
17798
17799         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
17800
17801         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
17802         with AIX xlc.
17803         * lib/fcntl.in.h (open): Likewise.
17804         Reported by Rainer Tammer <tammer@tammer.net>.
17805
17806 2008-09-28  Bruno Haible  <bruno@clisp.org>
17807
17808         * modules/posix_spawnp-tests: New file.
17809         * tests/test-posix_spawn.c: New file.
17810         * tests/test-posix_spawn.in.sh: New file.
17811
17812         New module 'posix_spawnp'.
17813         * modules/posix_spawnp: New file.
17814         * lib/spawnp.c: New file, from GNU libc with modifications.
17815         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
17816
17817         New module 'posix_spawn'.
17818         * modules/posix_spawn: New file.
17819         * lib/spawn.c: New file, from GNU libc with modifications.
17820         * doc/posix-functions/posix_spawn.texi: Mention the new module.
17821
17822         New module 'posix_spawnattr_destroy'.
17823         * modules/posix_spawnattr_destroy: New file.
17824         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
17825         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
17826         module.
17827
17828         New module 'posix_spawnattr_setsigmask'.
17829         * modules/posix_spawnattr_setsigmask: New file.
17830         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
17831         modifications.
17832         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
17833         new module.
17834
17835         New module 'posix_spawnattr_getsigmask'.
17836         * modules/posix_spawnattr_getsigmask: New file.
17837         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
17838         modifications.
17839         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
17840         new module.
17841
17842         New module 'posix_spawnattr_setsigdefault'.
17843         * modules/posix_spawnattr_setsigdefault: New file.
17844         * lib/spawnattr_setdefault.c: New file, from GNU libc with
17845         modifications.
17846         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
17847         new module.
17848
17849         New module 'posix_spawnattr_getsigdefault'.
17850         * modules/posix_spawnattr_getsigdefault: New file.
17851         * lib/spawnattr_getdefault.c: New file, from GNU libc with
17852         modifications.
17853         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
17854         new module.
17855
17856         New module 'posix_spawnattr_setschedpolicy'.
17857         * modules/posix_spawnattr_setschedpolicy: New file.
17858         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
17859         modifications.
17860         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
17861         new module.
17862
17863         New module 'posix_spawnattr_getschedpolicy'.
17864         * modules/posix_spawnattr_getschedpolicy: New file.
17865         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
17866         modifications.
17867         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
17868         new module.
17869
17870         New module 'posix_spawnattr_setschedparam'.
17871         * modules/posix_spawnattr_setschedparam: New file.
17872         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
17873         modifications.
17874         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
17875         new module.
17876
17877         New module 'posix_spawnattr_getschedparam'.
17878         * modules/posix_spawnattr_getschedparam: New file.
17879         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
17880         modifications.
17881         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
17882         new module.
17883
17884         New module 'posix_spawnattr_setpgroup'.
17885         * modules/posix_spawnattr_setpgroup: New file.
17886         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
17887         modifications.
17888         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
17889         module.
17890
17891         New module 'posix_spawnattr_getpgroup'.
17892         * modules/posix_spawnattr_getpgroup: New file.
17893         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
17894         modifications.
17895         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
17896         module.
17897
17898         New module 'posix_spawnattr_setflags'.
17899         * modules/posix_spawnattr_setflags: New file.
17900         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
17901         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
17902         module.
17903
17904         New module 'posix_spawnattr_getflags'.
17905         * modules/posix_spawnattr_getflags: New file.
17906         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
17907         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
17908         module.
17909
17910         New module 'posix_spawnattr_init'.
17911         * modules/posix_spawnattr_init: New file.
17912         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
17913         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
17914         module.
17915
17916         New module 'posix_spawn_file_actions_destroy'.
17917         * modules/posix_spawn_file_actions_destroy: New file.
17918         * lib/spawn_faction_destroy.c: New file, from GNU libc with
17919         modifications.
17920         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
17921         the new module.
17922
17923         New module 'posix_spawn_file_actions_addopen'.
17924         * modules/posix_spawn_file_actions_addopen: New file.
17925         * lib/spawn_faction_addopen.c: New file, from GNU libc with
17926         modifications.
17927         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
17928         the new module.
17929
17930         New module 'posix_spawn_file_actions_adddup2'.
17931         * modules/posix_spawn_file_actions_adddup2: New file.
17932         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
17933         modifications.
17934         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
17935         the new module.
17936
17937         New module 'posix_spawn_file_actions_addclose'.
17938         * modules/posix_spawn_file_actions_addclose: New file.
17939         * lib/spawn_faction_addclose.c: New file, from GNU libc with
17940         modifications.
17941         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
17942         the new module.
17943
17944         New module 'posix_spawn_file_actions_init'.
17945         * modules/posix_spawn_file_actions_init: New file.
17946         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
17947         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
17948         new module.
17949
17950         New module 'posix_spawn-internal'.
17951         * modules/posix_spawn-internal: New file.
17952         * lib/spawn_int.h: New file, from GNU libc with modifications.
17953         * lib/spawni.c: New file, from GNU libc with modifications.
17954         * m4/posix_spawn.m4: New file.
17955
17956         New module 'spawn'.
17957         * modules/spawn: New file.
17958         * lib/spawn.in.h: New file, from GNU libc with modifications.
17959         * m4/spawn_h.m4: New file.
17960         * doc/posix-headers/spawn.texi: Mention the new module.
17961
17962 2008-09-28  Bruno Haible  <bruno@clisp.org>
17963
17964         * modules/sched-tests: New file.
17965         * tests/test-sched.c: New file.
17966
17967         New module 'sched'.
17968         * modules/sched: New file.
17969         * lib/sched.in.h: New file.
17970         * m4/sched_h.m4: New file.
17971         * doc/posix-headers/sched.texi: Mention the new module.
17972
17973 2008-09-27  Eric Blake  <ebb9@byu.net>
17974
17975         Fix previous patch, and tweak references to $0.
17976         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
17977         (func_version, func_gnulib_dir): Don't call this program
17978         gnulib-tool.
17979         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
17980         with using $0 in function.
17981         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
17982         (func_fatal_error): Reuse the name the user invoked us with.
17983
17984 2008-09-27  Bruno Haible  <bruno@clisp.org>
17985
17986         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
17987         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
17988         (gl_ICONV_H): Not here.
17989         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
17990         instead of assigning ICONV_H directly.
17991
17992         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
17993         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
17994         WCHAR_H directly.
17995
17996 2008-09-27  Bruno Haible  <bruno@clisp.org>
17997
17998         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
17999         * modules/arpa_inet (Depends-on): Add link-warning.
18000         (Makefile.am): Insert the definition of GL_LINK-WARNING.
18001         * modules/unistd (Makefile.am): Likewise.
18002
18003 2008-09-26  Bruno Haible  <bruno@clisp.org>
18004
18005         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
18006         variables.
18007         (func_version): Essentially copied from gnulib-tool.
18008         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
18009         func_readlink): Copied from gnulib-tool.
18010
18011 2008-09-26  Bruno Haible  <bruno@clisp.org>
18012
18013         * gnulib-tool (func_version): Change directory to $gnulib_dir before
18014         invoking git-version-gen.
18015
18016 2008-09-26  Bruno Haible  <bruno@clisp.org>
18017
18018         * posix-modules: Update to directory names changed on 2008-01-19.
18019         Remove commas in output before splitting into words. No more need to
18020         avoid 'ftruncate' since 2007-02-19.
18021
18022 2008-09-26  Bruno Haible  <bruno@clisp.org>
18023
18024         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
18025
18026 2008-09-26  Bruno Haible  <bruno@clisp.org>
18027
18028         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
18029         * modules/fwriteerror (Depends-on): Add errno.
18030
18031 2008-09-26  Bruno Haible  <bruno@clisp.org>
18032
18033         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
18034         * tests/test-vc-list-files-cvs.sh: Likewise.
18035
18036 2008-09-26  Bruno Haible  <bruno@clisp.org>
18037
18038         * doc/posix-headers/sys_resource.texi: Reorder items.
18039
18040 2008-09-26  Jim Meyering  <meyering@redhat.com>
18041
18042         fts: tweak inode comparison function
18043         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
18044         inode numbers, as documented.
18045
18046         fts: sort dirent entries on inode number before traversing
18047         This avoids a quadratic, seek-related performance penalty when
18048         operating on a directory containing many entries (measurable at 10k;
18049         3.5 hours at 2 million entries with a cold cache) on certain types
18050         of file systems, including ext3 and ext4, but not tmpfs.
18051         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
18052         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
18053         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
18054         (fs_handles_readdir_ordered_dirents_efficiently): New function.
18055         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
18056         (fts_build): Set the stat.st_ino member from D_INO.
18057         If it is likely to be useful, sort dirent entries on inode number.
18058
18059         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
18060         and the struct statfs.f_type member.
18061         * modules/fts (Depends-on): Add d-ino.
18062
18063 2008-09-26  Bruno Haible  <bruno@clisp.org>
18064
18065         * modules/sigpipe-die (Depends-on): Add sigpipe.
18066
18067         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
18068         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
18069         and GNULIB_STDIO_H_SIGPIPE are set.
18070         * lib/stdio-write.c: New file.
18071         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
18072         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18073         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18074         REPLACE_STDIO_WRITE_FUNCS.
18075         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
18076         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18077         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18078         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18079         * modules/stdio (Files): Add lib/stdio-write.c.
18080         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
18081         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18082         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18083         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18084         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
18085         REPLACE_FPRINTF_POSIX.
18086         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
18087         REPLACE_PRINTF_POSIX.
18088         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
18089         REPLACE_VFPRINTF_POSIX.
18090         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
18091         REPLACE_VPRINTF_POSIX.
18092         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
18093         SIGPIPE issue.
18094         * doc/posix-functions/fputc.texi: Likewise.
18095         * doc/posix-functions/fputs.texi: Likewise.
18096         * doc/posix-functions/fwrite.texi: Likewise.
18097         * doc/posix-functions/printf.texi: Likewise.
18098         * doc/posix-functions/putc.texi: Likewise.
18099         * doc/posix-functions/putchar.texi: Likewise.
18100         * doc/posix-functions/puts.texi: Likewise.
18101         * doc/posix-functions/vfprintf.texi: Likewise.
18102         * doc/posix-functions/vprintf.texi: Likewise.
18103
18104         * modules/safe-write (Depends-on): Add write.
18105
18106         * modules/sigpipe-tests: New file.
18107         * tests/test-sigpipe.c: New file.
18108         * tests/test-sigpipe.sh: New file.
18109
18110         * modules/write: New file.
18111         * lib/unistd.in.h: Include <sys/types.h>.
18112         (write): New declaration.
18113         * lib/write.c: New file.
18114         * m4/write.m4: New file.
18115         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18116         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
18117         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
18118         GNULIB_WRITE, REPLACE_WRITE.
18119         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
18120         and the SIGPIPE issue.
18121
18122         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
18123         (raise): New declaration.
18124         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
18125         (ext_signal): New function.
18126         (rpl_raise): New function.
18127         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
18128         GNULIB_SIGNAL_H_SIGPIPE.
18129         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
18130         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
18131
18132         * modules/sigpipe: New file.
18133         * m4/sigpipe.m4: New file.
18134
18135 2008-09-25  Derek Price  <derek@ximbiot.com>
18136             Bruno Haible  <bruno@clisp.org>
18137
18138         * gnulib-tool (func_import): Report all license incompatibilities, not
18139         just the first one.
18140
18141 2008-09-25  Bruno Haible  <bruno@clisp.org>
18142
18143         * gnulib-tool (func_import): When computing the edits, consider not
18144         only the Makefile.ams that exist but also those that will be generated.
18145
18146 2008-09-25  Simon Josefsson  <simon@josefsson.org>
18147
18148         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
18149         fixes gnulib-tool --test warning about duplicate dependency.
18150
18151 2008-09-25  Bruno Haible  <bruno@clisp.org>
18152
18153         * gnulib-tool: Don't ask the user to perform edits in the generated
18154         Makefile.ams.
18155         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
18156         apply to the Makefile.am being generated.
18157         (func_emit_tests_Makefile_am): Execute edits that apply to the
18158         Makefile.am being generated.
18159         (func_import): Setup list of Makefile.am edits before emitting the
18160         Makefile.ams, not at the end.
18161         (func_create_testdir): Update.
18162         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18163
18164 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18165
18166         * gnulib-tool (func_import): Store the --tests-base option in the
18167         comment in gnulib-cache.m4.
18168
18169 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
18170
18171         * NEWS: Document increased portability that sys_select now provides.
18172
18173         * lib/sys_select.in.h: Install select wrapper.
18174         * lib/sys_socket.in.h: Use more descriptive name when there is no
18175         select wrapper.
18176         * lib/winsock-select.c: New.
18177         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
18178         Require gl_HEADER_SYS_SOCKET.
18179         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
18180         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
18181         * tests/test-sys_select.c: Add functional tests.
18182
18183 2008-09-24  Eric Blake  <ebb9@byu.net>
18184
18185         open, fopen: close fd leak in last patch
18186         * lib/open.c (rpl_open): Close fd before returning error.
18187         * lib/fopen.c (rpl_fopen): Close fd before returning error.
18188         * doc/posix-functions/open.texi (open): Document that Irix also
18189         has the bug.
18190         * doc/posix-functions/fopen.texi (fopen): Likewise.
18191         Reported by Paolo Bonzini.
18192
18193 2008-09-24  Bruno Haible  <bruno@clisp.org>
18194
18195         Ensure that a filename ending in a slash cannot be used to access a
18196         non-directory.
18197         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
18198         to check whether it's really a directory.
18199         * lib/fopen.c: Include fcntl.h, unistd.h.
18200         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
18201         and fdopen().
18202         * modules/fopen (Depends-on): Add unistd.
18203         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
18204         * tests/test-fopen.c (main): Likewise.
18205         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
18206         * doc/posix-functions/fopen.texi: Likewise.
18207         Reported by Eric Blake.
18208
18209 2008-09-23  Eric Blake  <ebb9@byu.net>
18210
18211         c-stack: avoid compiler optimizations when provoking overflow
18212         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
18213         recursion harder to optimize, to ensure a stack overflow occurs.
18214         * tests/test-c-stack.c (recurse): Likewise.
18215         Borrowed from libsigsegv.
18216
18217         c-stack: work around Irix sigaltstack bug
18218         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
18219         whether sigaltstack uses wrong end of stack_t (copied in part from
18220         libsigsegv).
18221         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
18222         Irix bug, without requiring an over-allocation.
18223         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
18224         bug.
18225
18226         fopen: document mingw bug on directories
18227         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
18228         not allowing a stream visiting a directory, even though reading
18229         from such a stream is not portable.
18230
18231 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18232
18233         * lib/poll.c: Rewrite.
18234         * modules/poll: Depend on alloca.
18235
18236 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18237
18238         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
18239         instead define prototypes for a full set of wrappers.  Ensure
18240         that Cygwin does not use the compatibility code, which is only
18241         for MinGW.
18242         * lib/winsock.c: New.
18243         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
18244         * modules/sys_socket: Add lib/winsock.c.
18245
18246         * modules/poll-tests: Add errno and perror.
18247         * tests/test-poll.c: Use ioctl, not ioctlsocket.
18248
18249 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18250
18251         * tests/test-poll.c: Downgrade minimum needed Winsock version.
18252
18253 2008-09-23  Bruno Haible  <bruno@clisp.org>
18254
18255         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
18256         * doc/glibc-functions/*: Likewise.
18257
18258 2008-09-23  Simon Josefsson  <simon@josefsson.org>
18259
18260         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
18261         success.
18262
18263 2008-09-22  Eric Blake  <ebb9@byu.net>
18264             Bruno Haible  <bruno@clisp.org>
18265
18266         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
18267         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
18268         supply %A but mishandle pseudo-NaN.
18269         Reported by Simon Josefsson.
18270
18271 2008-09-21  Bruno Haible  <bruno@clisp.org>
18272
18273         * tests/test-lock.c (main): Tweak skip message.
18274         * tests/test-tls.c (main): Likewise.
18275
18276 2008-09-21  Bruno Haible  <bruno@clisp.org>
18277
18278         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
18279         whether 'struct sigaction' has sa_sigaction here...
18280         (gl_PREREQ_SIG_HANDLER_H): ... not here.
18281         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
18282
18283 2008-09-21  Bruno Haible  <bruno@clisp.org>
18284
18285         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
18286         section.
18287         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
18288         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
18289         the new section.
18290         (Support for obsolete systems lacking POSIX:2001): New section.
18291         (String handling <string.h>): Move strdup to the new section.
18292         Suggested by Simon Josefsson and Paolo Bonzini.
18293
18294 2008-09-21  Bruno Haible  <bruno@clisp.org>
18295
18296         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
18297         exponents in %e and %g results on 'long double'. Needed for mingw's
18298         improved *printf functions.
18299         * tests/test-vasprintf-posix.c (test_function): Likewise.
18300         * tests/test-snprintf-posix.h (test_function): Likewise.
18301         * tests/test-sprintf-posix.h (test_function): Likewise.
18302         Reported by Eric Blake.
18303
18304 2008-09-21  Bruno Haible  <bruno@clisp.org>
18305
18306         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
18307         * tests/test-sprintf-posix.h (test_function): Likewise.
18308
18309 2008-09-21  Bruno Haible  <bruno@clisp.org>
18310
18311         * modules/getpass (Depends-on): Add strdup-posix.
18312
18313         New module 'strdup-posix'.
18314         * modules/strdup-posix: New file.
18315         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
18316         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
18317         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18318         REPLACE_STRDUP.
18319         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
18320         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18321         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18322         strdup-posix.
18323
18324         * modules/strdup (Depends-on): Remove malloc-posix.
18325
18326 2008-09-20  Bruno Haible  <bruno@clisp.org>
18327
18328         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
18329         Wildenhues.
18330
18331 2008-09-20  Bruno Haible  <bruno@clisp.org>
18332
18333         Ensure that wint_t gets defined on IRIX 5.3.
18334         * lib/wchar.in.h (wint_t): Define if not defined by the system.
18335         * lib/wctype.in.h (wint_t): Likewise.
18336         (__wctype_wint_t): Remove type.
18337         (isw*): Use wint_t instead of __wctype_wint_t.
18338         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
18339         * modules/wchar (Files): Add m4/wint_t.m4.
18340         (Makefile.am): Substitute HAVE_WINT_T.
18341         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
18342         * tests/test-wctype.c: Check that wint_t is defined.
18343         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
18344         * doc/posix-headers/wctype.texi: Likewise.
18345         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18346
18347 2008-09-18  Bruno Haible  <bruno@clisp.org>
18348
18349         * gnulib-tool (func_exit): Update comment.
18350
18351 2008-09-18  Simon Josefsson  <simon@josefsson.org>
18352
18353         * modules/getaddrinfo (Depends-on): Remove strdup, this module
18354         assumes strdup exists and does not depend on strdup to return
18355         ENOMEM on out of memory conditions.
18356
18357 2008-09-18  Bruno Haible  <bruno@clisp.org>
18358
18359         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
18360         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
18361         digits for the exponent.
18362
18363 2008-09-18  Jim Meyering  <meyering@redhat.com>
18364             Bruno Haible  <bruno@clisp.org>
18365
18366         * lib/vasnprintf.c (decimal_point_char): Define also if
18367         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18368
18369 2008-09-16  Bruno Haible  <bruno@clisp.org>
18370         and Eric Blake  <ebb9@byu.net>
18371
18372         vasnprintf: support Irix 5.3
18373         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18374         that mishandle long double infinity.
18375         Reported by Tom G. Christensen.
18376
18377 2008-09-16  Bruno Haible  <bruno@clisp.org>
18378
18379         * doc/glibc-functions/scandir.texi: Mention the function is missing on
18380         Solaris 9.
18381         * doc/glibc-functions/alphasort.texi: Likewise.
18382         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
18383
18384 2008-09-16  Jim Meyering  <meyering@redhat.com>
18385
18386         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
18387         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
18388         a umask modification leak out of a subshell.  Otherwise, the
18389         opensolaris /bin/sh would be accepted and thus cause unwarranted
18390         failures in the coreutils test suite.
18391
18392 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
18393
18394         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
18395         to succeed.
18396
18397 2008-09-16  Jim Meyering  <meyering@redhat.com>
18398
18399         avoid spurious test failure when library is built without ACL support
18400         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
18401         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
18402         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
18403         * tests/test-copy-acl.sh: Likewise.
18404
18405 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18406
18407         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
18408         based on character occurrence counts.
18409
18410 2008-09-15  Eric Blake  <ebb9@byu.net>
18411
18412         tests: avoid some compiler warnings
18413         * tests/test-memchr.c (main): Pass NULL indirectly.
18414         * tests/test-closein.c (main): Avoid unused variable.
18415
18416 2008-09-15  Bruno Haible  <bruno@clisp.org>
18417
18418         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
18419         are missing on OpenBSD 4.0 individually.
18420         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18421
18422 2008-09-15  Bruno Haible  <bruno@clisp.org>
18423
18424         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
18425         * doc/posix-functions/strerror.texi: Mention also Cygwin.
18426         * doc/posix-functions/perror.texi: Likewise.
18427         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
18428         is missing.
18429         Reported by Eric Blake.
18430
18431         * lib/errno.in.h: Use replacement values >= 2000.
18432         Reported by Eric Blake.
18433
18434 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18435
18436         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
18437         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
18438         limit.
18439         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
18440         compareseq was aborted.
18441
18442 2008-09-14  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
18445         yvec_edit_count.
18446         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
18447         (fstrcmp_bounded): Simplify result computation accordingly.
18448
18449 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18450
18451         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
18452         (fstrcmp): Define in terms of fstrcmp_bounded.
18453         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
18454         lower_bound argument.
18455         Return quickly if the result is certainly < lower_bound.
18456         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
18457
18458 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18459
18460         * lib/diffseq.h (EARLY_ABORT): New macro.
18461         (compareseq): Change return type to bool. Return true when EARLY_ABORT
18462         evaluates to true.
18463
18464 2008-09-14  Bruno Haible  <bruno@clisp.org>
18465
18466         * modules/perror-tests: New file.
18467         * tests/test-perror.sh: New file.
18468         * tests/test-perror.c: New file.
18469
18470         New module 'perror'.
18471         * lib/stdio.in.h (perror): New declaration.
18472         * lib/perror.c: New file.
18473         * m4/perror.m4: New file.
18474         * modules/perror: New file.
18475         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
18476         * doc/posix-functions/perror.texi: Mention the perror module.
18477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
18478         REPLACE_PERROR.
18479         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
18480         REPLACE_PERROR.
18481
18482 2008-09-14  Bruno Haible  <bruno@clisp.org>
18483
18484         * modules/stdio (Makefile.am): Reorder to match the order in
18485         lib/stdio.in.h.
18486         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18487
18488 2008-09-13  Bruno Haible  <bruno@clisp.org>
18489
18490         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
18491
18492 2008-09-13  Bruno Haible  <bruno@clisp.org>
18493
18494         Extend strerror to cover the added errno values.
18495         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
18496         (rpl_strerror): Provide error messages for the added errno values and
18497         for the WSA* values.
18498         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
18499         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
18500         strerror.
18501         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
18502         * modules/strerror (Depends-on): Add errno.
18503         * doc/posix-functions/strerror.texi: Document the change.
18504         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
18505         and EOVERFLOW.
18506
18507 2008-09-13  Bruno Haible  <bruno@clisp.org>
18508
18509         * modules/EOVERFLOW: Remove file.
18510         * m4/eoverflow.m4: Remove file.
18511         * modules/EOVERFLOW-tests: Remove file.
18512         * tests/test-EOVERFLOW.c: Remove file.
18513         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
18514         * modules/ftell (Depends-on): Likewise.
18515         * modules/getdelim (Depends-on): Likewise.
18516         * modules/getugroups (Depends-on): Likewise.
18517         * modules/poll (Depends-on): Likewise.
18518         * modules/snprintf (Depends-on): Likewise.
18519         * modules/sprintf-posix (Depends-on): Likewise.
18520         * modules/vasnprintf (Depends-on): Likewise.
18521         * modules/vasprintf (Depends-on): Likewise.
18522         * modules/vfprintf-posix (Depends-on): Likewise.
18523         * modules/vsnprintf (Depends-on): Likewise.
18524         * modules/vsprintf-posix (Depends-on): Likewise.
18525         * modules/xvasprintf (Depends-on): Likewise.
18526         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18527         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18528         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18529         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18530         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18531         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18532         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18533         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18534         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18535         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18536         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18537         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18538         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18539         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18540         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18541         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18542         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18543         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18544         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18545         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18546         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18547         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18548         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18549         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18550         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18551         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18552         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18553         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18554         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18555         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18556         * MODULES.html.sh: Remove EOVERFLOW.
18557         * NEWS: Mention the change.
18558
18559 2008-09-13  Bruno Haible  <bruno@clisp.org>
18560
18561         * modules/errno-tests: New file.
18562         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18563
18564         * lib/errno.in.h: New file.
18565         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18566         * modules/errno: New file.
18567         * doc/posix-headers/errno.texi: Update documentation.
18568         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18569
18570 2008-09-13  Bruno Haible  <bruno@clisp.org>
18571
18572         * tests/test-poll.c: Use #if for native Windows, rather than testing
18573         __MSVCRT__.
18574
18575 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18576             Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/glob.c: Don't include <pwd.h> on native Windows.
18579         (WINDOWS32): New macro.
18580         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18581
18582 2008-09-13  Bruno Haible  <bruno@clisp.org>
18583
18584         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18585         (ETIMEDOUT): Remove macro.
18586         (glthread_cond_timedwait_multithreaded): New declaration.
18587         (glthread_cond_timedwait): Use it.
18588         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18589         (glthread_cond_timedwait_multithreaded): New function.
18590
18591 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18592
18593         * modules/poll-tests: Do not check for io.h.
18594         * tests/test-poll.c: Check for __MSVCRT__ instead.
18595
18596 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18597
18598         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18599         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18600         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18601
18602 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18603
18604         * modules/poll-tests: New.
18605         * tests/test-poll.c: New.
18606
18607 2008-09-12  Eric Blake  <ebb9@byu.net>
18608
18609         frexp: test for NetBSD failure on -0.0
18610         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18611         not all, bugs from NetBSD 3.0 have been fixed.
18612         * doc/posix-functions/frexp.texi (frexp): Document bug.
18613         Reported by Thomas Klausner.
18614
18615         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18616         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18617         literal -0.0.
18618         Reported by Jonathan C. Patschke <jp@centtech.com>.
18619
18620 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18621
18622         * lib/glthread/cond.h: Use dummy implementation also if
18623         USE_WIN32_THREADS.
18624
18625 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18626
18627         * modules/fnmatch-posix (License): Change to LGPLv2+.
18628         * modules/fnmatch-gnu (License): Likewise.
18629
18630 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18631
18632         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18633
18634 2008-09-11  Jim Meyering  <meyering@redhat.com>
18635
18636         * users.txt: Add gtk-vnc.
18637
18638 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18639
18640         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18641         rotate amounts.
18642
18643         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18644         required for 16-bit and 8-bit rotates.
18645         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18646         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18647         UINT8_MAX instead of hard-coded constants.
18648         Suggested by Paul Eggert.
18649
18650 2008-09-07  Bruno Haible  <bruno@clisp.org>
18651
18652         * tests/test-striconveh.c (main): Check behaviour when converting from
18653         UTF-7.
18654
18655         Make striconveh work better with stateful encodings.
18656         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18657         that iconv does not increment the inptr when returning -1/EINVAL.
18658
18659 2008-09-07  Bruno Haible  <bruno@clisp.org>
18660
18661         * build-aux/config.rpath: Update according to libtool-2.2.6.
18662         * build-aux/config.libpath: Likewise.
18663
18664 2008-09-06  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18667         * lib/freadptr.c (freadptr): Likewise.
18668         * lib/freadseek.c (freadptrinc): Likewise.
18669         Reported by Simon Josefsson.
18670
18671 2008-09-06  Bruno Haible  <bruno@clisp.org>
18672
18673         * modules/freadptr (License): Change to LGPLv2+.
18674         * modules/freadseek (License): Likewise.
18675         Suggested by Eric Blake.
18676
18677         * modules/memchr2 (License): Change to LGPLv2+.
18678         Approved by Eric Blake.
18679
18680 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18681             Bruno Haible  <bruno@clisp.org>
18682
18683         Make gnulib-tool work with native 'sed' on AIX.
18684         * gnulib-tool (sed_noop): New variable.
18685         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
18686         func_add_or_update, func_create_testdir): Use it to initialize sed
18687         script variables.
18688         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18689
18690 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
18691             Bruno Haible  <bruno@clisp.org>
18692
18693         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
18694         also works after #include directives.
18695
18696 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
18697
18698         getdate.y: reject an out-of-range timezone value
18699         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
18700         the range [-24...+24].  When specified with only one or two digits,
18701         * tests/test-getdate.c: Tests for the fix.
18702         * doc/getdate.texi: Document this change.
18703
18704 2008-09-03  Bruno Haible  <bruno@clisp.org>
18705
18706         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
18707
18708 2008-09-02  Simon Josefsson  <simon@josefsson.org>
18709
18710         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
18711         <bruce.korb@gmail.com> with ideas from Ben Pfaff
18712         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
18713         Blake <ebb9@byu.net>.
18714
18715         * tests/test-bitrotate.c: Add more test vectors.
18716
18717 2008-09-02  Eric Blake  <ebb9@byu.net>
18718
18719         vasnprintf-posix: handle large precision via %.*d
18720         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
18721         when handling it ourselves.
18722         * tests/test-vasnprintf-posix.c (test_function): Add test.
18723         * tests/test-snprintf-posix.h (test_function): Likewise.
18724         * tests/test-sprintf-posix.h (test_function): Likewise.
18725         * tests/test-vasprintf-posix.c (test_function): Likewise.
18726         Reported by Alain Guibert.
18727
18728 2008-09-01  Eric Blake  <ebb9@byu.net>
18729
18730         c-stack: make configure-time check more robust
18731         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
18732         successful sigaction call.
18733         Reported by Tom G. Christensen.
18734
18735 2008-09-01  Bruno Haible  <bruno@clisp.org>
18736
18737         New module 'findprog-lgpl'.
18738         * modules/findprog-lgpl: New file.
18739         * lib/findprog-lgpl.c: New file.
18740         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
18741         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
18742         to decide whether to use strdup or xstrdup, concatenated_filename or
18743         xconcatenated_filename.
18744
18745 2008-09-01  Bruno Haible  <bruno@clisp.org>
18746
18747         Split module 'concat-filename' into 'concat-filename' (LGPL) and
18748         'xconcat-filename' (GPL).
18749         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
18750         (License): Change to LGPLv2+.
18751         * modules/xconcat-filename: New file.
18752         * lib/concat-filename.h (concatenated_filename): Change specification.
18753         (xconcatenated_filename): New declaration.
18754         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
18755         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
18756         memory situations.
18757         * lib/xconcat-filename.c: New file.
18758         * NEWS: Mention the change.
18759         * lib/findprog.c: Include concat-filename.h, not filename.h.
18760         (find_in_path): Use xconcatenated_filename instead of
18761         concatenated_filename.
18762         * lib/javacomp.c: Include concat-filename.h, not filename.h.
18763         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18764         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18765         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18766         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
18767         instead of concatenated_filename.
18768         * lib/javaexec.c: Include concat-filename.h, not filename.h.
18769         (execute_java_class): Use xconcatenated_filename instead of
18770         concatenated_filename.
18771         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
18772         * modules/javacomp (Depends-on): Likewise.
18773         * modules/javaexec (Depends-on): Likewise.
18774
18775 2008-09-01  Bruno Haible  <bruno@clisp.org>
18776
18777         Split module 'filename' into 'filename' and 'concat-filename'.
18778         * modules/filename: Keep only lib/filename.h.
18779         (License): Change to LGPLv2+.
18780         * modules/concat-filename: New file, extracted from modules/filename.
18781         * lib/filename.h (concatenated_filename): Remove declaration.
18782         * lib/concat-filename.h: New file, extracted from lib/filename.h.
18783         * lib/concat-filename.c: Include concat-filename.h.
18784         * NEWS: Mention the change.
18785
18786 2008-09-01  Simon Josefsson  <simon@josefsson.org>
18787
18788         * lib/bitrotate.h (rotl8, rotr8): Add.
18789
18790         * modules/bitrotate (configure.ac): Need
18791         AC_REQUIRE([AC_C_INLINE]).
18792         (Description): Mention stdint.h.  Reported by Bruno Haible
18793         <bruno@clisp.org>.
18794
18795         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
18796         Paolo Bonzini <bonzini@gnu.org>.
18797
18798 2008-08-31  Bruno Haible  <bruno@clisp.org>
18799
18800         Assume Solaris specific bi-arch conventions on Solaris systems.
18801         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
18802         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
18803         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
18804         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
18805         like acl_libdirstem.
18806         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
18807         acl_libdirstem.
18808         * NEWS: Mention the change.
18809         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
18810
18811 2008-08-31  Jim Meyering  <meyering@redhat.com>
18812
18813         * lib/strftime.h: Add comments describing the two added arguments.
18814
18815         remove duplicate #include directives
18816         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
18817         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
18818
18819 2008-08-31  Bruno Haible  <bruno@clisp.org>
18820
18821         New module 'sigpipe-die'.
18822         * modules/sigpipe-die: New file.
18823         * lib/sigpipe-die.h: New file.
18824         * lib/sigpipe-die.c: New file.
18825         * MODULES.html.sh (Signal handling): Add sigpipe-die.
18826
18827 2008-08-31  Bruno Haible  <bruno@clisp.org>
18828
18829         Don't override previously installed signal handlers.
18830         * lib/fatal-signal.c (saved_sigactions): New variable.
18831         (uninstall_handlers): Reset the signal to the saved handler, not
18832         to SIG_DFL (except when ignored).
18833         (install_handlers): Save the previous handlers.
18834
18835 2008-08-30  Bruno Haible  <bruno@clisp.org>
18836
18837         * gnulib-tool (func_reset_sigpipe): New function.
18838         (func_get_automake_snippet, func_modules_transitive_closure,
18839         func_import): Invoke it before a join command that reads from stdin,
18840         to avoid "echo: write error: Broken pipe" error messages on stderr.
18841         Reported by Sam Steingold <sds@gnu.org>.
18842
18843 2008-08-30  Bruno Haible  <bruno@clisp.org>
18844
18845         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
18846         Code copied from m4/open.m4.
18847         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
18848         access and the filename ends in a slash. Code copied from lib/open.c.
18849         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
18850         * tests/test-fopen.c (main): Check against bug with trailing slash.
18851
18852 2008-08-29  Bruno Haible  <bruno@clisp.org>
18853
18854         Avoid some "gcc -pedantic" warnings.
18855         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
18856         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
18857         * lib/dirent.in.h: Likewise.
18858         * lib/fcntl.in.h: Likewise.
18859         * lib/float.in.h: Likewise.
18860         * lib/iconv.in.h: Likewise.
18861         * lib/inttypes.in.h: Likewise.
18862         * lib/locale.in.h: Likewise.
18863         * lib/math.in.h: Likewise.
18864         * lib/netinet_in.in.h: Likewise.
18865         * lib/search.in.h: Likewise.
18866         * lib/signal.in.h: Likewise.
18867         * lib/stdarg.in.h: Likewise.
18868         * lib/stdint.in.h: Likewise.
18869         * lib/stdio.in.h: Likewise.
18870         * lib/stdlib.in.h: Likewise.
18871         * lib/string.in.h: Likewise.
18872         * lib/strings.in.h: Likewise.
18873         * lib/sys_select.in.h: Likewise.
18874         * lib/sys_socket.in.h: Likewise.
18875         * lib/sys_stat.in.h: Likewise.
18876         * lib/sys_time.in.h: Likewise.
18877         * lib/sysexits.in.h: Likewise.
18878         * lib/time.in.h: Likewise.
18879         * lib/unistd.in.h: Likewise.
18880         * lib/wchar.in.h: Likewise.
18881         * lib/wctype.in.h: Likewise.
18882         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
18883         * modules/fchdir (Makefile.am): Likewise.
18884         * modules/fcntl (Makefile.am): Likewise.
18885         * modules/float (Makefile.am): Likewise.
18886         * modules/iconv_open (Makefile.am): Likewise.
18887         * modules/inttypes (Makefile.am): Likewise.
18888         * modules/locale (Makefile.am): Likewise.
18889         * modules/math (Makefile.am): Likewise.
18890         * modules/netinet_in (Makefile.am): Likewise.
18891         * modules/search (Makefile.am): Likewise.
18892         * modules/signal (Makefile.am): Likewise.
18893         * modules/stdarg (Makefile.am): Likewise.
18894         * modules/stdint (Makefile.am): Likewise.
18895         * modules/stdio (Makefile.am): Likewise.
18896         * modules/stdlib (Makefile.am): Likewise.
18897         * modules/string (Makefile.am): Likewise.
18898         * modules/strings (Makefile.am): Likewise.
18899         * modules/sys_select (Makefile.am): Likewise.
18900         * modules/sys_socket (Makefile.am): Likewise.
18901         * modules/sys_stat (Makefile.am): Likewise.
18902         * modules/sys_time (Makefile.am): Likewise.
18903         * modules/sysexits (Makefile.am): Likewise.
18904         * modules/time (Makefile.am): Likewise.
18905         * modules/unistd (Makefile.am): Likewise.
18906         * modules/wchar (Makefile.am): Likewise.
18907         * modules/wctype (Makefile.am): Likewise.
18908         Reported by Reuben Thomas <rrt@sc3d.org>.
18909
18910 2008-08-29  Bruno Haible  <bruno@clisp.org>
18911
18912         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
18913         any more.
18914
18915 2008-08-29  Simon Josefsson  <simon@josefsson.org>
18916
18917         * MODULES.html.sh (Misc): Add bitrotate.
18918
18919         * modules/bitrotate: New file.
18920
18921         * lib/bitrotate.h: New file.
18922
18923         * modules/bitrotate-tests: New file.
18924
18925         * tests/test-bitrotate.c: New file.
18926
18927         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
18928         on the bitrotate module.
18929
18930         * lib/arctwo.c: Use new bitrotate module.
18931
18932 2008-08-29  Jim Meyering  <meyering@redhat.com>
18933
18934         bootstrap: merge changes from coreutils
18935         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
18936         of copied files.  Remove a kludge, now that this is fixed.
18937         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
18938         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
18939         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
18940
18941 2008-08-29  Bruno Haible  <bruno@clisp.org>
18942
18943         * MODULES.html.sh: Remove --cvs-urls option.
18944
18945 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
18946
18947         maint.mk: adjust to file name change
18948         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
18949
18950 2008-08-28  Jim Meyering  <meyering@redhat.com>
18951
18952         * modules/getndelim2 (License): Relicense to LGPLv2+.
18953         Approved by Richard Stallman for the version of 1995, and by
18954         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
18955
18956 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
18957
18958         * lib/getdelim.c (flockfile, funlockfile): Make all of them
18959         dummy if one is not available.  Do not touch them if
18960         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
18961         (getc_maybe_unlocked): New.
18962         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
18963
18964 2008-08-26  Eric Blake  <ebb9@byu.net>
18965
18966         doc/INSTALL: resync from autoconf
18967         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
18968         (INSTALL_PRELUDE): Delete; this is done more efficiently by
18969         moving...
18970         * install.texi [!autoconf]: ...here.  Resync from autoconf.
18971         * INSTALL: Regenerate.
18972         * INSTALL.ISO: New file.
18973         * INSTALL.UTF-8: Likewise.
18974
18975 2008-08-26  Jim Meyering  <meyering@redhat.com>
18976
18977         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
18978         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
18979         these definitions conditional, so that they may be overridden, too.
18980
18981 2008-08-26  Bruno Haible  <bruno@clisp.org>
18982
18983         Generate INSTALL file variants with prettier quotes.
18984         * doc/Makefile (INSTALL_PRELUDE): New macro.
18985         (INSTALL): Use it.
18986         (INSTALL.ISO, INSTALL.UTF-8): New rules.
18987
18988 2008-08-26  Bruno Haible  <bruno@clisp.org>
18989
18990         Run makeinfo in an English locale.
18991         * doc/Makefile (MAKEINFO): New variable.
18992
18993 2008-08-26  Bruno Haible  <bruno@clisp.org>
18994
18995         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
18996         Suggested by Eric Blake.
18997
18998 2008-08-25  Bruno Haible  <bruno@clisp.org>
18999
19000         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
19001
19002 2008-08-25  Eric Blake  <ebb9@byu.net>
19003
19004         c-stack: test that stack overflow can be caught
19005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
19006         that platform allows handling stack overflow; at least OS/2 EMX
19007         has sigaltstack, but crashes before transferring control to
19008         handler on stack overflow.
19009         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
19010         check for HAVE_STACK_OVERFLOW_HANDLING.
19011         Reported by Elbert Pol.
19012
19013 2008-08-25  Bruno Haible  <bruno@clisp.org>
19014
19015         * doc/posix-functions/strftime.texi: Fix description of strftime
19016         module.
19017
19018 2008-08-24  Bruno Haible  <bruno@clisp.org>
19019
19020         * tests/uniwidth/test-uc_width2.c: New file.
19021         * tests/uniwidth/test-uc_width2.sh: New file.
19022         * modules/uniwidth/width-tests (Files): Add the new files.
19023         (TESTS): Add uniwidth/test-uc_width2.sh.
19024         (TESTS_ENVIRONMENT): New variable.
19025         (check_PROGRAMS): Add test-uc_width2.
19026         (test_uc_width2_SOURCES): New variable.
19027
19028         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
19029         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
19030         not 0x00AB.
19031         Reported by Alexander V. Lukyanov <lav@netis.ru>.
19032
19033 2008-08-22  Eric Blake  <ebb9@byu.net>
19034
19035         test-lock, test-tls: mention why a test is skipped
19036         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
19037         skipped.
19038         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
19039
19040         count-one-bits: relax license
19041         * modules/count-one-bits (License): Relicense to LGPLv2+.
19042         Suggested by Ludovic Courtès, approved by Ben Pfaff.
19043
19044 2008-08-22  Andreas Schwab  <schwab@suse.de>
19045
19046         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
19047         Remove spurious space in assignment.
19048
19049 2008-08-21  Simon Josefsson  <simon@josefsson.org>
19050
19051         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
19052         Paul Eggert <eggert@CS.UCLA.EDU>.
19053
19054 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
19055
19056         * modules/gettext: Add m4/threadlib.m4.
19057
19058 2008-08-19  Eric Blake  <ebb9@byu.net>
19059
19060         test-c-stack: fix compilation failure on FreeBSD 5.0
19061         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
19062         headers before <sys/resource.h>.
19063         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
19064         the bug.
19065         Reported by Nelson H. F. Beebe.
19066
19067         strverscmp: migrate from "strverscmp.h" to <string.h>
19068         * modules/string (Makefile.am): Add new hooks.
19069         * modules/strverscmp (Files): Remove strverscmp.h.
19070         (Depends-on): Add string.
19071         (configure.ac): Add indicator.
19072         (Include): Mention new header.
19073         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
19074         defaults.
19075         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
19076         results.
19077         * lib/strverscmp.h: Delete.
19078         * lib/string.in.h (strverscmp): Provide declaration, when needed.
19079         * tests/test-strverscmp.c (includes): Adjust client.
19080         * lib/check-version.c (includes): Likewise.
19081         * NEWS: Document the change.
19082
19083         strverscmp: add unit test
19084         * modules/strverscmp-tests: New file.
19085         * tests/test-strverscmp.c: Likewise.
19086
19087 2008-08-19  Simon Josefsson  <simon@josefsson.org>
19088
19089         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
19090         regarding Windows crypto stuff, from Mono.
19091
19092 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
19093
19094         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
19095         if present, for intel RND.  Return error on failures.
19096
19097 2008-08-18  Ben Pfaff  <blp@gnu.org>
19098
19099         gitlog-to-changelog: give better diagnostic for failed pipe-open
19100         * build-aux/gitlog-to-changelog: Improve error message: suggest
19101         that the version of Git may be too old.
19102
19103 2008-08-18  Simon Josefsson  <simon@josefsson.org>
19104
19105         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
19106         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
19107
19108 2008-08-18  Bruno Haible  <bruno@clisp.org>
19109
19110         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
19111         pthread_in_use().
19112
19113 2008-08-18  Bruno Haible  <bruno@clisp.org>
19114
19115         * lib/glthread/threadlib.c: Include <pthread.h>.
19116
19117 2008-08-18  Bruno Haible  <bruno@clisp.org>
19118
19119         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
19120         glthread_recursive_lock_* macros.
19121         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
19122         Fix syntax error.
19123
19124 2008-08-18  Bruno Haible  <bruno@clisp.org>
19125
19126         * lib/glthread/thread.c: Avoid forcing a context switch right after
19127         thread creation.
19128
19129 2008-08-17  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
19132         * lib/glthread/thread.h: Provide Win32 specific implementation.
19133         * modules/thread (Files): Add lib/glthread/thread.c.
19134         (Depends-on): Add lock.
19135         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
19136
19137 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19138
19139         New module 'yield'.
19140         * modules/yield: New file.
19141         * lib/glthread/yield.h: New file.
19142         * m4/yield.m4: New file.
19143         * MODULES.html.sh (Multithreading): Add yield.
19144
19145 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19146
19147         New module 'thread'.
19148         * modules/thread: New file.
19149         * lib/glthread/thread.h: New file.
19150         * m4/thread.m4: New file.
19151         * MODULES.html.sh (Multithreading): Add thread.
19152
19153 2008-08-17  Bruno Haible  <bruno@clisp.org>
19154
19155         * lib/glthread/lock.h: Include <stdlib.h> always.
19156         * lib/glthread/tls.h: Likewise.
19157         * lib/glthread/cond.h: Likewise.
19158
19159 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19160
19161         New module 'cond'.
19162         * modules/cond: New file.
19163         * lib/glthread/cond.h: New file.
19164         * lib/glthread/cond.c: New file.
19165         * m4/cond.m4: New file.
19166         * MODULES.html.sh (Multithreading): Add cond.
19167
19168 2008-08-16  Eric Blake  <ebb9@byu.net>
19169
19170         c-stack: fix regression on Irix 5.3 from 2008-06-21
19171         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
19172         sa_sigaction...
19173         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
19174         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
19175         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
19176         * modules/signal (Makefile.am): Use the value.
19177         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
19178         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
19179         * doc/posix-headers/signal.texi (signal.h): Document this
19180         portability issue.
19181         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
19182         Reported by Tom G. Christensen.
19183
19184 2008-08-17  Bruno Haible  <bruno@clisp.org>
19185
19186         New module 'threadlib'.
19187         * modules/threadlib: New file.
19188         * lib/glthread/threadlib.c: New file, extracted from
19189         lib/glthread/lock.c.
19190         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
19191         functions.
19192         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
19193         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
19194         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
19195         macros.
19196         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
19197         (gl_DISABLE_THREADS): Remove macro.
19198         * modules/lock (Files): Remove build-aux/config.rpath.
19199         (Depends-on): Remove havelib. Add threadlib.
19200         (configure.ac-early): Remove section.
19201         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
19202         * modules/tls (Depends-on): Remove lock. Add threadlib.
19203         (Link): New section, copied from threadlib.
19204         * MODULES.html.sh (Multithreading): Add threadlib.
19205
19206 2008-08-14  Bruno Haible  <bruno@clisp.org>
19207
19208         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
19209         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
19210         glthread_rwlock_unlock, glthread_rwlock_destroy,
19211         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
19212         glthread_recursive_lock_destroy): Define as macros always.
19213         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
19214         glthread_lock_lock.
19215         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
19216         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
19217         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
19218         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
19219         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
19220         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
19221         (glthread_recursive_lock_lock_func): Renamed from
19222         glthread_recursive_lock_lock.
19223         (glthread_recursive_lock_unlock_func): Renamed from
19224         glthread_recursive_lock_unlock.
19225         (glthread_recursive_lock_destroy_func): Renamed from
19226         glthread_recursive_lock_destroy.
19227
19228 2008-08-14  Bruno Haible  <bruno@clisp.org>
19229
19230         * lib/glthread/lock.h: Renamed from lib/lock.h.
19231         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
19232         * lib/glthread/tls.h: Renamed from lib/tls.h.
19233         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
19234         * lib/fstrcmp.c: Update includes.
19235         * lib/strsignal.c: Update includes.
19236         * modules/lock (Files, Makefile.am): Update.
19237         (Include): Change to "glthread/lock.h".
19238         * modules/tls (Files, Makefile.am): Update.
19239         (Include): Change to "glthread/tls.h".
19240         * tests/test-lock.c: Update includes.
19241         * tests/test-tls.c: Update includes.
19242         * NEWS: Mention the renamed header files.
19243
19244 2008-08-11  Jim Meyering  <meyering@redhat.com>
19245
19246         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
19247
19248 2008-08-11  Eric Blake  <ebb9@byu.net>
19249
19250         test-c-stack: avoid C99-ism
19251         * tests/test-c-stack.c (main): Fix whitespace, move declaration
19252         before statement.
19253         Reported by Alain Guibert.
19254
19255 2008-08-10  Jim Meyering  <meyering@redhat.com>
19256
19257         ensure that return value of uinttostr et al are not ignored
19258         * lib/inttostr.h (__GNUC_PREREQ): Define.
19259         (__attribute_warn_unused_result__): Define.
19260         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
19261
19262 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
19263
19264         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
19265         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
19266
19267 2008-08-07  Jim Meyering  <meyering@redhat.com>
19268
19269         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
19270
19271         * modules/mkstemp (License): Relicense under LGPLv2+.
19272         * modules/tempname (License): Likewise.
19273
19274 2008-08-06  Bruno Haible  <bruno@clisp.org>
19275
19276         * lib/poll.c (poll): Further micro-optimization.
19277
19278 2008-08-06  Jim Meyering  <meyering@redhat.com>
19279
19280         inet_pton.c: use locale-independent tolower
19281         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
19282         (inet_pton6): Use c_tolower rather than tolower.
19283         * modules/inet_pton (Depends-on): Add c-ctype.
19284
19285 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
19286
19287         * lib/poll.c (poll): Avoid division when timeout is 0, cache
19288         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
19289
19290 2008-08-06  Jim Meyering  <meyering@redhat.com>
19291
19292         * modules/inet_pton (License): Relicense under LGPLv2+.
19293
19294 2008-08-03  Bruno Haible  <bruno@clisp.org>
19295
19296         Additional non-aborting API for lock and tls.
19297         * lib/lock.h: Include <errno.h>.
19298         (glthread_lock_init): New macro/function.
19299         (gl_lock_init): Define as wrapper around glthread_lock_init.
19300         (glthread_lock_lock): New macro/function.
19301         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
19302         (glthread_lock_unlock): New macro/function.
19303         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
19304         (glthread_lock_destroy): New macro/function.
19305         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
19306         (glthread_rwlock_init): New macro/function.
19307         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
19308         (glthread_rwlock_rdlock): New macro/function.
19309         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
19310         (glthread_rwlock_wrlock): New macro/function.
19311         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
19312         (glthread_rwlock_unlock): New macro/function.
19313         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
19314         (glthread_rwlock_destroy): New macro/function.
19315         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
19316         (glthread_recursive_lock_init): New macro/function.
19317         (gl_recursive_lock_init): Define as wrapper around
19318         glthread_recursive_lock_init.
19319         (glthread_recursive_lock_lock): New macro/function.
19320         (gl_recursive_lock_lock): Define as wrapper around
19321         glthread_recursive_lock_lock.
19322         (glthread_recursive_lock_unlock): New macro/function.
19323         (gl_recursive_lock_unlock): Define as wrapper around
19324         glthread_recursive_lock_unlock.
19325         (glthread_recursive_lock_destroy): New macro/function.
19326         (gl_recursive_lock_destroy): Define as wrapper around
19327         glthread_recursive_lock_destroy.
19328         (glthread_once): New macro/function.
19329         (gl_once): Define as wrapper around glthread_once.
19330         Update function declarations.
19331         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
19332         glthread_rwlock_init. Return error code.
19333         (glthread_rwlock_rdlock_multithreaded): Renamed from
19334         glthread_rwlock_rdlock. Return error code.
19335         (glthread_rwlock_wrlock_multithreaded): Renamed from
19336         glthread_rwlock_wrlock. Return error code.
19337         (glthread_rwlock_unlock_multithreaded): Renamed from
19338         glthread_rwlock_unlock. Return error code.
19339         (glthread_rwlock_destroy_multithreaded): Renamed from
19340         glthread_rwlock_destroy. Return error code.
19341         (glthread_recursive_lock_init_multithreaded): Renamed from
19342         glthread_recursive_lock_init. Return error code.
19343         (glthread_recursive_lock_lock_multithreaded): Renamed from
19344         glthread_recursive_lock_lock. Return error code.
19345         (glthread_recursive_lock_unlock_multithreaded): Renamed from
19346         glthread_recursive_lock_unlock. Return error code.
19347         (glthread_recursive_lock_destroy_multithreaded): Renamed from
19348         glthread_recursive_lock_destroy. Return error code.
19349         (glthread_once_call): Make static.
19350         (glthread_once_multithreaded): Renamed from glthread_once.
19351         * lib/tls.h: Include <errno.h>.
19352         (glthread_tls_key_init): New macro/function.
19353         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
19354         (glthread_tls_set): New macro/function.
19355         (gl_tls_set): Define as wrapper around glthread_tls_set.
19356         (glthread_tls_key_destroy): New macro/function.
19357         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
19358         Update function declarations.
19359         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
19360         glthread_tls_get.
19361         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19362
19363 2008-08-04  Eric Blake  <ebb9@byu.net>
19364
19365         gnumakefile: use space, not TAB, outside of targets
19366         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
19367
19368 2008-08-02  Jim Meyering  <meyering@redhat.com>
19369
19370         getdate.y: avoid locale-dependent date parsing failure
19371         In Turkish locales, getdate would fail to recognize keywords
19372         containing a lowercase "i".  The solution is not to rely on
19373         locale-sensitive case-conversion.
19374         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19375         (lookup_word): Use c_toupper in place of toupper.
19376         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19377         Reported by Vefa Bicakci <bicave@superonline.com> in
19378         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
19379         * modules/getdate (Depends-on): Add c-ctype.
19380
19381 2008-08-02  Bruno Haible  <bruno@clisp.org>
19382
19383         * gnulib-tool (func_import): When updating or creating a .gitignore
19384         file, prepend each added line with a slash, and ignore leading slashes
19385         from the existing lines.
19386         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19387
19388 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19389
19390         Portability fix for GNU make 3.79.1.
19391         * top/GNUmakefile: Avoid 'else COND', which older GNU make
19392         versions do not understand.
19393
19394 2008-08-01  Bruno Haible  <bruno@clisp.org>
19395
19396         Work around bug of HP-UX 10.20 cc with -0.0 literal.
19397         * tests/test-isnanf.h (zero): New variable.
19398         (main): Avoid literal -0.0f.
19399         * tests/test-isnand.h (zero): New variable.
19400         (main): Avoid literal -0.0.
19401         * tests/test-isnanl.h (zero): New variable.
19402         (main): Avoid literal -0.0L.
19403         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
19404         (test_float, test_double, test_long_double): Avoid literals -0.0f,
19405         -0.0, -0.0L.
19406         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
19407         (test_signbitd): Avoid literal -0.0.
19408         (test_signbitl): Avoid literal -0.0L.
19409         * tests/test-ceilf1.c (zero): New variable.
19410         (main): Avoid literal -0.0f.
19411         * tests/test-ceill.c (zero): New variable.
19412         (main): Avoid literal -0.0L.
19413         * tests/test-floorf1.c (zero): New variable.
19414         (main): Avoid literal -0.0f.
19415         * tests/test-floorl.c (zero): New variable.
19416         (main): Avoid literal -0.0L.
19417         * tests/test-roundf1.c (zero): New variable.
19418         (main): Avoid literal -0.0f.
19419         * tests/test-round1.c (zero): New variable.
19420         (main): Avoid literal -0.0.
19421         * tests/test-roundl.c (zero): New variable.
19422         (main): Avoid literal -0.0L.
19423         * tests/test-truncf1.c (zero): New variable.
19424         (main): Avoid literal -0.0f.
19425         * tests/test-trunc1.c (zero): New variable.
19426         (main): Avoid literal -0.0.
19427         * tests/test-truncl.c (zero): New variable.
19428         (main): Avoid literal -0.0L.
19429         * tests/test-frexp.c (zero): New variable.
19430         (main): Avoid literal -0.0.
19431         * tests/test-frexpl.c (zero): New variable.
19432         (main): Avoid literal -0.0L.
19433         * tests/test-ldexpl.c (zero): New variable.
19434         (main): Avoid literal -0.0L.
19435         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19436         (zerod, zerol): New variables.
19437         (test_function): Avoid literals -0.0, -0.0L.
19438         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19439         (zerod, zerol): New variables.
19440         (test_function): Avoid literals -0.0, -0.0L.
19441         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19442         (zerod, zerol): New variables.
19443         (test_function): Avoid literals -0.0, -0.0L.
19444         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19445         (zerod, zerol): New variables.
19446         (test_function): Avoid literals -0.0, -0.0L.
19447         * tests/test-strtod.c (zero): New variable.
19448         (main): Avoid literal -0.0.
19449         Reported by Jonathan C. Patschke <jp@centtech.com>.
19450
19451 2008-07-31  Jim Meyering  <meyering@redhat.com>
19452
19453         sha256.h: correct definition of SHA224_DIGEST_SIZE
19454         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
19455         Reported by Paulie Pena IV <paulie4@gmail.com>.
19456         Define as 224 / 8, rather than as a literal.
19457         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
19458         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
19459         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
19460
19461 2008-07-31  Bruno Haible  <bruno@clisp.org>
19462
19463         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
19464         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
19465         Reported by Jonathan Patschke <jp@centtech.com>.
19466
19467 2008-07-31  Bruno Haible  <bruno@clisp.org>
19468
19469         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
19470         Reported by Paolo Bonzini <bonzini@gnu.org>.
19471
19472 2008-07-30  Eric Blake  <ebb9@byu.net>
19473
19474         test-strtod: allow compilation without -lm
19475         * tests/test-strtod.c (main): Avoid link dependence on fabs.
19476         Reported by Dennis Clarke <blastwave@gmail.com>.
19477
19478 2008-07-28  Jim Meyering  <meyering@redhat.com>
19479
19480         bootstrap: work also when there are no .po files in po/
19481         * build-aux/bootstrap (update_po_files): Complete the change
19482         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
19483
19484 2008-07-27  Jim Meyering  <meyering@redhat.com>
19485
19486         * users.txt: Add zile.
19487
19488 2008-07-26  Ben Pfaff  <blp@gnu.org>
19489
19490         Add missing dependencies on new m4/exponent[fdl].m4 files.
19491         * modules/isnanf-nolibm: Add m4/exponentf.m4.
19492         * modules/isnand-nolibm: Add m4/exponentd.m4.
19493         * modules/isnanl-nolibm: Add m4/exponentl.m4.
19494         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
19495         m4/isnan[fdl].m4, because the macros actually used moved.
19496         Reported by Jim Meyering.
19497
19498 2008-07-14  Ben Pfaff  <blp@gnu.org>
19499
19500         Add isinf module.
19501         * lib/isinf.c: New file.
19502         * lib/math.in.h: Define isinf macro if we have decided to replace
19503         it.
19504         * m4/isinf.m4: New file.
19505         * m4/math_h.m4: Initialize and substitute variables for isinf
19506         module.
19507         * modules/isinf: New file.
19508         * modules/isinf-tests: New file.
19509         * modules/math: Add substitutions for new module.
19510         * tests/test-isinf.c: New file.
19511         * doc/posix-functions/isinf.texi: Mention new module.
19512         * MODULES.html.sh: Mention new module.
19513
19514 2008-07-14  Ben Pfaff  <blp@gnu.org>
19515
19516         Factor out some macros for use by additional modules.
19517         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
19518         exponentf.m4.
19519         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
19520         exponentd.m4.
19521         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
19522         file exponentl.m4.
19523         * m4/exponentf.m4: New file.
19524         * m4/exponentd.m4: New file.
19525         * m4/exponentl.m4: New file.
19526         * modules/isnanf: Use new file m4/exponentf.m4.
19527         * modules/isnand: Use new file m4/exponentd.m4.
19528         * modules/isnanl: Use new file m4/exponentl.m4.
19529
19530 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19531
19532         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19533         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19534         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19535         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19536
19537         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19538         readlink on platforms without PATH_MAX.
19539
19540 2008-07-21  Eric Blake  <ebb9@byu.net>
19541
19542         Warn, not fail, on stale version.
19543         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19544
19545         Don't allow installation with stale devel version number.
19546         * top/GNUmakefile (_is-install-target): New macro.
19547         (_curr-ver): Forbid installation with stale version number.
19548
19549 2008-07-20  Bruno Haible  <bruno@clisp.org>
19550
19551         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19552         TESTS_ENVIRONMENT.
19553         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19554
19555 2008-07-20  Bruno Haible  <bruno@clisp.org>
19556
19557         * lib/c-stack.h (c_stack_action): Add documentation.
19558         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19559
19560 2008-07-20  Bruno Haible  <bruno@clisp.org>
19561
19562         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19563         * modules/readlink (License): Likewise.
19564
19565 2008-07-17  Eric Blake  <ebb9@byu.net>
19566
19567         * modules/c-stack (Link): Fix typo.
19568
19569         Make c-stack use libsigsegv, when available.
19570         * modules/c-stack (Depends-on): Add libsigsegv.
19571         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19572         needed.
19573         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19574         (segv_handler, overflow_handler, c_stack_action)
19575         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19576         implementation when libsigsegv is available, but only when using
19577         the library is necessary.
19578         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19579         comment, explaining why XSI check fails on Linux.
19580         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19581         * tests/test-c-stack2.sh: Tweak skip message.
19582         * NEWS: Document new link-time requirements.
19583
19584 2008-07-16  Eric Blake  <ebb9@byu.net>
19585
19586         c-stack: Expose false positives when not using libsigsegv.
19587         * modules/c-stack-tests (Files): Expand test.
19588         * tests/test-c-stack.c (main): Add means to conditionally trigger
19589         non-overflow SIGSEGV.
19590         * tests/test-c-stack2.sh: New file.
19591
19592 2008-07-14  Bruno Haible  <bruno@clisp.org>
19593
19594         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19595         Reported by Eric Blake.
19596
19597 2008-07-14  Sam Steingold  <sds@gnu.org>
19598             Bruno Haible  <bruno@clisp.org>
19599
19600         New module libsigsegv.
19601         * modules/libsigsegv: New file.
19602         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19603         modifications.
19604         * MODULES.html.sh (Signal handling): New section.
19605
19606 2008-07-14  Bruno Haible  <bruno@clisp.org>
19607
19608         * modules/unictype/ctype-* (Description): Add the word "function".
19609         Improves the resulting doc in MODULES.html.
19610
19611 2008-07-12  Ben Pfaff  <blp@gnu.org>
19612
19613         Add longlong module.
19614         * modules/longlong: New file.
19615
19616 2008-07-12  Bruno Haible  <bruno@clisp.org>
19617
19618         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19619         to empty.
19620
19621 2008-07-10  Ben Pfaff  <blp@gnu.org>
19622
19623         Add isnan module.
19624         * doc/posix-functions/isnan.texi: Mention new module.
19625         * lib/math.in.h: Define isnan macro if we have decided to replace
19626         it.
19627         * m4/isnan.m4: New file.
19628         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19629         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19630         also.
19631         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19632         redundancy.
19633         * m4/math_h.m4: Initialize and substitute variables for isnan
19634         module.
19635         * modules/isnan: New file.
19636         * modules/isnan-tests: New file.
19637         * modules/math: Add substitutions for new module.
19638         * tests/test-isnan.c: New file.
19639         * MODULES.html.sh: Mention new module.
19640
19641 2008-07-10  Ben Pfaff  <blp@gnu.org>
19642
19643         Add isnanf module.
19644         * lib/isnanf.m4: New file.
19645         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19646         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19647         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19648         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19649         * modules/isnanf: New file.
19650         * modules/isnanf-tests: New file.
19651         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19652         files.
19653         * tests/test-isnanf-nolibm.c: factored most of its contents into
19654         new file tests/test-isnanf.h.
19655         * tests/test-isnanf.h: New file.
19656         * tests/test-isnanf.c: New file.
19657         * MODULES.html.sh: Mention new module.
19658         * doc/glibc-functions/isnanf.texi: Mention new module.
19659
19660 2008-07-10  Ben Pfaff  <blp@gnu.org>
19661
19662         Add isnand module.
19663         * lib/isnand.h: New file.
19664         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19665         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19666         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19667         functionality also.
19668         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19669         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19670         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19671         * modules/isnand: New file.
19672         * modules/isnand-tests: New file.
19673         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
19674         files.
19675         * tests/test-isnand-nolibm.c: factored most of its contents into
19676         new file tests/test-isnand.h.
19677         * tests/test-isnand.h: New file.
19678         * tests/test-isnand.c: New file.
19679         * MODULES.html.sh: Mention new module.
19680
19681 2008-07-10  Ben Pfaff  <blp@gnu.org>
19682
19683         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
19684         * lib/isnand.h: Rename lib/isnand-nolibm.h.
19685         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
19686         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
19687         * modules/isnanf-nolibm: Update references to renamed files.
19688         * modules/isnand-nolibm: Likewise.
19689         * modules/isnanf-nolibm-tests: Likewise.
19690         * modules/isnand-nolibm-tests: Likewise.
19691         * lib/frexp.c: Likewise.
19692         * lib/isfinite.c: Likewise.
19693         * lib/signbitd.c: Likewise.
19694         * lib/signbitf.c: Likewise.
19695         * lib/vasnprintf.c: Likewise.
19696         * tests/test-ceilf1.c: Likewise.
19697         * tests/test-ceilf2.c: Likewise.
19698         * tests/test-floorf1.c: Likewise.
19699         * tests/test-floorf2.c: Likewise.
19700         * tests/test-frexp.c: Likewise.
19701         * tests/test-round1.c: Likewise.
19702         * tests/test-round2.c: Likewise.
19703         * tests/test-roundf1.c: Likewise.
19704         * tests/test-strtod.c: Likewise.
19705         * tests/test-trunc1.c: Likewise.
19706         * tests/test-trunc2.c: Likewise.
19707         * tests/test-truncf1.c: Likewise.
19708         * tests/test-truncf2.c: Likewise.
19709         * NEWS: Mention the renamed header files.
19710
19711 2008-07-11  Jim Meyering  <meyering@redhat.com>
19712
19713         vc-list-files: make the last-resort awk code more portable
19714         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
19715         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
19716         does not support it.
19717
19718 2008-07-10  Eric Blake  <ebb9@byu.net>
19719
19720         Work with tar's bootstrap.
19721         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
19722         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
19723         an m4 comment.
19724
19725 2008-07-09  Jim Meyering  <meyering@redhat.com>
19726
19727         posix-shell.m4: fix typo that made this test malfunction
19728         * m4/posix-shell.m4: Remove capitalization in variable name.
19729
19730 2008-07-08  Bruno Haible  <bruno@clisp.org>
19731
19732         * m4/onceonly.m4: Update comments.
19733         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19734
19735 2008-07-04  Jim Meyering  <meyering@redhat.com>
19736
19737         * users.txt: Add vc-dwim.
19738         (bison, coreutils): Use the gitweb URL.
19739
19740 2008-07-03  Jim Meyering  <meyering@redhat.com>
19741
19742         * users.txt: Add libffcall.  From Sam Steingold.
19743
19744 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
19745
19746         getdate.y: do not ignore TZ with relative day, month or year offset
19747         * lib/getdate.y (get_date): Move the tz-handling block to follow the
19748         relative-date-handling, since otherwise, the latter would clobber the
19749         sole output (an updated Start value) of the tz-handling block.
19750         * tests/test-getdate.c: Tests for the fix
19751
19752 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19753
19754         Recognize 'foo_LIBRARIES += libgnu.a'.
19755         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
19756         makefile snippet has already specified an installation location,
19757         also using '+='.
19758
19759 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
19760
19761         getdate.y: factor out common actions
19762         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
19763         Use them in place of open-coded actions.
19764
19765 2008-07-01  Simon Josefsson  <simon@josefsson.org>
19766
19767         Add self-test for getdate module.
19768         * modules/getdate-tests: New file.
19769         * tests/test-getdate.c: New file.
19770
19771 2008-06-29  Bruno Haible  <bruno@clisp.org>
19772
19773         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
19774         .gitignore.
19775         Reported by Sylvain Beucler <beuc@beuc.net>.
19776
19777 2008-06-29  Bruno Haible  <bruno@clisp.org>
19778
19779         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
19780         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
19781
19782 2008-06-29  Bruno Haible  <bruno@clisp.org>
19783
19784         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
19785         EXTRA_DIST.
19786         Reported by Sylvain Beucler <beuc@beuc.net>.
19787
19788 2008-06-26  Jim Meyering  <meyering@redhat.com>
19789
19790         make several modules depend on the "open" module
19791         This provides slightly increased consistency when opening-for-write
19792         the name of a non-directory spelled with a trailing slash.
19793         * modules/chdir-safer: Likewise.
19794         * modules/chown: Likewise.
19795         * modules/clean-temp: Likewise.
19796         * modules/copy-file: Likewise.
19797         * modules/fchdir: Likewise.
19798         * modules/fcntl-safer: Likewise.
19799         * modules/pipe: Likewise.
19800         * modules/utime: Likewise.
19801         Prompted by Eric Blake and Bruno Haible.
19802
19803 2008-06-24  Andreas Schwab  <schwab@suse.de>
19804
19805         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
19806         literals can be used as initializers for global variables.
19807
19808 2008-06-23  Eric Blake  <ebb9@byu.net>
19809
19810         Make gnulib-cache.m4 easier to diff.
19811         * gnulib-tool (func_import): Allow newlines when reading cached
19812         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
19813
19814 2008-06-23  Bruno Haible  <bruno@clisp.org>
19815
19816         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
19817         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
19818         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
19819         m4/signalblocking.m4.
19820         (gl_PREREQ_SIGACTION): Don't invoke it.
19821         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
19822         gl_PREREQ_SIG_HANDLER_H.
19823         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19824         Don't check for sigaction here.
19825
19826 2008-06-23  Bruno Haible  <bruno@clisp.org>
19827
19828         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
19829         (install_handlers): Don't set the SA_RESETHAND flag.
19830
19831 2008-06-23  Bruno Haible  <bruno@clisp.org>
19832
19833         * m4/sigaction.m4: Comment fixes.
19834         * lib/signal.in.h: Likewise.
19835
19836 2008-06-23  Eric Blake  <ebb9@byu.net>
19837
19838         Fix typo.
19839         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
19840
19841         Avoid SA_ namespace.
19842         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
19843         Reported by Ralf Wildenhues.
19844
19845         Avoid test failure due to SA_RESTORER.
19846         * tests/test-sigaction.c (SA_MASK): New macro.
19847         (main): Avoid failing due to extension flags being set.
19848         Reported by Jim Meyering.
19849
19850         Revert use of sig-handler.h in sigprocmask.c.
19851         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
19852         it requires the existence of struct sigaction.
19853         * lib/sigprocmask.c (handler_t): Restore typedef.
19854         (rpl_signal, old_handlers): Use local type.
19855
19856 2008-06-22  Bruno Haible  <bruno@clisp.org>
19857
19858         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
19859         conditionally.
19860         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19861
19862 2008-06-22  Bruno Haible  <bruno@clisp.org>
19863
19864         * doc/posix-functions/siginterrupt.texi: Move note.
19865
19866         * lib/signal.in.h (SA_RESTART): New macro.
19867         * lib/sigaction.c: Update comment.
19868
19869         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
19870
19871         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
19872         (gl_PREREQ_SIGPROCMASK): Invoke it.
19873         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
19874
19875         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
19876
19877         * lib/sigprocmask.c: Update a comment.
19878
19879 2008-06-21  Eric Blake  <ebb9@byu.net>
19880
19881         Use sigaction module rather than signal().
19882         * modules/c-stack (Depends-on): Add sigaction.
19883         * modules/fatal-signal (Depends-on): Likewise.
19884         * modules/nanosleep (Depends-on): Likewise.
19885         * modules/sigprocmask (Files): Add sig-handler.h.
19886         * modules/sigaction (Files): Likewise.
19887         * lib/sig-handler.h (get_handler): New file, suggested by Paul
19888         Eggert.
19889         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
19890         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
19891         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
19892         (init_fatal_signals): Likewise.
19893         * lib/nanosleep.c (rpl_nanosleep): Likewise.
19894         (siginterrupt): Delete fallback.
19895         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
19896         instead.
19897         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
19898         siginterrupt.
19899
19900         New module sigaction, for mingw.
19901         * modules/sigaction: New module...
19902         * modules/sigaction-tests: ...and its test.
19903         * m4/sigaction.m4: New file.
19904         * lib/sigaction.c: Likewise.
19905         * tests/test-sigaction.c: Likewise.
19906         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
19907         * modules/signal (Makefile.am): Likewise.
19908         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
19909         needed.
19910         * doc/posix-headers/signal.texi (signal.h): Mention provided
19911         types.
19912         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
19913         that sigaction is preferable.
19914         * doc/posix-functions/sigaction.texi (sigaction): Mention new
19915         module.
19916         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19917         sigaction.
19918
19919         Improve robustness of sigprocmask by overriding signal.
19920         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
19921         is in use.
19922         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
19923         (SIGKILL, SIGSTOP): Provide fallbacks.
19924         (rpl_signal): Implement.
19925         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
19926         signal can be called inside handlers.
19927
19928         Fix nanosleep module on mingw.
19929         * modules/nanosleep (Depends-on): Add sys_select.
19930         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
19931
19932         Fix licensing of sigprocmask.
19933         * modules/raise (License): Relicense as LGPL.
19934
19935 2008-06-21  Bruno Haible  <bruno@clisp.org>
19936
19937         * lib/propername.c (proper_name_utf8): Don't use the transliterated
19938         result if it contains question marks.
19939         Reported by Michael Geng <linux@michaelgeng.de>.
19940
19941 2008-06-19  Bruno Haible  <bruno@clisp.org>
19942
19943         Fix CVS-ism.
19944         * doc/gnulib.texi: Include updated-stamp.texi.
19945         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
19946         (updated-stamp.texi): New rule.
19947         (gnulib.info): Depend on it.
19948         * doc/.gitignore: Add updated-stamp.texi.
19949         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
19950
19951 2008-06-19  Bruno Haible  <bruno@clisp.org>
19952
19953         * doc/Makefile (gnulib.info): Update and simplify dependencies.
19954         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
19955
19956 2008-06-19  Eric Blake  <ebb9@byu.net>
19957
19958         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
19959         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
19960         Reported by Stepan Kasal.
19961
19962 2008-06-18  Bruno Haible  <bruno@clisp.org>
19963
19964         * lib/fatal-signal.c (init_fatal_signals): Add comment.
19965         Reported by Eric Blake.
19966
19967 2008-06-18  Eric Blake  <ebb9@byu.net>
19968
19969         Work around cygwin 1.5.25 strsignal bug.
19970         * tests/test-strsignal.c: Allow for const char *.
19971         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
19972
19973 2008-06-18  Simon Josefsson  <simon@josefsson.org>
19974
19975         * users.txt: Update URL to article and add author/date
19976         information.
19977
19978 2008-06-17  Bruno Haible  <bruno@clisp.org>
19979
19980         New macro gl_DISABLE_THREADS.
19981         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
19982         if the user did not pass --enable-threads or --disable-threads option.
19983         (gl_DISABLE_THREADS): New macro.
19984         Reported by Eric Blake <ebb9@byu.net>.
19985
19986 2008-06-17  Bruno Haible  <bruno@clisp.org>
19987
19988         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
19989         when the macro ignores it.
19990         Based on a patch by Eric Blake <ebb9@byu.net>.
19991
19992 2008-06-17  Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/tls (License): Change to LGPLv2+.
19995         Reported by Eric Blake.
19996
19997 2008-06-17  Eric Blake  <ebb9@byu.net>
19998
19999         Simplify c-stack prerequisites.
20000         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
20001         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
20002         no longer requires <ucontext.h> to exist.  Optimize setrlimit
20003         check.
20004         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
20005         <sys/resource.h>.
20006
20007         Move c-stack test into testsuite.
20008         * modules/c-stack-tests: New file.
20009         * lib/c-stack.c [DEBUG]: Move test program...
20010         * tests/test-c-stack.c: ...into this new file.  Skip rather than
20011         fail test if sigaltstack is lacking.
20012         * tests/test-c-stack.sh: New driver file.
20013
20014 2008-06-16  Eric Blake  <ebb9@byu.net>
20015
20016         Use raise module consistently.
20017         * modules/fatal-signal (Depends-on): Add raise.
20018         * modules/sigprocmask (Depends-on): Likewise.
20019         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
20020         * lib/sigprocmask.c (sigprocmask): Likewise.
20021         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
20022         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
20023
20024         Fix compliance bug in sigpending.
20025         * lib/sigprocmask.c (sigpending): Return pending array via
20026         parameter, not return value.
20027
20028 2008-06-14  Eric Blake  <ebb9@byu.net>
20029
20030         Improve obstack-printf test code.
20031         * tests/test-obstack-printf.c (test_function): Fix comment, and
20032         simplify usage of obstack_* in macros.  Add a test for coverage.
20033         Reported by Bruno Haible.
20034
20035 2008-06-14  Bruno Haible  <bruno@clisp.org>
20036
20037         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
20038         array size as a constant, not as a const variable.
20039         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
20040         AC_USE_SYSTEM_EXTENSIONS.
20041         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
20042         Test whether the obstack_printf function actually exists.
20043         * modules/obstack-printf (Depends-on): Add extensions.
20044         (Include): Remove obstack.h.
20045         * modules/obstack-printf-posix (Depends-on): Add extensions.
20046         (Include): Remove obstack.h.
20047
20048 2008-06-13  Eric Blake  <ebb9@byu.net>
20049
20050         Add obstack-printf and obstack-printf-posix modules.
20051         * modules/obstack-printf: New file.
20052         * modules/obstack-printf-posix: Likewise.
20053         * MODULES.html.sh (Misc): Mention them.
20054         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
20055         Likewise.
20056         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
20057         Likewise.
20058         * modules/stdio (Makefile.am): Accomodate new modules.
20059         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20060         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
20061         Declare.
20062         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
20063         functions.
20064         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
20065         (gl_REPLACE_OBSTACK_PRINTF): New macros
20066         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
20067         * tests/test-obstack-printf.c: New file.
20068         * modules/obstack-printf-tests: Likewise.
20069         * modules/obstack-printf-posix-tests: Likewise.
20070
20071 2008-06-11  Bruno Haible  <bruno@clisp.org>
20072
20073         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
20074         * lib/open.c: Include errno.h.
20075         (open): Fail when attempting to write to a file that has a trailing
20076         slash.
20077         * tests/test-open.c (main): Test against trailing slash bug.
20078         * doc/posix-functions/open.texi: Mention the trailing slash bug.
20079
20080 2008-06-10  Bruno Haible  <bruno@clisp.org>
20081
20082         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
20083         for $? to work inside the trap command, with various /bin/sh-s.
20084         * tests/test-vc-list-files-cvs.sh: Likewise.
20085
20086 2008-06-10  Bruno Haible  <bruno@clisp.org>
20087
20088         * lib/acl-internal.h: Don't include gettext.h here.
20089         * lib/set-mode-acl.c: Include gettext.h here.
20090         * lib/copy-acl.c: Likewise.
20091
20092 2008-06-10  Bruno Haible  <bruno@clisp.org>
20093
20094         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
20095         * lib/wait-process.c (wait_subprocess): Likewise.
20096         * lib/execute.h (execute): Add termsigp argument.
20097         * lib/execute.c (execute): Likewise.
20098         * lib/csharpcomp.c (compile_csharp_using_pnet,
20099         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
20100         * lib/csharpexec.c (execute_csharp_using_pnet,
20101         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
20102         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
20103         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
20104         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
20105         is_jikes_present): Update.
20106         * lib/javaexec.c (execute_java_class): Update.
20107         * lib/javaversion.c (execute_and_read_line): Update.
20108         * NEWS: Document the changes.
20109         Reported by Eric Blake.
20110
20111 2008-06-10  Eric Blake  <ebb9@byu.net>
20112
20113         Add missing include.
20114         * tests/test-strstr.c (includes): Add <signal.h>.
20115         * tests/test-strcasestr.c (includes): Likewise.
20116         * tests/test-memmem.c (includes): Likewise.
20117
20118 2008-06-10  Bruno Haible  <bruno@clisp.org>
20119
20120         * lib/wait-process.c (wait_subprocess): Add an assertion.
20121
20122 2008-06-10  Bruno Haible  <bruno@clisp.org>
20123
20124         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
20125
20126 2008-06-10  Bruno Haible  <bruno@clisp.org>
20127
20128         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
20129         using alarm().
20130         * tests/test-strcasestr.c (main): Likewise.
20131         * tests/test-strstr.c (main): Likewise.
20132
20133 2008-06-09  Bruno Haible  <bruno@clisp.org>
20134
20135         Work around the Solaris 10 ACE ACLs ABI change.
20136         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
20137         declare if ACL_NO_TRIVIAL is present.
20138         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
20139         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
20140         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
20141         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
20142         define if ACL_NO_TRIVIAL is present.
20143         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
20144         and use the current ABI.
20145         (file_has_acl): Use same #if condition as elsewhere.
20146         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
20147         in use, and use the current ABI.
20148         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
20149         Reported by Jim Meyering.
20150
20151 2008-06-09  Eric Blake  <ebb9@byu.net>
20152
20153         Work around environments that (stupidly) ignore SIGALRM.
20154         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
20155         before using alarm().
20156         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20157         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20158         Reported by Ian Beckwith <ianb@erislabs.net>.
20159
20160         Produce autobuild blurb earlier in log.
20161         * modules/autobuild (configure.ac-early): Move AB_INIT here.
20162
20163 2008-06-09  Jim Meyering  <meyering@redhat.com>
20164         and OndÅ™ej Vašík  <ovasik@redhat.com>
20165
20166         utimens.c: correct kernel bug work-around
20167         OndÅ™ej Vašík found that the invalid return value of 280 indicates
20168         failure, not success, and the kernel bug we're trying to work
20169         around affects not just the utimensat call, but also the fallback
20170         futimens call.
20171         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
20172         not success.
20173         [HAVE_FUTIMENS]: Use the same work-around, here.
20174
20175 2008-06-09  Jim Meyering  <meyering@redhat.com>
20176
20177         add more guards around definition of ACE_-related code
20178         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
20179         ALLOW and ACE_OWNER are also defined.
20180
20181 2008-06-08  Bruno Haible  <bruno@clisp.org>
20182
20183         * lib/acl-internal.h: Add me as co-author.
20184         * lib/file-has-acl.c: Likewise.
20185         * lib/set-mode-acl.c: Likewise.
20186         * lib/copy-acl.c: Likewise.
20187
20188 2008-06-08  Bruno Haible  <bruno@clisp.org>
20189
20190         Add support for AIX ACLs.
20191         * lib/acl-internal.h (acl_nontrivial): New declaration.
20192         * lib/file-has-acl.c (acl_nontrivial): New function.
20193         (file_has_acl): Add implementation using AIX 4 ACL API.
20194         * lib/set-mode-acl.c (qset_acl): Likewise.
20195         * lib/copy-acl.c (qcopy_acl): Likewise.
20196
20197 2008-06-08  Bruno Haible  <bruno@clisp.org>
20198
20199         Add support for HP-UX ACLs.
20200         * lib/acl-internal.h (acl_nontrivial): New declaration.
20201         * lib/file-has-acl.c (acl_nontrivial): New function.
20202         (file_has_acl): Add implementation using HP-UX 11 ACL API.
20203         * lib/set-mode-acl.c (qset_acl): Likewise.
20204         * lib/copy-acl.c (qcopy_acl): Likewise.
20205
20206 2008-06-08  Bruno Haible  <bruno@clisp.org>
20207
20208         Add support for Cygwin ACLs.
20209         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
20210         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
20211         the chmod_or_fchmod call.
20212         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
20213
20214 2008-06-08  Bruno Haible  <bruno@clisp.org>
20215
20216         Fix bug with setuid modes in Solaris 10+ code.
20217         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
20218         succeeded, when the mode contains some special bits.
20219
20220 2008-06-08  Bruno Haible  <bruno@clisp.org>
20221
20222         Add support for Solaris 7..10 ACLs.
20223         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
20224         declarations.
20225         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
20226         functions.
20227         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
20228         * lib/set-mode-acl.c (qset_acl): Likewise.
20229         * lib/copy-acl.c (qcopy_acl): Likewise.
20230
20231 2008-06-08  Bruno Haible  <bruno@clisp.org>
20232
20233         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
20234         declaration.
20235         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
20236         (acl_access_nontrivial): Remove MacOS X case.
20237         (file_has_acl): Use acl_extended_nontrivial.
20238         * lib/copy-acl.c (qcopy_acl): Likewise.
20239
20240 2008-06-08  Bruno Haible  <bruno@clisp.org>
20241
20242         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
20243
20244 2008-06-08  Jim Meyering  <meyering@redhat.com>
20245
20246         * modules/acl (Maintainer): Add Bruno Haible.
20247
20248 2008-06-07  Bruno Haible  <bruno@clisp.org>
20249
20250         Improve support for Tru64 ACLs.
20251         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
20252         ACL on OSF/1.
20253
20254 2008-06-07  Bruno Haible  <bruno@clisp.org>
20255
20256         Add support for MacOS X ACLs.
20257         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
20258         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
20259         * lib/set-mode-acl.c (qset_acl): Likewise.
20260         * lib/copy-acl.c (qcopy_acl): Likewise.
20261
20262 2008-06-07  Bruno Haible  <bruno@clisp.org>
20263
20264         Fix memory leak introduced on 2008-05-22.
20265         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
20266         use.
20267
20268 2008-06-07  Bruno Haible  <bruno@clisp.org>
20269
20270         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
20271         to construct an empty ACL.
20272
20273 2008-06-07  Bruno Haible  <bruno@clisp.org>
20274
20275         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
20276         precisely.
20277         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
20278
20279 2008-06-07  Bruno Haible  <bruno@clisp.org>
20280
20281         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
20282         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
20283
20284 2008-06-07  Bruno Haible  <bruno@clisp.org>
20285
20286         * doc/posix-functions/_setjmp.texi: Explain the use of this function
20287         regardless of POSIX.
20288         * doc/posix-functions/_longjmp.texi: Likewise.
20289         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
20290         SystemV platform in this case.
20291
20292 2008-06-06  Eric Blake  <ebb9@byu.net>
20293
20294         Document abort() bugs.
20295         * doc/posix-functions/abort.texi (abort): Mention anomalies.
20296
20297         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
20298         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
20299         sigsetjmp.
20300         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
20301         siglongjmp, but only as a macro.
20302         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
20303         is obsolete.
20304         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
20305
20306         Tweak documentation to cover cygwin argz bugs.
20307         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
20308         argz bug fix; no code change needed since no cygwin releases
20309         occurred between the last fix and the bug being tested.
20310         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
20311         module and recently fixed cygwin bugs.
20312         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
20313         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
20314         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
20315         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
20316         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
20317         Likewise.
20318         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
20319         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
20320         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
20321         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
20322         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20323         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
20324         Likewise.
20325
20326         Avoid gcc warning on cygwin.
20327         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
20328         !ACL_NO_TRIVIAL]: Avoid unused variable.
20329
20330 2008-06-05  Eric Blake  <ebb9@byu.net>
20331
20332         Be tolerant of UNKNOWN version in gnulib-tool test dir.
20333         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
20334         git-version-gen fails to come up with a version.
20335         Reported by Simon Josefsson.
20336
20337 2008-06-05  Jim Meyering  <meyering@redhat.com>
20338             Paul Eggert  <eggert@cs.ucla.edu>
20339
20340         utimens.c: work around a probable Linux kernel bug
20341         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
20342         appears to be a kernel bug that causes utimensat to return 280
20343         instead of 0, indicating success.
20344
20345 2008-06-04  Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
20348         2008-06-01 commit.
20349
20350 2008-06-04  Bruno Haible  <bruno@clisp.org>
20351
20352         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
20353         * lib/file-has-acl.c (acl_access_nontrivial): New function.
20354         (file_has_acl): Use it. Save errno afterwards.
20355         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
20356
20357 2008-06-03  Bruno Haible  <bruno@clisp.org>
20358
20359         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
20360         draft code. Simplify #ifs.
20361         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
20362         Put Solaris code after POSIX-draft code. Fix comments regarding
20363         Solaris 10, HP-UX. Mention Cygwin.
20364         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
20365
20366 2008-06-03  Eric Blake  <ebb9@byu.net>
20367
20368         Provide fallback for older kernels.
20369         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20370         Provide runtime fallback if kernel lacks support.
20371         Reported by Mike Frysinger.
20372
20373 2008-06-02  Bruno Haible  <bruno@clisp.org>
20374
20375         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20376         it exists.
20377
20378 2008-06-02  Bruno Haible  <bruno@clisp.org>
20379
20380         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
20381         * lib/copy-acl.c (qcopy_acl): Update comment.
20382
20383 2008-06-02  Bruno Haible  <bruno@clisp.org>
20384
20385         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
20386         like ACL APIs.
20387
20388 2008-06-02  Bruno Haible  <bruno@clisp.org>
20389
20390         * tests/test-file-has-acl.sh: Use different code for Cygwin.
20391         * tests/test-set-mode-acl.sh: Likewise.
20392         * tests/test-copy-acl.sh: Likewise.
20393         * tests/test-copy-file.sh: Likewise.
20394
20395 2008-06-02  Bruno Haible  <bruno@clisp.org>
20396
20397         * tests/test-file-has-acl.sh: Remove unused code.
20398
20399 2008-06-01  Bruno Haible  <bruno@clisp.org>
20400
20401         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
20402         (copy_acl): Just a wrapper around qcopy_acl that emits the error
20403         messages.
20404         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
20405
20406 2008-06-01  Bruno Haible  <bruno@clisp.org>
20407
20408         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
20409         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
20410         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
20411         APIs.
20412         * modules/acl-tests (configure.ac): Remove tests now contained in
20413         m4/acl.m4.
20414
20415 2008-06-02  Jim Meyering  <meyering@redhat.com>
20416
20417         announce-gen: use a better key-server host name
20418         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
20419         it may be more consistently reliable.  Suggested by Werner Koch
20420         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
20421
20422 2008-06-01  Bruno Haible  <bruno@clisp.org>
20423
20424         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
20425         Reported by Voroskoi Andras <voroskoi@gmail.com>.
20426
20427 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
20428
20429         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
20430
20431 2008-06-01  Bruno Haible  <bruno@clisp.org>
20432
20433         New ACL tests.
20434         * tests/test-file-has-acl.sh: New file.
20435         * tests/test-file-has-acl.c: New file.
20436         * tests/test-set-mode-acl.sh: New file.
20437         * tests/test-set-mode-acl.c: New file.
20438         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
20439         * tests/test-copy-acl.c: New file.
20440         * modules/acl-tests: New file, based on modules/copy-file-tests.
20441         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
20442         (Depends-on): Add acl-tests.
20443         (configure.ac): Remove checks.
20444         (Makefile.am): Don't create test-sameacls program here any more.
20445
20446 2008-06-01  Bruno Haible  <bruno@clisp.org>
20447
20448         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
20449         * tests/test-sameacls.c: Include progname.h.
20450         (main): Invoke set_program_name. Portability fixes for MacOS X,
20451         Solaris, HP-UX.
20452
20453 2008-06-01  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
20456         function.
20457         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
20458
20459 2008-06-01  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/rpmatch (Depends-on): Add strdup.
20462
20463 2008-06-01  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/pipe.c: Include unistd-safer.h.
20466         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
20467         * modules/pipe (Depends-on): Add unistd-safer.
20468
20469 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20470
20471         * modules/autobuild (configure.ac): Call AB_INIT.
20472
20473 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20474
20475         * tests/test-getaddrinfo.c: Don't print debug messages by default.
20476         Suggested by Bruno Haible <bruno@clisp.org>.
20477
20478 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20479
20480         * tests/test-base64.c: Cast size_t to unsigned long when invoking
20481         printf.  Use %lu instead of %d.  Reported by Bruno Haible
20482         <bruno@clisp.org>.
20483
20484 2008-05-29  Eric Blake  <ebb9@byu.net>
20485
20486         Prefer new POSIX 200x interfaces over futimesat.
20487         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
20488         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
20489         when available.
20490         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
20491
20492 2008-05-28  Bruno Haible  <bruno@clisp.org>
20493
20494         * modules/stpcpy (License): Change to LGPLv2+.
20495         Requested by David Lutterkort <dlutter@redhat.com>.
20496
20497 2008-05-27  Bruno Haible  <bruno@clisp.org>
20498
20499         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
20500         current mingw.
20501         Reported by Jose E. Marchesi <jemarch@gnu.org>.
20502
20503 2008-05-27  Bruno Haible  <bruno@clisp.org>
20504
20505         * modules/iconv_open (Link): New section, from module 'iconv'.
20506         * modules/striconv (Link): Likewise.
20507         * modules/striconveh (Link): Likewise.
20508         * modules/xstriconv (Link): Likewise.
20509         * modules/unicodeio (Link): Likewise.
20510         * modules/propername (Link): Likewise.
20511         Reported by Jim Meyering.
20512
20513 2008-05-26  Jim Meyering  <meyering@redhat.com>
20514
20515         sha256: do not artificially restrict buffer length to be < 2^32
20516         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
20517         uint32_t to size_t.
20518         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
20519         to match.
20520
20521         avoid unaligned access errors, e.g., on sparc
20522         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
20523         direct access through a possibly-unaligned uint64* pointer.
20524         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20525         direct access through a possibly-unaligned uint32* pointer.
20526         Prompted by this patch from Tom "spot" Callaway:
20527         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20528
20529         sha512.c: fix typo in comment
20530         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20531
20532 2008-05-25  Bruno Haible  <bruno@clisp.org>
20533
20534         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20535         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20536         (Makefile.am): Update lib_SOURCES.
20537
20538 2008-05-25  Bruno Haible  <bruno@clisp.org>
20539
20540         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20541
20542 2008-05-25  Jim Meyering  <meyering@redhat.com>
20543
20544         useless-if-before-free: freed expr may have white-space differences
20545         * build-aux/useless-if-before-free: Recognize cases in which the
20546         freed expression differs from the tested one in embedded white
20547         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20548         $1 was used, so we can't make any regexp shy.  Improved tests now
20549         detect this.
20550
20551         useless-if-before-free: accept white space in the expression.
20552         * build-aux/useless-if-before-free: For now, any white space
20553         in the expression must be identical in the free argument.
20554
20555         useless-if-before-free: efficiency tweak
20556         * build-aux/useless-if-before-free: Make the expression-matching
20557         regexp "shy".
20558         Make the *outer* regexp shy, not the expr-matching one.
20559
20560         update code-in-comment to accept cast of free arg
20561         * build-aux/useless-if-before-free: Update regexp.
20562
20563 2008-05-25  Bruno Haible  <bruno@clisp.org>
20564
20565         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20566         * modules/copy-file-tests (Files, Makefile.am): Update.
20567         * tests/test-copy-file.c (func_test_copy): Update.
20568
20569 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20570
20571         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20572
20573 2008-05-23  Bruno Haible  <bruno@clisp.org>
20574
20575         Improve support for ACLs on OSF/1.
20576         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20577         Remove fallback for unknown flavors of ACLs.
20578
20579 2008-05-22  Bruno Haible  <bruno@clisp.org>
20580
20581         Add support for ACLs on OSF/1.
20582         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20583         replacements.
20584         (acl_free_text): New macro fallback.
20585         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20586         acl_free.
20587         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20588         acl_free_text function. Require AC_C_INLINE.
20589
20590 2008-05-22  Bruno Haible  <bruno@clisp.org>
20591
20592         Make copy_acl work on MacOS X 10.5.
20593         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20594         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20595         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20596         If MODE_INSIDE_ACL, don't assume that every system has the same text
20597         representation for ACLs as FreeBSD.
20598         * lib/copy-acl.c (copy_acl): Add support for platforms with
20599         !MODE_INSIDE_ACL.
20600         * lib/file-has-acl.c (file_has_acl): Likewise.
20601         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20602         FreeBSD, MacOS X, or IRIX, respectively.
20603
20604 2008-05-22  Bruno Haible  <bruno@clisp.org>
20605
20606         * lib/acl.h: Don't include <sys/acl.h>.
20607         (GETACLCNT): Move fallback to lib/acl-internal.h.
20608         * lib/acl-internal.h: Include <sys/acl.h> here.
20609         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20610
20611 2008-05-22  Bruno Haible  <bruno@clisp.org>
20612
20613         Split off copy_acl function to separate file.
20614         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20615         * lib/acl.c (copy_acl): Moved function to separate file.
20616         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20617         * modules/acl (Files): Add lib/copy-acl.c.
20618         (Makefiles.am): Augment lib_SOURCES.
20619
20620 2008-05-22  Bruno Haible  <bruno@clisp.org>
20621
20622         * modules/copy-file-tests: New file.
20623         * tests/test-copy-file.sh: New file.
20624         * tests/test-copy-file.c: New file.
20625         * tests/test-copy-file-sameacls.c: New file.
20626
20627 2008-05-22  Eric Blake  <ebb9@byu.net>
20628
20629         Avoid gcc warning.
20630         * tests/test-memcmp.c (main): Pass NULL indirectly.
20631
20632 2008-05-21  Bruno Haible  <bruno@clisp.org>
20633
20634         Add reference doc about ACLs.
20635         * doc/acl-resources.txt: New file.
20636         * doc/acl-cygwin.txt: New file.
20637
20638 2008-05-21  Bruno Haible  <bruno@clisp.org>
20639
20640         Avoid one more warning from gcc.
20641         * lib/vasnprintf.c (IF_LINT): Update comments.
20642         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20643
20644 2008-05-21  Jim Meyering  <meyering@redhat.com>
20645
20646         avoid a warning from gcc
20647         * lib/vasnprintf.c (IF_LINT): Define.
20648         (scale10_round_decimal_long_double):
20649         Use it to avoid a "may be used uninitialized" warning.
20650         (scale10_round_decimal_double): Likewise.
20651
20652 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20653
20654         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20655         declared.
20656
20657 2008-05-20  Bruno Haible  <bruno@clisp.org>
20658
20659         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20660         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20661
20662 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20663
20664         * modules/memcmp-tests: New file.
20665         * tests/test-memcmp.c: New file.
20666
20667 2008-05-19  Bruno Haible  <bruno@clisp.org>
20668
20669         * modules/propername (Notice, configure.ac): Put quoted "..." into
20670         --keyword option.
20671         * lib/propername.h: Update comments accordingly.
20672         Reported by Eric Blake.
20673
20674 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
20675
20676         * modules/getpass-gnu (Depends-on): Add fseeko.
20677
20678 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20679
20680         * modules/base64-tests: New file.
20681
20682 2008-05-19  Bo Borgerson <gigabo@gmail.com>
20683
20684         * lib/base64.c (base64_decode_ctx): If a decode context structure
20685         was passed in use it to ignore newlines.  If a context structure
20686         was _not_ passed in, continue to treat newlines as garbage (this
20687         is the historical behavior).  Formerly base64_decode.
20688         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20689         takes a decode context structure.
20690         * lib/base64.h (base64_decode): Macro for four-argument calls.
20691         (base64_decode_alloc): Likewise.
20692         * lib/base64.c (base64_decode_ctx): If a decode context structure
20693         was passed in use it to ignore newlines.  If a context structure
20694         was _not_ passed in, continue to treat newlines as garbage (this
20695         is the historical behavior).  Formerly base64_decode.
20696         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20697         takes a decode context structure.
20698         * lib/base64.h (base64_decode): Macro for four-argument calls.
20699         (base64_decode_alloc): Likewise.
20700
20701 2008-05-19  Jim Meyering  <meyering@redhat.com>
20702
20703         avoid a warning from gcc
20704         * lib/trim.c (IF_LINT): Define.
20705         (trim2): Use it to avoid a "may be used uninitialized" warning.
20706
20707         Fix doc typo.
20708         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
20709
20710 2008-05-19  Bruno Haible  <bruno@clisp.org>
20711
20712         * doc/glibc-functions/getpass.texi: Document limits of other
20713         implementations.
20714
20715 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20716             Bruno Haible <bruno@clisp.org>
20717
20718         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
20719
20720 2008-05-18  Bruno Haible  <bruno@clisp.org>
20721
20722         * modules/propername: New file, from GNU gettext.
20723         * lib/propername.h: New file, from GNU gettext.
20724         * lib/propername.c: New file, from GNU gettext.
20725         * MODULES.html.sh (Internationalization functions): Add propername.
20726
20727 2008-05-16  Jim Meyering  <meyering@redhat.com>
20728             Bruno Haible  <bruno@clisp.org>
20729
20730         Avoid some warnings from "gcc -Wshadow".
20731         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
20732
20733 2008-05-15  Eric Blake  <ebb9@byu.net>
20734
20735         Extend previous patch to cygwin 1.7.0.
20736         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
20737         fast implementation in cygwin >= 1.7.0.
20738         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20739         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20740
20741 2008-05-15  Bruno Haible  <bruno@clisp.org>
20742
20743         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
20744         implementation in glibc >= 2.9.
20745         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20746         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20747
20748 2008-05-15  Bruno Haible  <bruno@clisp.org>
20749
20750         * MODULES.html.sh (Internationalization functions): Remove linebreak.
20751         (Unicode string functions): Add unilbrk/*.
20752         Reported by Karl Berry.
20753
20754 2008-05-15  Eric Blake  <ebb9@byu.net>
20755
20756         Fix violation of <stdbool.h> replacement in regex.
20757         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
20758         * lib/regexec.c (re_search_internal): Likewise.
20759         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
20760
20761 2008-05-15  Jim Meyering  <meyering@redhat.com>
20762
20763         avoid distracting test output when git or cvs is not found
20764         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
20765         * tests/test-vc-list-files-git.sh: Likewise.
20766
20767 2008-05-15  Eric Blake  <ebb9@byu.net>
20768
20769         Glibc finally accepted the memmem speedup code, bugzilla #5514.
20770         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
20771         glibc version.
20772         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
20773         * doc/posix-functions/strstr.texi (strstr): Likewise.
20774         * lib/str-two-way.h (MAX): Sychronize with glibc.
20775
20776 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
20777
20778         * lib/regcomp.c (optimize_utf8): Add a note on why we test
20779         opr.ctx_type.
20780         (calc_first): Initialize constraint field.
20781         (duplicate_node_closure): Use it instead of special casing ANCHORS.
20782         Fix grammar.
20783         (duplicate_node): Merge constraint field for all node types.
20784         (calc_eclosure_iter): Look at constraint field for all node types.
20785         * lib/regex_internal.c (create_cd_newstate): Don't look at
20786         opr.ctx_type.
20787
20788 2008-05-14  Bruno Haible  <bruno@clisp.org>
20789
20790         Help GCC to do better code generation.
20791         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
20792         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
20793         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
20794         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
20795         Declare with attribute 'malloc' if supported.
20796
20797 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
20798
20799         use "echo STR|wc -c" rather than unportable "expr length STR"
20800         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
20801         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
20802
20803 2008-05-14  Jim Meyering  <meyering@redhat.com>
20804
20805         use dd ibs=$n count=1 ... rather than less-portable head -c$n
20806         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
20807         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
20808         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
20809         via Collin Lasse.
20810
20811 2008-05-14  Eric Blake  <ebb9@byu.net>
20812
20813         Avoid quadratic growth in gl_LIBSOURCES.
20814         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
20815         Suggested by Bruno Haible.
20816
20817         Test xmemdup0.
20818         * modules/xmemdup0-tests: New file.
20819         * tests/test-xmemdup0.c: Likewise.
20820
20821 2008-05-13  Eric Blake  <ebb9@byu.net>
20822
20823         Split xmemdup0 into its own module.
20824         * modules/xmemdup0: New file.
20825         * lib/xmemdup0.h: Likewise.
20826         * lib/xmemdup0.c: Likewise.
20827         * MODULES.html.sh (Memory management functions): Add xmemdup0.
20828         * lib/xalloc.h (xmemdup0): Remove.
20829         * lib/xmalloc.c (xmemdup0): Likewise.
20830
20831 2008-05-13  Eric Blake  <ebb9@byu.net>
20832             Bruno Haible  <bruno@clisp.org>
20833
20834         Reduce number of forks required during autoconf.
20835         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
20836         and gl_LIBSOURCES_DIR.
20837         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
20838         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
20839         m4_syscmd per file.
20840         <m4_foreach_w>: Move...
20841         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
20842
20843 2008-05-13  Eric Blake  <ebb9@byu.net>
20844
20845         * gnulib-tool: Fix various comment typos.
20846
20847 2008-05-12  Bruno Haible  <bruno@clisp.org>
20848
20849         Tailor the linebreaking algorithm.
20850         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
20851
20852 2008-05-12  Bruno Haible  <bruno@clisp.org>
20853
20854         Update to Unicode 5.0.0.
20855         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20856         LBP_JV, LBP_JT. Redistribute values.
20857         (unilbrk_table): Change size.
20858         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
20859         Unicode TR#14 rev. 22.
20860         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20861         LBP_JV, LBP_JT. Redistribute values.
20862         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
20863         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
20864         Update.
20865         * lib/unilbrk/lbrkprop1.h: Regenerated.
20866         * lib/unilbrk/lbrkprop2.h: Regenerated.
20867         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
20868         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
20869         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
20870         Likewise.
20871         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
20872         Likewise.
20873         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
20874         result.
20875         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
20876         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
20877         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
20878         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
20879         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
20880         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
20881
20882 2008-05-11  Bruno Haible  <bruno@clisp.org>
20883
20884         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
20885
20886 2008-05-11  Bruno Haible  <bruno@clisp.org>
20887
20888         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
20889         * modules/unilbrk/gen-lbrk: New file.
20890
20891 2008-05-11  Bruno Haible  <bruno@clisp.org>
20892
20893         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
20894         * m4/sha512.m4 (gl_SHA512): Likewise.
20895
20896 2008-05-11  Jim Meyering  <meyering@redhat.com>
20897
20898         New modules: crypto/sha256, crypto/sha512 (from coreutils)
20899         * modules/crypto/sha256: New file.
20900         * modules/crypto/sha512: Likewise.
20901         * lib/sha256.c: Likewise.
20902         * lib/sha256.h: Likewise.
20903         * lib/sha512.c: Likewise.
20904         * lib/sha512.h: Likewise.
20905         * lib/u64.h: Likewise.
20906         * m4/sha256.m4: Likewise.
20907         * m4/sha512.m4: Likewise.
20908         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
20909
20910 2008-05-10  Bruno Haible  <bruno@clisp.org>
20911
20912         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
20913         (Input/Output <stdio.h>): Add xprintf.
20914         (Signal handling <signal.h>): Add strsignal.
20915         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
20916         (Core language properties): Add func.
20917         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
20918         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
20919         strings.
20920         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
20921         (Input/output): New section.
20922         (File system functions): Add openat-die, stat-macros.
20923         (Networking functions): Add sockets.
20924         (Unicode string functions): Add unictype/*.
20925         (Support for building libraries and executables): Add gperf.
20926         (Support for building documentation): Add agpl-3.0.
20927         (Misc): Add nocrash.
20928
20929 2008-05-10  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/unictype/gen-ctype: New file.
20932
20933 2008-05-10  Jim Meyering  <meyering@redhat.com>
20934
20935         Make chdir-safer.c more efficient on a system with no symlinks.
20936         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
20937         also if ELOOP is zero.  Suggested by Bruno Haible.
20938
20939         Make chdir-safer.c slightly safer.
20940         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
20941         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
20942
20943         Avoid compile failure on systems without ELOOP (like mingw).
20944         * lib/chdir-safer.c (ELOOP): Define if not already defined.
20945         Reported by Bruno Haible.
20946
20947 2008-05-10  Bruno Haible  <bruno@clisp.org>
20948
20949         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
20950         (is_utf8_encoding): Use a case-insensitive comparison.
20951         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
20952         streq.
20953
20954 2008-05-10  Bruno Haible  <bruno@clisp.org>
20955
20956         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
20957         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
20958         * lib/unilbrk/ulc-common.h (iconv_string_length,
20959         iconv_string_keeping_offsets): Remove declarations.
20960         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
20961         Don't include <iconv.h>, streq.h, xsize.h.
20962         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
20963         conversion.
20964         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
20965         <iconv.h>, streq.h, xsize.h.
20966         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
20967         conversion.
20968         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
20969         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
20970         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
20971         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
20972
20973 2008-05-10  Bruno Haible  <bruno@clisp.org>
20974
20975         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
20976         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
20977
20978         * modules/unilbrk/u32-width-linebreaks-tests: New file.
20979         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
20980
20981         * modules/unilbrk/u16-width-linebreaks-tests: New file.
20982         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
20983
20984         * modules/unilbrk/u8-width-linebreaks-tests: New file.
20985         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
20986
20987         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
20988         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
20989
20990         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
20991         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
20992
20993         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
20994         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
20995
20996         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
20997         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
20998
20999 2008-05-10  Bruno Haible  <bruno@clisp.org>
21000
21001         Split up 'linebreak' module.
21002         * lib/unilbrk.h: New file, based on lib/linebreak.h.
21003         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
21004         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
21005         modifications.
21006         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
21007         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
21008         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
21009         lib/linebreak.c.
21010         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
21011         lib/linebreak.c.
21012         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
21013         lib/linebreak.c.
21014         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
21015         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
21016         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
21017         lib/linebreak.c.
21018         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
21019         lib/linebreak.c.
21020         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
21021         lib/linebreak.c.
21022         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
21023         lib/linebreak.c.
21024         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
21025         lib/linebreak.c.
21026         * modules/unilbrk/base: New file.
21027         * modules/unilbrk/tables: New file.
21028         * modules/unilbrk/u8-possible-linebreaks: New file.
21029         * modules/unilbrk/u16-possible-linebreaks: New file.
21030         * modules/unilbrk/u32-possible-linebreaks: New file.
21031         * modules/unilbrk/ulc-common: New file.
21032         * modules/unilbrk/ulc-possible-linebreaks: New file.
21033         * modules/unilbrk/u8-width-linebreaks: New file.
21034         * modules/unilbrk/u16-width-linebreaks: New file.
21035         * modules/unilbrk/u32-width-linebreaks: New file.
21036         * modules/unilbrk/ulc-width-linebreaks: New file.
21037         * lib/linebreak.h: Remove file.
21038         * lib/linebreak.c: Remove file.
21039         * m4/linebreak.m4: Remove file.
21040         * modules/linebreak: Remove file.
21041         * NEWS: Mention the changes.
21042
21043 2008-05-09  Eric Blake  <ebb9@byu.net>
21044
21045         Add xmemdup0.
21046         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
21047         implementation.
21048         * lib/xmalloc.c (xmemdup0): New C implementation.
21049
21050 2008-05-08  Bruno Haible  <bruno@clisp.org>
21051
21052         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
21053
21054 2008-05-07  Eric Blake  <ebb9@byu.net>
21055
21056         Support cross-compilation of <wctype.h>.
21057         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
21058         AC_CACHE_CHECK.
21059
21060 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
21061
21062         * build-aux/vc-list-files: Add support for bzr.
21063
21064 2008-05-03  Jim Meyering  <meyering@redhat.com>
21065
21066         avoid failed assertion with tight malloc
21067         * tests/test-getndelim2.c: Correct an off-by-one assertion.
21068
21069 2008-05-03  Simon Josefsson  <simon@josefsson.org>
21070
21071         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
21072         are needed from arpa/inet.h.
21073         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
21074         Reported by Bruno Haible.
21075
21076 2008-05-02  Jim Meyering  <meyering@redhat.com>
21077
21078         avoid compilation error on FreeBSD 6
21079         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
21080
21081 2008-05-01  Jim Meyering  <meyering@redhat.com>
21082
21083         useless-if-before-free: correct --help's exit status description
21084         * build-aux/useless-if-before-free (usage): Like grep, exit 0
21085         for one or more matches, etc.  Reported by Bruno Haible.
21086
21087         vc-list-files: make the stand-alone gnulib test work
21088         * modules/vc-list-files-tests (configure.ac):
21089         Define and AC_SUBST abs_aux_dir.
21090         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
21091         $(abs_top_srcdir) to each script and having each of them
21092         duplicate the work of setting PATH, set PATH here, using
21093         the new variable, abs_aux_dir instead.
21094         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
21095         * tests/test-vc-list-files-git.sh: Likewise.
21096         Reported by Bruno Haible.
21097
21098 2008-05-01  Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/getndelim2.c (getndelim2): Fix newsize computation during
21101         reallocation. Rename 'done' to 'found_delimiter'.
21102
21103 2008-05-01  Jim Meyering  <meyering@redhat.com>
21104
21105         vc-list-files: accommodate /bin/sh like the one from Solaris 10
21106         * build-aux/vc-list-files: Use `...`, not $(...).
21107
21108 2008-04-30  Jim Meyering  <meyering@redhat.com>
21109
21110         add tests for vc-list-files
21111         * modules/vc-list-files-tests: New module.
21112         * tests/test-vc-list-files-cvs.sh: New file.
21113         * tests/test-vc-list-files-git.sh: New file.
21114
21115         avoid a warning from gcc
21116         * lib/getndelim2.c (IF_LINT): Define.
21117         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
21118
21119         vc-list-files: work properly with build-aux/cvsu, too
21120         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
21121         to all cvs-based clauses.
21122
21123         vc-list-files: work properly in the CVS+awk case, too
21124         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
21125
21126         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
21127         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
21128         take more than one file argument, so .  Add quotes, just in case $dir
21129         ever contains a shell meta-character.  Prompted by Soren Hansen in
21130         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
21131
21132 2008-04-29  Eric Blake  <ebb9@byu.net>
21133
21134         Optimize getndelim2 to use block operations when possible.
21135         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
21136         freadseek, and memchr2.
21137         * lib/getndelim2.c (getndelim2): Use them for block reads.
21138
21139 2008-04-29  Bruno Haible  <bruno@clisp.org>
21140
21141         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
21142         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21143         * modules/inet_ntop (Depends-on): Add extensions.
21144         * modules/inet_pton (Depends-on): Likewise.
21145         Reported by Simon Josefsson.
21146
21147 2008-04-29  Jim Meyering  <meyering@redhat.com>
21148
21149         When the is more than one match in a block, match all of them.
21150         * build-aux/useless-if-before-free: Iterate through each block
21151         until there are no more matches.
21152
21153         Fix broken useless-if-before-free script.
21154         * build-aux/useless-if-before-free: Fix typo: missing "?" after
21155         the expression to match cast of argument to free-like function.
21156
21157 2008-04-29  Eric Blake  <ebb9@byu.net>
21158
21159         Use new header.
21160         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
21161
21162 2008-04-29  Jim Meyering  <meyering@redhat.com>
21163
21164         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
21165         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
21166         by gnulib to exist and to declare e.g., inet_ntop.
21167         Don't include "inet_ntop.h", now removed.
21168
21169         * m4/arpa_inet_h.m4: Remove trailing blanks.
21170
21171 2008-04-29  Eric Blake  <ebb9@byu.net>
21172
21173         Silence valgrind on safe reads beyond potential array bounds.
21174         * lib/rawmemchr.valgrind: New file.
21175         * lib/strchrnul.valgrind: Likewise.
21176         * modules/rawmemchr (Files): Distribute new file.
21177         * modules/strchrnul (Files): Likewise.
21178         Suggested by Bruno Haible.
21179
21180 2008-04-29  Bruno Haible  <bruno@clisp.org>
21181
21182         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
21183         (inet_ntop, inet_pton): Change portability warning's wording.
21184         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
21185         Invoke gl_CHECK_NEXT_HEADERS.
21186         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
21187         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
21188         set ARPA_INET_H.
21189         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21190         * modules/arpa_inet (Description): No longer only for systems that
21191         lack it.
21192         (Depends-on): Add include_next.
21193         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
21194         HAVE_ARPA_INET_H.
21195
21196 2008-04-29  Jim Meyering  <meyering@redhat.com>
21197
21198         * modules/mkdir (License): Re-license as LGPLv2+.
21199
21200 2008-04-29  Bruno Haible  <bruno@clisp.org>
21201
21202         * modules/rawmemchr (Maintainer): Set to Eric.
21203         * modules/strchrnul (Maintainer): Likewise.
21204
21205 2008-04-29  Simon Josefsson  <simon@josefsson.org>
21206
21207         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
21208         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
21209
21210         * modules/arpa_inet (arpa/inet.h): Use them.
21211
21212 2008-04-28  Eric Blake  <ebb9@byu.net>
21213
21214         Test getndelim2.
21215         * modules/getndelim2-tests: New file.
21216         * tests/test-getndelim2.c: Likewise.
21217         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
21218         stream.
21219         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
21220
21221         * MODULES.html.sh: Document new module.
21222
21223 2008-04-20  Bruno Haible  <bruno@clisp.org>
21224
21225         * lib/c-stack.c (die): Use raise.
21226         * modules/c-stack (Depends-on): Add raise.
21227
21228 2008-04-28  Bruno Haible  <bruno@clisp.org>
21229
21230         Expect rpmatch to be declared.
21231         * lib/yesno.c (rpmatch): Remove declaration.
21232
21233         Declare rpmatch.
21234         * lib/stdlib.in.h (rpmatch): New declaration.
21235         * lib/rpmatch.c: Include <stdlib.h> first.
21236         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
21237         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
21238         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
21239         HAVE_RPMATCH.
21240         * modules/rpmatch (Depends-on): Add stdlib, extensions.
21241         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21242         (Include): Set to <stdlib.h>.
21243         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
21244         HAVE_RPMATCH.
21245         * NEWS: Document the change.
21246
21247 2008-04-28  Bruno Haible  <bruno@clisp.org>
21248
21249         Change rpmatch to use nl_langinfo when appropriate.
21250         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
21251         (N_): New macro.
21252         (localized_pattern): New function/macro.
21253         (try): Remove match, nomatch arguments. Copy the pattern into safe
21254         memory before caching it.
21255         (rpmatch): Use localized_pattern. Add translator comments.
21256         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
21257         Suggested by Eric Blake.
21258         * modules/rpmatch (Depends-on): Add stdbool.
21259
21260 2008-04-28  Eric Blake  <ebb9@byu.net>
21261
21262         Add rawmemchr module, matching glibc.
21263         * modules/string (Makefile.am): New indicator.
21264         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
21265         * lib/string.in.h (rawmemchr): Declare when appropriate.
21266         * modules/rawmemchr: New file.
21267         * m4/rawmemchr.m4: Likewise.
21268         * lib/rawmemchr.c: Likewise.
21269         * modules/rawmemchr-tests: Likewise.
21270         * tests/test-rawmemchr.c: Likewise.
21271         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
21272         module.
21273         * modules/strchrnul (Depends-on): Add rawmemchr.
21274         * lib/strchrnul.c (strchrnul): Optimize a corner case.
21275
21276         Whitespace cleanup.
21277         * tests/test-strchrnul.c: Reindent.
21278         * lib/strchrnul.c: Likewise.
21279
21280         Optimize and test strchrnul.
21281         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
21282         * modules/strchrnul-tests: New file.
21283         * tests/test-strchrnul.c: Likewise.
21284
21285         Remove intprops dependency.
21286         * modules/memchr (Depends-on): Remove intprops.
21287         * modules/memrchr (Depends-on): Likewise.
21288         * modules/memchr2 (Depends-on): Likewise.
21289         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
21290         * lib/memrchr.c (__memrchr): Likewise.
21291         * lib/memrchr2.c (memchr2): Likewise.
21292         Reported by Simon Josefsson.
21293
21294 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21295
21296         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
21297         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21298
21299 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21300
21301         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
21302
21303         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
21304
21305         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
21306
21307         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
21308         declarations.
21309         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
21310
21311         * m4/inet_pton.m4: Don't check for header files.
21312
21313         * m4/inet_ntop.m4: Don't check for header files.
21314
21315 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21316
21317         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
21318         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
21319         trigger for cygwin).
21320         Reported by Bruno Haible  <bruno@clisp.org>.
21321
21322 2008-04-28  Bruno Haible  <bruno@clisp.org>
21323
21324         * doc/posix-functions/strdup.texi: Mention mingw problem.
21325
21326 2008-04-27  Bruno Haible  <bruno@clisp.org>
21327
21328         * modules/stat-time-tests (Depends-on): Add sleep.
21329         * tests/test-stat-time.c (force_unlink): New function.
21330         (cleanup): Use it.
21331         (test_mtime): Remove the ctime related tests.
21332         (test_ctime): New function, containing the ctime related tests.
21333         (main): Call test_ctime, except on native Windows platforms.
21334
21335 2008-04-27  Bruno Haible  <bruno@clisp.org>
21336
21337         * lib/rpmatch.c (rpmatch): Add some comments.
21338         Reported by James Youngman <jay@gnu.org>.
21339
21340 2008-04-27  Bruno Haible  <bruno@clisp.org>
21341
21342         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
21343         quiet NaNs.
21344
21345 2008-04-27  Bruno Haible  <bruno@clisp.org>
21346
21347         Make test-yesno.sh work on mingw.
21348         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
21349         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
21350         (main): Set stdin to binary mode.
21351         * modules/yesno-tests (Depends-on): Add binary-io.
21352
21353 2008-04-27  Bruno Haible  <bruno@clisp.org>
21354
21355         Fix 'isfinite' on x86, x86_64, ia64 platforms.
21356         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
21357         argument that lie outside the IEEE 854 domain.
21358         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
21359         (gl_ISFINITE): Use it.
21360         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
21361
21362 2008-04-27  Bruno Haible  <bruno@clisp.org>
21363
21364         Allow local renaming in config.h.
21365         * lib/memrchr.c (memrchr): Don't undefine outside libc.
21366
21367 2008-04-27  Bruno Haible  <bruno@clisp.org>
21368
21369         * lib/memchr.c (__memchr): Change type of 'i'.
21370         * lib/memchr2.c (memchr2): Likewise.
21371
21372 2008-04-26  Eric Blake  <ebb9@byu.net>
21373         and Bruno Haible  <bruno@clisp.org>
21374
21375         Optimize and test memrchr.
21376         * modules/memrchr (Depends-on): Add intprops.
21377         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
21378         * modules/memrchr-tests: New file.
21379         * tests/test-memrchr.c: New file.
21380
21381 2008-04-26  Bruno Haible  <bruno@clisp.org>
21382
21383         Add tentative support for DragonFly BSD.
21384         * lib/stdio-impl.h: Add macros for DragonFly BSD.
21385         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
21386         fp.
21387         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21388         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
21389         * lib/fpurge.c (fpurge): Likewise.
21390         * lib/freadable.c (freaadable): Likewise.
21391         * lib/freadahead.c (freadahead): Likewise.
21392         * lib/freading.c (freading): Likewise.
21393         * lib/freadptr.c (freadptr): Likewise.
21394         * lib/freadseek.c (freadptrinc): Likewise.
21395         * lib/fseeko.c (fseeko): Likewise.
21396         * lib/fseterr.c (fseterr): Likewise.
21397         * lib/fwritable.c (fwritable): Likewise.
21398         * lib/fwriting.c (fwriting): Likewise.
21399
21400 2008-04-26  Bruno Haible  <bruno@clisp.org>
21401
21402         * lib/stdio-impl.h: New file.
21403         * lib/fbufmode.c: Include stdio-impl.h.
21404         (fbufmode): Use fp_, remove redundant #defines.
21405         * lib/fflush.c: Include stdio-impl.h.
21406         (clear_ungetc_buffer): Remove redundant #defines.
21407         * lib/fpurge.c: Include stdio-impl.h.
21408         (fpurge): Remove redundant #defines.
21409         * lib/freadable.c: Include stdio-impl.h.
21410         (freadable): Remove redundant #defines.
21411         * lib/freadahead.c: Include stdio-impl.h.
21412         (freadahead): Remove redundant #defines.
21413         * lib/freading.c: Include stdio-impl.h.
21414         (freading): Remove redundant #defines.
21415         * lib/freadptr.c: Include stdio-impl.h.
21416         (freadptr): Remove redundant #defines.
21417         * lib/freadseek.c: Include stdio-impl.h.
21418         (freadptrinc): Remove redundant #defines.
21419         * lib/fseeko.c: Include stdio-impl.h.
21420         (rpl_fseeko): Remove redundant #defines.
21421         * lib/fseterr.c: Include stdio-impl.h.
21422         (fseterr): Remove redundant #defines.
21423         * lib/fwritable.c: Include stdio-impl.h.
21424         (fwritable: Remove redundant #defines.
21425         * lib/fwriting.c: Include stdio-impl.h.
21426         (fwriting): Remove redundant #defines.
21427         * modules/fbufmode (Files): Add lib/stdio-impl.h.
21428         * modules/fflush (Files): Likewise.
21429         * modules/fpurge (Files): Likewise.
21430         * modules/freadable (Files): Likewise.
21431         * modules/freadahead (Files): Likewise.
21432         * modules/freading (Files): Likewise.
21433         * modules/freadptr (Files): Likewise.
21434         * modules/freadseek (Files): Likewise.
21435         * modules/fseeko (Files): Likewise.
21436         * modules/fseterr (Files): Likewise.
21437         * modules/fwritable (Files): Likewise.
21438         * modules/fwriting (Files): Likewise.
21439
21440 2008-04-26  Bruno Haible  <bruno@clisp.org>
21441
21442         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21443         restore_seek_optimization, update_fpos_cache): New functions, extracted
21444         from rpl_fflush.
21445         (rpl_fflush): Use them.
21446         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
21447         (gl_REPLACE_FFLUSH): Use it.
21448
21449 2008-04-26  Bruno Haible  <bruno@clisp.org>
21450
21451         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
21452         on Solaris.
21453         * tests/test-xstrtoimax.sh: Likewise.
21454         * tests/test-xstrtoumax.sh: Likewise.
21455         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21456
21457 2008-04-26  Bruno Haible  <bruno@clisp.org>
21458
21459         * modules/memchr-tests: New file.
21460         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
21461
21462 2008-04-26  Eric Blake  <ebb9@byu.net>
21463             Bruno Haible  <bruno@clisp.org>
21464
21465         * lib/memchr.c: Include intprops.h.
21466         (__memchr): Optimize parallel detection of matching bytes. Rename local
21467         variables. Add explanatory comments.
21468
21469 2008-04-26  Bruno Haible  <bruno@clisp.org>
21470
21471         Fix module 'memchr', broken since 2000-10-28.
21472         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
21473
21474 2008-04-26  Bruno Haible  <bruno@clisp.org>
21475
21476         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
21477         comments.
21478
21479 2008-04-25  Eric Blake  <ebb9@byu.net>
21480
21481         Use native fstatat on cygwin 1.7.0.
21482         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
21483         first.
21484
21485 2008-04-23  Eric Blake  <ebb9@byu.net>
21486
21487         Improve memchr2 performance.
21488         * lib/memchr2.c (memchr2): Further optimize parallel detection of
21489         NUL bytes.
21490         * modules/memchr2 (Depends-on): Use intprops.h.
21491
21492 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21493
21494         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
21495         an inline function instead of a CPP macro.  Patch by Ben Pfaff
21496         <blp@cs.stanford.edu>.
21497
21498 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21499
21500         * lib/arpa_inet.in.h: New file.
21501
21502         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
21503         (Makefile.am): Sed in substitute header file.
21504
21505         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
21506         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
21507
21508         * modules/inet_ntop (configure.ac): Use
21509         gl_ARPA_INET_MODULE_INDICATOR.
21510
21511         * modules/inet_pton (configure.ac): Use
21512         gl_ARPA_INET_MODULE_INDICATOR.
21513
21514 2008-04-22  Jim Meyering  <meyering@redhat.com>
21515
21516         * modules/verify (License): Re-license as LGPLv2+.
21517
21518 2008-04-22  Simon Josefsson  <simon@josefsson.org>
21519
21520         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
21521         parameter to void* as per POSIX standard (MinGW uses char*).
21522
21523 2008-04-21  Bruno Haible  <bruno@clisp.org>
21524
21525         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21526         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21527         Define to replacements if REPLACE_ISWCNTRL is 1.
21528         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21529         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21530         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21531         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21532         what it fixes.
21533         * doc/posix-functions/iswalpha.texi: Likewise.
21534         * doc/posix-functions/iswblank.texi: Likewise.
21535         * doc/posix-functions/iswcntrl.texi: Likewise.
21536         * doc/posix-functions/iswdigit.texi: Likewise.
21537         * doc/posix-functions/iswgraph.texi: Likewise.
21538         * doc/posix-functions/iswlower.texi: Likewise.
21539         * doc/posix-functions/iswprint.texi: Likewise.
21540         * doc/posix-functions/iswpunct.texi: Likewise.
21541         * doc/posix-functions/iswspace.texi: Likewise.
21542         * doc/posix-functions/iswupper.texi: Likewise.
21543         * doc/posix-functions/iswxdigit.texi: Likewise.
21544         Reported by Alain Guibert.
21545
21546 2008-04-21  Bruno Haible  <bruno@clisp.org>
21547
21548         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21549         Patch by Alain Guibert.
21550
21551 2008-04-21  Bruno Haible  <bruno@clisp.org>
21552
21553         Fix test failures on mingw.
21554         * tests/test-xstrtol.c (print_no_progname): New function.
21555         (main): Install it in error_print_progname hook.
21556         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21557         * tests/test-xstrtoimax.sh: Likewise.
21558         * tests/test-xstrtoumax.sh: Likewise.
21559
21560 2008-04-21  Bruno Haible  <bruno@clisp.org>
21561
21562         Fix test failure on mingw.
21563         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21564
21565 2008-04-21  Bruno Haible  <bruno@clisp.org>
21566
21567         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21568         Actually assign a value.
21569
21570 2008-04-20  Bruno Haible  <bruno@clisp.org>
21571
21572         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21573         take 2.
21574         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21575         'canonicalize-lgpl' module is also used.
21576         * lib/canonicalize-lgpl.c: Undo last change.
21577         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21578
21579 2008-04-20  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21582         config.h. Provide _mkdir based fallback for mingw.
21583         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21584         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21585         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21586         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21587         rather than defining mkdir in config.h.
21588         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21589         (gl_SYS_STAT_H_DEFAULTS): New macro.
21590         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21591         HAVE_IO_H any more.
21592         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21593         HAVE_DECL_MKDIR and HAVE_IO_H.
21594
21595 2008-04-20  Bruno Haible  <bruno@clisp.org>
21596
21597         * lib/isapipe.c: Port to native Windows platforms.
21598
21599 2008-04-20  Bruno Haible  <bruno@clisp.org>
21600
21601         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21602
21603 2008-04-21  Eric Blake  <ebb9@byu.net>
21604
21605         Work around preprocessors that don't handle UINTMAX_MAX.
21606         * lib/memchr2.c (memchr2): Avoid embedded #if.
21607         Reported by Alain Guibert, fix suggested by Bruno Haible.
21608
21609 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21610
21611         * doc/posix-functions/strftime.texi (strftime): Explain better
21612         Windows incompatibility.  Suggested by Micah Cowan
21613         <micah@cowan.name>.
21614
21615 2008-04-20  Bruno Haible  <bruno@clisp.org>
21616
21617         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21618         unistr/u8-mblen.
21619
21620 2008-04-20  Bruno Haible  <bruno@clisp.org>
21621
21622         Fix test failure on platforms with non-GNU iconv.
21623         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21624         (U_TO_U8): Use it, rather than u16_to_u8.
21625         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21626         units at the end of the input string.
21627         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21628
21629 2008-04-20  Bruno Haible  <bruno@clisp.org>
21630
21631         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21632         when the resulting length is 0.
21633         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21634
21635 2008-04-20  Bruno Haible  <bruno@clisp.org>
21636
21637         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21638         works.
21639         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21640
21641 2008-04-20  Bruno Haible  <bruno@clisp.org>
21642
21643         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21644         * modules/tsearch-tests (configure.ac): Test for initstate function.
21645
21646 2008-04-20  Bruno Haible  <bruno@clisp.org>
21647
21648         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21649         for nlink_t if missing.
21650         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21651
21652 2008-04-19  Bruno Haible  <bruno@clisp.org>
21653
21654         Work around snprintf bug on Linux libc5.
21655         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21656         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21657         gl_SNPRINTF_SIZE1.
21658         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21659         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21660         that test failed.
21661         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21662         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21663         * modules/snprintf (Files): Add m4/printf.m4.
21664         * modules/vsnprintf (Files): Likewise.
21665         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21666         * doc/posix-functions/vsnprintf.texi: Likewise.
21667
21668 2008-04-19  Bruno Haible  <bruno@clisp.org>
21669
21670         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21671         from 0.0058 to less than 10^-7.
21672
21673 2008-04-19  Bruno Haible  <bruno@clisp.org>
21674
21675         Fix rounding when a precision is given.
21676         * lib/vasnprintf.c (is_borderline): New function.
21677         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
21678         9...9x.
21679         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
21680         %e, %g.
21681         * tests/test-vasprintf-posix.c (test_function): Likewise.
21682         * tests/test-snprintf-posix.h (test_function): Likewise.
21683         * tests/test-sprintf-posix.h (test_function): Likewise.
21684         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
21685         * tests/test-printf-posix.h (test_function): Likewise.
21686         * tests/test-printf-posix.output: Update.
21687         Reported by John Darrington <john@darrington.wattle.id.au> via
21688         Ben Pfaff <blp@cs.stanford.edu>.
21689
21690 2008-04-18  Simon Josefsson  <simon@josefsson.org>
21691
21692         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
21693         Suggested by Bruno Haible <bruno@clisp.org>.
21694
21695 2008-04-17  Bruno Haible  <bruno@clisp.org>
21696
21697         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
21698         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
21699         implementation.
21700         Patch by Bruce Merry <bmerry@gmail.com>.
21701
21702 2008-04-17  Simon Josefsson  <simon@josefsson.org>
21703
21704         * doc/posix-functions/strftime.texi (strftime): Mention that %e
21705         doesn't work under Windows.
21706
21707 2008-04-16  Bruno Haible  <bruno@clisp.org>
21708
21709         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
21710         New macros.
21711         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
21712         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
21713         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
21714         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
21715         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
21716         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
21717         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
21718         macros.
21719         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
21720         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
21721         Northern Sotho, Uighur.
21722
21723 2008-04-16  Bruno Haible  <bruno@clisp.org>
21724
21725         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
21726         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
21727         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
21728         Reported by Daniel Bergström <daniel@octocode.com>.
21729
21730 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
21731             Bruno Haible  <bruno@clisp.org>
21732
21733         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
21734         function.
21735         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
21736         New functions, mostly extracted from gl_locale_name_default.
21737         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
21738
21739 2008-04-16  Eric Blake  <ebb9@byu.net>
21740
21741         Adjust strtod detection to catch glibc 2.7 bug.
21742         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
21743         Reported by John Gatewood Ham.
21744
21745 2008-04-16  Bruno Haible  <bruno@clisp.org>
21746
21747         Add tentative support for Linux libc5.
21748         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
21749         * lib/fpurge.c (fpurge): Likewise.
21750         * lib/freadable.c (freadable): Likewise.
21751         * lib/freadahead.c (freadahead): Likewise.
21752         * lib/freading.c (freading): Likewise.
21753         * lib/freadptr.c (freadptr): Likewise.
21754         * lib/freadseek.c (freadptrinc): Likewise.
21755         * lib/fseeko.c (rpl_fseeko): Likewise.
21756         * lib/fseterr.c (fseterr): Likewise.
21757         * lib/fwritable.c (fwritable): Likewise.
21758         * lib/fwriting.c (fwriting): Likewise.
21759         Reported by Alain Guibert <alguibert+bts@free.fr>.
21760
21761 2008-04-15  Bruno Haible  <bruno@clisp.org>
21762
21763         * modules/mathl (configure.ac): Define module indicator.
21764
21765 2008-04-15  Bruno Haible  <bruno@clisp.org>
21766
21767         * lib/logl.c (logl): Remove unused variables.
21768
21769 2008-04-15  Bruno Haible  <bruno@clisp.org>
21770
21771         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
21772         fails.
21773
21774 2008-04-15  Bruno Haible  <bruno@clisp.org>
21775
21776         * lib/trim.c (trim2): Fix argument of isspace() macro.
21777
21778 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
21779
21780         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
21781         to 0.
21782         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
21783
21784 2008-04-14  Bruno Haible  <bruno@clisp.org>
21785
21786         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
21787         AC_LANG_PROGRAM argument.
21788         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
21789         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
21790         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
21791         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21792         * m4/math_h.m4 (gl_MATH_H): Likewise.
21793         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
21794         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21795         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21796         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
21797         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21798         * m4/regex.m4 (gl_REGEX): Likewise.
21799         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
21800         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
21801         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21802         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
21803         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21804         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21805         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21806         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21807
21808 2008-04-14  Jim Meyering  <meyering@redhat.com>
21809
21810         test-strtod: fix typos: s/abs/fabs/
21811         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
21812
21813 2008-04-13  Bruno Haible  <bruno@clisp.org>
21814
21815         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
21816         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
21817         module is also used and while not building the reloc-wrapper.
21818
21819 2008-04-13  Bruno Haible  <bruno@clisp.org>
21820
21821         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
21822
21823 2008-04-13  Bruno Haible  <bruno@clisp.org>
21824
21825         Fix AIX compilation failure introduced on 2008-04-02.
21826         * tests/test-frexp.c (exp): Undefine before redefining.
21827         * tests/test-frexpl.c (exp): Likewise.
21828
21829 2008-04-13  Bruno Haible  <bruno@clisp.org>
21830
21831         Work around a HP-UX stdio bug.
21832         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
21833         * tests/test-ftello.c (main): Likewise.
21834         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
21835         * doc/posix-functions/ftello.texi: Likewise.
21836
21837 2008-04-13  Bruno Haible  <bruno@clisp.org>
21838
21839         Make test-signbit pass on HP-UX/hppa.
21840         * tests/test-signbit.c (minus_zerol): New variable.
21841         (test_signbitl): Use it.
21842
21843 2008-04-13  Bruno Haible  <bruno@clisp.org>
21844
21845         Make truncl work on OSF/1 4.0.
21846         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
21847         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21848         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21849         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
21850         HAVE_DECL_TRUNCL.
21851         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
21852         HAVE_DECL_TRUNCL.
21853         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
21854
21855 2008-04-13  Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/unictype.h: Remove trailing comma from enumeration definitions.
21858
21859 2008-04-13  Bruno Haible  <bruno@clisp.org>
21860
21861         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
21862         expression, so as to avoid HP-UX 11 cc compiler bug.
21863
21864 2008-04-13  Bruno Haible  <bruno@clisp.org>
21865
21866         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
21867
21868 2008-04-13  Bruno Haible  <bruno@clisp.org>
21869
21870         * lib/git-merge-changelog.c: Remove empty declaration outside of
21871         functions.
21872
21873 2008-04-13  Bruno Haible  <bruno@clisp.org>
21874
21875         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
21876
21877 2008-04-13  Bruno Haible  <bruno@clisp.org>
21878
21879         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
21880         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
21881         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
21882         also if it exists but lacks definitions of the SHUT_* macros.
21883         * modules/sys_socket (Description): Update.
21884         Reported by Elbert Pol <e.pol@chello.nl>.
21885
21886 2008-04-13  Bruno Haible  <bruno@clisp.org>
21887
21888         * lib/localcharset.c (OS2): Don't redefine if already defined.
21889         Reported by Elbert Pol <e.pol@chello.nl>.
21890
21891 2008-04-13  Bruno Haible  <bruno@clisp.org>
21892
21893         * lib/binary-io.h [__EMX__]: Include <io.h>.
21894         Reported by Elbert Pol <e.pol@chello.nl>.
21895
21896 2008-04-12  Bruno Haible  <bruno@clisp.org>
21897
21898         * lib/fpucw.h: Enable the definitions also for x86_64.
21899         Needed for NetBSD/x86_64.
21900         Reported by Thomas Klausner <tk@giga.or.at>.
21901
21902 2008-04-12  Bruno Haible  <bruno@clisp.org>
21903
21904         * tests/test-strtod.c: Include isnand.h.
21905         (main): Use isnand instead of isnan.
21906         Reported by Jim Meyering.
21907
21908 2008-04-12  Bruno Haible  <bruno@clisp.org>
21909
21910         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
21911         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21912
21913 2008-04-12  Jim Meyering  <meyering@redhat.com>
21914
21915         * m4/math_h.m4 (gl_MATH_H): Fix typos.
21916
21917 2008-04-12  Bruno Haible  <bruno@clisp.org>
21918
21919         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
21920         Reported by Elbert Pol <e.pol@chello.nl>.
21921
21922 2008-04-12  Eric Blake  <ebb9@byu.net>
21923
21924         Work around Solaris 10 math.h bug.
21925         * m4/math_h.m4 (gl_MATH_H): Check for bug.
21926         (gl_MATH_H_DEFAULTS): Set up default.
21927         * modules/math (Makefile.am): Replace new indicators.
21928         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
21929         * tests/test-math.c (main): Test this.
21930         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
21931         * doc/posix-headers/math.texi (math.h): Mention bug.
21932         Reported by Nelson H. F. Beebe and Jim Meyering.
21933
21934 2008-04-11  Bruno Haible  <bruno@clisp.org>
21935
21936         Adapt to future versions of Apple GCC.
21937         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
21938         Reported by Peter O'Gorman <peter@pogma.com>.
21939
21940 2008-04-11  Bruno Haible  <bruno@clisp.org>
21941
21942         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
21943
21944 2008-04-11  Bruno Haible  <bruno@clisp.org>
21945
21946         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
21947
21948         * modules/getaddrinfo-tests (Makefile.am): Define
21949         test_getaddrinfo_LDADD.
21950
21951 2008-04-11  Bruno Haible  <bruno@clisp.org>
21952
21953         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
21954         (init): Fix syntax error.
21955         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
21956         is declared.
21957
21958 2008-04-11  Bruno Haible  <bruno@clisp.org>
21959
21960         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
21961         * modules/glob (Depends-on): Add stdbool.
21962
21963 2008-04-11  Bruno Haible  <bruno@clisp.org>
21964
21965         * lib/trim.c: Include <string.h>.
21966
21967 2008-04-11  Eric Blake  <ebb9@byu.net>
21968
21969         Avoid compile failure on OS/2.
21970         * lib/regex_internal.h (internal_function): Disable optimization
21971         on OS/2 (__EMX__), where it caused compiler error.
21972         Reported by Elbert Pol.
21973
21974 2008-04-11  Bruno Haible  <bruno@clisp.org>
21975
21976         Flush the standard error stream before aborting. Needed on mingw.
21977         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
21978         * tests/test-array_list.c (ASSERT): Likewise.
21979         * tests/test-array_oset.c (ASSERT): Likewise.
21980         * tests/test-avltree_list.c (ASSERT): Likewise.
21981         * tests/test-avltree_oset.c (ASSERT): Likewise.
21982         * tests/test-avltreehash_list.c (ASSERT): Likewise.
21983         * tests/test-binary-io.c (ASSERT): Likewise.
21984         * tests/test-byteswap.c (ASSERT): Likewise.
21985         * tests/test-c-ctype.c (ASSERT): Likewise.
21986         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
21987         * tests/test-c-strcasestr.c (ASSERT): Likewise.
21988         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
21989         * tests/test-c-strstr.c (ASSERT): Likewise.
21990         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
21991         * tests/test-canonicalize.c (ASSERT): Likewise.
21992         * tests/test-carray_list.c (ASSERT): Likewise.
21993         * tests/test-ceilf1.c (ASSERT): Likewise.
21994         * tests/test-ceilf2.c (ASSERT): Likewise.
21995         * tests/test-ceill.c (ASSERT): Likewise.
21996         * tests/test-count-one-bits.c (ASSERT): Likewise.
21997         * tests/test-fbufmode.c (ASSERT): Likewise.
21998         * tests/test-fflush2.c (ASSERT): Likewise.
21999         * tests/test-floorf1.c (ASSERT): Likewise.
22000         * tests/test-floorf2.c (ASSERT): Likewise.
22001         * tests/test-floorl.c (ASSERT): Likewise.
22002         * tests/test-fopen.c (ASSERT): Likewise.
22003         * tests/test-fpending.c (ASSERT): Likewise.
22004         * tests/test-fprintf-posix.c (ASSERT): Likewise.
22005         * tests/test-fpurge.c (ASSERT): Likewise.
22006         * tests/test-freadable.c (ASSERT): Likewise.
22007         * tests/test-freadahead.c (ASSERT): Likewise.
22008         * tests/test-freading.c (ASSERT): Likewise.
22009         * tests/test-freadptr.c (ASSERT): Likewise.
22010         * tests/test-freadptr2.c (ASSERT): Likewise.
22011         * tests/test-freadseek.c (ASSERT): Likewise.
22012         * tests/test-freopen.c (ASSERT): Likewise.
22013         * tests/test-frexp.c (ASSERT): Likewise.
22014         * tests/test-frexpl.c (ASSERT): Likewise.
22015         * tests/test-fseek.c (ASSERT): Likewise.
22016         * tests/test-fseeko.c (ASSERT): Likewise.
22017         * tests/test-fstrcmp.c (ASSERT): Likewise.
22018         * tests/test-ftell.c (ASSERT): Likewise.
22019         * tests/test-ftello.c (ASSERT): Likewise.
22020         * tests/test-func.c (ASSERT): Likewise.
22021         * tests/test-fwritable.c (ASSERT): Likewise.
22022         * tests/test-fwriting.c (ASSERT): Likewise.
22023         * tests/test-getdelim.c (ASSERT): Likewise.
22024         * tests/test-getline.c (ASSERT): Likewise.
22025         * tests/test-i-ring.c (ASSERT): Likewise.
22026         * tests/test-iconv-utf.c (ASSERT): Likewise.
22027         * tests/test-iconv.c (ASSERT): Likewise.
22028         * tests/test-isfinite.c (ASSERT): Likewise.
22029         * tests/test-isnand.c (ASSERT): Likewise.
22030         * tests/test-isnanf.c (ASSERT): Likewise.
22031         * tests/test-isnanl.h (ASSERT): Likewise.
22032         * tests/test-ldexpl.c (ASSERT): Likewise.
22033         * tests/test-linked_list.c (ASSERT): Likewise.
22034         * tests/test-linkedhash_list.c (ASSERT): Likewise.
22035         * tests/test-localename.c (ASSERT): Likewise.
22036         * tests/test-lseek.c (ASSERT): Likewise.
22037         * tests/test-mbscasecmp.c (ASSERT): Likewise.
22038         * tests/test-mbscasestr1.c (ASSERT): Likewise.
22039         * tests/test-mbscasestr2.c (ASSERT): Likewise.
22040         * tests/test-mbscasestr3.c (ASSERT): Likewise.
22041         * tests/test-mbscasestr4.c (ASSERT): Likewise.
22042         * tests/test-mbschr.c (ASSERT): Likewise.
22043         * tests/test-mbscspn.c (ASSERT): Likewise.
22044         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
22045         * tests/test-mbspbrk.c (ASSERT): Likewise.
22046         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
22047         * tests/test-mbsrchr.c (ASSERT): Likewise.
22048         * tests/test-mbsspn.c (ASSERT): Likewise.
22049         * tests/test-mbsstr1.c (ASSERT): Likewise.
22050         * tests/test-mbsstr2.c (ASSERT): Likewise.
22051         * tests/test-mbsstr3.c (ASSERT): Likewise.
22052         * tests/test-memchr2.c (ASSERT): Likewise.
22053         * tests/test-memmem.c (ASSERT): Likewise.
22054         * tests/test-open.c (ASSERT): Likewise.
22055         * tests/test-printf-frexp.c (ASSERT): Likewise.
22056         * tests/test-printf-frexpl.c (ASSERT): Likewise.
22057         * tests/test-printf-posix.c (ASSERT): Likewise.
22058         * tests/test-quotearg.c (ASSERT): Likewise.
22059         * tests/test-rbtree_list.c (ASSERT): Likewise.
22060         * tests/test-rbtree_oset.c (ASSERT): Likewise.
22061         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
22062         * tests/test-round1.c (ASSERT): Likewise.
22063         * tests/test-roundf1.c (ASSERT): Likewise.
22064         * tests/test-roundl.c (ASSERT): Likewise.
22065         * tests/test-signbit.c (ASSERT): Likewise.
22066         * tests/test-sleep.c (ASSERT): Likewise.
22067         * tests/test-snprintf-posix.c (ASSERT): Likewise.
22068         * tests/test-snprintf.c (ASSERT): Likewise.
22069         * tests/test-sprintf-posix.c (ASSERT): Likewise.
22070         * tests/test-stat-time.c (ASSERT): Likewise.
22071         * tests/test-strcasestr.c (ASSERT): Likewise.
22072         * tests/test-strerror.c (ASSERT): Likewise.
22073         * tests/test-striconv.c (ASSERT): Likewise.
22074         * tests/test-striconveh.c (ASSERT): Likewise.
22075         * tests/test-striconveha.c (ASSERT): Likewise.
22076         * tests/test-strsignal.c (ASSERT): Likewise.
22077         * tests/test-strstr.c (ASSERT): Likewise.
22078         * tests/test-strtod.c (ASSERT): Likewise.
22079         * tests/test-trunc1.c (ASSERT): Likewise.
22080         * tests/test-trunc2.c (ASSERT): Likewise.
22081         * tests/test-truncf1.c (ASSERT): Likewise.
22082         * tests/test-truncf2.c (ASSERT): Likewise.
22083         * tests/test-truncl.c (ASSERT): Likewise.
22084         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
22085         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
22086         * tests/test-vasnprintf.c (ASSERT): Likewise.
22087         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
22088         * tests/test-vasprintf.c (ASSERT): Likewise.
22089         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
22090         * tests/test-vprintf-posix.c (ASSERT): Likewise.
22091         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
22092         * tests/test-vsnprintf.c (ASSERT): Likewise.
22093         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
22094         * tests/test-wcwidth.c (ASSERT): Likewise.
22095         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
22096         * tests/test-xprintf-posix.c (ASSERT): Likewise.
22097         * tests/test-xvasprintf.c (ASSERT): Likewise.
22098         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
22099         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
22100         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
22101         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
22102         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
22103         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
22104         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
22105         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
22106         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
22107         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
22108         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
22109         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
22110         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
22111         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
22112         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
22113         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
22114         * tests/unictype/test-block_list.c (ASSERT): Likewise.
22115         * tests/unictype/test-block_of.c (ASSERT): Likewise.
22116         * tests/unictype/test-block_test.c (ASSERT): Likewise.
22117         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
22118         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
22119         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
22120         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
22121         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
22122         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
22123         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
22124         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
22125         * tests/unictype/test-combining.c (ASSERT): Likewise.
22126         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
22127         * tests/unictype/test-digit.c (ASSERT): Likewise.
22128         * tests/unictype/test-mirror.c (ASSERT): Likewise.
22129         * tests/unictype/test-numeric.c (ASSERT): Likewise.
22130         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
22131         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
22132         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
22133         * tests/unictype/test-scripts.c (ASSERT): Likewise.
22134         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
22135         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
22136         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
22137         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
22138         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
22139         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
22140         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
22141         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
22142         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
22143         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
22144         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
22145         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
22146         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
22147         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
22148         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
22149         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
22150         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
22151         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
22152         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
22153         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
22154         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
22155         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
22156         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
22157         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
22158         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
22159         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
22160         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
22161         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
22162         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
22163         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
22164         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
22165         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
22166         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
22167         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
22168         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
22169         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
22170         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
22171         Reported by Eric Blake.
22172
22173 2008-04-11  Bruno Haible  <bruno@clisp.org>
22174
22175         * lib/wchar.in.h: Tweak comment.
22176
22177 2008-04-11  Bruno Haible  <bruno@clisp.org>
22178
22179         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
22180         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
22181         gl_COMMON.
22182         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
22183
22184 2008-04-11  Bruno Haible  <bruno@clisp.org>
22185
22186         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
22187
22188 2008-04-11  Simon Josefsson  <simon@josefsson.org>
22189
22190         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
22191         of attempting to use non-existing /dev/*random.  Based on patch
22192         from Adam Strzelecki <ono@java.pl> in
22193         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
22194
22195 2008-04-08  Bruno Haible  <bruno@clisp.org>
22196
22197         Add tentative support for emx+gcc.
22198         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
22199         * lib/fpurge.c (fpurge): Likewise.
22200         * lib/freadable.c (freadable): Likewise.
22201         * lib/freadahead.c (freadahead): Likewise.
22202         * lib/freading.c (freading): Likewise.
22203         * lib/freadptr.c (freadptr): Likewise.
22204         * lib/freadseek.c (freadptrinc): Likewise.
22205         * lib/fseeko.c (rpl_fseeko): Likewise.
22206         * lib/fseterr.c (fseterr): Likewise.
22207         * lib/fwritable.c (fwritable): Likewise.
22208         * lib/fwriting.c (fwriting): Likewise.
22209         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
22210
22211 2008-04-09  Eric Blake  <ebb9@byu.net>
22212
22213         Avoid some autoconf warnings.
22214         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
22215         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
22216         * m4/afs.m4 (gl_AFS): Likewise.
22217         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
22218         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
22219         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22220         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
22221         (gl_INTEGER_TYPE_SUFFIX): Likewise.
22222         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
22223         (AC_CHECK_DECLS_ONCE): Likewise.
22224         Rename file...
22225         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
22226         gnulib-tool requires autoconf 2.59 or better.
22227         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
22228
22229 2008-04-08  Eric Blake  <ebb9@byu.net>
22230
22231         Use 'git describe --match' if present (added in git 1.5.5).
22232         * build-aux/git-version-gen: Limit result to tags that match 'v*'
22233         if possible.
22234
22235 2008-04-08  Bruno Haible  <bruno@clisp.org>
22236
22237         Add tentative support for OpenServer.
22238         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
22239         _ptr, _cnt.
22240         * lib/fpurge.c (fpurge): Likewise.
22241         * lib/freadable.c (freadable): Likewise.
22242         * lib/freadahead.c (freadahead): Likewise.
22243         * lib/freading.c (freading): Likewise.
22244         * lib/freadptr.c (freadptr): Likewise.
22245         * lib/freadseek.c (freadptrinc): Likewise.
22246         * lib/fseeko.c (rpl_fseeko): Likewise.
22247         * lib/fseterr.c (fseterr): Likewise.
22248         * lib/fwritable.c (fwritable): Likewise.
22249         * lib/fwriting.c (fwriting): Likewise.
22250         Reported by Roger Cornelius <rac@tenzing.org> and
22251         Brian K. White <brian@aljex.com>.
22252
22253 2008-04-06  Jim Meyering  <meyering@redhat.com>
22254
22255         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
22256
22257 2008-04-06  Bruno Haible  <bruno@clisp.org>
22258
22259         Avoid possible error with non-ASCII bytes in UTF-8 locales.
22260         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
22261         * tests/test-printf-posix.sh: Likewise.
22262         * tests/test-vfprintf-posix.sh: Likewise.
22263         * tests/test-vprintf-posix.sh: Likewise.
22264         * tests/test-xprintf-posix.sh: Likewise.
22265
22266 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22267
22268         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
22269         hide error from 'ls', needed on OS/2.
22270         Report by Elbert Pol <elbert.pol@gmail.com>.
22271
22272 2008-04-04  Eric Blake  <ebb9@byu.net>
22273
22274         Make test-fseeko.c failures meaningful.
22275         * tests/test-fseeko.c: Print line number on failure.
22276         * tests/test-fseek.c: Likewise.
22277         Reported by Nelson H. F. Beebe.
22278
22279         Improve strtod bug detection check.
22280         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
22281         required for Solaris 10.
22282         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
22283
22284 2008-04-04  Bruno Haible  <bruno@clisp.org>
22285
22286         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
22287         by m4/setenv.m4.
22288
22289 2008-04-03  Eric Blake  <ebb9@byu.net>
22290
22291         Ensure sane .version contents.
22292         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
22293         version string.
22294         * build-aux/git-version-gen: Improve documentation.
22295
22296         Make GNU make output nicer.
22297         * top/GNUmakefile [!_have-Makefile]: Add dependency on
22298         MAKECMDGOALS to enforce message for all command line targets.  Set
22299         srcdir for use in maint.mk.
22300
22301         Another maintainer tweak.
22302         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
22303         a target that regenerates version.
22304
22305 2008-04-03  Jim Meyering  <meyering@redhat.com>
22306
22307         vc-list-files: don't cause coreutils "make po-check" failure
22308         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
22309
22310 2008-04-03  Eric Blake  <ebb9@byu.net>
22311
22312         Allow VPATH usage of vc-list-files.
22313         * build-aux/vc-list-files (scriptversion): Add timestamp.
22314         (options): Add --help, --version, -C.
22315         (CVS): Support installed cvsu.
22316
22317 2008-04-02  Bruno Haible  <bruno@clisp.org>
22318
22319         Avoid some "statement with no effect" warnings from gcc.
22320         * tests/test-wctype.c (main): Explicitly ignore unused values.
22321         Reported by Jim Meyering.
22322
22323 2008-04-02  Jim Meyering  <meyering@redhat.com>
22324
22325         Avoid some warnings from "gcc -Wshadow".
22326         * tests/test-frexp.c (exp): Define to a different identifier.
22327         * tests/test-frexpl.c (exp): Likewise.
22328
22329 2008-04-03  Jim Meyering  <meyering@redhat.com>
22330
22331         bootstrap: remove dangling *.[ch] symlinks from lib
22332         * build-aux/bootstrap [dangling symlink removal]: Move find's
22333         -depth option to precede all others, to avoid a warning.
22334         Remove *.[ch] files too, and from "$source_base" (usually lib/).
22335
22336 2008-04-02  Bruno Haible  <bruno@clisp.org>
22337
22338         Avoid some warnings from "gcc -Wshadow".
22339         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
22340         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
22341         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
22342         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
22343         Reported by Jim Meyering.
22344
22345 2008-04-01  Bruno Haible  <bruno@clisp.org>
22346
22347         Fix test to work on IRIX 6.5 with cc.
22348         * tests/test-math.c (numeric_equal): New function.
22349         (main): Use it.
22350
22351 2008-04-01  Bruno Haible  <bruno@clisp.org>
22352
22353         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
22354
22355 2008-04-01  Bruno Haible  <bruno@clisp.org>
22356
22357         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
22358         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22359         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
22360         (Depends-on): Remove math.
22361
22362         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
22363         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22364         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
22365         (Depends-on): Remove math.
22366
22367         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22368         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22369         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22370         (Depends-on): Remove math.
22371         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22372         (Depends-on): Remove math.
22373
22374         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22375         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22376         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22377         (Depends-on): Remove math.
22378         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
22379         (Depends-on): Remove math.
22380
22381         * tests/test-round1.c: Include nan.h.
22382         (main): Use NaNd instead of NAN.
22383         * modules/round-tests (Files): Add tests/nan.h.
22384
22385         * tests/test-trunc1.c: Include nan.h.
22386         (main): Use NaNd instead of NAN.
22387         * modules/trunc-tests (Files): Add tests/nan.h.
22388
22389         * tests/test-roundf1.c: Include nan.h.
22390         (main): Use NaNf instead of NAN.
22391         * modules/roundf-tests (Files): Add tests/nan.h.
22392
22393         * tests/test-truncf1.c: Include nan.h.
22394         (main): Use NaNf instead of NAN.
22395         * modules/truncf-tests (Files): Add tests/nan.h.
22396
22397         * tests/test-ceilf1.c: Include nan.h.
22398         (main): Use NaNf instead of NAN.
22399         * modules/ceilf-tests (Files): Add tests/nan.h.
22400
22401         * tests/test-floorf1.c: Include nan.h.
22402         (main): Use NaNf instead of NAN.
22403         * modules/floorf-tests (Files): Add tests/nan.h.
22404
22405         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
22406         (main): Use NaNf instead of NAN.
22407         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
22408
22409         * tests/test-isnand.c: Include nan.h instead of <math.h>.
22410         (main): Use NaNd instead of NAN.
22411         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
22412
22413         * tests/test-frexp.c: Include nan.h.
22414         (main): Use NaNd instead of NAN.
22415         * modules/frexp-tests (Files): Add tests/nan.h.
22416
22417         * lib/isnan.c: Don't include <math.h>.
22418         (FUNC): Don't use NAN macro.
22419         * modules/isnand-nolibm (Depends-on): Remove math.
22420         * modules/isnanf-nolibm (Depends-on): Remove math.
22421         * modules/isnanl (Depends-on): Remove math.
22422         * modules/isnanl-nolibm (Depends-on): Remove math.
22423
22424         * tests/nan.h: New file.
22425
22426 2008-04-01  Eric Blake  <ebb9@byu.net>
22427
22428         Fix typos.
22429         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
22430         values to be the right type.
22431
22432         For now, cater to gnulib strtod inaccuracies.
22433         * tests/test-strtod.c (main): Allow 1-ulp error on expected
22434         fractional results.  While not as nice from a QoI perspective, it
22435         is a quicker patch than correctly implementing decimal to binary
22436         rounding.
22437
22438 2008-03-31  Eric Blake  <ebb9@byu.net>
22439
22440         Guarantee a definition of NAN.
22441         * lib/math.in.h (NAN): Define if missing.
22442         * tests/test-math.c (main): Test it.
22443         * doc/posix-headers/math.texi (math.h): Document this.
22444         * lib/isnan.c (rpl_isnand): Use it.
22445         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
22446         * tests/test-floorf1.c (NaN): Likewise.
22447         * tests/test-frexp.c (NaN): Likewise.
22448         * tests/test-isnand.c (NaN): Likewise.
22449         * tests/test-isnanf.c (NaN): Likewise.
22450         * tests/test-round1.c (NaN): Likewise.
22451         * tests/test-roundf1.c (NaN): Likewise.
22452         * tests/test-snprintf-posix.h (NaN): Likewise.
22453         * tests/test-sprintf-posix.h (NaN): Likewise.
22454         * tests/test-trunc1.c (NaN): Likewise.
22455         * tests/test-truncf1.c (NaN): Likewise.
22456         * tests/test-vasnprintf-posix.c (NaN): Likewise.
22457         * tests/test-vasprintf-posix.c (NaN): Likewise.
22458         * modules/isnand-nolibm (Depends-on): Add math.
22459         * modules/isnanf-nolibm (Depends-on): Likewise.
22460         * modules/isnanl (Depends-on): Likewise.
22461         * modules/isnanl-nolibm (Depends-on): Likewise.
22462         * modules/snprintf-posix-tests (Depends-on): Likewise.
22463         * modules/sprintf-posix-tests (Depends-on): Likewise.
22464         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
22465         * modules/vsprintf-posix-tests (Depends-on): Likewise.
22466         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
22467         * modules/vasprintf-posix-tests (Depends-on): Likewise.
22468
22469 2008-03-31  Bruno Haible  <bruno@clisp.org>
22470
22471         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
22472         * doc/posix-functions/strtod.texi: Likewise.
22473
22474 2008-03-31  Bruno Haible  <bruno@clisp.org>
22475
22476         * tests/test-strtod.c (main): Don't use C99 syntax.
22477
22478 2008-03-31  Bruno Haible  <bruno@clisp.org>
22479
22480         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
22481         Reported by Eric Blake.
22482
22483 2008-03-31  Jim Meyering  <meyering@redhat.com>
22484
22485         Don't compare actual signbit return values.
22486         * tests/test-strtod.c (main): Rather, compare only their
22487         zero/non-zero nature.
22488
22489 2008-03-31  Eric Blake  <ebb9@byu.net>
22490
22491         More strtod documentation.
22492         * doc/posix-functions/strtod.texi (strtod): Interpret more test
22493         failures as distinct bugs.
22494
22495 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22496
22497         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
22498         Problem reported by Erik Benada in
22499         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
22500
22501 2008-03-30  Bruno Haible  <bruno@clisp.org>
22502
22503         * tests/test-strtod.c: Add comments about which assertion fails on which
22504         platform.
22505         * doc/posix-functions/strtod.texi: Add info about many more platforms.
22506
22507 2008-03-30  Eric Blake  <ebb9@byu.net>
22508
22509         Test signbit behavior on zeros.
22510         * tests/test-signbit.c (test_signbitf): Add tests for zero.
22511         (test_signbitd, test_signbitl): Likewise.
22512
22513         More strtod touchups.
22514         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
22515         sign of negative underflow, for now.  Use .5, not .1.
22516         * doc/posix-functions/strtod.texi (strtod): Mention these
22517         limitations.
22518         Reported by Jim Meyering.
22519
22520 2008-03-30  Bruno Haible  <bruno@clisp.org>
22521
22522         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
22523         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22524
22525 2008-03-30  Bruno Haible  <bruno@clisp.org>
22526
22527         Avoid failure when attempting to return empty iconv results on some
22528         platforms.
22529         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22530         allocation, don't report ENOMEM when the resulting string is empty.
22531
22532 2008-03-30  Bruno Haible  <bruno@clisp.org>
22533
22534         Fix buffer overrun.
22535         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22536         Don't consider the width for tmp_length. Check count against tmp_length
22537         before doing the padding. Ensure enough allocation during padding.
22538
22539 2008-03-30  Eric Blake  <ebb9@byu.net>
22540
22541         strtod touchups.
22542         * lib/strtod.c (strtod): Avoid compiler warnings.
22543         Reported by Jim Meyering.
22544
22545 2008-03-30  Bruno Haible  <bruno@clisp.org>
22546
22547         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22548         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22549         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22550         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22551         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22552         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22553         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22554         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22555
22556         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22557         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22558         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22559         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22560         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22561         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22562         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22563         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22564
22565         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22566         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22567         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22568         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22569         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22570         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22571         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22572         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22573
22574         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22575         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22576
22577         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22578         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22579
22580         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22581         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22582
22583         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22584         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22585         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22586
22587         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22588         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22589         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22590
22591         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22592         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22593         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22594
22595         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22596         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22597         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22598
22599         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22600         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22601         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22602         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22603         (Depends-on): Add EOVERFLOW.
22604         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22605         (Depends-on): Add EOVERFLOW.
22606         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22607         (Depends-on): Add EOVERFLOW.
22608         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22609         (Depends-on): Add EOVERFLOW.
22610         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22611         (Depends-on): Add EOVERFLOW.
22612         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22613         (Depends-on): Add EOVERFLOW.
22614         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22615         (Depends-on): Add EOVERFLOW.
22616         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22617         (Depends-on): Add EOVERFLOW.
22618
22619         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22620         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22621         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22622
22623         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22624         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22625         * modules/snprintf (Depends-on): Add EOVERFLOW.
22626
22627         * lib/poll.c (EOVERFLOW): Remove fallback.
22628         * modules/poll (Depends-on): Add EOVERFLOW.
22629
22630         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22631         * modules/getugroups (Depends-on): Add EOVERFLOW.
22632
22633         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22634         * modules/getdelim (Depends-on): Add EOVERFLOW.
22635
22636         * lib/ftell.c (EOVERFLOW): Remove fallback.
22637         * modules/ftell (Depends-on): Add EOVERFLOW.
22638
22639         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22640         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22641         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22642
22643         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22644
22645         * modules/EOVERFLOW-tests: New file.
22646         * tests/test-EOVERFLOW.c: New file.
22647
22648         * modules/EOVERFLOW: New file.
22649         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22650
22651 2008-03-30  Bruno Haible  <bruno@clisp.org>
22652
22653         Fix bug introduced on 2007-06-10.
22654         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22655         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22656
22657 2008-03-30  Bruno Haible  <bruno@clisp.org>
22658
22659         Improve freadseek's efficiency after ungetc.
22660         * lib/freadseek.c: Include freadahead.h.
22661         (freadptrinc): New function, extracted from freadseek.
22662         (freadseek): Use it in a loop. Use freadahead to determine the number
22663         of loop iterations.
22664         * modules/freadseek (Depends-on): Add freadahead.
22665         (configure.ac): Require AC_C_INLINE.
22666
22667 2008-03-30  Bruno Haible  <bruno@clisp.org>
22668
22669         * lib/freadseek.c (freadseek): Don't ignore the return value of
22670         freadptr.
22671
22672 2008-03-29  Eric Blake  <ebb9@byu.net>
22673
22674         Add hex float support.
22675         * modules/strtod (Depends-on): Add c-ctype.
22676         (Link): Mention POW_LIB.
22677         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
22678         whitespace between 'e' and exponent.
22679         * tests/test-strtod.c (main): Enable hex float tests.
22680         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
22681         now provides.
22682
22683         Document various strtod bugs, with some fixes.
22684         * doc/posix-functions/strtod.texi (strtod): Document bugs with
22685         "-0x", "inf", "nan", and hex constants.
22686         * doc/posix-functions/atof.texi (atof): Likewise.
22687         * modules/stdlib (Makefile.am): Support strtod.
22688         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
22689         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
22690         detect additional strtod bugs.
22691         * lib/stdlib.in.h (rpl_strtod): Add declarations.
22692         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
22693         bool where appropriate.  Parse 'inf' and 'nan'.
22694         * tests/test-strtod.c: New file.
22695         * modules/strtod (Depends-on): Add stdbool, stdlib.
22696         (configure.ac): Turn on module indicator.
22697         * modules/strtod-tests: New module.
22698
22699 2008-03-29  Eric Blake  <ebb9@byu.net>
22700
22701         Fix ftell on mingw.
22702         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
22703         * modules/ftell-tests (Depends-on): Add binary-io.
22704         * modules/ftello-tests (Depends-on): Likewise.
22705         * tests/test-ftell.c (main): Enhance test to cover behavior after
22706         ungetc.  Enforce binary mode.
22707         * tests/test-ftello.c (main): Likewise.
22708
22709         Pass test-freadseek on cygwin.
22710         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
22711         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
22712         ungetc buffer.
22713
22714         * tests/test-fflush2.c (main): Fix typo.
22715
22716 2008-03-29  Bruno Haible  <bruno@clisp.org>
22717
22718         * tests/test-fflush2.c (main): Temporarily disable the contents of
22719         this test.
22720         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
22721         Reported by Eric Blake.
22722
22723 2008-03-28  Simon Josefsson  <simon@josefsson.org>
22724
22725         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
22726         (GC_SHA224_DIGEST_SIZE): Add.
22727
22728         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
22729         (gc_hash_digest_length): Likewise.
22730         (gc_hash_buffer): Likewise.
22731
22732 2008-03-25  Bruno Haible  <bruno@clisp.org>
22733
22734         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
22735         detail which gettext release to use.
22736         Reported by Simon Josefsson.
22737
22738 2008-03-26  Jim Meyering  <meyering@redhat.com>
22739
22740         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
22741         * modules/gnumakefile (clean-GNUmakefile): Also, use
22742         test ... && ... || : syntax rather than if-then ... fi.
22743
22744         gnumakefile: Don't double-quote-expand $(VPATH) value.
22745         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
22746
22747 2008-03-24  Eric Blake  <ebb9@byu.net>
22748
22749         Alter GNUmakefile to install into top directory.
22750         * modules/maintainer-makefile: Split, and add dependency...
22751         * modules/gnumakefile: to this new module.
22752         * build-aux/GNUmakefile: Move...
22753         * top/GNUmakefile: ...here.
22754         * build-aux/maint.mk: Move...
22755         * top/maint.mk: ...here.
22756         * MODULES.html.sh (Support for maintaining...): Document new
22757         module.
22758
22759 2008-03-23  Bruno Haible  <bruno@clisp.org>
22760
22761         * gnulib-tool: New options --vc-files, --no-vc-files.
22762         (func_usage): Document them.
22763         (vc_files): New variable.
22764         (func_import): Consider vc_files.
22765         (func_create_testdir): Set vc_files to empty.
22766         Suggested by Jim Meyering and Karl Berry.
22767
22768 2008-03-23  Bruno Haible  <bruno@clisp.org>
22769
22770         Fix regex compilation error on HP-UX 11.
22771         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
22772         * modules/regex (Files): Add m4/mbstate_t.m4.
22773         Reported by Ton Voon <ton.voon@altinity.com>.
22774
22775 2008-03-23  Bruno Haible  <bruno@clisp.org>
22776
22777         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
22778
22779 2008-03-23  Eric Blake  <ebb9@byu.net>
22780             Bruno Haible  <bruno@clisp.org>
22781
22782         Install files from top/ in the destination directory.
22783         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22784         augmentation also for the files from top/.
22785         (func_import, func_create_testdir): Rewrite file names:
22786         top/filename -> filename.
22787
22788 2008-03-23  Bruno Haible  <bruno@clisp.org>
22789
22790         Tweak "gnulib --version" output.
22791         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
22792
22793 2008-03-23  Bruno Haible  <bruno@clisp.org>
22794
22795         Tweak "gnulib --version" output.
22796         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
22797         rather than contents of ChangeLog, when possible.
22798
22799 2008-03-21  Eric Blake  <ebb9@byu.net>
22800
22801         More --version tweaks.
22802         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
22803         date of last ChangeLog entry.
22804
22805 2008-03-21  Jim Meyering  <meyering@redhat.com>
22806
22807         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
22808
22809 2008-03-20  Eric Blake  <ebb9@byu.net>
22810
22811         VPATH fix.
22812         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
22813
22814 2008-03-20  Simon Josefsson  <simon@josefsson.org>
22815
22816         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
22817         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
22818
22819 2008-03-20  Eric Blake  <ebb9@byu.net>
22820
22821         Sync GNUmakefile with coreutils.
22822         * build-aux/GNUmakefile (have-Makefile): Rename...
22823         (_have-Makefile): ...to this, for namespace consideration.
22824         (GNUmakefile.cfg): Include, if present.
22825         (_autoreconf): Define a default.
22826         (_is-dist-target): New rule for rebuilds to pick up intra-release
22827         version.
22828         (maint-cfg.mk): Rename...
22829         (cfg.mk): ...to this.
22830
22831 2008-03-18  Jim Meyering  <meyering@redhat.com>
22832
22833         New script and module: mktempd
22834         * MODULES.html.sh (maint+release support): Add mktempd.
22835         * build-aux/mktempd: New file.
22836         * modules/mktempd: New file.
22837
22838 2008-03-15  Jim Meyering  <meyering@redhat.com>
22839
22840         Undo last change.
22841         * lib/sha1.c, lib/md5.c: 63 != ~63.
22842         Reported by Andreas Schwab.
22843
22844         sha1.c, md5.c: Hoist a redundant expression.
22845         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
22846         "ctx->buflen" only once, before calling *_process_block.
22847         * lib/md5.c (md5_process_bytes): Likewise.
22848
22849 2008-03-14  Eric Blake  <ebb9@byu.net>
22850
22851         Bump copyright year in files generated by gnulib-tool.
22852         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
22853         gnulib-tool, rather than hard-coding it.
22854
22855         Fix 'gnulib-tool --version' output to work with git.
22856         * gnulib-tool (func_gnulib_dir): New function, extracted from...
22857         (startup): ...here.
22858         (func_version): Use it to invoke git-version-gen, rather than
22859         relying on CVS keyword expansion.  Modernize wording.
22860         (cvsdatestamp, last_checkin_date, version): Kill unused
22861         variables.
22862
22863 2008-03-12  Jim Meyering  <meyering@redhat.com>
22864
22865         Recognize optional cast of the argument to free.
22866         * build-aux/useless-if-before-free: Update regexps.
22867
22868         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
22869
22870 2008-03-11  Bruno Haible  <bruno@clisp.org>
22871
22872         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
22873         by a single package.
22874         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
22875         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
22876         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
22877         Reported by Sam Steingold <sds@gnu.org>.
22878
22879 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22880
22881         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
22882         repositories.
22883
22884 2008-03-11  Bruno Haible  <bruno@clisp.org>
22885
22886         Avoid conflicts between local macro definitions.
22887         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22888         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
22889
22890 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
22891             Bruno Haible  <bruno@clisp.org>
22892
22893         Make va_copy work with some version of xlc on AIX 5.1.
22894         * lib/stdarg.in.h: New file.
22895         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
22896         On AIX, use a <stdarg.h> file substitute.
22897         * modules/stdarg (Files): Add lib/stdarg.in.h.
22898         (Depends-on): Add include_next.
22899         (Makefile.am): Build a stdarg.h substitute if requested.
22900         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
22901
22902 2008-03-10  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
22905         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22906         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22907
22908 2008-03-10  Bruno Haible  <bruno@clisp.org>
22909
22910         * modules/stdlib (Depends-on): Add include_next, remove
22911         absolute-header.
22912
22913 2008-03-09  Bruno Haible  <bruno@clisp.org>
22914
22915         * lib/freadahead.h (freadahead): Document more precisely.
22916         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
22917         the sum of both buffer sizes.
22918         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
22919         * NEWS: Document the change.
22920
22921 2008-03-09  Bruno Haible  <bruno@clisp.org>
22922
22923         Extend freadptr to return also the buffer size.
22924         * lib/freadptr.h (freadptr): Add sizep argument.
22925         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
22926         (freadptr): Add sizep argument. Determine buffer size like freadahead
22927         does.
22928         * tests/test-freadptr.c: Don't include freadahead.h.
22929         (main): Adapt for new calling convention of freadptr.
22930         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
22931         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
22932         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
22933         tests/test-freadptr2.sh.
22934         (Depends): Remove freadahead.
22935         (TESTS): Add test-freadptr2.sh.
22936         (check_PROGRAMS): Add test-freadptr2.
22937
22938 2008-03-09  Bruno Haible  <bruno@clisp.org>
22939
22940         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
22941         Report and solution by Simon Josefsson.
22942
22943 2008-03-06  Bruno Haible  <bruno@clisp.org>
22944
22945         Make fflush after ungetc work on BSD platforms.
22946         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
22947         * tests/test-fflush2.c: New file.
22948         * tests/test-fflush2.sh: New file.
22949         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
22950         tests/test-fflush2.c.
22951         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
22952         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
22953
22954 2008-03-06  Eric Blake  <ebb9@byu.net>
22955
22956         Likewise for ftello.
22957         * modules/ftello (Dependencies): Add extensions.
22958         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
22959
22960 2008-03-06  Bruno Haible  <bruno@clisp.org>
22961
22962         * modules/fseeko (Dependencies): Add extensions.
22963         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
22964         Needed on glibc systems.
22965
22966 2008-03-06  Bruno Haible  <bruno@clisp.org>
22967
22968         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
22969         email address.
22970         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22971
22972 2008-03-06  Bruno Haible  <bruno@clisp.org>
22973
22974         * users.txt: Add libgnupdf.
22975
22976 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22977
22978         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
22979         (Header File Substitutes, Function Substitutes,
22980         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
22981         (Build robot for gnulib): Fix typo.
22982
22983 2008-03-06  Bruno Haible  <bruno@clisp.org>
22984
22985         * doc/gnulib-tool.texi (VCS Issues): Small updates.
22986         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22987
22988 2008-03-06  Bruno Haible  <bruno@clisp.org>
22989
22990         * doc/func.texi: New file, extracted from doc/gnulib.texi.
22991         * doc/gnulib.texi: Include it.
22992
22993 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22994
22995         * modules/func (License): Change license to unlimited; there was
22996         no LGPL parts in the module anyway.
22997
22998 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22999
23000         * modules/__func__: Renamed to modules/func.
23001         * modules/__func__-tests: Renamed to modules/func-tests.
23002         * tests/test-__func__.c: Renamed to tests/test-func.c.
23003         * m4/__func__.m4: Renamed to m4/func.m4.
23004         * doc/gnulib.texi (__func__): Section renamed to func.
23005         Suggested by Eric Blake <ebb9@byu.net>.
23006
23007 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23008
23009         * doc/gnulib.texi (__func__): Use C99 terminology when talking
23010         about __func__.  Make example self-contained.  Suggested by Eric
23011         Blake <ebb9@byu.net>.
23012
23013         * tests/test-__func__.c (main): Avoid extraneous () around __func.
23014         Suggested by Eric Blake <ebb9@byu.net>.
23015
23016 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23017
23018         * modules/__func__: New file.
23019         * modules/__func__-tests: New file.
23020         * tests/test-__func__.c: New file.
23021         * m4/__func__.m4: New file.
23022         * doc/gnulib.texi (__func__): Document __func__ module.
23023
23024 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23025
23026         * modules/byteswap (License): Re-license as LGPLv2+.
23027
23028 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23029
23030         * doc/Makefile: Add pdf target.
23031
23032 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23033
23034         * modules/inline (License): Use 'unlimited', since there are only
23035         *.m4 files in this module.
23036
23037 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23038             Bruno Haible  <bruno@clisp.org>
23039
23040         Add support for HP C 7.1 on OpenVMS 8.3.
23041         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
23042
23043 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23044
23045         Update VMS specifics.
23046         * lib/getopt.c [VMS]: Remove include of unixlib.h.
23047
23048 2008-03-02  Jim Meyering  <meyering@redhat.com>
23049
23050         Remove the last dependency on the "free" module.
23051         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
23052         Reported by Bob Proulx.
23053
23054         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
23055
23056         Remove useless "if" tests before free.  Deprecate "free" module.
23057         * doc/posix-functions/free.texi: Mention that this
23058         module is no longer useful.
23059         * modules/free (Notice): Say this module is obsolete.
23060         * modules/readutmp (Depends-on): Remove free.
23061         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
23062         * lib/putenv.c (putenv): Likewise.
23063         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
23064         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
23065         * tests/test-c-strcasestr.c (main): Likewise.
23066         * tests/test-c-strstr.c (main): Likewise.
23067         * tests/test-mbscasestr1.c (main): Likewise.
23068         * tests/test-mbscasestr2.c (main): Likewise.
23069         * tests/test-mbsstr1.c (main): Likewise.
23070         * tests/test-mbsstr2.c (main): Likewise.
23071         * tests/test-memmem.c (main): Likewise.
23072         * tests/test-strcasestr.c (main): Likewise.
23073         * tests/test-striconv.c (main): Likewise.
23074         * tests/test-striconveh.c (main): Likewise.
23075         * tests/test-striconveha.c (main): Likewise.
23076         * tests/test-strstr.c (main): Likewise.
23077
23078         * build-aux/git-version-gen: Adjust a comment and the Usage string.
23079
23080         bootstrap: sync from coreutils again
23081         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
23082
23083 2008-03-01  Jim Meyering  <meyering@redhat.com>
23084
23085         bootstrap: sync from coreutils
23086         * build-aux/bootstrap (update_po_files): Copy a .po file into place
23087         also when the target doesn't exist.
23088
23089 2008-03-01  Eric Blake  <ebb9@byu.net>
23090
23091         Fix bugs in last patch.
23092         * lib/memchr2.c (memchr2): Fix typo.
23093         * tests/test-memchr2.c: Test previous bug, and don't use GNU
23094         extension.
23095         Reported by Bruce Korb.
23096
23097         New module 'memchr2'.
23098         * modules/memchr2: New file.
23099         * modules/memchr2-tests: Likewise.
23100         * lib/memchr2.h: Likewise.
23101         * lib/memchr2.c: Likewise, based on memchr.c.
23102         * tests/test-memchr2.c: New test.
23103         * MODULES.html.sh (String handling): Add memchr2.
23104
23105 2008-02-29  Bruno Haible  <bruno@clisp.org>
23106
23107         * modules/freadseek-tests: New file.
23108         * tests/test-freadseek.sh: New file.
23109         * tests/test-freadseek.c: New file.
23110
23111         New module 'freadseek'.
23112         * modules/freadseek: New file.
23113         * lib/freadseek.h: New file.
23114         * lib/freadseek.c: New file.
23115         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
23116
23117 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23118
23119         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
23120         wydawca.
23121
23122         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
23123         program_invocation_name and program_invocation_short_name are
23124         present.
23125
23126 2008-02-28  Bruno Haible  <bruno@clisp.org>
23127
23128         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
23129         * tests/test-freadptr.sh: Also test non-seekable stdin.
23130
23131 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
23132
23133         * build-aux/bootstrap (source_base, m4_base)
23134         (doc_base, tests_base): New variables.
23135         (gnulib_tool_options): Do not hardcode base directories, use
23136         the above variables instead.
23137
23138 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
23139
23140         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
23141
23142 2008-02-28  Bruno Haible  <bruno@clisp.org>
23143
23144         * modules/freadptr-tests: New file.
23145         * tests/test-freadptr.sh: New file.
23146         * tests/test-freadptr.c: New file.
23147
23148         New module 'freadptr'.
23149         * modules/freadptr: New file.
23150         * lib/freadptr.h: New file.
23151         * lib/freadptr.c: New file.
23152         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
23153
23154 2008-02-26  Karl Berry  <karl@freefriends.org>
23155
23156         Sync from Libtool:
23157         * libltdl/argz.c (argz_add, argz_count): New functions.
23158         * libltdl/argz.in.h: Declare them.
23159         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
23160
23161 2008-02-22  Bruno Haible  <bruno@clisp.org>
23162
23163         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
23164         is a pointer type.  Needed for HP-UX 10.
23165         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
23166         * doc/posix-functions/gmtime_r.texi: Likewise.
23167         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23168
23169 2008-02-24  Bruno Haible  <bruno@clisp.org>
23170
23171         * modules/environ-tests: New file.
23172         * tests/test-environ.c: New file.
23173
23174         New module 'environ'.
23175         * modules/environ: New file.
23176         * lib/unistd.in.h (environ): New declaration.
23177         * m4/environ.m4: New file.
23178         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
23179         after use.
23180         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
23181         HAVE_DECL_ENVIRON.
23182         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
23183         HAVE_DECL_ENVIRON.
23184         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
23185         wrong claim that 'environ' is missing on some systems.
23186         * modules/execute (Depends-on): Add environ.
23187         * lib/execute.c (environ): Remove fallback declaration.
23188         * modules/pipe (Depends-on): Add environ.
23189         * lib/pipe.c (environ): Remove fallback declaration.
23190         * modules/setenv (Depends-on): Add environ.
23191         * lib/setenv.c (environ): Remove fallback declaration.
23192         * modules/unsetenv (Depends-on): Add environ.
23193         * lib/unsetenv.c (environ): Remove fallback declaration.
23194         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
23195         m4/environ.m4.
23196         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
23197         (gl_PREREQ_UNSETENV): Likewise.
23198
23199 2008-02-24  Bruno Haible  <bruno@clisp.org>
23200
23201         * doc/posix-functions/environ.texi: Document the MacOS X problem.
23202
23203 2008-02-20  Bob Proulx  <bob@proulx.com>
23204
23205         Enable use of older two part flavor 'git describe'.
23206         * build-aux/git-version-gen: If using the older two part flavor of
23207         git version then recreate the third part now present in the
23208         newer three part flavor of git describe.
23209
23210 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
23211
23212         * lib/fts.c (fts_build): Typo correction to comment.
23213
23214 2008-02-17  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
23217         generating no-op conflicts.
23218
23219 2008-02-17  Bruno Haible  <bruno@clisp.org>
23220
23221         Speed up by 10%.
23222         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
23223         result_entries, rather than an index-based loop.
23224
23225 2008-02-17  Bruno Haible  <bruno@clisp.org>
23226
23227         Speed up by 25%.
23228         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
23229         'hashcode_cached'.
23230         (entry_create): New function.
23231         (entry_hashcode): Use the cached hashcode if possible.
23232         (read_changelog_file, try_split_merged_entry): Use entry_create.
23233
23234 2008-02-17  Bruno Haible  <bruno@clisp.org>
23235
23236         Speed up from O(n^2) to O(n) for long ChangeLog files.
23237         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
23238         (read_changelog_file): Change implementation of entries_reversed list
23239         to rbtreehash.
23240         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
23241
23242 2008-02-17  Bruno Haible  <bruno@clisp.org>
23243
23244         New option --split-merged-entry.
23245         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
23246         (find_paragraph_end, try_split_merged_entry): New functions.
23247         (long_options): Add option --split-merged-entry.
23248         (usage): Document option --split-merged-entry.
23249         (main): Implement option --split-merged-entry.
23250         Reported by Eric Blake.
23251
23252 2008-02-17  Bruno Haible  <bruno@clisp.org>
23253
23254         * lib/git-merge-changelog.c: Include c-strstr.h.
23255         (main): Support the "git pull --rebase" situation.
23256         * modules/git-merge-changelog (Depends-on): Add c-strstr.
23257         Reported by Eric Blake.
23258
23259 2008-02-16  Eric Blake  <ebb9@byu.net>
23260
23261         Avoid doubling \ in common case of "c-maybe" quoting style.
23262         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
23263         eliding outer quotes.
23264         * lib/quotearg.h: Document this.
23265         * tests/test-quotearg.c (result_strings, inputs, results_g)
23266         (flag_results, locale_results): Test it by adding a new string to
23267         each test group.
23268         (compare_strings): Test new string.
23269
23270 2008-02-13  Eric Blake  <ebb9@byu.net>
23271
23272         Avoid trigraph quoting in default output.
23273         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
23274         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
23275         unless explicitly requested.
23276         * tests/test-quotearg.c (flag_results, main): Add additional tests.
23277
23278 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
23279
23280         Don't rely on signed integer overflowing to negative value.
23281         * lib/getugroups.c (getugroups): Include <limits.h>.
23282         Instead, compare against INT_MAX, and increment only if the test passes.
23283
23284 2008-02-13  Jim Meyering  <meyering@redhat.com>
23285         and Eric Blake  <ebb9@byu.net>
23286
23287         Avoid shadowing warning and compile errors on Linux.
23288         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
23289         forwarding macros on Linux.
23290         (dcgettext): Define a stub, for Linux.
23291         (results_g, main): Avoid warnings.
23292
23293 2008-02-12  Eric Blake  <ebb9@byu.net>
23294
23295         Silence warning in last patch.
23296         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
23297
23298         Quotearg part 4: add tests, fix c-maybe colon quoting.
23299         * lib/quotearg.h: Improve documentation.
23300         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
23301         escapes when adding outer quotes.  When quoting trigraphs, use
23302         valid C notation.  When quoting NUL, omit extra characters if next
23303         character is not digit.  Alter prototype.
23304         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
23305         callers.
23306         * modules/quotearg-tests: New module.
23307         * tests/test-quotearg.c: New test.
23308
23309 2008-02-07  Eric Blake  <ebb9@byu.net>
23310
23311         Quotearg part 3: add flag to control outer quote elision.
23312         * lib/quotearg.h (c_maybe_quoting_style): New style.
23313         (enum quoting_flags): Better documentation of flags.
23314         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
23315         c-maybe style.
23316         (quotearg_buffer_restyled): Handle new flag to elide outer
23317         quotes.
23318
23319         Quotearg part 2: add flag that can control NUL elision.
23320         * lib/quotearg.h (set_quoting_flags): New prototype.
23321         * lib/quotearg.c (struct quoting_options): Add flag field.
23322         (set_quoting_flags): New function.
23323         (quotearg_buffer_restyled): Add flags parameter.
23324         (quotearg_alloc_mem): Set the flag if length cannot be returned.
23325         (quotearg_n_options): Set the flag, since length cannot be
23326         returned.
23327         (quoting_options_from_style): Default flags correctly.
23328
23329         Quotearg part 1: more wrappers, restore quotearg_char state.
23330         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
23331         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
23332         (quotearg_colon_mem): New wrappers.
23333         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
23334         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
23335         functions.
23336         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
23337         (quotearg_colon_mem): New functions.
23338
23339 2008-02-11  Bruno Haible  <bruno@clisp.org>
23340
23341         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
23342         library in the current directory: it does not work with parallel make.
23343         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23344
23345 2008-02-11  Bruno Haible  <bruno@clisp.org>
23346
23347         * .gitattributes: New file.
23348
23349 2008-02-11  Jim Meyering  <meyering@redhat.com>
23350
23351         useless-if-before-free: Fix reversed exit values.
23352         * build-aux/useless-if-before-free: Use correct values
23353         for EXIT_MATCH and EXIT_NO_MATCH.
23354
23355         * build-aux/useless-if-before-free: Close stdout carefully.
23356
23357 2008-02-10  Bruno Haible  <bruno@clisp.org>
23358
23359         New module 'git-merge-changelog'.
23360         * modules/git-merge-changelog: New file.
23361         * lib/git-merge-changelog.c: New file.
23362
23363 2008-02-10  Jim Meyering  <meyering@redhat.com>
23364
23365         useless-if-before-free: New option: --list (-l).
23366
23367         useless-if-before-free: Don't exit immediately upon open failure.
23368         * build-aux/useless-if-before-free: Exit 2 for errors.
23369         Upon failure to open a file, don't exit immediately.
23370         Rather, just warn and continue with any remaining files.
23371
23372 2008-02-10  Bruno Haible  <bruno@clisp.org>
23373
23374         New abstract list operation 'node_set_value'.
23375         * lib/gl_list.h (gl_list_node_set_value): New function.
23376         (struct gl_list_implementation): New field node_set_value.
23377         * lib/gl_list.c (gl_list_node_set_value): New function.
23378         * lib/gl_array_list.c (gl_array_node_set_value): New function.
23379         (gl_array_list_implementation): Update.
23380         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
23381         (gl_carray_list_implementation): Update.
23382         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
23383         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23384         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23385         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
23386         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23387         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23388         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23389         Update.
23390         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23391         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
23392         (gl_sublist_list_implementation): Update.
23393
23394 2008-02-10  Bruno Haible  <bruno@clisp.org>
23395
23396         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
23397         Needed when ELEMENT is #defined to 'some_type *'.
23398
23399 2008-02-10  Jim Meyering  <meyering@redhat.com>
23400
23401         New script and module: useless-if-before-free
23402         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
23403         * build-aux/useless-if-before-free: New file.
23404         * modules/useless-if-before-free: New file.
23405
23406         * build-aux/gitlog-to-changelog: Use committer date, not author date.
23407
23408         xstrtol_error: Fix typo.
23409         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
23410         s/exit_failure/exit_status/.
23411
23412 2008-02-09  Jim Meyering  <meyering@redhat.com>
23413
23414         New script and module: gitlog-to-changelog
23415         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
23416         * modules/gitlog-to-changelog: New file.
23417         * build-aux/gitlog-to-changelog: New file.
23418
23419 2008-02-08  Jim Meyering  <meyering@redhat.com>
23420
23421         Avoid two "parameter unused" warnings.
23422         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
23423         Mark "st" as used.
23424
23425         Use "git COMMAND", not "git-COMMAND".
23426         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
23427         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
23428         * build-aux/git-version-gen: Use "git status", not "git-status".
23429
23430 2008-02-07  Bruno Haible  <bruno@clisp.org>
23431
23432         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
23433         Avoids a crash on Windows Vista.
23434         Reported by Adam Strzelecki <ono@java.pl> via
23435         Simon Josefsson <simon@josefsson.org>.
23436
23437 2008-02-06  Bruno Haible  <bruno@clisp.org>
23438
23439         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
23440         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
23441         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
23442         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
23443         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23444         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23445         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
23446         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
23447         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23448         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23449         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23450         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23451         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23452         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23453         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23454         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
23455         left-adjust flag.
23456         * tests/test-snprintf-posix.h (test_function): Likewise.
23457         * tests/test-sprintf-posix.h (test_function): Likewise.
23458         * tests/test-vasprintf-posix.c (test_function): Likewise.
23459         * doc/posix-functions/fprintf.texi: Update.
23460         * doc/posix-functions/printf.texi: Update.
23461         * doc/posix-functions/snprintf.texi: Update.
23462         * doc/posix-functions/sprintf.texi: Update.
23463         * doc/posix-functions/vfprintf.texi: Update.
23464         * doc/posix-functions/vprintf.texi: Update.
23465         * doc/posix-functions/vsnprintf.texi: Update.
23466         * doc/posix-functions/vsprintf.texi: Update.
23467         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23468
23469 2008-02-06  Bruno Haible  <bruno@clisp.org>
23470
23471         Fix bug introduced on 2008-01-26.
23472         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
23473
23474 2008-02-06  Bruno Haible  <bruno@clisp.org>
23475
23476         Fix bug introduced on 2007-06-10.
23477         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
23478         !NEED_PRINTF_FLAG_ZERO.
23479
23480 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
23481
23482         getloadavg: use libperfstat on AIX5
23483         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
23484
23485 2008-02-03  Bruno Haible  <bruno@clisp.org>
23486
23487         * lib/diffseq.h: Add comments about required #includes.
23488         Reported by Michael Biggs <gnulib@doubleplum.net>.
23489
23490 2008-02-01  Bruno Haible  <bruno@clisp.org>
23491
23492         * users.txt: Add gnuit.
23493
23494 2008-01-31  Bruno Haible  <bruno@clisp.org>
23495
23496         * lib/md4.c (set_uint32): Mark as inline.
23497         * lib/md5.c (set_uint32): Likewise.
23498         * lib/sha1.c (set_uint32): Likewise.
23499         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
23500         * m4/md5.m4 (gl_MD5): Likewise.
23501         * m4/sha1.m4 (gl_SHA1): Likewise.
23502
23503 2008-01-31  Jim Meyering  <meyering@redhat.com>
23504
23505         Use "sizeof VAR", rather than a literal "4".
23506         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
23507         * lib/md4.c (md4_read_ctx): Likewise.
23508         * lib/sha1.c (sha1_read_ctx): Likewise.
23509
23510 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23511
23512         * tests/test-sha1.c: New file, based on test-md5.c.
23513
23514         * modules/crypto/sha1-tests: New file.
23515
23516 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23517
23518         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
23519
23520 2008-01-31  Jim Meyering  <meyering@redhat.com>
23521
23522         Prefer "sizeof v" over the equivalent "4".
23523         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23524         * lib/md5.c (set_uint32): Likewise.
23525         * lib/sha1.c (set_uint32): Likewise.
23526
23527 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23528
23529         * lib/sha1.c (set_uint32): Mark function as static.
23530
23531 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23532
23533         md2: clarify comments to say that alignment is not required.
23534         * lib/md2.h: Remove warning about alignment in comment.
23535         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23536         never been required.
23537
23538 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23539
23540         md4: adapt alignment constraint fix from sha1.
23541         * lib/md4.c (set_uint32): New function, from sha1.c
23542         (md4_read_ctx): Use it.
23543         (md4_finish_ctx): Doc fix.
23544         * lib/md4.h: Doc fix.
23545
23546 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23547
23548         md5: adapt alignment constraint fix from sha1.
23549         * lib/md5.c (set_uint32): New function, from sha1.c
23550         (md5_read_ctx): Use it.
23551         (md5_finish_ctx): Doc fix.
23552         * lib/md5.h: Doc fix.
23553
23554 2008-01-30  Peter Palfrader  <weasel@debian.org>
23555
23556         sha1: remove the result buffer alignment constraint
23557         * lib/sha1.c (set_uint32): New function.
23558         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23559         constraint.
23560         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23561         * lib/sha1.h: Likewise.
23562
23563 2008-01-30  Andreas Schwab  <schwab@suse.de>
23564             Bruno Haible  <bruno@clisp.org>
23565
23566         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23567         correct definition of LDBL_MIN_EXP.
23568
23569 2008-01-30  Karl Berry  <karl@gnu.org>
23570
23571         * config/srclist-update: try to preserve x bit on updates.
23572         * config/srclistvars.sh: update for karl.
23573
23574 2008-01-29  Jim Meyering  <meyering@redhat.com>
23575
23576         vasnprintf.c: Avoid warning about unused label
23577         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23578         "overflow" label definition and associated code with the
23579         same cpp condition that guards the sole use of that label.
23580
23581 2008-01-26  Bruno Haible  <bruno@clisp.org>
23582
23583         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23584         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23585         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23586         * lib/isnanl-nolibm.h (isnanl): Likewise.
23587         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23588
23589 2008-01-26  Bruno Haible  <bruno@clisp.org>
23590
23591         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23592         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23593
23594 2008-01-26  Bruno Haible  <bruno@clisp.org>
23595
23596         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23597         GCC >= 4.0 built-in.
23598         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23599
23600 2008-01-26  Bruno Haible  <bruno@clisp.org>
23601
23602         Rename isnan, applicable to 'double' only, to isnand.
23603         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23604         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23605         (configure.ac): Update.
23606         (Include): Replace "isnan.h" with "isnand.h".
23607         * m4/isnand.m4: Renamed from m4/isnan.m4.
23608         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23609         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23610         instead of isnan.c.
23611         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23612         instead of HAVE_ISNAN_IN_LIBC.
23613         (isnand): Renamed from isnan.
23614         * lib/isnand.c: New file.
23615         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23616         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23617         (Makefile.am): Update.
23618         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23619         Include isnand.h instead of isnan.h.
23620         (main): Test isnand instead of isnan.
23621         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23622         isnan-nolibm.
23623         * modules/frexp (Depends-on): Likewise.
23624         * modules/frexp-tests (Depends-on): Likewise.
23625         * modules/frexp-nolibm (Depends-on): Likewise.
23626         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23627         * modules/isfinite (Depends-on): Likewise.
23628         * modules/round-tests (Depends-on): Likewise.
23629         * modules/signbit (Depends-on): Likewise.
23630         * modules/signbit-tests (Depends-on): Likewise.
23631         * modules/snprintf-posix (Depends-on): Likewise.
23632         * modules/sprintf-posix (Depends-on): Likewise.
23633         * modules/trunc-tests (Depends-on): Likewise.
23634         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23635         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23636         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23637         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23638         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23639         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23640         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23641         * modules/vasnprintf-posix (Depends-on): Likewise.
23642         * modules/vasprintf-posix (Depends-on): Likewise.
23643         * modules/vfprintf-posix (Depends-on): Likewise.
23644         * modules/vsnprintf-posix (Depends-on): Likewise.
23645         * modules/vsprintf-posix (Depends-on): Likewise.
23646         * lib/frexp.c: Include isnand.h instead of isnan.h.
23647         (ISNAN): Set to isnand instead of isnan.
23648         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23649         (gl_isfinited): Use isnand instead of isnan.
23650         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23651         (gl_signbitd): Use isnand instead of isnan.
23652         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23653         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23654         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23655         (main): Use isnand instead of isnan.
23656         * tests/test-round1.c: Include isnand.h.
23657         (main): Use isnand instead of isnan.
23658         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23659         (ISNAN): Set to isnand instead of isnan.
23660         * tests/test-trunc1.c: Include isnand.h.
23661         (main): Use isnand instead of isnan.
23662         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23663         (equal): Use isnand instead of isnan.
23664         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23665         isnand-nolibm.
23666         * NEWS: Mention the change.
23667
23668 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23669             Bruno Haible  <bruno@clisp.org>
23670
23671         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
23672         the GCC builtins for signbits are present and set
23673         REPLACE_SIGNBIT_USING_GCC if so.
23674         * lib/math.in.h (signbit): Define using GCC builtins if
23675         REPLACE_SIGNBIT_USING_GCC is set.
23676         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
23677         REPLACE_SIGNBIT_USING_GCC.
23678         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
23679
23680 2008-01-25  Jim Meyering  <meyering@redhat.com>
23681
23682         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
23683         * lib/poll.c: Include <config.h>, not "config.h".
23684         * tests/test-getaddrinfo.c: Likewise.
23685
23686 2008-01-25  Simon Josefsson  <simon@josefsson.org>
23687
23688         * modules/sockets-tests: New file.
23689
23690 2008-01-24  Simon Josefsson  <simon@josefsson.org>
23691
23692         * modules/sockets: New module, can be used to call WSA_Startup and
23693         WSA_Cleanup when needed.
23694
23695         * lib/sockets.h, lib/sockets.c: New files.
23696
23697         * m4/sockets.m4: New file.
23698
23699         * tests/test-sockets.c: New file.
23700
23701 2008-01-19  Bruno Haible  <bruno@clisp.org>
23702
23703         * doc/posix-headers: Renamed from doc/headers.
23704         * doc/posix-functions: Renamed from doc/functions.
23705         * doc/gnulib.texi: Update.
23706
23707 2008-01-19  Bruno Haible  <bruno@clisp.org>
23708
23709         * doc/glibc-functions/strcasestr.texi: Include contents of
23710         doc/functions/strcasestr.texi, fixing the list of platforms.
23711         * doc/functions/strcasestr.texi: Remove file.
23712
23713 2008-01-19  Bruno Haible  <bruno@clisp.org>
23714
23715         * doc/glibc-functions/memmem.texi: Include contents of
23716         doc/functions/memmem.texi.
23717         * doc/functions/memmem.texi: Remove file.
23718
23719 2008-01-18  Bruno Haible  <bruno@clisp.org>
23720
23721         * doc/glibc-functions/*.texi: New files.
23722         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
23723         to use the new files.
23724
23725 2008-01-17  Bruno Haible  <bruno@clisp.org>
23726
23727         * tests/test-gethostname.c (main): Fix printf statement.
23728
23729 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23730
23731         * modules/gethostname-tests: New file.
23732
23733         * tests/test-gethostname.c: New file.
23734
23735 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23736
23737         * lib/gethostname.c: Include string.h unconditionally, strncpy is
23738         used by the UNAME case.  Reported by Bruno Haible
23739         <bruno@clisp.org>.
23740
23741 2008-01-17  Eric Blake  <ebb9@byu.net>
23742
23743         Convert c-strcasestr to be more efficient.
23744         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
23745         (Depends-on): Add c-strcase, remove malloca, strnlen.
23746         * tests/test-c-strcasestr.c (main): Enhance test.
23747         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
23748
23749 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23750
23751         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
23752         Use it in creating po/Makevars.
23753
23754 2008-01-15  Simon Josefsson  <simon@josefsson.org>
23755
23756         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
23757         Applications that requires it should initialize libgcrypt
23758         manually.
23759
23760 2008-01-16  Simon Josefsson  <simon@josefsson.org>
23761
23762         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
23763
23764 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         Fix problem with getdate on mingw32 reported by Simon Josefsson
23767         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
23768         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
23769         tzname", when deciding whether to declare tzname.
23770         * lib/strftime.c (tzname): Likewise.
23771
23772 2008-01-15  Bruno Haible  <bruno@clisp.org>
23773
23774         Work around a MacOS X 10.5 bug in frexpl().
23775         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
23776         * doc/functions/frexpl.texi: Document the bug.
23777         Reported by Elias Pipping <pipping@gentoo.org>.
23778
23779 2008-01-14  Eric Blake  <ebb9@byu.net>
23780
23781         Touch up previous patch.
23782         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
23783         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
23784
23785         Convert strcasestr module to use Two-Way algorithm.
23786         * modules/strcasestr-simple: New module, based on the old
23787         strcasestr, but with Two-Way rather than KMP.
23788         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
23789         * lib/string.in.h (rpl_strcasestr): Declare.
23790         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
23791         performance.
23792         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
23793         * modules/string (Makefile.am): Support strcasestr.
23794         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
23795         * modules/strcasestr-tests (Depends-on): Check for alarm.
23796         * tests/test-strcasestr.c: Augment test.
23797         * lib/str-two-way.h: Clean up stray macro.
23798         * NEWS: Document new module.
23799         * MODULES.html.sh (string handling): Likewise.
23800         * doc/functions/strcasestr.texi: New file.
23801         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
23802         here, since it is not a POSIX function.
23803
23804 2008-01-14  Colin Watson  <cjwatson@debian.org>
23805             Bruno Haible  <bruno@clisp.org>
23806
23807         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
23808         works fine; if not, set REPLACE_STRSIGNAL.
23809         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
23810         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23811         REPLACE_STRSIGNAL.
23812         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
23813         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
23814         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
23815
23816 2008-01-14  Bruno Haible  <bruno@clisp.org>
23817
23818         * modules/strsignal (Include): Change to <string.h>.
23819
23820 2008-01-14  Colin Watson  <cjwatson@debian.org>
23821
23822         * modules/argp (Notice): Add a notice recommending to change
23823         XGETTEXT_OPTIONS.
23824         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
23825
23826 2008-01-13  Colin Watson  <cjwatson@debian.org>
23827
23828         * modules/strsignal-tests: New file.
23829         * tests/test-strsignal.c: New file.
23830
23831         * lib/strsignal.c: New file, from glibc with modifications.
23832         * lib/siglist.h: New file, from glibc with modifications.
23833         * lib/string.in.h (strsignal): New declaration.
23834         * m4/strsignal.m4: New file.
23835         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23836         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
23837         * modules/strsignal: New file.
23838         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
23839         HAVE_DECL_STRSIGNAL.
23840
23841 2008-01-13  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
23844         locale encoding is not ASCII. Needed for OpenBSD 4.0.
23845         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23846         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23847
23848 2008-01-13  Bruno Haible  <bruno@clisp.org>
23849
23850         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
23851         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
23852         * lib/argp.h (__attribute__): Likewise.
23853         * lib/c-stack.c (__attribute__): Likewise.
23854         * lib/error.h (__attribute__): Likewise.
23855         * lib/fts.c (__attribute__): Likewise.
23856         * lib/openat.h (__attribute__): Likewise.
23857         * lib/stdio.in.h (__attribute__): Likewise.
23858         * lib/string.in.h (__attribute__): Likewise.
23859         * lib/utimens.c (__attribute__): Likewise.
23860         * lib/vasnprintf.h (__attribute__): Likewise.
23861         * lib/xalloc.h (__attribute__): Likewise.
23862         * lib/xprintf.h (__attribute__): Likewise.
23863         * lib/xstrtol.h (__attribute__): Likewise.
23864         * lib/xvasprintf.h (__attribute__): Likewise.
23865
23866 2008-01-12  Bruno Haible  <bruno@clisp.org>
23867
23868         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
23869         * doc/glibc-headers/a.out.texi: New file.
23870         * doc/glibc-headers/aliases.texi: New file.
23871         * doc/glibc-headers/alloca.texi: New file.
23872         * doc/glibc-headers/ar.texi: New file.
23873         * doc/glibc-headers/argp.texi: New file.
23874         * doc/glibc-headers/argz.texi: New file.
23875         * doc/glibc-headers/byteswap.texi: New file.
23876         * doc/glibc-headers/crypt.texi: New file.
23877         * doc/glibc-headers/endian.texi: New file.
23878         * doc/glibc-headers/envz.texi: New file.
23879         * doc/glibc-headers/err.texi: New file.
23880         * doc/glibc-headers/error.texi: New file.
23881         * doc/glibc-headers/execinfo.texi: New file.
23882         * doc/glibc-headers/fpu_control.texi: New file.
23883         * doc/glibc-headers/fstab.texi: New file.
23884         * doc/glibc-headers/fts.texi: New file.
23885         * doc/glibc-headers/getopt.texi: New file.
23886         * doc/glibc-headers/ieee754.texi: New file.
23887         * doc/glibc-headers/ifaddrs.texi: New file.
23888         * doc/glibc-headers/libintl.texi: New file.
23889         * doc/glibc-headers/mcheck.texi: New file.
23890         * doc/glibc-headers/mntent.texi: New file.
23891         * doc/glibc-headers/obstack.texi: New file.
23892         * doc/glibc-headers/paths.texi: New file.
23893         * doc/glibc-headers/printf.texi: New file.
23894         * doc/glibc-headers/pty.texi: New file.
23895         * doc/glibc-headers/resolv.texi: New file.
23896         * doc/glibc-headers/shadow.texi: New file.
23897         * doc/glibc-headers/sysexits.texi: New file.
23898         * doc/glibc-headers/ttyent.texi: New file.
23899
23900 2008-01-12  Jim Meyering  <meyering@redhat.com>
23901
23902         announce-gen: emit Gnulib's git-based version string.
23903         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
23904         New option --gnulib-version=V, where V is expected to be
23905         the output of running git describe in the gnulib directory.
23906         (get_tool_versions): Request feedback on xdelta.  I suspect it's
23907         not useful, and plan to stop publishing an xdelta file with each
23908         coreutils release.
23909
23910         * build-aux/announce-gen: Also check for lzma-compressed files.
23911
23912 2008-01-11  Bruno Haible  <bruno@clisp.org>
23913
23914         * tests/test-memmem.c (main): Increase maximum allowed time.
23915         * tests/test-strstr.c (main): Likewise.
23916
23917 2008-01-11  Bruno Haible  <bruno@clisp.org>
23918
23919         * doc/functions/memmem.texi: Add more precisions about platforms.
23920         * doc/functions/strstr.texi: Likewise.
23921
23922 2008-01-10  Eric Blake  <ebb9@byu.net>
23923
23924         * m4/strstr.m4: Delete cruft from copy-n-paste.
23925         Reported by Bruno Haible.
23926
23927 2008-01-10  Bruno Haible  <bruno@clisp.org>
23928
23929         Make c-strstr rely on strstr.
23930         * lib/c-strstr.c: Don't include str-kmp.h.
23931         (c_strstr): Define in terms of strstr.
23932         * modules/c-strstr (Files): Remove lib/str-kmp.h.
23933         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
23934
23935 2008-01-10  Bruno Haible  <bruno@clisp.org>
23936
23937         * doc/gnulib.texi (String Functions in C Locale): New section.
23938         * doc/c-ctype.texi: New file.
23939         * doc/c-strcase.texi: New file.
23940         * doc/c-strcaseeq.texi: New file.
23941         * doc/c-strcasestr.texi: New file.
23942         * doc/c-strstr.texi: New file.
23943         * doc/c-strtod.texi: New file.
23944         * doc/c-strtold.texi: New file.
23945
23946 2008-01-10  Eric Blake  <ebb9@byu.net>
23947
23948         * lib/relocatable.h: Fix a comment.
23949
23950 2008-01-10  Eric Blake  <ebb9@byu.net>
23951
23952         Share two-way algorithm.
23953         * lib/str-two-way.h: New file, merged from...
23954         * lib/memmem.c: ...here...
23955         * lib/strstr.c: ...and here.
23956         * modules/memmem (Files): Use it.
23957         * modules/strstr (Files): Likewise.
23958
23959         Avoid quadratic strstr implementations.
23960         * lib/strstr.c: New file.
23961         * m4/strstr.m4: Likewise.
23962         * modules/strstr: Likewise.
23963         * modules/strstr-tests: Likewise.
23964         * tests/test-strstr.c: Likewise.
23965         * lib/string.in.h (rpl_strstr): Declare.
23966         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
23967         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
23968         * modules/string (Makefile.am): Likewise.
23969         * MODULES.html.sh (string handling): Mention new module.
23970         * doc/functions/strstr.texi (strstr): Document the bug.
23971
23972 2008-01-10  Bruno Haible  <bruno@clisp.org>
23973
23974         * lib/relocatable.h (relocate): State whether result is freshly
23975         allocated or not.
23976         * lib/relocatable.c (relocate): Return a freshly allocated string
23977         instead of a pointer to a privately held string.
23978         Reported by Sylvain Beucler <beuc@gnu.org>.
23979
23980 2008-01-10  Colin Watson  <cjwatson@debian.org>
23981
23982         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
23983         s/S_ISNLK/S_ISLNK/.
23984
23985 2008-01-09  Bruno Haible  <bruno@clisp.org>
23986
23987         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
23988         and other files.
23989         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
23990         if it's only a guess.
23991         * modules/memmem: Simplify by depending on memmem-simple.
23992
23993 2008-01-09  Bruno Haible  <bruno@clisp.org>
23994
23995         Work around OpenBSD 4.0 tdelete() bug.
23996         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
23997         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
23998         macros and don't redefine the enum values.
23999         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
24000         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
24001         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
24002
24003 2008-01-09  Bruno Haible  <bruno@clisp.org>
24004
24005         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
24006         (main): Don't perform the tests if setlocale did not install a UTF-8
24007         locale. Needed on OpenBSD 4.0.
24008         * modules/wcwidth-tests (Depends-on): Add localcharset.
24009
24010 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24011
24012         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
24013         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
24014         * NEWS: announce this.
24015         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
24016
24017 2008-01-09  Simon Josefsson  <simon@josefsson.org>
24018         and Eric Blake  <ebb9@byu.net>
24019
24020         Add memmem-simple module.
24021         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
24022         (gl_FUNC_MEMMEM): Separate performance from presence checks.
24023         * modules/memmem-simple: New file.
24024         * modules/memmem (Description): Tweak.
24025         * MODULES.html.sh (string handling): Mention new module.
24026         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
24027         addressed by memmem-simple.
24028         * NEWS: Document the difference.
24029
24030 2008-01-09  Eric Blake  <ebb9@byu.net>
24031
24032         Give gcc some memmem optimization hints.
24033         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
24034         (strcasestr): Declare as pure.
24035         * modules/memmem (Maintainer): Claim my implementation.
24036
24037 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24038
24039         Support AIX 6.1 and higher.
24040         * build-aux/config.libpath: Likewise.
24041         * build-aux/config.rpath: Likewise.
24042
24043 2008-01-08  Jim Meyering  <meyering@redhat.com>
24044             Bruno Haible  <bruno@clisp.org>
24045
24046         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
24047         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
24048         Reported by Peter Fales in
24049         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
24050
24051 2008-01-08  Bruno Haible  <bruno@clisp.org>
24052
24053         * modules/unictype/category-of (Depends-on): Add
24054         unictype/category-none.
24055         * modules/unictype/category-and-tests (Depends-on): Add
24056         unictype/category-{L,N,Lu,Nd}.
24057         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
24058         * modules/unictype/category-or-tests (Depends-on): Add
24059         unictype/category-{L,N}.
24060         * modules/unictype/category-name-tests (Depends-on): Add
24061         unictype/category-{Z,Nl}.
24062         Reported by Simon Josefsson.
24063
24064 2008-01-08  Bruno Haible  <bruno@clisp.org>
24065
24066         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
24067         convention better.
24068         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
24069         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
24070         Reported by Peter Miller <millerp@canb.auug.org.au>.
24071
24072 2008-01-08  Eric Blake  <ebb9@byu.net>
24073
24074         Rewrite memmem to guarantee linear complexity without malloc.
24075         * lib/memmem.c (memmem): Use Two-Way rather than
24076         Knuth-Morris-Pratt, to allow O(1) space usage.
24077         (critical_factorization, two_way_short_needle)
24078         (two_way_long_needle): New functions.
24079         (knuth_morris_pratt): Delete.
24080         * modules/memmem (Depends-on): No longer need malloca or stdbool.
24081         Add stdint.
24082         * tests/test-memmem.c (main): Add tests for periodic needle and
24083         sublinear performance.
24084         * doc/functions/memmem.texi (memmem): Document other deficiencies
24085         in cygwin and older glibc.
24086
24087 2008-01-08  Bruno Haible  <bruno@clisp.org>
24088
24089         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
24090         augmentation.
24091
24092 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
24093
24094         Add a configure time option: --disable-acl.
24095         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
24096         AC_ARG_ENABLE(acl).
24097
24098 2008-01-06  Simon Josefsson  <simon@josefsson.org>
24099
24100         * tests/test-localename.c: Don't include obsolete "setenv.h".
24101
24102         * modules/localename-tests (Depends-on): Need unsetenv.
24103
24104 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24105
24106         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
24107
24108 2008-01-06  Colin Watson  <cjwatson@debian.org>
24109
24110         * users.txt: Add man-db.
24111
24112 2008-01-07  Bruno Haible  <bruno@clisp.org>
24113
24114         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
24115         previous section name.
24116
24117 2008-01-07  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/progname.c (set_program_name): Don't strip off a leading
24120         "lt-" prefix outside a .libs directory.
24121         Suggested by Paul Eggert.
24122
24123 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
24124             Bruno Haible  <bruno@clisp.org>
24125
24126         Improve memory cleanup in 'relocatable' module.
24127         * lib/relocatable.h (compute_curr_prefix): Change return type to
24128         'char *'.
24129         * lib/relocatable.c (compute_curr_prefix): Change return type to
24130         'char *'. Free curr_installdir after use.
24131         (relocate): Free curr_prefix_better after use.
24132         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
24133
24134 2008-01-01  Bruno Haible  <bruno@clisp.org>
24135
24136         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
24137         failure on older glibc systems.
24138         Reported by Peter Fales <psfales@alcatel-lucent.com>.
24139
24140 2008-01-05  Eric Blake  <ebb9@byu.net>
24141
24142         Avoid quadratic system memmem.
24143         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
24144         Reported by Ralf Wildenhues.
24145
24146         Fix memmem test for mingw.
24147         * modules/memmem-tests (configure.ac): Check for alarm.
24148         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
24149         it.
24150         * doc/functions/memmem.texi: New file.
24151         * doc/gnulib.texi (Function Substitutes): Add memmem.
24152         Reported by Bruno Haible.
24153
24154 2008-01-04  Bruno Haible  <bruno@clisp.org>
24155
24156         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
24157         Require gl_HEADER_STRINGS_H_DEFAULTS, not
24158         gl_HEADER_STRING_H_DEFAULTS.
24159
24160 2008-01-04  Eric Blake  <ebb9@byu.net>
24161
24162         Shorten duration of memmem test.
24163         * tests/test-memmem.c (main): Use alarm to declare failure if test
24164         is taking too long.
24165         Reported by Ralf Wildenhues.
24166
24167 2007-12-21  Simon Josefsson  <simon@josefsson.org>
24168
24169         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
24170         string, needed by strerror.
24171
24172 2008-01-03  Colin Watson  <cjwatson@debian.org>
24173             Bruno Haible  <bruno@clisp.org>
24174
24175         * doc/gnulib-tool.texi (Localization): New section.
24176
24177 2008-01-02  Bruno Haible  <bruno@clisp.org>
24178
24179         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
24180         variables to 'unsigned char *' type.
24181         Reported by Paul Eggert.
24182
24183 2008-01-02  Jim Meyering  <jim@meyering.net>
24184
24185         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
24186
24187 2007-12-31  Jim Meyering  <jim@meyering.net>
24188
24189         Avoid use of private FTS type name.
24190         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
24191
24192 2007-12-30  Karl Berry  <karl@gnu.org>
24193
24194         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
24195         work around defect in Texinfo and/or the standalone Info browser.
24196
24197 2007-12-30  Bruno Haible  <bruno@clisp.org>
24198
24199         Unify 5 copies of the KMP code.
24200         * lib/str-kmp.h: New file.
24201         * lib/c-strcasestr.c: Include str-kmp.h.
24202         (knuth_morris_pratt): Remove function.
24203         (c_strcasestr): Update.
24204         * lib/c-strstr.c: Include str-kmp.h.
24205         (knuth_morris_pratt): Remove function.
24206         (c_strcasestr): Update.
24207         * lib/mbscasestr.c: Include str-kmp.h.
24208         (knuth_morris_pratt_unibyte): Remove function.
24209         * lib/mbsstr.c: Include str-kmp.h.
24210         (knuth_morris_pratt_unibyte): Remove function.
24211         * lib/strcasestr.c: Include str-kmp.h.
24212         (knuth_morris_pratt): Remove function.
24213         (strcasestr): Update.
24214         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
24215         * modules/c-strstr (Files): Likewise.
24216         * modules/mbscasestr (Files): Likewise.
24217         * modules/mbsstr (Files): Likewise.
24218         * modules/strcasestr (Files): Likewise.
24219         Suggested by Paul Eggert.
24220
24221 2007-12-30  Bruno Haible  <bruno@clisp.org>
24222
24223         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
24224         defined.
24225
24226 2007-12-30  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/xmalloca.h: Include xalloc.h.
24229         (xnmalloca): New macro.
24230
24231 2007-12-30  Bruno Haible  <bruno@clisp.org>
24232
24233         * lib/malloca.h (nmalloca): New macro.
24234         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
24235         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
24236         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
24237         knuth_morris_pratt_multibyte): Likewise.
24238         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
24239         knuth_morris_pratt_multibyte): Likewise.
24240         * lib/memmem.c (knuth_morris_pratt): Likewise.
24241         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
24242
24243 2007-12-25  Bruno Haible  <bruno@clisp.org>
24244
24245         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
24246         * lib/glob.c: Don't include openat.h.
24247         (link_exists2_p): Add back the code that deals with the
24248         !GLOB_ALTDIRFUNC case.
24249         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
24250         let it do the filename concatenation.
24251         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
24252         * modules/glob (Depends-on): Remove openat.
24253
24254 2007-12-31  Bruno Haible  <bruno@clisp.org>
24255
24256         * modules/dirfd (License): Change to LGPLv2+.
24257         Approved by Jim Meyering.
24258
24259 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
24262         when multiplying M by sizeof (size_t).
24263
24264 2007-12-10  Martin Lambers  <marlam@marlam.de>
24265
24266         Override getpagesize on mingw.
24267         * lib/getpagesize.c: New file.
24268         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
24269         * modules/getpagesize (Files): Add lib/getpagesize.c.
24270         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
24271         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
24272         REPLACE_GETPAGESIZE.
24273         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
24274
24275 2007-12-25  Bruno Haible  <bruno@clisp.org>
24276
24277         * modules/localcharset (Notice): New field.
24278         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
24279         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
24280
24281 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24282             Bruno Haible  <bruno@clisp.org>
24283
24284         Avoid using the syntax symbol() in formatted documentation.
24285         * MODULES.html.sh (func_module): When replacing symbol() with a
24286         hyperlink, remove the parentheses. Show an error if some remain.
24287         Recognize and render the '...' syntax.
24288         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
24289         Rework. Add paragraph about GCC's inlining.
24290         * doc/alloca.texi: Likewise.
24291         * doc/error.texi: Remove parentheses from symbol reference.
24292         * doc/gnulib-intro.texi: Likewise.
24293         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
24294         * modules/fnmatch (Description): Reword to say "the ... function".
24295         * modules/full-read (Description): Likewise.
24296         * modules/full-write (Description): Likewise.
24297         * modules/safe-read (Description): Likewise.
24298         * modules/safe-write (Description): Likewise.
24299         * modules/strchrnul (Description): Likewise.
24300         * modules/trim (Description): Likewise.
24301         * modules/error (Description): Remove parentheses from symbol
24302         references.
24303         * modules/verror (Description): Likewise.
24304         Reported by Karl Berry.
24305
24306 2007-12-25  Bruno Haible  <bruno@clisp.org>
24307
24308         Fixup after 2007-10-16 commit.
24309         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
24310
24311 2007-12-24  Bruno Haible  <bruno@clisp.org>
24312
24313         Make --enable-relocatable work with DESTDIR.
24314         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
24315         to compute installdir from destprog.
24316         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
24317         also set the RELOC_DESTDIR variable.
24318         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24319
24320 2007-12-24  Bruno Haible  <bruno@clisp.org>
24321
24322         Fix link error due to xalloc_die().
24323         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
24324         of xreadlink.
24325         * lib/relocwrapper.c: Update comments.
24326         * build-aux/install-reloc: Remove xreadlink.c from file list.
24327         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
24328         xreadlink.c.
24329         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24330
24331 2007-12-24  Bruno Haible  <bruno@clisp.org>
24332
24333         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
24334         * lib/setenv.h: Remove file.
24335         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
24336         lib/setenv.h.
24337         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
24338         (Depends-on): Add stdlib.
24339         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
24340         gl_FUNC_UNSETENV.
24341         (Include): Replace setenv.h with <stdlib.h>.
24342         * modules/unsetenv: New file.
24343         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
24344         * lib/unsetenv.c: Include <stdlib.h> first.
24345         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
24346         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
24347         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
24348         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
24349         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
24350         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24351         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
24352         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24353         * doc/functions/unsetenv.texi: Update.
24354         * modules/xsetenv (Depends-on): Add unsetenv.
24355         * modules/getdate (Depends-on): Likewise.
24356         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
24357         * lib/xsetenv.c: Don't include setenv.h.
24358         * lib/getdate.y: Likewise.
24359         * lib/relocwrapper.c: Likewise.
24360         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
24361         (Depends-on): Add stdlib.
24362         * NEWS: Mention the changes.
24363         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24364
24365 2007-12-23  Bruno Haible  <bruno@clisp.org>
24366
24367         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24368         indentation.
24369
24370 2007-12-23  Bruno Haible  <bruno@clisp.org>
24371
24372         * lib/c-strcasestr.c: Add more comments.
24373         * lib/c-strstr.c: Likewise.
24374         * lib/mbscasestr.c: Likewise.
24375         * lib/mbsstr.c: Likewise.
24376         * lib/strcasestr.c: Likewise.
24377         * lib/memmem.c: Likewise.
24378
24379 2007-12-23  Bruno Haible  <bruno@clisp.org>
24380
24381         * tests/test-memmem.c: Include <string.h> first.
24382
24383 2007-12-22  Bruno Haible  <bruno@clisp.org>
24384
24385         * gnulib-tool (func_create_testdir): Change $auxdir while generating
24386         the contents of $testsbase.
24387         Reported by Ralf Wildenhues.
24388
24389 2007-12-22  Bruno Haible  <bruno@clisp.org>
24390
24391         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
24392         two variables local_ldadd_before, local_ldadd_last.
24393
24394 2007-12-20  Eric Blake  <ebb9@byu.net>
24395
24396         Work around circular library issue when cross-compiling.
24397         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
24398         that progname.o does not need to pull in rpl_memcmp.
24399
24400 2007-12-19  Eric Blake  <ebb9@byu.net>
24401
24402         Fix memmem to avoid O(n^2) worst-case complexity.
24403         * lib/memmem.c (knuth_morris_pratt): New function.
24404         (memmem): Use it if first few naive iterations fail.
24405         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
24406         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
24407         * modules/memchr (License): Likewise.
24408         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
24409         malloca.
24410         * tests/test-memmem.c: Rewrite, borrowing ideas from
24411         test-mbsstr1.c; the old version wouldn't even compile!
24412         * modules/memmem-tests: New file.
24413         * lib/string.in.h (rpl_memmem): Add declaration.
24414         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
24415         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
24416         REPLACE_MEMMEM.
24417
24418 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24419
24420         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
24421         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
24422         before any system include files, and undef after them all.  This
24423         should fix a problem on VMS reported by John E. Malmberg in
24424         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
24425
24426 2007-12-17  Eric Blake  <ebb9@byu.net>
24427
24428         Revert addition of verify, for BSD/OS.
24429         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
24430         can't handle large files, for the sake of obsolete platforms.
24431         * modules/fseeko (Depends-on): Remove verify.
24432         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
24433         * doc/functions/ftello.texi (ftello): Likewise.
24434         * doc/functions/fgetpos.texi (fgetpos): Likewise.
24435         Reported by Larry Jones.
24436
24437 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
24438
24439         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
24440         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
24441
24442 2007-12-17  Jim Meyering  <meyering@redhat.com>
24443
24444         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
24445         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
24446         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
24447         * modules/getcwd (Depends-on): Add openat.
24448         Reported by Petr Salinger.
24449
24450 2007-12-17  Bruno Haible  <bruno@clisp.org>
24451
24452         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
24453         avoid a segmentation fault of the configure test on x86_64 systems.
24454
24455 2007-12-15  Jim Meyering  <meyering@redhat.com>
24456
24457         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
24458
24459 2007-12-13  Eric Blake  <ebb9@byu.net>
24460
24461         Another fseek test.
24462         * tests/test-fseek.c (main): Also test ungetc handling.
24463         * tests/test-fseeko.c (main): Likewise.
24464         * modules/fseeko (Depends-on): Add verify.
24465         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
24466         large.
24467         Reported by Larry Jones.
24468
24469         Fix fseeko on mingw.
24470         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
24471         seek.
24472
24473         Beef up fseek tests.
24474         * tests/test-fseek.c (main): Also test eof handling.
24475         * tests/test-fseeko.c (main): Likewise.
24476         Reported by Larry Jones.
24477
24478 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
24479
24480         Fix fseeko on BSD-based platforms.
24481         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
24482         successful seek.
24483
24484 2007-12-12  Eric Blake  <ebb9@byu.net>
24485
24486         Allow circular dependency of separate libtests.a
24487         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
24488         when use_libtests.
24489
24490 2007-12-11  Eric Blake  <ebb9@byu.net>
24491
24492         Fix bug with -0.0L in previous patch.
24493         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
24494         * tests/test-isnan.c (main): Also test on zeroes.
24495         * tests/test-isnanf.c (main): Likewise.
24496         * tests/test-isnanl.h (main): Likewise.
24497
24498         Detect pseudo-denormals on x86 even when cross-compiling.
24499         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
24500         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
24501         invalid bit patterns that happen to satisfy ==.
24502
24503         Avoid link failures with separate libtests.a.
24504         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
24505         last, to satisfy circular dependencies.
24506
24507 2007-12-11  Eric Blake  <ebb9@byu.net>
24508         and Bruno Haible  <bruno@clisp.org>
24509
24510         Fix OpenBSD 4.0 <float.h> handling of long double.
24511         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
24512         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
24513         * doc/headers/float.texi (float.h): Document OpenBSD bug.
24514
24515 2007-12-11  Jim Meyering  <meyering@redhat.com>
24516
24517         * users.txt: Add libvirt.
24518
24519         Support versions of autoconf prior to 2.59c.
24520         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
24521         if it is not already defined.
24522
24523 2007-12-09  Bruno Haible  <bruno@clisp.org>
24524
24525         Let 'gnulib-tool --import' collect sources needed for the tests in
24526         tests/ rather than in lib/.
24527         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24528         argument. If true, add rules to generate libtests.a, and put libtests.a
24529         into $(LDADD). Consider source files in subdirectories and set
24530         uses_subdirs.
24531         (func_emit_initmacro_start, func_emit_initmacro_end,
24532         func_emit_initmacro_done): Pass all arguments explicitly.
24533         (func_import): Determine two module lists main_modules,
24534         testsrelated_modules. Determine use_libtests. Determine two variables
24535         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24536         instead of just sed_transform_lib_file. Determine two variables
24537         main_files and testsrelated_files. Compute 'files' as the union of
24538         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24539         func_add_or_update. In the generated gnulib-comp.m4, collect the
24540         object files for tests/ in different variables than those for lib/.
24541         Substitute LIBTESTS_LIBDEPS.
24542         (func_create_testdir): Combine the uses_subdirs results from
24543         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24544
24545 2007-12-09  Bruno Haible  <bruno@clisp.org>
24546
24547         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24548         the build-aux directory.
24549
24550 2007-12-09  Bruno Haible  <bruno@clisp.org>
24551
24552         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24553         introduced on 2006-09-09.
24554
24555 2007-12-07  Jim Meyering  <meyering@redhat.com>
24556
24557         Let these macros work also with autoconf-2.59.
24558         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24559         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24560         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24561
24562 2007-12-06  Jim Meyering  <meyering@redhat.com>
24563
24564         Avoid a configure-time syntax error in gl_FUNC_ACL.
24565         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24566         function in each branch, before testing the cache variable.
24567
24568 2007-12-04  Eric Blake  <ebb9@byu.net>
24569
24570         Make scripts executable.
24571         * build-aux/config.guess: Add execute permissions.
24572         * build-aux/config.sub: Likewise.
24573         * build-aux/gendocs.sh: Likewise.
24574
24575         Fix frexp on mingw.
24576         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24577         cross-compiling.
24578         * doc/functions/frexp.texi (frexp): Document the bug.
24579
24580         Make cygwin fseeko check more reliable.
24581         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24582         version numbers, rather than unrelated feature check.
24583         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24584         * doc/functions/ftello.texi (ftello): Likewise.
24585         Reported by Bruno Haible.
24586
24587         * m4/strerror.m4: Bump version number.
24588
24589 2007-12-03  Bruno Haible  <bruno@clisp.org>
24590
24591         * doc/functions/mprotect.texi: Mention the mingw problem.
24592
24593 2007-12-03  Eric Blake  <ebb9@byu.net>
24594
24595         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24596         REPLACE_STRERROR is initialized before this macro.
24597
24598 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24599
24600         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24601         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24602         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24603         put -lsec in even for programs other than 'ls'.  This fixes a problem
24604         for gettext reported by Bruno Haible in
24605         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24606         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24607         Add support for Solaris 10.  This isn't efficient, but should get the
24608         job done for now.
24609
24610 2007-12-03  James Youngman  <jay@gnu.org>
24611
24612         * doc/regexprops-generic.texi: change "an close-group" to "a
24613         close-group" and "illegal" to "not allowed".
24614
24615 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24616
24617         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24618         pr_byname.h. Needed for the rare case when the maintainer has done
24619         "make maintainer-clean" in the source directory and then attempts a
24620         build outside the source directory.
24621         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24622         scripts_byname.h.
24623
24624 2007-12-02  Martin Lambers <marlam@marlam.de>
24625             Bruno Haible  <bruno@clisp.org>
24626
24627         * lib/getpagesize.h: Remove file.
24628         * lib/unistd.in.h: Include declaration of getpagesize here.
24629         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24630         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24631         HAVE_SYS_PARAM_H.
24632         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24633         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24634         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24635         (Depends-on): Add unistd.
24636         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24637         (Include): Use <unistd.h> instead of getpagesize.h.
24638         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24639         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24640         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24641         gl_GETPAGESIZE invocation, already handled by module dependency.
24642         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24643
24644 2007-12-02  Bruno Haible  <bruno@clisp.org>
24645
24646         * modules/strings-tests: New file.
24647         * tests/test-strings.c: New file.
24648
24649         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24650         * lib/strings.in.h: New file.
24651         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24652         * m4/strings_h.m4: New file.
24653         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24654         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24655         * modules/strings: New file.
24656         * modules/string (Makefile.am): Update.
24657         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24658         Reported by Karl Berry.
24659
24660 2007-12-01  Eric Blake  <ebb9@byu.net>
24661
24662         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24663         accomodate fix in cygwin 1.5.25.
24664
24665 2007-12-01  Jim Meyering  <meyering@redhat.com>
24666
24667         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24668         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24669         that would inhibit utf8-optimization of a regexp containing line-
24670         or buffer-anchors, e.g., `^', `$'.
24671
24672 2007-11-30  Bruno Haible  <bruno@clisp.org>
24673
24674         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
24675         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
24676         glthread_recursive_lock_init.
24677         * lib/lock.c (glthread_recursive_lock_init)
24678         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
24679         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24680
24681 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
24682
24683         New function qset_acl, like set_acl but with syscall semantics.
24684         * lib/acl.h (qset_acl): New decl.
24685         * lib/acl.c (qset_acl): New function.
24686         (set_acl): Use new function.  Use more-consistent diagnostics.
24687
24688 2007-11-28  Jim Meyering  <meyering@redhat.com>
24689
24690         * modules/physmem (License): Change from GPL to LGPLv2+.
24691
24692 2007-11-26  Bruno Haible  <bruno@clisp.org>
24693
24694         * lib/vasnprintf.c (decode_long_double): Don't abort if the
24695         'long double' type has excess precision.
24696         Reported by Jim Meyering in
24697         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
24698
24699 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24700
24701         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
24702         Sync from <http://gnu.org/licenses>.
24703         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
24704         with license text from same location.
24705         * doc/maintain.texi, doc/standards.texi:  Sync from
24706         <http://savannah.gnu.org/projects/gnustandards>.
24707
24708 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
24709         and Jim Meyering  <meyering@redhat.com>
24710
24711         Adjust getdate' grammar to accept a slightly more regular language.
24712         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
24713         Before, the former was rejected.
24714         * lib/getdate.y (digits_to_date_time): New function, factored
24715         out of ...
24716         (number): ...here.  Just call digits_to_date_time.
24717         (hybrid): New non-terminal to handle an <unsigned number,
24718         signed relative offset> sequence consistently.
24719
24720 2007-11-18  Jim Meyering  <meyering@redhat.com>
24721
24722         Pull my changes from coreutils:
24723         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
24724         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
24725         use of $gnulib_tool_option_extras, so that it's separated from the
24726         preceding argument.
24727
24728         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
24729         * build-aux/bootstrap (cp_mark_as_generated): Create any required
24730         parent destination directories before copying a file into place.
24731
24732 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24733
24734         bootstrap: work also with 4-argument variant of AC_INIT
24735         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
24736
24737 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24738
24739         Port test-getaddrinfo to Solaris.
24740         Problem reported by Bruno Haible in
24741         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
24742         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
24743         explanation of setting 'hints'.
24744         Don't reject an implementation merely because it returns EAI_SERVICE.
24745         (EAI_SERVICE): Define to 0 if not defined.
24746
24747 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24748
24749         The license of gnu-make and posix-shell is now "GPLed build tool".
24750         * modules/gnu-make (License): Likewise.
24751         * modules/posix-shell (License): Likewise.
24752
24753         New module posix-shell, for determining a POSIX shell
24754         or perhaps something that is close enough to a POSIX shell.
24755         * m4/posix-shell.m4: New file.
24756         * modules/posix-shell: New file.
24757
24758         * MODULES.html.sh: Mention new module.
24759
24760         New module gnu-make, for determining whether we're using GNU Make.
24761         * m4/gnu-make.m4: New file.
24762         * modules/gnu-make: New file.
24763         * MODULES.html.sh: Mention new module.
24764
24765 2007-11-14  Jim Meyering  <meyering@redhat.com>
24766
24767         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
24768         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
24769         use this macro to create a function _definition_.
24770         Remove useless "#undef ARGMATCH_DIE".
24771
24772 2007-11-14  Bruno Haible  <bruno@clisp.org>
24773
24774         * lib/config.charset: Update for OpenBSD 4.1.
24775         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
24776
24777 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
24778
24779         Document 64-bit #if problems in stdint.texi.
24780         * doc/headers/stdint.texi (stdint.h): Mention problems with
24781         64-bit-#if, and how to work around them.
24782
24783         Don't insist on 'long long int' support in the preprocessor.  It
24784         breaks too many things.  For example, PRIdMAX still uses a 'long
24785         long int' format with the latest Sun compiler, even though
24786         HAVE_LONG_LONG_INT isn't defined due to that compiler's
24787         preprocessor problem.  This causes the latest coreutils to dump
24788         core on Solaris 10 sparc with the Sun C compiler.
24789         Instead, fix the 2007-10-16 problem in a different way, by evaluating
24790         the troublesome expressions at configure-time, not at #if-time.
24791         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
24792         preprocessor.
24793         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
24794         compile-time C checks, done at 'configure'-time.
24795         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
24796         * modules/inttypes (Makefile): Substitute the new symbols that
24797         gl_INTTYPES_H now generates.
24798         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
24799
24800 2007-11-12  Bruno Haible  <bruno@clisp.org>
24801
24802         Tests for Unicode character classification functions.
24803
24804         * modules/unictype/bidicategory-byname-tests: New file.
24805         * modules/unictype/bidicategory-name-tests: New file.
24806         * modules/unictype/bidicategory-of-tests: New file.
24807         * modules/unictype/bidicategory-test-tests: New file.
24808         * modules/unictype/block-list-tests: New file.
24809         * modules/unictype/block-of-tests: New file.
24810         * modules/unictype/block-test-tests: New file.
24811         * modules/unictype/category-C-tests: New file.
24812         * modules/unictype/category-Cc-tests: New file.
24813         * modules/unictype/category-Cf-tests: New file.
24814         * modules/unictype/category-Cn-tests: New file.
24815         * modules/unictype/category-Co-tests: New file.
24816         * modules/unictype/category-Cs-tests: New file.
24817         * modules/unictype/category-L-tests: New file.
24818         * modules/unictype/category-Ll-tests: New file.
24819         * modules/unictype/category-Lm-tests: New file.
24820         * modules/unictype/category-Lo-tests: New file.
24821         * modules/unictype/category-Lt-tests: New file.
24822         * modules/unictype/category-Lu-tests: New file.
24823         * modules/unictype/category-M-tests: New file.
24824         * modules/unictype/category-Mc-tests: New file.
24825         * modules/unictype/category-Me-tests: New file.
24826         * modules/unictype/category-Mn-tests: New file.
24827         * modules/unictype/category-N-tests: New file.
24828         * modules/unictype/category-Nd-tests: New file.
24829         * modules/unictype/category-Nl-tests: New file.
24830         * modules/unictype/category-No-tests: New file.
24831         * modules/unictype/category-P-tests: New file.
24832         * modules/unictype/category-Pc-tests: New file.
24833         * modules/unictype/category-Pd-tests: New file.
24834         * modules/unictype/category-Pe-tests: New file.
24835         * modules/unictype/category-Pf-tests: New file.
24836         * modules/unictype/category-Pi-tests: New file.
24837         * modules/unictype/category-Po-tests: New file.
24838         * modules/unictype/category-Ps-tests: New file.
24839         * modules/unictype/category-S-tests: New file.
24840         * modules/unictype/category-Sc-tests: New file.
24841         * modules/unictype/category-Sk-tests: New file.
24842         * modules/unictype/category-Sm-tests: New file.
24843         * modules/unictype/category-So-tests: New file.
24844         * modules/unictype/category-Z-tests: New file.
24845         * modules/unictype/category-Zl-tests: New file.
24846         * modules/unictype/category-Zp-tests: New file.
24847         * modules/unictype/category-Zs-tests: New file.
24848         * modules/unictype/category-and-not-tests: New file.
24849         * modules/unictype/category-and-tests: New file.
24850         * modules/unictype/category-byname-tests: New file.
24851         * modules/unictype/category-name-tests: New file.
24852         * modules/unictype/category-none-tests: New file.
24853         * modules/unictype/category-of-tests: New file.
24854         * modules/unictype/category-or-tests: New file.
24855         * modules/unictype/category-test-withtable-tests: New file.
24856         * modules/unictype/combining-class-tests: New file.
24857         * modules/unictype/ctype-alnum-tests: New file.
24858         * modules/unictype/ctype-alpha-tests: New file.
24859         * modules/unictype/ctype-blank-tests: New file.
24860         * modules/unictype/ctype-cntrl-tests: New file.
24861         * modules/unictype/ctype-digit-tests: New file.
24862         * modules/unictype/ctype-graph-tests: New file.
24863         * modules/unictype/ctype-lower-tests: New file.
24864         * modules/unictype/ctype-print-tests: New file.
24865         * modules/unictype/ctype-punct-tests: New file.
24866         * modules/unictype/ctype-space-tests: New file.
24867         * modules/unictype/ctype-upper-tests: New file.
24868         * modules/unictype/ctype-xdigit-tests: New file.
24869         * modules/unictype/decimal-digit-tests: New file.
24870         * modules/unictype/digit-tests: New file.
24871         * modules/unictype/mirror-tests: New file.
24872         * modules/unictype/numeric-tests: New file.
24873         * modules/unictype/property-alphabetic-tests: New file.
24874         * modules/unictype/property-ascii-hex-digit-tests: New file.
24875         * modules/unictype/property-bidi-arabic-digit-tests: New file.
24876         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
24877         * modules/unictype/property-bidi-block-separator-tests: New file.
24878         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
24879         * modules/unictype/property-bidi-common-separator-tests: New file.
24880         * modules/unictype/property-bidi-control-tests: New file.
24881         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
24882         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
24883         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
24884         * modules/unictype/property-bidi-european-digit-tests: New file.
24885         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
24886         * modules/unictype/property-bidi-left-to-right-tests: New file.
24887         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
24888         * modules/unictype/property-bidi-other-neutral-tests: New file.
24889         * modules/unictype/property-bidi-pdf-tests: New file.
24890         * modules/unictype/property-bidi-segment-separator-tests: New file.
24891         * modules/unictype/property-bidi-whitespace-tests: New file.
24892         * modules/unictype/property-byname-tests: New file.
24893         * modules/unictype/property-combining-tests: New file.
24894         * modules/unictype/property-composite-tests: New file.
24895         * modules/unictype/property-currency-symbol-tests: New file.
24896         * modules/unictype/property-dash-tests: New file.
24897         * modules/unictype/property-decimal-digit-tests: New file.
24898         * modules/unictype/property-default-ignorable-code-point-tests: New file.
24899         * modules/unictype/property-deprecated-tests: New file.
24900         * modules/unictype/property-diacritic-tests: New file.
24901         * modules/unictype/property-extender-tests: New file.
24902         * modules/unictype/property-format-control-tests: New file.
24903         * modules/unictype/property-grapheme-base-tests: New file.
24904         * modules/unictype/property-grapheme-extend-tests: New file.
24905         * modules/unictype/property-grapheme-link-tests: New file.
24906         * modules/unictype/property-hex-digit-tests: New file.
24907         * modules/unictype/property-hyphen-tests: New file.
24908         * modules/unictype/property-id-continue-tests: New file.
24909         * modules/unictype/property-id-start-tests: New file.
24910         * modules/unictype/property-ideographic-tests: New file.
24911         * modules/unictype/property-ids-binary-operator-tests: New file.
24912         * modules/unictype/property-ids-trinary-operator-tests: New file.
24913         * modules/unictype/property-ignorable-control-tests: New file.
24914         * modules/unictype/property-iso-control-tests: New file.
24915         * modules/unictype/property-join-control-tests: New file.
24916         * modules/unictype/property-left-of-pair-tests: New file.
24917         * modules/unictype/property-line-separator-tests: New file.
24918         * modules/unictype/property-logical-order-exception-tests: New file.
24919         * modules/unictype/property-lowercase-tests: New file.
24920         * modules/unictype/property-math-tests: New file.
24921         * modules/unictype/property-non-break-tests: New file.
24922         * modules/unictype/property-not-a-character-tests: New file.
24923         * modules/unictype/property-numeric-tests: New file.
24924         * modules/unictype/property-other-alphabetic-tests: New file.
24925         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
24926         * modules/unictype/property-other-grapheme-extend-tests: New file.
24927         * modules/unictype/property-other-id-continue-tests: New file.
24928         * modules/unictype/property-other-id-start-tests: New file.
24929         * modules/unictype/property-other-lowercase-tests: New file.
24930         * modules/unictype/property-other-math-tests: New file.
24931         * modules/unictype/property-other-uppercase-tests: New file.
24932         * modules/unictype/property-paired-punctuation-tests: New file.
24933         * modules/unictype/property-paragraph-separator-tests: New file.
24934         * modules/unictype/property-pattern-syntax-tests: New file.
24935         * modules/unictype/property-pattern-white-space-tests: New file.
24936         * modules/unictype/property-private-use-tests: New file.
24937         * modules/unictype/property-punctuation-tests: New file.
24938         * modules/unictype/property-quotation-mark-tests: New file.
24939         * modules/unictype/property-radical-tests: New file.
24940         * modules/unictype/property-sentence-terminal-tests: New file.
24941         * modules/unictype/property-soft-dotted-tests: New file.
24942         * modules/unictype/property-space-tests: New file.
24943         * modules/unictype/property-terminal-punctuation-tests: New file.
24944         * modules/unictype/property-test-tests: New file.
24945         * modules/unictype/property-titlecase-tests: New file.
24946         * modules/unictype/property-unassigned-code-value-tests: New file.
24947         * modules/unictype/property-unified-ideograph-tests: New file.
24948         * modules/unictype/property-uppercase-tests: New file.
24949         * modules/unictype/property-variation-selector-tests: New file.
24950         * modules/unictype/property-white-space-tests: New file.
24951         * modules/unictype/property-xid-continue-tests: New file.
24952         * modules/unictype/property-xid-start-tests: New file.
24953         * modules/unictype/property-zero-width-tests: New file.
24954         * modules/unictype/scripts-tests: New file.
24955         * modules/unictype/syntax-c-ident-tests: New file.
24956         * modules/unictype/syntax-c-whitespace-tests: New file.
24957         * modules/unictype/syntax-java-ident-tests: New file.
24958         * modules/unictype/syntax-java-whitespace-tests: New file.
24959         * tests/unictype/test-bidi_byname.c: New file.
24960         * tests/unictype/test-bidi_name.c: New file.
24961         * tests/unictype/test-bidi_of.c: New file.
24962         * tests/unictype/test-bidi_test.c: New file.
24963         * tests/unictype/test-block_list.c: New file.
24964         * tests/unictype/test-block_of.c: New file.
24965         * tests/unictype/test-block_test.c: New file.
24966         * tests/unictype/test-categ_and.c: New file.
24967         * tests/unictype/test-categ_and_not.c: New file.
24968         * tests/unictype/test-categ_byname.c: New file.
24969         * tests/unictype/test-categ_name.c: New file.
24970         * tests/unictype/test-categ_none.c: New file.
24971         * tests/unictype/test-categ_of.c: New file.
24972         * tests/unictype/test-categ_or.c: New file.
24973         * tests/unictype/test-categ_test_withtable.c: New file.
24974         * tests/unictype/test-combining.c: New file.
24975         * tests/unictype/test-decdigit.c: New file.
24976         * tests/unictype/test-digit.c: New file.
24977         * tests/unictype/test-mirror.c: New file.
24978         * tests/unictype/test-numeric.c: New file.
24979         * tests/unictype/test-pr_byname.c: New file.
24980         * tests/unictype/test-pr_test.c: New file.
24981         * tests/unictype/test-predicate-part1.h: New file.
24982         * tests/unictype/test-predicate-part2.h: New file.
24983         * tests/unictype/test-scripts.c: New file.
24984         * tests/unictype/test-sy_c_ident.c: New file.
24985         * tests/unictype/test-sy_java_ident.c: New file.
24986
24987         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
24988         for Unicode 5.0.0.
24989         * tests/unictype/test-categ_Cc.c: Likewise.
24990         * tests/unictype/test-categ_Cf.c: Likewise.
24991         * tests/unictype/test-categ_Cn.c: Likewise.
24992         * tests/unictype/test-categ_Co.c: Likewise.
24993         * tests/unictype/test-categ_Cs.c: Likewise.
24994         * tests/unictype/test-categ_L.c: Likewise.
24995         * tests/unictype/test-categ_Ll.c: Likewise.
24996         * tests/unictype/test-categ_Lm.c: Likewise.
24997         * tests/unictype/test-categ_Lo.c: Likewise.
24998         * tests/unictype/test-categ_Lt.c: Likewise.
24999         * tests/unictype/test-categ_Lu.c: Likewise.
25000         * tests/unictype/test-categ_M.c: Likewise.
25001         * tests/unictype/test-categ_Mc.c: Likewise.
25002         * tests/unictype/test-categ_Me.c: Likewise.
25003         * tests/unictype/test-categ_Mn.c: Likewise.
25004         * tests/unictype/test-categ_N.c: Likewise.
25005         * tests/unictype/test-categ_Nd.c: Likewise.
25006         * tests/unictype/test-categ_Nl.c: Likewise.
25007         * tests/unictype/test-categ_No.c: Likewise.
25008         * tests/unictype/test-categ_P.c: Likewise.
25009         * tests/unictype/test-categ_Pc.c: Likewise.
25010         * tests/unictype/test-categ_Pd.c: Likewise.
25011         * tests/unictype/test-categ_Pe.c: Likewise.
25012         * tests/unictype/test-categ_Pf.c: Likewise.
25013         * tests/unictype/test-categ_Pi.c: Likewise.
25014         * tests/unictype/test-categ_Po.c: Likewise.
25015         * tests/unictype/test-categ_Ps.c: Likewise.
25016         * tests/unictype/test-categ_S.c: Likewise.
25017         * tests/unictype/test-categ_Sc.c: Likewise.
25018         * tests/unictype/test-categ_Sk.c: Likewise.
25019         * tests/unictype/test-categ_Sm.c: Likewise.
25020         * tests/unictype/test-categ_So.c: Likewise.
25021         * tests/unictype/test-categ_Z.c: Likewise.
25022         * tests/unictype/test-categ_Zl.c: Likewise.
25023         * tests/unictype/test-categ_Zp.c: Likewise.
25024         * tests/unictype/test-categ_Zs.c: Likewise.
25025         * tests/unictype/test-ctype_alnum.c: Likewise.
25026         * tests/unictype/test-ctype_alpha.c: Likewise.
25027         * tests/unictype/test-ctype_blank.c: Likewise.
25028         * tests/unictype/test-ctype_cntrl.c: Likewise.
25029         * tests/unictype/test-ctype_digit.c: Likewise.
25030         * tests/unictype/test-ctype_graph.c: Likewise.
25031         * tests/unictype/test-ctype_lower.c: Likewise.
25032         * tests/unictype/test-ctype_print.c: Likewise.
25033         * tests/unictype/test-ctype_punct.c: Likewise.
25034         * tests/unictype/test-ctype_space.c: Likewise.
25035         * tests/unictype/test-ctype_upper.c: Likewise.
25036         * tests/unictype/test-ctype_xdigit.c: Likewise.
25037         * tests/unictype/test-decdigit.h: Likewise.
25038         * tests/unictype/test-digit.h: Likewise.
25039         * tests/unictype/test-numeric.h: Likewise.
25040         * tests/unictype/test-pr_alphabetic.c: Likewise.
25041         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
25042         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
25043         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
25044         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
25045         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
25046         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
25047         * tests/unictype/test-pr_bidi_control.c: Likewise.
25048         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
25049         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
25050         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
25051         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
25052         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
25053         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
25054         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
25055         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
25056         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
25057         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
25058         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
25059         * tests/unictype/test-pr_combining.c: Likewise.
25060         * tests/unictype/test-pr_composite.c: Likewise.
25061         * tests/unictype/test-pr_currency_symbol.c: Likewise.
25062         * tests/unictype/test-pr_dash.c: Likewise.
25063         * tests/unictype/test-pr_decimal_digit.c: Likewise.
25064         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
25065         * tests/unictype/test-pr_deprecated.c: Likewise.
25066         * tests/unictype/test-pr_diacritic.c: Likewise.
25067         * tests/unictype/test-pr_extender.c: Likewise.
25068         * tests/unictype/test-pr_format_control.c: Likewise.
25069         * tests/unictype/test-pr_grapheme_base.c: Likewise.
25070         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
25071         * tests/unictype/test-pr_grapheme_link.c: Likewise.
25072         * tests/unictype/test-pr_hex_digit.c: Likewise.
25073         * tests/unictype/test-pr_hyphen.c: Likewise.
25074         * tests/unictype/test-pr_id_continue.c: Likewise.
25075         * tests/unictype/test-pr_id_start.c: Likewise.
25076         * tests/unictype/test-pr_ideographic.c: Likewise.
25077         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
25078         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
25079         * tests/unictype/test-pr_ignorable_control.c: Likewise.
25080         * tests/unictype/test-pr_iso_control.c: Likewise.
25081         * tests/unictype/test-pr_join_control.c: Likewise.
25082         * tests/unictype/test-pr_left_of_pair.c: Likewise.
25083         * tests/unictype/test-pr_line_separator.c: Likewise.
25084         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
25085         * tests/unictype/test-pr_lowercase.c: Likewise.
25086         * tests/unictype/test-pr_math.c: Likewise.
25087         * tests/unictype/test-pr_non_break.c: Likewise.
25088         * tests/unictype/test-pr_not_a_character.c: Likewise.
25089         * tests/unictype/test-pr_numeric.c: Likewise.
25090         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
25091         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
25092         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
25093         * tests/unictype/test-pr_other_id_continue.c: Likewise.
25094         * tests/unictype/test-pr_other_id_start.c: Likewise.
25095         * tests/unictype/test-pr_other_lowercase.c: Likewise.
25096         * tests/unictype/test-pr_other_math.c: Likewise.
25097         * tests/unictype/test-pr_other_uppercase.c: Likewise.
25098         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
25099         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
25100         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
25101         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
25102         * tests/unictype/test-pr_private_use.c: Likewise.
25103         * tests/unictype/test-pr_punctuation.c: Likewise.
25104         * tests/unictype/test-pr_quotation_mark.c: Likewise.
25105         * tests/unictype/test-pr_radical.c: Likewise.
25106         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
25107         * tests/unictype/test-pr_soft_dotted.c: Likewise.
25108         * tests/unictype/test-pr_space.c: Likewise.
25109         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
25110         * tests/unictype/test-pr_titlecase.c: Likewise.
25111         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
25112         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
25113         * tests/unictype/test-pr_uppercase.c: Likewise.
25114         * tests/unictype/test-pr_variation_selector.c: Likewise.
25115         * tests/unictype/test-pr_white_space.c: Likewise.
25116         * tests/unictype/test-pr_xid_continue.c: Likewise.
25117         * tests/unictype/test-pr_xid_start.c: Likewise.
25118         * tests/unictype/test-pr_zero_width.c: Likewise.
25119         * tests/unictype/test-sy_c_whitespace.c: Likewise.
25120         * tests/unictype/test-sy_java_whitespace.c: Likewise.
25121
25122 2007-11-12  Bruno Haible  <bruno@clisp.org>
25123
25124         Unicode character classification functions.
25125         * lib/unictype.h: New file.
25126         * modules/unictype/base: New file.
25127         * modules/unictype/category-L: New file.
25128         * modules/unictype/category-Lu: New file.
25129         * modules/unictype/category-Ll: New file.
25130         * modules/unictype/category-Lt: New file.
25131         * modules/unictype/category-Lm: New file.
25132         * modules/unictype/category-Lo: New file.
25133         * modules/unictype/category-M: New file.
25134         * modules/unictype/category-Mn: New file.
25135         * modules/unictype/category-Mc: New file.
25136         * modules/unictype/category-Me: New file.
25137         * modules/unictype/category-N: New file.
25138         * modules/unictype/category-Nd: New file.
25139         * modules/unictype/category-Nl: New file.
25140         * modules/unictype/category-No: New file.
25141         * modules/unictype/category-P: New file.
25142         * modules/unictype/category-Pc: New file.
25143         * modules/unictype/category-Pd: New file.
25144         * modules/unictype/category-Ps: New file.
25145         * modules/unictype/category-Pe: New file.
25146         * modules/unictype/category-Pi: New file.
25147         * modules/unictype/category-Pf: New file.
25148         * modules/unictype/category-Po: New file.
25149         * modules/unictype/category-S: New file.
25150         * modules/unictype/category-Sm: New file.
25151         * modules/unictype/category-Sc: New file.
25152         * modules/unictype/category-Sk: New file.
25153         * modules/unictype/category-So: New file.
25154         * modules/unictype/category-Z: New file.
25155         * modules/unictype/category-Zs: New file.
25156         * modules/unictype/category-Zl: New file.
25157         * modules/unictype/category-Zp: New file.
25158         * modules/unictype/category-C: New file.
25159         * modules/unictype/category-Cc: New file.
25160         * modules/unictype/category-Cf: New file.
25161         * modules/unictype/category-Cs: New file.
25162         * modules/unictype/category-Co: New file.
25163         * modules/unictype/category-Cn: New file.
25164         * modules/unictype/category-or: New file.
25165         * modules/unictype/category-of: New file.
25166         * modules/unictype/category-test: New file.
25167         * modules/unictype/category-test-withtable: New file.
25168         * modules/unictype/category-byname: New file.
25169         * modules/unictype/category-none: New file.
25170         * modules/unictype/category-and: New file.
25171         * modules/unictype/category-and-not: New file.
25172         * modules/unictype/category-name: New file.
25173         * modules/unictype/combining-class: New file.
25174         * modules/unictype/category-all: New file.
25175         * modules/unictype/bidicategory-all: New file.
25176         * modules/unictype/bidicategory-byname: New file.
25177         * modules/unictype/bidicategory-name: New file.
25178         * modules/unictype/bidicategory-of: New file.
25179         * modules/unictype/bidicategory-test: New file.
25180         * modules/unictype/decimal-digit: New file.
25181         * modules/unictype/digit: New file.
25182         * modules/unictype/numeric: New file.
25183         * modules/unictype/mirror: New file.
25184         * modules/unictype/property-white-space: New file.
25185         * modules/unictype/property-alphabetic: New file.
25186         * modules/unictype/property-other-alphabetic: New file.
25187         * modules/unictype/property-not-a-character: New file.
25188         * modules/unictype/property-default-ignorable-code-point: New file.
25189         * modules/unictype/property-other-default-ignorable-code-point: New
25190         file.
25191         * modules/unictype/property-deprecated: New file.
25192         * modules/unictype/property-logical-order-exception: New file.
25193         * modules/unictype/property-variation-selector: New file.
25194         * modules/unictype/property-private-use: New file.
25195         * modules/unictype/property-unassigned-code-value: New file.
25196         * modules/unictype/property-uppercase: New file.
25197         * modules/unictype/property-other-uppercase: New file.
25198         * modules/unictype/property-lowercase: New file.
25199         * modules/unictype/property-other-lowercase: New file.
25200         * modules/unictype/property-titlecase: New file.
25201         * modules/unictype/property-soft-dotted: New file.
25202         * modules/unictype/property-id-start: New file.
25203         * modules/unictype/property-other-id-start: New file.
25204         * modules/unictype/property-id-continue: New file.
25205         * modules/unictype/property-other-id-continue: New file.
25206         * modules/unictype/property-xid-start: New file.
25207         * modules/unictype/property-xid-continue: New file.
25208         * modules/unictype/property-pattern-white-space: New file.
25209         * modules/unictype/property-pattern-syntax: New file.
25210         * modules/unictype/property-join-control: New file.
25211         * modules/unictype/property-grapheme-base: New file.
25212         * modules/unictype/property-grapheme-extend: New file.
25213         * modules/unictype/property-other-grapheme-extend: New file.
25214         * modules/unictype/property-grapheme-link: New file.
25215         * modules/unictype/property-bidi-control: New file.
25216         * modules/unictype/property-bidi-left-to-right: New file.
25217         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
25218         * modules/unictype/property-bidi-arabic-right-to-left: New file.
25219         * modules/unictype/property-bidi-european-digit: New file.
25220         * modules/unictype/property-bidi-eur-num-separator: New file.
25221         * modules/unictype/property-bidi-eur-num-terminator: New file.
25222         * modules/unictype/property-bidi-arabic-digit: New file.
25223         * modules/unictype/property-bidi-common-separator: New file.
25224         * modules/unictype/property-bidi-block-separator: New file.
25225         * modules/unictype/property-bidi-segment-separator: New file.
25226         * modules/unictype/property-bidi-whitespace: New file.
25227         * modules/unictype/property-bidi-non-spacing-mark: New file.
25228         * modules/unictype/property-bidi-boundary-neutral: New file.
25229         * modules/unictype/property-bidi-pdf: New file.
25230         * modules/unictype/property-bidi-embedding-or-override: New file.
25231         * modules/unictype/property-bidi-other-neutral: New file.
25232         * modules/unictype/property-hex-digit: New file.
25233         * modules/unictype/property-ascii-hex-digit: New file.
25234         * modules/unictype/property-ideographic: New file.
25235         * modules/unictype/property-unified-ideograph: New file.
25236         * modules/unictype/property-radical: New file.
25237         * modules/unictype/property-ids-binary-operator: New file.
25238         * modules/unictype/property-ids-trinary-operator: New file.
25239         * modules/unictype/property-zero-width: New file.
25240         * modules/unictype/property-space: New file.
25241         * modules/unictype/property-non-break: New file.
25242         * modules/unictype/property-iso-control: New file.
25243         * modules/unictype/property-format-control: New file.
25244         * modules/unictype/property-dash: New file.
25245         * modules/unictype/property-hyphen: New file.
25246         * modules/unictype/property-punctuation: New file.
25247         * modules/unictype/property-line-separator: New file.
25248         * modules/unictype/property-paragraph-separator: New file.
25249         * modules/unictype/property-quotation-mark: New file.
25250         * modules/unictype/property-sentence-terminal: New file.
25251         * modules/unictype/property-terminal-punctuation: New file.
25252         * modules/unictype/property-currency-symbol: New file.
25253         * modules/unictype/property-math: New file.
25254         * modules/unictype/property-other-math: New file.
25255         * modules/unictype/property-paired-punctuation: New file.
25256         * modules/unictype/property-left-of-pair: New file.
25257         * modules/unictype/property-combining: New file.
25258         * modules/unictype/property-composite: New file.
25259         * modules/unictype/property-decimal-digit: New file.
25260         * modules/unictype/property-numeric: New file.
25261         * modules/unictype/property-diacritic: New file.
25262         * modules/unictype/property-extender: New file.
25263         * modules/unictype/property-ignorable-control: New file.
25264         * modules/unictype/property-test: New file.
25265         * modules/unictype/property-byname: New file.
25266         * modules/unictype/property-all: New file.
25267         * modules/unictype/scripts: New file.
25268         * modules/unictype/scripts-all: New file.
25269         * modules/unictype/block-of: New file.
25270         * modules/unictype/block-test: New file.
25271         * modules/unictype/block-list: New file.
25272         * modules/unictype/block-all: New file.
25273         * modules/unictype/syntax-c-whitespace: New file.
25274         * modules/unictype/syntax-java-whitespace: New file.
25275         * modules/unictype/syntax-c-ident: New file.
25276         * modules/unictype/syntax-java-ident: New file.
25277         * modules/unictype/ctype-alnum: New file.
25278         * modules/unictype/ctype-alpha: New file.
25279         * modules/unictype/ctype-cntrl: New file.
25280         * modules/unictype/ctype-digit: New file.
25281         * modules/unictype/ctype-graph: New file.
25282         * modules/unictype/ctype-lower: New file.
25283         * modules/unictype/ctype-print: New file.
25284         * modules/unictype/ctype-punct: New file.
25285         * modules/unictype/ctype-space: New file.
25286         * modules/unictype/ctype-upper: New file.
25287         * modules/unictype/ctype-xdigit: New file.
25288         * modules/unictype/ctype-blank: New file.
25289         * lib/unictype/bidi_byname.c: New file.
25290         * lib/unictype/bidi_name.c: New file.
25291         * lib/unictype/bidi_of.c: New file.
25292         * lib/unictype/bidi_test.c: New file.
25293         * lib/unictype/bitmap.h: New file.
25294         * lib/unictype/block_test.c: New file.
25295         * lib/unictype/blocks.c: New file.
25296         * lib/unictype/categ_C.c: New file.
25297         * lib/unictype/categ_Cc.c: New file.
25298         * lib/unictype/categ_Cf.c: New file.
25299         * lib/unictype/categ_Cn.c: New file.
25300         * lib/unictype/categ_Co.c: New file.
25301         * lib/unictype/categ_Cs.c: New file.
25302         * lib/unictype/categ_L.c: New file.
25303         * lib/unictype/categ_Ll.c: New file.
25304         * lib/unictype/categ_Lm.c: New file.
25305         * lib/unictype/categ_Lo.c: New file.
25306         * lib/unictype/categ_Lt.c: New file.
25307         * lib/unictype/categ_Lu.c: New file.
25308         * lib/unictype/categ_M.c: New file.
25309         * lib/unictype/categ_Mc.c: New file.
25310         * lib/unictype/categ_Me.c: New file.
25311         * lib/unictype/categ_Mn.c: New file.
25312         * lib/unictype/categ_N.c: New file.
25313         * lib/unictype/categ_Nd.c: New file.
25314         * lib/unictype/categ_Nl.c: New file.
25315         * lib/unictype/categ_No.c: New file.
25316         * lib/unictype/categ_P.c: New file.
25317         * lib/unictype/categ_Pc.c: New file.
25318         * lib/unictype/categ_Pd.c: New file.
25319         * lib/unictype/categ_Pe.c: New file.
25320         * lib/unictype/categ_Pf.c: New file.
25321         * lib/unictype/categ_Pi.c: New file.
25322         * lib/unictype/categ_Po.c: New file.
25323         * lib/unictype/categ_Ps.c: New file.
25324         * lib/unictype/categ_S.c: New file.
25325         * lib/unictype/categ_Sc.c: New file.
25326         * lib/unictype/categ_Sk.c: New file.
25327         * lib/unictype/categ_Sm.c: New file.
25328         * lib/unictype/categ_So.c: New file.
25329         * lib/unictype/categ_Z.c: New file.
25330         * lib/unictype/categ_Zl.c: New file.
25331         * lib/unictype/categ_Zp.c: New file.
25332         * lib/unictype/categ_Zs.c: New file.
25333         * lib/unictype/categ_and.c: New file.
25334         * lib/unictype/categ_and_not.c: New file.
25335         * lib/unictype/categ_byname.c: New file.
25336         * lib/unictype/categ_name.c: New file.
25337         * lib/unictype/categ_none.c: New file.
25338         * lib/unictype/categ_of.c: New file.
25339         * lib/unictype/categ_or.c: New file.
25340         * lib/unictype/categ_test.c: New file.
25341         * lib/unictype/combining.c: New file.
25342         * lib/unictype/ctype_alnum.c: New file.
25343         * lib/unictype/ctype_alpha.c: New file.
25344         * lib/unictype/ctype_blank.c: New file.
25345         * lib/unictype/ctype_cntrl.c: New file.
25346         * lib/unictype/ctype_digit.c: New file.
25347         * lib/unictype/ctype_graph.c: New file.
25348         * lib/unictype/ctype_lower.c: New file.
25349         * lib/unictype/ctype_print.c: New file.
25350         * lib/unictype/ctype_punct.c: New file.
25351         * lib/unictype/ctype_space.c: New file.
25352         * lib/unictype/ctype_upper.c: New file.
25353         * lib/unictype/ctype_xdigit.c: New file.
25354         * lib/unictype/decdigit.c: New file.
25355         * lib/unictype/digit.c: New file.
25356         * lib/unictype/identsyntaxmap.h: New file.
25357         * lib/unictype/mirror.c: New file.
25358         * lib/unictype/numeric.c: New file.
25359         * lib/unictype/pr_alphabetic.c: New file.
25360         * lib/unictype/pr_ascii_hex_digit.c: New file.
25361         * lib/unictype/pr_bidi_arabic_digit.c: New file.
25362         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
25363         * lib/unictype/pr_bidi_block_separator.c: New file.
25364         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
25365         * lib/unictype/pr_bidi_common_separator.c: New file.
25366         * lib/unictype/pr_bidi_control.c: New file.
25367         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25368         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25369         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25370         * lib/unictype/pr_bidi_european_digit.c: New file.
25371         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25372         * lib/unictype/pr_bidi_left_to_right.c: New file.
25373         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25374         * lib/unictype/pr_bidi_other_neutral.c: New file.
25375         * lib/unictype/pr_bidi_pdf.c: New file.
25376         * lib/unictype/pr_bidi_segment_separator.c: New file.
25377         * lib/unictype/pr_bidi_whitespace.c: New file.
25378         * lib/unictype/pr_byname.c: New file.
25379         * lib/unictype/pr_byname.gperf: New file.
25380         * lib/unictype/pr_combining.c: New file.
25381         * lib/unictype/pr_composite.c: New file.
25382         * lib/unictype/pr_currency_symbol.c: New file.
25383         * lib/unictype/pr_dash.c: New file.
25384         * lib/unictype/pr_decimal_digit.c: New file.
25385         * lib/unictype/pr_default_ignorable_code_point.c: New file.
25386         * lib/unictype/pr_deprecated.c: New file.
25387         * lib/unictype/pr_diacritic.c: New file.
25388         * lib/unictype/pr_extender.c: New file.
25389         * lib/unictype/pr_format_control.c: New file.
25390         * lib/unictype/pr_grapheme_base.c: New file.
25391         * lib/unictype/pr_grapheme_extend.c: New file.
25392         * lib/unictype/pr_grapheme_link.c: New file.
25393         * lib/unictype/pr_hex_digit.c: New file.
25394         * lib/unictype/pr_hyphen.c: New file.
25395         * lib/unictype/pr_id_continue.c: New file.
25396         * lib/unictype/pr_id_start.c: New file.
25397         * lib/unictype/pr_ideographic.c: New file.
25398         * lib/unictype/pr_ids_binary_operator.c: New file.
25399         * lib/unictype/pr_ids_trinary_operator.c: New file.
25400         * lib/unictype/pr_ignorable_control.c: New file.
25401         * lib/unictype/pr_iso_control.c: New file.
25402         * lib/unictype/pr_join_control.c: New file.
25403         * lib/unictype/pr_left_of_pair.c: New file.
25404         * lib/unictype/pr_line_separator.c: New file.
25405         * lib/unictype/pr_logical_order_exception.c: New file.
25406         * lib/unictype/pr_lowercase.c: New file.
25407         * lib/unictype/pr_math.c: New file.
25408         * lib/unictype/pr_non_break.c: New file.
25409         * lib/unictype/pr_not_a_character.c: New file.
25410         * lib/unictype/pr_numeric.c: New file.
25411         * lib/unictype/pr_other_alphabetic.c: New file.
25412         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
25413         * lib/unictype/pr_other_grapheme_extend.c: New file.
25414         * lib/unictype/pr_other_id_continue.c: New file.
25415         * lib/unictype/pr_other_id_start.c: New file.
25416         * lib/unictype/pr_other_lowercase.c: New file.
25417         * lib/unictype/pr_other_math.c: New file.
25418         * lib/unictype/pr_other_uppercase.c: New file.
25419         * lib/unictype/pr_paired_punctuation.c: New file.
25420         * lib/unictype/pr_paragraph_separator.c: New file.
25421         * lib/unictype/pr_pattern_syntax.c: New file.
25422         * lib/unictype/pr_pattern_white_space.c: New file.
25423         * lib/unictype/pr_private_use.c: New file.
25424         * lib/unictype/pr_punctuation.c: New file.
25425         * lib/unictype/pr_quotation_mark.c: New file.
25426         * lib/unictype/pr_radical.c: New file.
25427         * lib/unictype/pr_sentence_terminal.c: New file.
25428         * lib/unictype/pr_soft_dotted.c: New file.
25429         * lib/unictype/pr_space.c: New file.
25430         * lib/unictype/pr_terminal_punctuation.c: New file.
25431         * lib/unictype/pr_test.c: New file.
25432         * lib/unictype/pr_titlecase.c: New file.
25433         * lib/unictype/pr_unassigned_code_value.c: New file.
25434         * lib/unictype/pr_unified_ideograph.c: New file.
25435         * lib/unictype/pr_uppercase.c: New file.
25436         * lib/unictype/pr_variation_selector.c: New file.
25437         * lib/unictype/pr_white_space.c: New file.
25438         * lib/unictype/pr_xid_continue.c: New file.
25439         * lib/unictype/pr_xid_start.c: New file.
25440         * lib/unictype/pr_zero_width.c: New file.
25441         * lib/unictype/scripts.c: New file.
25442         * lib/unictype/sy_c_ident.c: New file.
25443         * lib/unictype/sy_c_whitespace.c: New file.
25444         * lib/unictype/sy_java_ident.c: New file.
25445         * lib/unictype/sy_java_whitespace.c: New file.
25446
25447         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
25448         Unicode 5.0.0.
25449         * lib/unictype/blocks.h: Likewise.
25450         * lib/unictype/categ_C.h: Likewise.
25451         * lib/unictype/categ_Cc.h: Likewise.
25452         * lib/unictype/categ_Cf.h: Likewise.
25453         * lib/unictype/categ_Cn.h: Likewise.
25454         * lib/unictype/categ_Co.h: Likewise.
25455         * lib/unictype/categ_Cs.h: Likewise.
25456         * lib/unictype/categ_L.h: Likewise.
25457         * lib/unictype/categ_Ll.h: Likewise.
25458         * lib/unictype/categ_Lm.h: Likewise.
25459         * lib/unictype/categ_Lo.h: Likewise.
25460         * lib/unictype/categ_Lt.h: Likewise.
25461         * lib/unictype/categ_Lu.h: Likewise.
25462         * lib/unictype/categ_M.h: Likewise.
25463         * lib/unictype/categ_Mc.h: Likewise.
25464         * lib/unictype/categ_Me.h: Likewise.
25465         * lib/unictype/categ_Mn.h: Likewise.
25466         * lib/unictype/categ_N.h: Likewise.
25467         * lib/unictype/categ_Nd.h: Likewise.
25468         * lib/unictype/categ_Nl.h: Likewise.
25469         * lib/unictype/categ_No.h: Likewise.
25470         * lib/unictype/categ_P.h: Likewise.
25471         * lib/unictype/categ_Pc.h: Likewise.
25472         * lib/unictype/categ_Pd.h: Likewise.
25473         * lib/unictype/categ_Pe.h: Likewise.
25474         * lib/unictype/categ_Pf.h: Likewise.
25475         * lib/unictype/categ_Pi.h: Likewise.
25476         * lib/unictype/categ_Po.h: Likewise.
25477         * lib/unictype/categ_Ps.h: Likewise.
25478         * lib/unictype/categ_S.h: Likewise.
25479         * lib/unictype/categ_Sc.h: Likewise.
25480         * lib/unictype/categ_Sk.h: Likewise.
25481         * lib/unictype/categ_Sm.h: Likewise.
25482         * lib/unictype/categ_So.h: Likewise.
25483         * lib/unictype/categ_Z.h: Likewise.
25484         * lib/unictype/categ_Zl.h: Likewise.
25485         * lib/unictype/categ_Zp.h: Likewise.
25486         * lib/unictype/categ_Zs.h: Likewise.
25487         * lib/unictype/categ_of.h: Likewise.
25488         * lib/unictype/combining.h: Likewise.
25489         * lib/unictype/ctype_alnum.h: Likewise.
25490         * lib/unictype/ctype_alpha.h: Likewise.
25491         * lib/unictype/ctype_blank.h: Likewise.
25492         * lib/unictype/ctype_cntrl.h: Likewise.
25493         * lib/unictype/ctype_digit.h: Likewise.
25494         * lib/unictype/ctype_graph.h: Likewise.
25495         * lib/unictype/ctype_lower.h: Likewise.
25496         * lib/unictype/ctype_print.h: Likewise.
25497         * lib/unictype/ctype_punct.h: Likewise.
25498         * lib/unictype/ctype_space.h: Likewise.
25499         * lib/unictype/ctype_upper.h: Likewise.
25500         * lib/unictype/ctype_xdigit.h: Likewise.
25501         * lib/unictype/decdigit.h: Likewise.
25502         * lib/unictype/digit.h: Likewise.
25503         * lib/unictype/mirror.h: Likewise.
25504         * lib/unictype/numeric.h: Likewise.
25505         * lib/unictype/pr_alphabetic.h: Likewise.
25506         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
25507         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
25508         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
25509         * lib/unictype/pr_bidi_block_separator.h: Likewise.
25510         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
25511         * lib/unictype/pr_bidi_common_separator.h: Likewise.
25512         * lib/unictype/pr_bidi_control.h: Likewise.
25513         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
25514         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
25515         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
25516         * lib/unictype/pr_bidi_european_digit.h: Likewise.
25517         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
25518         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
25519         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
25520         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
25521         * lib/unictype/pr_bidi_pdf.h: Likewise.
25522         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
25523         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25524         * lib/unictype/pr_combining.h: Likewise.
25525         * lib/unictype/pr_composite.h: Likewise.
25526         * lib/unictype/pr_currency_symbol.h: Likewise.
25527         * lib/unictype/pr_dash.h: Likewise.
25528         * lib/unictype/pr_decimal_digit.h: Likewise.
25529         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25530         * lib/unictype/pr_deprecated.h: Likewise.
25531         * lib/unictype/pr_diacritic.h: Likewise.
25532         * lib/unictype/pr_extender.h: Likewise.
25533         * lib/unictype/pr_format_control.h: Likewise.
25534         * lib/unictype/pr_grapheme_base.h: Likewise.
25535         * lib/unictype/pr_grapheme_extend.h: Likewise.
25536         * lib/unictype/pr_grapheme_link.h: Likewise.
25537         * lib/unictype/pr_hex_digit.h: Likewise.
25538         * lib/unictype/pr_hyphen.h: Likewise.
25539         * lib/unictype/pr_id_continue.h: Likewise.
25540         * lib/unictype/pr_id_start.h: Likewise.
25541         * lib/unictype/pr_ideographic.h: Likewise.
25542         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25543         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25544         * lib/unictype/pr_ignorable_control.h: Likewise.
25545         * lib/unictype/pr_iso_control.h: Likewise.
25546         * lib/unictype/pr_join_control.h: Likewise.
25547         * lib/unictype/pr_left_of_pair.h: Likewise.
25548         * lib/unictype/pr_line_separator.h: Likewise.
25549         * lib/unictype/pr_logical_order_exception.h: Likewise.
25550         * lib/unictype/pr_lowercase.h: Likewise.
25551         * lib/unictype/pr_math.h: Likewise.
25552         * lib/unictype/pr_non_break.h: Likewise.
25553         * lib/unictype/pr_not_a_character.h: Likewise.
25554         * lib/unictype/pr_numeric.h: Likewise.
25555         * lib/unictype/pr_other_alphabetic.h: Likewise.
25556         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25557         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25558         * lib/unictype/pr_other_id_continue.h: Likewise.
25559         * lib/unictype/pr_other_id_start.h: Likewise.
25560         * lib/unictype/pr_other_lowercase.h: Likewise.
25561         * lib/unictype/pr_other_math.h: Likewise.
25562         * lib/unictype/pr_other_uppercase.h: Likewise.
25563         * lib/unictype/pr_paired_punctuation.h: Likewise.
25564         * lib/unictype/pr_paragraph_separator.h: Likewise.
25565         * lib/unictype/pr_pattern_syntax.h: Likewise.
25566         * lib/unictype/pr_pattern_white_space.h: Likewise.
25567         * lib/unictype/pr_private_use.h: Likewise.
25568         * lib/unictype/pr_punctuation.h: Likewise.
25569         * lib/unictype/pr_quotation_mark.h: Likewise.
25570         * lib/unictype/pr_radical.h: Likewise.
25571         * lib/unictype/pr_sentence_terminal.h: Likewise.
25572         * lib/unictype/pr_soft_dotted.h: Likewise.
25573         * lib/unictype/pr_space.h: Likewise.
25574         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25575         * lib/unictype/pr_titlecase.h: Likewise.
25576         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25577         * lib/unictype/pr_unified_ideograph.h: Likewise.
25578         * lib/unictype/pr_uppercase.h: Likewise.
25579         * lib/unictype/pr_variation_selector.h: Likewise.
25580         * lib/unictype/pr_white_space.h: Likewise.
25581         * lib/unictype/pr_xid_continue.h: Likewise.
25582         * lib/unictype/pr_xid_start.h: Likewise.
25583         * lib/unictype/pr_zero_width.h: Likewise.
25584         * lib/unictype/scripts.h: Likewise.
25585         * lib/unictype/scripts_byname.gperf: Likewise.
25586         * lib/unictype/sy_c_ident.h: Likewise.
25587         * lib/unictype/sy_c_whitespace.h: Likewise.
25588         * lib/unictype/sy_java_ident.h: Likewise.
25589         * lib/unictype/sy_java_whitespace.h: Likewise.
25590
25591         * lib/unictype/Makefile: New file.
25592         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25593         glibc.
25594         * lib/unictype/3level.h: New file, copied from glibc.
25595         * lib/unictype/3levelbit.h: New file.
25596
25597 2007-11-11  Bruno Haible  <bruno@clisp.org>
25598
25599         * modules/gperf: New file.
25600         * modules/iconv_open (Depends-on): Add it.
25601         (Makefile.am): Remove the GPERF definition.
25602
25603 2007-11-11  Bruno Haible  <bruno@clisp.org>
25604
25605         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25606         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25607
25608 2007-11-11  Bruno Haible  <bruno@clisp.org>
25609
25610         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25611         (usage): Remove function.
25612
25613 2007-11-11  Bruno Haible  <bruno@clisp.org>
25614
25615         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25616         gl_FUNC_CEILF_LIBS.
25617         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25618         gl_FUNC_CEIL_LIBS.
25619         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25620         gl_FUNC_CEILL_LIBS.
25621         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25622         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25623         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25624
25625 2007-11-11  Bruno Haible  <bruno@clisp.org>
25626
25627         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25628         roundf were declared but do not exist on functions.
25629         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25630         roundl were declared but do not exist on functions.
25631         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25632         HAVE_FLOORL_AND_CEILL, respectively.
25633         Needed for Sun C on Solaris 10.
25634
25635 2007-11-11  Bruno Haible  <bruno@clisp.org>
25636
25637         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25638         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25639         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25640         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25641         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25642         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25643         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25644         HAVE_DECL_ROUNDF.
25645         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25646         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25647         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25648         of HAVE_DECL_ROUND*.
25649         * modules/math (Makefile.am): Update.
25650
25651 2007-11-10  Bruno Haible  <bruno@clisp.org>
25652
25653         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25654         ptrdiff_t as m4/intl.m4.
25655
25656 2007-11-10  Jim Meyering  <meyering@redhat.com>
25657
25658         Avoid link failure for the argmatch test.
25659         * tests/test-argmatch.c (usage): Define function to avoid a link
25660         failure: argmatch_die requires a usage function.
25661
25662 2007-11-09  Bruno Haible  <bruno@clisp.org>
25663
25664         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25665         * doc/functions/vsnprintf.texi: Likewise.
25666         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25667         with a size argument < 2.
25668
25669 2007-11-09  Bruno Haible  <bruno@clisp.org>
25670
25671         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
25672         buffer. Fixes an inefficiency introduced on 2007-11-03.
25673
25674 2007-11-09  Bruno Haible  <bruno@clisp.org>
25675
25676         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
25677         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
25678
25679 2007-11-08  Jim Meyering  <meyering@redhat.com>
25680
25681         Change cache variable name prefix "jm_" to "gl_" everywhere.
25682         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
25683         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
25684         * m4/uptime.m4: s/gl_/jm_/
25685
25686 2007-11-07  Bruno Haible  <bruno@clisp.org>
25687
25688         Update to GNU gettext 0.17.
25689         * m4/intl.m4: Update to GNU gettext 0.17.
25690         * m4/po.m4: Likewise.
25691         * modules/gettext (Files): Remove m4/ulonglong.m4.
25692         (configure.ac): Require gettext infrastructure from version 0.17.
25693
25694 2007-11-06  Bruno Haible  <bruno@clisp.org>
25695
25696         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
25697         symbolic values are not defined in a public header.
25698         * lib/freadable.c (freadable) [QNX]: Likewise.
25699         * lib/freadahead.c (freadahead) [QNX]: Likewise.
25700         * lib/freading.c (freading) [QNX]: Likewise.
25701         * lib/fseterr.c (fseterr) [QNX]: Likewise.
25702         * lib/fwritable.c (fwritable) [QNX]: Likewise.
25703         * lib/fwriting.c (fwriting) [QNX]: Likewise.
25704         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
25705         Reported by Alain Magloire.
25706
25707         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
25708
25709 2007-11-05  Bruno Haible  <bruno@clisp.org>
25710
25711         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
25712         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
25713         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
25714         Reported by Eric Blake.
25715
25716 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25717             Bruno Haible  <bruno@clisp.org>
25718
25719         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
25720         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
25721         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
25722         (malloc): Undefine also before including <stdlib.h>.
25723         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
25724         Needed on OSF/1 4.0.
25725
25726 2007-11-05  Jim Meyering  <meyering@redhat.com>
25727
25728         git-version-gen: sync from coreutils.
25729         * build-aux/git-version-gen: Add comments.
25730         Change the first '-' to '.' in the snapshot version string,
25731         e.g., 6.9-377-08144 -> 6.9.377-08144
25732         Remove first parameter.
25733         Don't declare a version "-dirty" merely because a time
25734         stamp has changed.
25735
25736 2007-11-04  Bruno Haible  <bruno@clisp.org>
25737
25738         * lib/lock.h: Protect all macro definitions containing an 'if'
25739         statement through a "do { ... } while (0)".
25740         * lib/tls.h: Likewise.
25741
25742 2007-11-04  Bruno Haible  <bruno@clisp.org>
25743
25744         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
25745
25746 2007-11-04  Bruno Haible  <bruno@clisp.org>
25747
25748         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
25749         * modules/fprintf-posix (Depends-on): Add nocrash.
25750         * modules/snprintf-posix (Depends-on): Likewise.
25751         * modules/sprintf-posix (Depends-on): Likewise.
25752         * modules/vasnprintf-posix (Depends-on): Likewise.
25753         * modules/vasprintf-posix (Depends-on): Likewise.
25754         * modules/vfprintf-posix (Depends-on): Likewise.
25755         * modules/vsnprintf-posix (Depends-on): Likewise.
25756         * modules/vsprintf-posix (Depends-on): Likewise.
25757         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25758         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25759         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25760         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25761         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25762         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25763         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25764
25765 2007-11-04  Bruno Haible  <bruno@clisp.org>
25766
25767         * modules/nocrash: New file.
25768         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
25769         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
25770
25771 2007-11-04  Bruno Haible  <bruno@clisp.org>
25772
25773         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
25774         precision handling.
25775         * tests/test-vasprintf-posix.c (test_function): Likewise.
25776         * tests/test-snprintf-posix.h (test_function): Likewise.
25777         * tests/test-sprintf-posix.h (test_function): Likewise.
25778
25779         Fix *printf behaviour for large precisions on mingw and BeOS.
25780         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
25781         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
25782         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
25783         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25784         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25785         gl_PRINTF_PRECISION and test its result. Invoke
25786         gl_PREREQ_VASNPRINTF_PRECISION.
25787         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25788         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25789         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25790         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25791         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25792         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25793         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25794         * doc/functions/fprintf.texi: Update.
25795         * doc/functions/printf.texi: Update.
25796         * doc/functions/snprintf.texi: Update.
25797         * doc/functions/sprintf.texi: Update.
25798         * doc/functions/vfprintf.texi: Update.
25799         * doc/functions/vprintf.texi: Update.
25800         * doc/functions/vsnprintf.texi: Update.
25801         * doc/functions/vsprintf.texi: Update.
25802
25803 2007-11-04  Bruno Haible  <bruno@clisp.org>
25804
25805         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
25806
25807 2007-11-04  Bruno Haible  <bruno@clisp.org>
25808
25809         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
25810         Reported by Sylvain Beucler <beuc@gnu.org>.
25811
25812 2007-11-03  Bruno Haible  <bruno@clisp.org>
25813
25814         * tests/test-fprintf-posix2.sh: New file.
25815         * tests/test-fprintf-posix2.c: New file.
25816         * modules/fprintf-posix-tests (Files): Add them.
25817         (TESTS): Add test-fprintf-posix2.sh.
25818         (configure.ac): Check for getrlimit and setrlimit.
25819         (check_PROGRAMS): Add test-fprintf-posix2.
25820
25821         * tests/test-printf-posix2.sh: New file.
25822         * tests/test-printf-posix2.c: New file.
25823         * modules/printf-posix-tests (Files): Add them.
25824         (TESTS): Add test-printf-posix2.sh.
25825         (configure.ac): Check for getrlimit and setrlimit.
25826         (check_PROGRAMS): Add test-printf-posix2.
25827
25828         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
25829         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
25830         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
25831         (decode_double): New function, copied from decode_long_double.
25832         (scale10_round_decimal_decoded): New function, extracted from
25833         scale10_round_decimal_long_double.
25834         (scale10_round_decimal_long_double): Use it.
25835         (scale10_round_decimal_double): New function.
25836         (floorlog10): New function.
25837         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
25838         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
25839         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25840         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25841         gl_PRINTF_ENOMEM and test its result. Invoke
25842         gl_PREREQ_VASNPRINTF_ENOMEM.
25843         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25844         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25845         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25846         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25847         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25848         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25849         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25850         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
25851         * modules/snprintf-posix (Depends-on): Likewise.
25852         * modules/sprintf-posix (Depends-on): Likewise.
25853         * modules/vasnprintf-posix (Depends-on): Likewise.
25854         * modules/vasprintf-posix (Depends-on): Likewise.
25855         * modules/vfprintf-posix (Depends-on): Likewise.
25856         * modules/vsnprintf-posix (Depends-on): Likewise.
25857         * modules/vsprintf-posix (Depends-on): Likewise.
25858         * doc/functions/fprintf.texi: Update.
25859         * doc/functions/printf.texi: Update.
25860         * doc/functions/snprintf.texi: Update.
25861         * doc/functions/sprintf.texi: Update.
25862         * doc/functions/vfprintf.texi: Update.
25863         * doc/functions/vprintf.texi: Update.
25864         * doc/functions/vsnprintf.texi: Update.
25865         * doc/functions/vsprintf.texi: Update.
25866
25867 2007-11-03  Bruno Haible  <bruno@clisp.org>
25868
25869         * modules/frexp-nolibm-tests: New file.
25870
25871         * modules/frexp-nolibm: New file.
25872         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
25873
25874 2007-11-03  Bruno Haible  <bruno@clisp.org>
25875
25876         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
25877         value is C99 compliant.
25878         Needed for OSF/1 5.1.
25879
25880 2007-11-03  Bruno Haible  <bruno@clisp.org>
25881
25882         Fix out-of-memory handling of vasnprintf.
25883         * lib/printf-parse.c: Include <errno.h>.
25884         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
25885         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
25886         is already set.
25887
25888 2007-11-02  Eric Blake  <ebb9@byu.net>
25889
25890         Fix tests on cygwin.
25891         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
25892
25893 2007-11-01  Bruno Haible  <bruno@clisp.org>
25894
25895         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
25896         warning.
25897         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
25898         needed for POSIX compatibility.
25899
25900 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25901
25902         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
25903         for compatibility with GNU.
25904
25905 2007-11-01  Bruno Haible  <bruno@clisp.org>
25906
25907         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
25908         (putenv): Renamed from rpl_putenv. Change argument type from
25909         'const char *' to 'char *'.
25910         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
25911         of defining putenv in config.h, just set REPLACE_PUTENV.
25912         * modules/putenv (Depends-on): Add stdlib.
25913         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25914         (Include): Use <stdlib.h>.
25915         * lib/stdlib.in.h (putenv): New declaration.
25916         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
25917         REPLACE_PUTENV.
25918         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
25919         REPLACE_PUTENV.
25920         Needed for MacOS X 10.5.0.
25921         Reported by Peter O'Gorman <peter@pogma.com>.
25922
25923 2007-11-01  Jim Meyering  <meyering@redhat.com>
25924
25925         Treat an empty date string exactly like "0".
25926         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
25927         if the remaining date string (to be parsed) is empty, use "0".
25928         Reported by Mischa Molhoek and discussed in this thread:
25929         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
25930
25931 2007-10-31  Bruno Haible  <bruno@clisp.org>
25932
25933         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
25934         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
25935         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
25936         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
25937         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
25938         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
25939
25940 2007-10-31  Bruno Haible  <bruno@clisp.org>
25941
25942         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
25943         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
25944         (AC_TYPE_LONG_LONG_INT): Use it.
25945         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
25946         it as well.
25947         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
25948         to m4/longlong.m4.
25949         * modules/stdint (Files): Remove m4/ulonglong.m4.
25950         * modules/strtoull (Files): Use m4/longlong.m4 instead of
25951         m4/ulonglong.m4.
25952         * modules/strtoumax (Files): Likewise.
25953
25954 2007-10-30  Bruno Haible  <bruno@clisp.org>
25955
25956         * modules/xvasprintf-posix: New file.
25957         Suggested by Eric Blake.
25958
25959 2007-10-30  Bruno Haible  <bruno@clisp.org>
25960
25961         * modules/xprintf-posix-tests: New file.
25962         * tests/test-xprintf-posix.sh: New file.
25963         * tests/test-xprintf-posix.c: New file.
25964         * tests/test-xfprintf-posix.c: New file.
25965
25966         * modules/xprintf-posix: New file.
25967
25968 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25969
25970         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
25971         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
25972         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
25973
25974 2007-10-29  Bruno Haible  <bruno@clisp.org>
25975
25976         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
25977         contain the special marker '_cv_'.
25978         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
25979         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
25980         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
25981         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
25982         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
25983         Reported by Ralf Wildenhues.
25984
25985 2007-10-29  Bruno Haible  <bruno@clisp.org>
25986
25987         * gnulib-tool (func_import): When --lgpl is not specified, set
25988         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
25989         GPLv3.
25990         Reported by Simon Josefsson.
25991
25992 2007-10-28  Bruno Haible  <bruno@clisp.org>
25993
25994         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
25995         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
25996         HAVE_DECL_ISFINITE.
25997         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25998         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
25999         HAVE_DECL_ISFINITE.
26000
26001 2007-10-28  Bruno Haible  <bruno@clisp.org>
26002
26003         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
26004         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
26005
26006 2007-10-28  Bruno Haible  <bruno@clisp.org>
26007
26008         Fix link errors with Sun C 5.0 on Solaris 10.
26009         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
26010         function is declared but not present in the compiler's libm.
26011         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
26012         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
26013         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
26014         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
26015         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
26016         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
26017         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
26018         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
26019         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
26020         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
26021         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
26022         HAVE_DECL_FLOORL.
26023
26024 2007-10-28  Bruno Haible  <bruno@clisp.org>
26025
26026         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
26027         gl_FUNC_FLOORL. Cache the result.
26028         (gl_FUNC_FLOORL): Use it.
26029         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
26030         gl_FUNC_CEILL. Cache the result.
26031         (gl_FUNC_CEILL): Use it.
26032
26033         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
26034         gl_FUNC_FLOOR. Cache the result.
26035         (gl_FUNC_FLOOR): Use it.
26036         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
26037         gl_FUNC_CEIL. Cache the result.
26038         (gl_FUNC_CEIL): Use it.
26039
26040         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
26041         gl_FUNC_FLOORF. Cache the result.
26042         (gl_FUNC_FLOORF): Use it.
26043         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
26044         gl_FUNC_CEILF. Cache the result.
26045         (gl_FUNC_CEILF): Use it.
26046
26047 2007-10-28  Bruno Haible  <bruno@clisp.org>
26048
26049         * gnulib-tool: Allow specifying the LGPL version number through
26050         --lgpl=2 or --lgpl=3.
26051         (func_usage): Document --lgpl with argument.
26052         Handle --lgpl=... arguments.
26053         (func_import): Recognize also gl_LGPL calls with an argument. When
26054         --lgpl=2 is used and the module's license is just LGPL, report an
26055         error. Set sed_transform_lib_file according to the lgpl variable. In
26056         the generated files, use --lgpl or gl_LGPL invocations with argument,
26057         if necessary.
26058         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
26059         an LGPv2+ license.
26060         * doc/gnulib-tool.texi (Modified imports): Update explanation of
26061         gl_LGPL macro.
26062
26063 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26064             Bruno Haible  <bruno@clisp.org>
26065
26066         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
26067         (u16_uctomb_aux): Likewise.
26068         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
26069         !HAVE_INLINE.
26070         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
26071
26072 2007-10-28  Bruno Haible  <bruno@clisp.org>
26073
26074         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
26075         Invoke AM_GETTEXT_OPTION if it exists.
26076         * modules/vasprintf: Likewise.
26077         * modules/verror: Likewise.
26078         * modules/xprintf: Likewise.
26079         * modules/xvasprintf: Likewise.
26080
26081 2007-10-27  Ben Pfaff  <blp@gnu.org>
26082
26083         * lib/math.in.h: Define isfinite macro and prototypes for
26084         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
26085         implementations.
26086         * m4/math_h.m4: New substitutions for isfinite module.
26087         * lib/isfinite.c: New file.
26088         * m4/isfinite.m4: New file.
26089         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
26090         * modules/isfinite: New file.
26091         * modules/isfinite-tests: New file.
26092         * tests/tests-isfinite.c: New file.
26093         * doc/functions/isfinite.texi: Mention isfinite module.
26094         * MODULES.html.sh: Mention new module.
26095
26096 2007-10-27  Ben Pfaff  <blp@gnu.org>
26097
26098         Ralf Wildenhues reported that Tru64 4.0D declares the round
26099         functions but does not have definitions.
26100         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
26101         cannot be found in any library, set the output variable to
26102         "missing" instead of "".
26103         * m4/round.m4: Also use our substitute if we cannot find round in
26104         any library, even if it is declared.
26105         * m4/roundf.m4: Likewise for roundf.
26106         * m4/roundl.m4: Likewise for roundl.
26107         * lib/math.in.h: Undefine roundf, round, roundl before defining
26108         their replacements, to allow for hypothetical systems where these
26109         may be defined as macros but not available in libraries.
26110
26111 2007-10-27  Bruno Haible  <bruno@clisp.org>
26112
26113         * doc/gnulib.texi: Invoke @firstparagraphindent.
26114         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
26115         changes in gnulib.
26116         (Source changes): New section.
26117
26118 2007-10-26  Bruno Haible  <bruno@clisp.org>
26119
26120         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
26121         borrowed from autoconf.
26122
26123 2007-10-26  Bruno Haible  <bruno@clisp.org>
26124
26125         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
26126         strerror returned the empty string. Needed on HP-UX 11.00.
26127
26128 2007-10-24  Micah Cowan  <micah@cowan.name>
26129
26130         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
26131         * build-aux/bootstrap: Remove support for now-unnecessary option,
26132         --cvs-user, and envvars CVS_USER, CVS_RSH.
26133
26134 2007-10-24  Jim Meyering  <meyering@redhat.com>
26135
26136         Avoid diagnostics from sha1sum when there is no cached checksum.
26137         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
26138         if the po.s1 file hasn't been created yet.
26139
26140         * build-aux/bootstrap: Sync from coreutils:
26141         2007-10-24  Jim Meyering  <meyering@redhat.com>
26142         Get gnulib from the git repository, not from an obsolete cvs one.
26143         * build-aux/bootstrap: Suggestion from Micah Cowan.
26144         2007-10-04  Jim Meyering  <jim@meyering.net>
26145         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
26146         (update_po_files): Work also when there are no .po files in po/.
26147
26148 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26149
26150         * README: Append ".git" to git and cg examples.
26151         Problem reported by Benoit Sigoure.
26152
26153 2007-10-23  Micah Cowan  <micah@cowan.name>
26154
26155         * users.txt: Add wget.
26156
26157 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26158
26159         Fix linking of some unistdio tests on FreeBSD.
26160         * modules/unistdio/u16-vsnprintf-tests
26161         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
26162         * modules/unistdio/u16-vsprintf-tests
26163         (test_u16_vsnprintf1_LDADD): Likewise.
26164         * modules/unistdio/u32-vsnprintf-tests
26165         (test_u32_vsnprintf1_LDADD): Likewise.
26166         * modules/unistdio/u32-vsprintf-tests
26167         (test_u32_vsprintf1_LDADD): Likewise.
26168         * modules/unistdio/u8-vsnprintf-tests
26169         (test_u8_vsnprintf1_LDADD): Likewise.
26170         * modules/unistdio/u8-vsprintf-tests
26171         (test_u8_vsprintf1_LDADD): Likewise.
26172         * modules/unistdio/ulc-vsnprintf-tests
26173         (test_ulc_vsnprintf1_LDADD): Likewise.
26174         * modules/unistdio/ulc-vsprintf-tests
26175         (test_ulc_vsprintf1_LDADD): Likewise.
26176
26177         Fix linking of some uniconv tests on FreeBSD.
26178         * modules/uniconv/u16-conv-from-enc-tests
26179         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
26180         * modules/uniconv/u16-conv-to-enc-tests
26181         (test_u16_conv_to_enc_LDADD): Likewise.
26182         * modules/uniconv/u16-strconv-from-enc-tests
26183         (test_u16_strconv_from_enc_LDADD): Likewise.
26184         * modules/uniconv/u16-strconv-to-enc-tests
26185         (test_u16_strconv_to_enc_LDADD): Likewise.
26186         * modules/uniconv/u32-conv-from-enc-tests
26187         (test_u32_conv_from_enc_LDADD): Likewise.
26188         * modules/uniconv/u32-conv-to-enc-tests
26189         (test_u32_conv_to_enc_LDADD): Likewise.
26190         * modules/uniconv/u32-strconv-from-enc-tests
26191         (test_u32_strconv_from_enc_LDADD): Likewise.
26192         * modules/uniconv/u32-strconv-to-enc-tests
26193         (test_u32_strconv_to_enc_LDADD): Likewise.
26194         * modules/uniconv/u8-conv-from-enc-tests
26195         (test_u8_conv_from_enc_LDADD): Likewise.
26196         * modules/uniconv/u8-conv-to-enc-tests
26197         (test_u8_conv_to_enc_LDADD): Likewise.
26198         * modules/uniconv/u8-strconv-from-enc-tests
26199         (test_u8_strconv_from_enc_LDADD): Likewise.
26200         * modules/uniconv/u8-strconv-to-enc-tests
26201         (test_u8_strconv_to_enc_LDADD): Likewise.
26202
26203 2007-10-22  Bruno Haible  <bruno@clisp.org>
26204
26205         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
26206         size.
26207
26208 2007-10-22  Eric Blake  <ebb9@byu.net>
26209
26210         Tweak x*printf documentation.
26211         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
26212         variable name and comments.
26213         Suggested by Bruno Haible.
26214
26215 2007-10-22  Bruno Haible  <bruno@clisp.org>
26216
26217         * lib/acl.c (copy_acl): Fix file name in comment.
26218
26219 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26220
26221         Fix Tru64 problem with stdbool.h.
26222         * lib/stdbool.in.h (false, true):
26223         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
26224         Don't declare as an enum in this situation; it runs afoul of Tru64.
26225         Problem reported by Steven M. Schweda in
26226         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
26227
26228 2007-10-22  Eric Blake  <ebb9@byu.net>
26229
26230         Also wrap vf?printf.
26231         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
26232         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
26233         (xvprintf, xvfprintf): New functions.
26234
26235 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26236
26237         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
26238         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
26239
26240         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
26241         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
26242
26243 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26244
26245         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
26246         by Bruno Haible.
26247
26248 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26249
26250         * lib/getloadavg.c
26251         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
26252         Undef `sys' after including sys/table.h, for Tru64 4.0D.
26253
26254         * tests/test-i-ring.c: Work for C89.
26255
26256 2007-10-22  Bruno Haible  <bruno@clisp.org>
26257
26258         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
26259         -1u, in preprocessor expression, so that we don't test for the bug
26260         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
26261         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
26262
26263 2007-10-22  Eric Blake  <ebb9@byu.net>
26264
26265         * tests/test-yesno.sh: Silence stderr during test.
26266
26267 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26268
26269         * modules/crypto/gc-camellia: New file.
26270
26271         * m4/gc-camellia.m4: New file.
26272
26273         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
26274
26275         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
26276
26277 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26278
26279         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
26280         --help to stdout.  Reported by sms@antinode.org (Steven
26281         M. Schweda).
26282
26283 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26284
26285         * users.txt: Fix link to libksba.
26286
26287 2007-10-21  Ben Pfaff  <blp@gnu.org>
26288
26289         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
26290         round.c roundf implementation that depends on floorf and ceilf to
26291         be tested unconditionally.
26292
26293 2007-10-21  Ben Pfaff  <blp@gnu.org>
26294
26295         * m4/check-libm-func.m4: Removed.
26296         * m4/check-math-lib.m4: New file.
26297         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
26298         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
26299         definition and lack of AC_LIBOBJ([roundf]).
26300         * m4/roundl.m4: Ditto, and similarly for roundl.
26301         * modules/round: Reference new m4 file.
26302         * modules/roundf: Ditto.
26303         * modules/roundl: Ditto.
26304         * tests/test-round2.c (main): Use ROUND instead of round.
26305         Bug report from Bruno Haible.
26306
26307 2007-10-21  Bruno Haible  <bruno@clisp.org>
26308
26309         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
26310         context.
26311
26312 2007-10-21  Bruno Haible  <bruno@clisp.org>
26313
26314         * tests/test-wcwidth.c (main): Allow negative result for some control
26315         characters.
26316
26317         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
26318         Needed on OSF/1 5.1.
26319
26320 2007-10-21  Bruno Haible  <bruno@clisp.org>
26321
26322         * tests/test-floorf1.c: Include isnanf.h.
26323         (main): Use isnanf() instead of isnan().
26324         * tests/test-ceilf1.c: Include isnanf.h.
26325         (main): Use isnanf() instead of isnan().
26326         * tests/test-truncf1.c: Include isnanf.h.
26327         (main): Use isnanf() instead of isnan().
26328         * tests/test-roundf1.c: Include isnanf.h.
26329         (main): Use isnanf() instead of isnan().
26330
26331 2007-10-21  Eric Blake  <ebb9@byu.net>
26332
26333         * users.txt: Update URL for m4.
26334
26335 2007-10-21  Bruno Haible  <bruno@clisp.org>
26336
26337         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
26338
26339 2007-10-21  Bruno Haible  <bruno@clisp.org>
26340
26341         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
26342         Git's management files if the CVS files are not present.
26343
26344 2007-10-20  Bruno Haible  <bruno@clisp.org>
26345
26346         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
26347         gcc-3.4.x.
26348
26349 2007-10-20  Ben Pfaff  <blp@gnu.org>
26350
26351         * lib/math.in.h: Declare round, roundf, roundl if we are providing
26352         implementations.
26353         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
26354         * lib/round.c: New file.
26355         * lib/roundf.c: New file.
26356         * lib/roundl.c: New file.
26357         * m4/round.m4: New file.
26358         * m4/roundf.m4: New file.
26359         * m4/roundl.m4: New file.
26360         * m4/check-libm-func-m4: New file.
26361         * modules/math: Replace round, roundf, roundl related @VARS@ in
26362         math.in.h.
26363         * modules/round: New file.
26364         * modules/round-tests: New file.
26365         * modules/roundf: New file.
26366         * modules/roundf-tests: New file.
26367         * modules/roundl: New file.
26368         * modules/roundl-tests: New file.
26369         * tests/test-round1.c: New file.
26370         * tests/test-round2.c: New file.
26371         * tests/test-roundf1.c: New file.
26372         * tests/test-roundf2.c: New file.
26373         * tests/test-roundl.c: New file.
26374         * doc/functions/round.texi: Mention round module.
26375         * doc/functions/roundf.texi: Mention roundf module.
26376         * doc/functions/roundl.texi: Mention roundl module.
26377         * MODULES.html.sh: Mention new modules.
26378         Thanks to Bruno Haible for suggestions.
26379
26380 2007-10-20  Jim Meyering  <meyering@redhat.com>
26381
26382         * lib/xprintf.c: Include <config.h> unconditionally.
26383
26384         Change xprintf's license to GPL.
26385         * modules/xprintf (License): s/LGPL/GPL/, since this module
26386         depends on modules (exit and exitfail) which are GPL.
26387         Suggestion from Bruno Haible.
26388
26389         xprintf fixes.
26390         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
26391         Use a clearer diagnostic.
26392         Patch from Bruno Haible.
26393
26394 2007-10-20  Bruno Haible  <bruno@clisp.org>
26395
26396         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
26397         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
26398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26399
26400 2007-10-20  Bruno Haible  <bruno@clisp.org>
26401
26402         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
26403         precision in the comparison result > x - 1 or similar.
26404         * tests/test-ceilf2.c (correct_result_p): Likewise.
26405         * tests/test-truncf2.c (correct_result_p): Likewise.
26406         * tests/test-trunc2.c (correct_result_p): Likewise.
26407         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26408
26409 2007-10-20  Bruno Haible  <bruno@clisp.org>
26410
26411         * modules/ceil: New file.
26412         * m4/ceil.m4: New file.
26413         * doc/functions/ceil.texi: Mention the 'ceil' module.
26414
26415 2007-10-20  Bruno Haible  <bruno@clisp.org>
26416
26417         * modules/floor: New file.
26418         * m4/floor.m4: New file.
26419         * doc/functions/floor.texi: Mention the 'floor' module.
26420
26421 2007-10-20  Bruno Haible  <bruno@clisp.org>
26422
26423         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
26424         of %a.
26425         * modules/floorf-tests (Depends-on): Likewise.
26426         * modules/truncf-tests (Depends-on): Likewise.
26427         * modules/trunc-tests (Depends-on): Likewise.
26428         Reported by Ben Pfaff.
26429
26430 2007-10-19  Jim Meyering  <meyering@redhat.com>
26431
26432         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
26433         Don't bother testing specific errno values.  Just test ferror.
26434
26435         New module: xprintf
26436         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
26437
26438 2007-10-19  Bruno Haible  <bruno@clisp.org>
26439
26440         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
26441         syntax.
26442         * modules/javaexec (Makefile.am): Likewise.
26443         * modules/relocatable-prog (Makefile.am): Likewise.
26444         Suggested by Jim Meyering.
26445
26446 2007-10-18  Bruno Haible  <bruno@clisp.org>
26447
26448         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
26449         Reported by Jim Meyering.
26450
26451 2007-10-18  Eric Blake  <ebb9@byu.net>
26452
26453         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
26454
26455 2007-10-18  Bruno Haible  <bruno@clisp.org>
26456
26457         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
26458         the format string into writable memory. Needed in Fortify conditions.
26459
26460 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
26461             Bruno Haible  <bruno@clisp.org>
26462
26463         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
26464         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
26465         * modules/trim (Depends-on): Add mbchar.
26466         (configure.ac): Add gl_FUNC_MBRTOWC.
26467         (Makefile.am): Augment lib_SOURCES.
26468
26469 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26470
26471         Modify glob.c to use fstatat and dirfd, to simplify it.
26472         Suggested by Eric Blake.
26473         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
26474         Don't include <stdbool.h>; not used.
26475         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
26476         (link_exists_p): Simplify implementation, since we can now assume
26477         dirfd and fstatat.
26478         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
26479
26480 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26481
26482         * gnulib-tool (func_get_dependencies): Fix sed script to
26483         match only tests.
26484
26485 2007-10-17  Bruno Haible  <bruno@clisp.org>
26486
26487         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
26488         allow locale names without encoding suffix.
26489         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26490         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26491
26492 2007-10-16  Bruno Haible  <bruno@clisp.org>
26493
26494         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
26495         * lib/getgroups.c (getgroups): Likewise.
26496         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
26497
26498 2007-10-16  Bruno Haible  <bruno@clisp.org>
26499
26500         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
26501         * modules/malloc-posix (License): Likewise.
26502         * modules/realloc-posix (License): Likewise.
26503         * modules/calloc-posix (License): Likewise.
26504         * modules/intprops (License): Change from GPL to LGPL, with
26505         Paul Eggert's approval.
26506
26507 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26508
26509         Merge glibc changes into lib/glob.c.
26510
26511         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
26512         2007-10-15 04:59:03 UTC.  Here are the changes:
26513
26514         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
26515
26516         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
26517
26518         * lib/glob.c: Add some branch prediction throughout.
26519
26520         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
26521
26522         [BZ #5103]
26523         * lib/glob.c (glob): Recognize patterns starting \/.
26524
26525         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26526
26527         [BZ #3996]
26528         * lib/glob.c (attribute_hidden): Define if not defined.
26529         (glob): Unescape dirname, filename or username when needed and not
26530         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26531         is NULL.  Handle unescaped [ in pattern without closing ].
26532         Don't pass GLOB_CHECK down to recursive glob for directories.
26533         (__glob_pattern_type): New function.
26534         (__glob_pattern_p): Implement using __glob_pattern_type.
26535         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26536         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26537         Remove unreachable code.
26538
26539         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26540
26541         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26542         explain why there are no leaks.
26543
26544         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26545
26546         [BZ #3253]
26547         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26548         time, rather allocate increasingly bigger arrays of pointers, if
26549         possible with alloca, if too large with malloc.
26550
26551 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26552
26553         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26554         Problem reported by H.Merijn Brand in
26555         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26556         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26557         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26558
26559 2007-10-15  Bruno Haible  <bruno@clisp.org>
26560
26561         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26562         with explicit rpl_ prefix.
26563         * lib/fopen.c (fopen): Likewise.
26564         * lib/freopen.c (freopen): Likewise.
26565         * lib/iconv.c (iconv): Likewise.
26566         * lib/iconv_close.c (iconv_close): Likewise.
26567
26568 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26569
26570         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26571
26572 2007-10-15  Bruno Haible  <bruno@clisp.org>
26573
26574         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26575         <stddef.h> instead of <stdlib.h> since we only need NULL.
26576         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26577
26578 2007-10-15  Bruno Haible  <bruno@clisp.org>
26579
26580         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26581         Replace paragraph talking about LIBOBJS.
26582         Reported by Colin Watson <cjwatson@debian.org>.
26583
26584 2007-10-15  Bruno Haible  <bruno@clisp.org>
26585
26586         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26587         <stdlib.h> before using NULL.
26588
26589 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26590
26591         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26592         Reported by Albert Chin <china@thewrittenword.com>.
26593
26594 2007-10-14  Bruno Haible  <bruno@clisp.org>
26595
26596         * modules/iconv_open-utf-tests: New file.
26597         * tests/test-iconv-utf.c: New file.
26598
26599         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26600         * modules/iconv_open-utf: New file.
26601         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26602         (iconv, iconv_close): New declarations.
26603         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26604         be defined.
26605         (iconv_open): Add special handling of conversion between UTF-8 and
26606         UTF-{16,32}{BE,LE}.
26607         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26608         * lib/iconv_close.c: New file.
26609         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26610         gl_FUNC_ICONV_OPEN.
26611         (gl_FUNC_ICONV_OPEN): Use it.
26612         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26613         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26614         and REPLACE_ICONV_UTF.
26615         * modules/iconv_open (Depends-on): Add c-strcase.
26616         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26617         ICONV_CONST.
26618         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26619
26620 2007-10-13  Albert Chin  <china@thewrittenword.com>
26621             Bruno Haible  <bruno@clisp.org>
26622
26623         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26624         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26625
26626 2007-10-13  Bruno Haible  <bruno@clisp.org>
26627
26628         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26629         defined, use the ISO C99 inline semantics.
26630         * lib/argp.h (ARGP_EI): Likewise.
26631
26632 2007-10-13  Bruno Haible  <bruno@clisp.org>
26633
26634         Handle 'inline' change in gcc 4.3.0.
26635         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26636         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26637         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26638         argp_fmtstream_point): Disable 'extern' declaration if the function
26639         definition is going to be provided inline.
26640         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26641         semantics, not the ISO C99 inline semantics.
26642         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26643         'extern' declaration if the function definition is going to be provided
26644         inline.
26645         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26646         the GNU C inline semantics, not the ISO C99 inline semantics. With
26647         GCC 4.2, avoid a warning.
26648
26649 2007-10-13  Bruno Haible  <bruno@clisp.org>
26650
26651         * lib/freading.h (freading): Enable the use of __freading for
26652         glibc >= 2.7.
26653         * lib/freading.c (freading): Likewise.
26654
26655 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26656
26657         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26658         "warning: C99 inline functions are not supported; using GNU89".
26659
26660 2007-10-12  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26663         of 2.
26664         * tests/test-ceilf2.c: New file.
26665         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26666
26667         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26668         * modules/ceilf-tests: Update.
26669
26670 2007-10-12  Bruno Haible  <bruno@clisp.org>
26671
26672         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
26673         of 2.
26674         * tests/test-floorf2.c: New file.
26675         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
26676
26677         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
26678         * modules/floorf-tests: Update.
26679
26680 2007-10-12  Bruno Haible  <bruno@clisp.org>
26681
26682         * tests/test-trunc2.c: New file.
26683         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
26684
26685         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
26686         * modules/trunc-tests: Update.
26687
26688 2007-10-12  Bruno Haible  <bruno@clisp.org>
26689
26690         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
26691         of 2.
26692         * tests/test-truncf2.c: New file.
26693         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
26694
26695         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
26696         * modules/truncf-tests: Update.
26697
26698 2007-10-11  Eric Blake  <ebb9@byu.net>
26699
26700         Don't claim strerror is broken on Interix.
26701         * doc/functions/strerror.texi (strerror): Known broken systems are
26702         now Solaris 8, and not Interix.
26703         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
26704         Interix on cross-compile.
26705         Reported by Martin Koeppe in
26706         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
26707
26708 2007-10-11  Bruno Haible  <bruno@clisp.org>
26709
26710         * modules/i-ring-tests: New file.
26711         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
26712         instead of assert.
26713
26714 2007-10-11  Bruno Haible  <bruno@clisp.org>
26715
26716         * modules/filenamecat-tests: New file.
26717         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
26718         * lib/filenamecat.c: Remove test code.
26719
26720 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26721
26722         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
26723
26724         * lib/strerror.c: Include <string.h> always, to test interface,
26725         and to remove the need for the dummy.
26726         Include intprops.h to compute width instead of doing it ourselves
26727         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
26728         (strerror): Define it to return NULL if there's no system strerror.
26729         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
26730         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
26731         ancient pre-strerror Unix systems well any more.  Saying "unknown
26732         system error" is enough.
26733         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
26734         simpler strerror.c implementation.
26735         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
26736         Simplify the tests to reflect the simpler strerror implementation.
26737         * modules/strerror (Depends-on): Add intprops.
26738
26739 2007-10-09  Eric Blake  <ebb9@byu.net>
26740
26741         Silence test-fpending.
26742         * modules/fpending-tests (Files): Add wrapper script.
26743         * tests/test-fpending.sh: New file.
26744
26745 2007-10-09  Bruno Haible  <bruno@clisp.org>
26746
26747         * MODULES.html.sh (func_module): Don't create a hyperlink for
26748         function names like 'printf_frexp'.
26749         (Misc): Add crc, memxor.
26750         (Characteristics of floating types): New section.
26751         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
26752         isnanf-nolibm, signbit, trunc, truncf, truncl.
26753         (Enhancements for ISO C 99 functions): New subsection Input/output.
26754         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
26755         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
26756         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
26757         (Compatibility checks for POSIX:2001 functions): Add clock-time.
26758         (Enhancements for POSIX:2001 functions): Add chdir-long.
26759         (File system functions): Add areadlink, chdir-safer, read-file.
26760         Remove cycle-check.
26761         (File system as inode set): New section.
26762         (Date and time): Add gethrxtime.
26763         (Multithreading): Add openmp.
26764         (Internationalization functions): Add localename.
26765         (Unicode string functions): Add unistr/u*-mbsnlen.
26766         (Support for maintaining and releasing projects): Add git-version-gen.
26767         (Lone files): Remove directories.
26768
26769 2007-10-08  Ben Pfaff  <blp@gnu.org>
26770
26771         * lib/xmalloca.h: Fix typo in comment.
26772
26773 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26774
26775         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
26776         when avoiding problems with integer overflow.  Use a portable test
26777         instead.
26778
26779 2007-10-08  Simon Josefsson  <simon@josefsson.org>
26780
26781         * modules/dummy (License): Change to LGPLv2+.
26782         * modules/float (License): Likewise
26783         * modules/realloc (License): Likewise
26784         * modules/stdlib (License): Likewise
26785
26786 2007-10-07  Bruno Haible  <bruno@clisp.org>
26787
26788         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
26789         * floor.c (TWO_MANT_DIG): Likewise.
26790         * ceil.c (TWO_MANT_DIG): Likewise.
26791         Reported by Ben Pfaff.
26792
26793 2007-10-07  Bruno Haible  <bruno@clisp.org>
26794
26795         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
26796         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
26797         * lib/frexp.c (FUNC): Likewise.
26798         * lib/printf-frexp.h (printf_frexp): Likewise.
26799         * lib/printf-frexpl.h (printf_frexpl): Likewise.
26800         * lib/printf-frexp.c (FUNC): Likewise.
26801         Suggested by Jim Meyering.
26802
26803 2007-10-07  Jim Meyering  <meyering@redhat.com>
26804
26805         Make xnanosleep's integer overflow test more robust.
26806         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
26807         so that gcc-4.3.0 doesn't optimize away this test for overflow.
26808
26809 2007-10-07  Bruno Haible  <bruno@clisp.org>
26810
26811         * NEWS: Mention the license change.
26812
26813         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
26814         abbreviations in the modules files.
26815
26816         Change copyright notice from GPLv2+ to GPLv3+.
26817         * README: Change copyright notice.
26818         * MODULES.html.sh: Likewise.
26819         * build-aux/bootstrap.conf: Likewise.
26820         * build-aux/config.libpath: Likewise.
26821         * build-aux/csharpcomp.sh.in: Likewise.
26822         * build-aux/csharpexec.sh.in: Likewise.
26823         * build-aux/install-reloc: Likewise.
26824         * build-aux/javacomp.sh.in: Likewise.
26825         * build-aux/javaexec.sh.in: Likewise.
26826         * build-aux/ldd.sh.in: Likewise.
26827         * build-aux/reloc-ldflags: Likewise.
26828         * build-aux/relocatable.sh.in: Likewise.
26829         * build-aux/x-to-1.in: Likewise.
26830         * check-module: Likewise.
26831         * config/srclistvars.sh: Likewise.
26832         * gnulib-tool: Likewise.
26833         * lib/acl-internal.h: Likewise.
26834         * lib/acl.c: Likewise.
26835         * lib/acl.h: Likewise.
26836         * lib/acl_entries.c: Likewise.
26837         * lib/areadlink-with-size.c: Likewise.
26838         * lib/areadlink.c: Likewise.
26839         * lib/areadlink.h: Likewise.
26840         * lib/argmatch.c: Likewise.
26841         * lib/argmatch.h: Likewise.
26842         * lib/argp-ba.c: Likewise.
26843         * lib/argp-eexst.c: Likewise.
26844         * lib/argp-fmtstream.c: Likewise.
26845         * lib/argp-fmtstream.h: Likewise.
26846         * lib/argp-fs-xinl.c: Likewise.
26847         * lib/argp-help.c: Likewise.
26848         * lib/argp-namefrob.h: Likewise.
26849         * lib/argp-parse.c: Likewise.
26850         * lib/argp-pin.c: Likewise.
26851         * lib/argp-pv.c: Likewise.
26852         * lib/argp-pvh.c: Likewise.
26853         * lib/argp-xinl.c: Likewise.
26854         * lib/argp.h: Likewise.
26855         * lib/at-func.c: Likewise.
26856         * lib/atanl.c: Likewise.
26857         * lib/backupfile.c: Likewise.
26858         * lib/backupfile.h: Likewise.
26859         * lib/basename.c: Likewise.
26860         * lib/binary-io.h: Likewise.
26861         * lib/byteswap.in.h: Likewise.
26862         * lib/c-stack.c: Likewise.
26863         * lib/c-stack.h: Likewise.
26864         * lib/c-strcasestr.c: Likewise.
26865         * lib/c-strcasestr.h: Likewise.
26866         * lib/c-strstr.c: Likewise.
26867         * lib/c-strstr.h: Likewise.
26868         * lib/c-strtod.c: Likewise.
26869         * lib/calloc.c: Likewise.
26870         * lib/canon-host.c: Likewise.
26871         * lib/canon-host.h: Likewise.
26872         * lib/canonicalize-lgpl.c: Likewise.
26873         * lib/canonicalize.c: Likewise.
26874         * lib/canonicalize.h: Likewise.
26875         * lib/ceil.c: Likewise.
26876         * lib/ceilf.c: Likewise.
26877         * lib/ceill.c: Likewise.
26878         * lib/chdir-long.c: Likewise.
26879         * lib/chdir-long.h: Likewise.
26880         * lib/chdir-safer.c: Likewise.
26881         * lib/chdir-safer.h: Likewise.
26882         * lib/chown.c: Likewise.
26883         * lib/classpath.c: Likewise.
26884         * lib/classpath.h: Likewise.
26885         * lib/clean-temp.c: Likewise.
26886         * lib/clean-temp.h: Likewise.
26887         * lib/cloexec.c: Likewise.
26888         * lib/close-stream.c: Likewise.
26889         * lib/closein.c: Likewise.
26890         * lib/closein.h: Likewise.
26891         * lib/closeout.c: Likewise.
26892         * lib/closeout.h: Likewise.
26893         * lib/concat-filename.c: Likewise.
26894         * lib/copy-file.c: Likewise.
26895         * lib/copy-file.h: Likewise.
26896         * lib/count-one-bits.h: Likewise.
26897         * lib/crc.c: Likewise.
26898         * lib/crc.h: Likewise.
26899         * lib/creat-safer.c: Likewise.
26900         * lib/csharpcomp.c: Likewise.
26901         * lib/csharpcomp.h: Likewise.
26902         * lib/csharpexec.c: Likewise.
26903         * lib/csharpexec.h: Likewise.
26904         * lib/cycle-check.c: Likewise.
26905         * lib/cycle-check.h: Likewise.
26906         * lib/diacrit.c: Likewise.
26907         * lib/diacrit.h: Likewise.
26908         * lib/diffseq.h: Likewise.
26909         * lib/dirchownmod.c: Likewise.
26910         * lib/dirent.in.h: Likewise.
26911         * lib/dirfd.c: Likewise.
26912         * lib/dirfd.h: Likewise.
26913         * lib/dirname.c: Likewise.
26914         * lib/dirname.h: Likewise.
26915         * lib/dummy.c: Likewise.
26916         * lib/dup-safer.c: Likewise.
26917         * lib/dup2.c: Likewise.
26918         * lib/eealloc.h: Likewise.
26919         * lib/error.c: Likewise.
26920         * lib/error.h: Likewise.
26921         * lib/euidaccess.c: Likewise.
26922         * lib/exclude.c: Likewise.
26923         * lib/exclude.h: Likewise.
26924         * lib/execute.c: Likewise.
26925         * lib/execute.h: Likewise.
26926         * lib/exitfail.c: Likewise.
26927         * lib/exitfail.h: Likewise.
26928         * lib/expl.c: Likewise.
26929         * lib/fatal-signal.c: Likewise.
26930         * lib/fatal-signal.h: Likewise.
26931         * lib/fbufmode.c: Likewise.
26932         * lib/fbufmode.h: Likewise.
26933         * lib/fchdir.c: Likewise.
26934         * lib/fchmodat.c: Likewise.
26935         * lib/fchownat.c: Likewise.
26936         * lib/fcntl--.h: Likewise.
26937         * lib/fcntl-safer.h: Likewise.
26938         * lib/fcntl.in.h: Likewise.
26939         * lib/fd-safer.c: Likewise.
26940         * lib/fflush.c: Likewise.
26941         * lib/file-has-acl.c: Likewise.
26942         * lib/file-set.c: Likewise.
26943         * lib/file-type.c: Likewise.
26944         * lib/file-type.h: Likewise.
26945         * lib/fileblocks.c: Likewise.
26946         * lib/filemode.c: Likewise.
26947         * lib/filemode.h: Likewise.
26948         * lib/filename.h: Likewise.
26949         * lib/filenamecat.c: Likewise.
26950         * lib/filenamecat.h: Likewise.
26951         * lib/findprog.c: Likewise.
26952         * lib/findprog.h: Likewise.
26953         * lib/float.in.h: Likewise.
26954         * lib/floor.c: Likewise.
26955         * lib/floorf.c: Likewise.
26956         * lib/floorl.c: Likewise.
26957         * lib/fopen-safer.c: Likewise.
26958         * lib/fopen.c: Likewise.
26959         * lib/fpending.c: Likewise.
26960         * lib/fpending.h: Likewise.
26961         * lib/fprintf.c: Likewise.
26962         * lib/fprintftime.h: Likewise.
26963         * lib/fpucw.h: Likewise.
26964         * lib/fpurge.c: Likewise.
26965         * lib/fpurge.h: Likewise.
26966         * lib/freadable.c: Likewise.
26967         * lib/freadable.h: Likewise.
26968         * lib/freadahead.c: Likewise.
26969         * lib/freadahead.h: Likewise.
26970         * lib/freading.c: Likewise.
26971         * lib/freading.h: Likewise.
26972         * lib/free.c: Likewise.
26973         * lib/freopen.c: Likewise.
26974         * lib/frexp.c: Likewise.
26975         * lib/frexpl.c: Likewise.
26976         * lib/fseek.c: Likewise.
26977         * lib/fseterr.c: Likewise.
26978         * lib/fseterr.h: Likewise.
26979         * lib/fstatat.c: Likewise.
26980         * lib/fstrcmp.c: Likewise.
26981         * lib/fstrcmp.h: Likewise.
26982         * lib/fsusage.c: Likewise.
26983         * lib/fsusage.h: Likewise.
26984         * lib/ftell.c: Likewise.
26985         * lib/ftello.c: Likewise.
26986         * lib/fts-cycle.c: Likewise.
26987         * lib/fts.c: Likewise.
26988         * lib/fts_.h: Likewise.
26989         * lib/full-read.c: Likewise.
26990         * lib/full-read.h: Likewise.
26991         * lib/full-write.c: Likewise.
26992         * lib/full-write.h: Likewise.
26993         * lib/fwritable.c: Likewise.
26994         * lib/fwritable.h: Likewise.
26995         * lib/fwriteerror.c: Likewise.
26996         * lib/fwriteerror.h: Likewise.
26997         * lib/fwriting.c: Likewise.
26998         * lib/fwriting.h: Likewise.
26999         * lib/gcd.c: Likewise.
27000         * lib/gcd.h: Likewise.
27001         * lib/getcwd.c: Likewise.
27002         * lib/getdate.h: Likewise.
27003         * lib/getdate.y: Likewise.
27004         * lib/getdomainname.c: Likewise.
27005         * lib/getdomainname.h: Likewise.
27006         * lib/getgroups.c: Likewise.
27007         * lib/gethostname.c: Likewise.
27008         * lib/gethrxtime.c: Likewise.
27009         * lib/gethrxtime.h: Likewise.
27010         * lib/getloadavg.c: Likewise.
27011         * lib/getndelim2.c: Likewise.
27012         * lib/getndelim2.h: Likewise.
27013         * lib/getnline.c: Likewise.
27014         * lib/getnline.h: Likewise.
27015         * lib/getopt.c: Likewise.
27016         * lib/getopt.in.h: Likewise.
27017         * lib/getopt1.c: Likewise.
27018         * lib/getopt_int.h: Likewise.
27019         * lib/getpagesize.h: Likewise.
27020         * lib/getsubopt.c: Likewise.
27021         * lib/gettime.c: Likewise.
27022         * lib/getugroups.c: Likewise.
27023         * lib/getugroups.h: Likewise.
27024         * lib/getusershell.c: Likewise.
27025         * lib/gl_anyavltree_list1.h: Likewise.
27026         * lib/gl_anyavltree_list2.h: Likewise.
27027         * lib/gl_anyhash_list1.h: Likewise.
27028         * lib/gl_anyhash_list2.h: Likewise.
27029         * lib/gl_anylinked_list1.h: Likewise.
27030         * lib/gl_anylinked_list2.h: Likewise.
27031         * lib/gl_anyrbtree_list1.h: Likewise.
27032         * lib/gl_anyrbtree_list2.h: Likewise.
27033         * lib/gl_anytree_list1.h: Likewise.
27034         * lib/gl_anytree_list2.h: Likewise.
27035         * lib/gl_anytree_oset.h: Likewise.
27036         * lib/gl_anytreehash_list1.h: Likewise.
27037         * lib/gl_anytreehash_list2.h: Likewise.
27038         * lib/gl_array_list.c: Likewise.
27039         * lib/gl_array_list.h: Likewise.
27040         * lib/gl_array_oset.c: Likewise.
27041         * lib/gl_array_oset.h: Likewise.
27042         * lib/gl_avltree_list.c: Likewise.
27043         * lib/gl_avltree_list.h: Likewise.
27044         * lib/gl_avltree_oset.c: Likewise.
27045         * lib/gl_avltree_oset.h: Likewise.
27046         * lib/gl_avltreehash_list.c: Likewise.
27047         * lib/gl_avltreehash_list.h: Likewise.
27048         * lib/gl_carray_list.c: Likewise.
27049         * lib/gl_carray_list.h: Likewise.
27050         * lib/gl_linked_list.c: Likewise.
27051         * lib/gl_linked_list.h: Likewise.
27052         * lib/gl_linkedhash_list.c: Likewise.
27053         * lib/gl_linkedhash_list.h: Likewise.
27054         * lib/gl_list.c: Likewise.
27055         * lib/gl_list.h: Likewise.
27056         * lib/gl_oset.c: Likewise.
27057         * lib/gl_oset.h: Likewise.
27058         * lib/gl_rbtree_list.c: Likewise.
27059         * lib/gl_rbtree_list.h: Likewise.
27060         * lib/gl_rbtree_oset.c: Likewise.
27061         * lib/gl_rbtree_oset.h: Likewise.
27062         * lib/gl_rbtreehash_list.c: Likewise.
27063         * lib/gl_rbtreehash_list.h: Likewise.
27064         * lib/gl_sublist.c: Likewise.
27065         * lib/gl_sublist.h: Likewise.
27066         * lib/group-member.c: Likewise.
27067         * lib/group-member.h: Likewise.
27068         * lib/hard-locale.c: Likewise.
27069         * lib/hard-locale.h: Likewise.
27070         * lib/hash-pjw.c: Likewise.
27071         * lib/hash-pjw.h: Likewise.
27072         * lib/hash-triple.c: Likewise.
27073         * lib/hash.c: Likewise.
27074         * lib/hash.h: Likewise.
27075         * lib/human.c: Likewise.
27076         * lib/human.h: Likewise.
27077         * lib/i-ring.c: Likewise.
27078         * lib/i-ring.h: Likewise.
27079         * lib/idcache.c: Likewise.
27080         * lib/imaxabs.c: Likewise.
27081         * lib/imaxdiv.c: Likewise.
27082         * lib/inet_pton.c: Likewise.
27083         * lib/inet_pton.h: Likewise.
27084         * lib/intprops.h: Likewise.
27085         * lib/inttostr.c: Likewise.
27086         * lib/inttostr.h: Likewise.
27087         * lib/inttypes.in.h: Likewise.
27088         * lib/isapipe.c: Likewise.
27089         * lib/isdir.c: Likewise.
27090         * lib/isnan.c: Likewise.
27091         * lib/isnan.h: Likewise.
27092         * lib/isnanf.c: Likewise.
27093         * lib/isnanf.h: Likewise.
27094         * lib/isnanl-nolibm.h: Likewise.
27095         * lib/isnanl.c: Likewise.
27096         * lib/isnanl.h: Likewise.
27097         * lib/javacomp.c: Likewise.
27098         * lib/javacomp.h: Likewise.
27099         * lib/javaexec.c: Likewise.
27100         * lib/javaexec.h: Likewise.
27101         * lib/javaversion.c: Likewise.
27102         * lib/javaversion.h: Likewise.
27103         * lib/javaversion.java: Likewise.
27104         * lib/lbrkprop.h: Likewise.
27105         * lib/lchmod.h: Likewise.
27106         * lib/lchown.c: Likewise.
27107         * lib/ldexpl.c: Likewise.
27108         * lib/linebreak.c: Likewise.
27109         * lib/linebreak.h: Likewise.
27110         * lib/linebuffer.c: Likewise.
27111         * lib/linebuffer.h: Likewise.
27112         * lib/locale.in.h: Likewise.
27113         * lib/logl.c: Likewise.
27114         * lib/long-options.c: Likewise.
27115         * lib/long-options.h: Likewise.
27116         * lib/lstat.c: Likewise.
27117         * lib/lstat.h: Likewise.
27118         * lib/math.in.h: Likewise.
27119         * lib/mbchar.c: Likewise.
27120         * lib/mbchar.h: Likewise.
27121         * lib/mbfile.h: Likewise.
27122         * lib/mbiter.h: Likewise.
27123         * lib/mbscasecmp.c: Likewise.
27124         * lib/mbscasestr.c: Likewise.
27125         * lib/mbschr.c: Likewise.
27126         * lib/mbscspn.c: Likewise.
27127         * lib/mbslen.c: Likewise.
27128         * lib/mbsncasecmp.c: Likewise.
27129         * lib/mbsnlen.c: Likewise.
27130         * lib/mbspbrk.c: Likewise.
27131         * lib/mbspcasecmp.c: Likewise.
27132         * lib/mbsrchr.c: Likewise.
27133         * lib/mbssep.c: Likewise.
27134         * lib/mbsspn.c: Likewise.
27135         * lib/mbsstr.c: Likewise.
27136         * lib/mbstok_r.c: Likewise.
27137         * lib/mbswidth.c: Likewise.
27138         * lib/mbswidth.h: Likewise.
27139         * lib/mbuiter.h: Likewise.
27140         * lib/memcasecmp.c: Likewise.
27141         * lib/memcasecmp.h: Likewise.
27142         * lib/memchr.c: Likewise.
27143         * lib/memcmp.c: Likewise.
27144         * lib/memcoll.c: Likewise.
27145         * lib/memcoll.h: Likewise.
27146         * lib/memcpy.c: Likewise.
27147         * lib/memrchr.c: Likewise.
27148         * lib/mkancesdirs.c: Likewise.
27149         * lib/mkdir-p.c: Likewise.
27150         * lib/mkdir-p.h: Likewise.
27151         * lib/mkdir.c: Likewise.
27152         * lib/mkdirat.c: Likewise.
27153         * lib/mkdtemp.c: Likewise.
27154         * lib/mkstemp-safer.c: Likewise.
27155         * lib/mkstemp.c: Likewise.
27156         * lib/modechange.c: Likewise.
27157         * lib/modechange.h: Likewise.
27158         * lib/mountlist.c: Likewise.
27159         * lib/mountlist.h: Likewise.
27160         * lib/mpsort.c: Likewise.
27161         * lib/nanosleep.c: Likewise.
27162         * lib/obstack.c: Likewise.
27163         * lib/obstack.h: Likewise.
27164         * lib/open-safer.c: Likewise.
27165         * lib/open.c: Likewise.
27166         * lib/openat-die.c: Likewise.
27167         * lib/openat-priv.h: Likewise.
27168         * lib/openat-proc.c: Likewise.
27169         * lib/openat.c: Likewise.
27170         * lib/openat.h: Likewise.
27171         * lib/pagealign_alloc.c: Likewise.
27172         * lib/pagealign_alloc.h: Likewise.
27173         * lib/physmem.c: Likewise.
27174         * lib/physmem.h: Likewise.
27175         * lib/pipe-safer.c: Likewise.
27176         * lib/pipe.c: Likewise.
27177         * lib/pipe.h: Likewise.
27178         * lib/posixtm.c: Likewise.
27179         * lib/posixtm.h: Likewise.
27180         * lib/posixver.c: Likewise.
27181         * lib/printf-frexp.c: Likewise.
27182         * lib/printf-frexp.h: Likewise.
27183         * lib/printf-frexpl.c: Likewise.
27184         * lib/printf-frexpl.h: Likewise.
27185         * lib/printf.c: Likewise.
27186         * lib/progname.c: Likewise.
27187         * lib/progname.h: Likewise.
27188         * lib/progreloc.c: Likewise.
27189         * lib/putenv.c: Likewise.
27190         * lib/quote.c: Likewise.
27191         * lib/quote.h: Likewise.
27192         * lib/quotearg.c: Likewise.
27193         * lib/quotearg.h: Likewise.
27194         * lib/raise.c: Likewise.
27195         * lib/readline.c: Likewise.
27196         * lib/readline.h: Likewise.
27197         * lib/readlink.c: Likewise.
27198         * lib/readtokens.c: Likewise.
27199         * lib/readtokens.h: Likewise.
27200         * lib/readtokens0.c: Likewise.
27201         * lib/readtokens0.h: Likewise.
27202         * lib/readutmp.c: Likewise.
27203         * lib/readutmp.h: Likewise.
27204         * lib/realloc.c: Likewise.
27205         * lib/relocwrapper.c: Likewise.
27206         * lib/rename-dest-slash.c: Likewise.
27207         * lib/rename.c: Likewise.
27208         * lib/rmdir.c: Likewise.
27209         * lib/rpmatch.c: Likewise.
27210         * lib/safe-read.c: Likewise.
27211         * lib/safe-read.h: Likewise.
27212         * lib/safe-write.c: Likewise.
27213         * lib/safe-write.h: Likewise.
27214         * lib/same-inode.h: Likewise.
27215         * lib/same.c: Likewise.
27216         * lib/same.h: Likewise.
27217         * lib/save-cwd.c: Likewise.
27218         * lib/save-cwd.h: Likewise.
27219         * lib/savedir.c: Likewise.
27220         * lib/savedir.h: Likewise.
27221         * lib/savewd.c: Likewise.
27222         * lib/savewd.h: Likewise.
27223         * lib/search.in.h: Likewise.
27224         * lib/setenv.c: Likewise.
27225         * lib/setenv.h: Likewise.
27226         * lib/settime.c: Likewise.
27227         * lib/sh-quote.c: Likewise.
27228         * lib/sh-quote.h: Likewise.
27229         * lib/sig2str.c: Likewise.
27230         * lib/sig2str.h: Likewise.
27231         * lib/signal.in.h: Likewise.
27232         * lib/signbitd.c: Likewise.
27233         * lib/signbitf.c: Likewise.
27234         * lib/signbitl.c: Likewise.
27235         * lib/sigprocmask.c: Likewise.
27236         * lib/sincosl.c: Likewise.
27237         * lib/sleep.c: Likewise.
27238         * lib/sprintf.c: Likewise.
27239         * lib/sqrtl.c: Likewise.
27240         * lib/stat-time.h: Likewise.
27241         * lib/stdio--.h: Likewise.
27242         * lib/stdio-safer.h: Likewise.
27243         * lib/stdlib--.h: Likewise.
27244         * lib/stdlib-safer.h: Likewise.
27245         * lib/stdlib.in.h: Likewise.
27246         * lib/stpcpy.c: Likewise.
27247         * lib/stpncpy.c: Likewise.
27248         * lib/strchrnul.c: Likewise.
27249         * lib/strcspn.c: Likewise.
27250         * lib/strerror.c: Likewise.
27251         * lib/strftime.c: Likewise.
27252         * lib/strftime.h: Likewise.
27253         * lib/striconveh.c: Likewise.
27254         * lib/striconveh.h: Likewise.
27255         * lib/striconveha.c: Likewise.
27256         * lib/striconveha.h: Likewise.
27257         * lib/stripslash.c: Likewise.
27258         * lib/strnlen1.c: Likewise.
27259         * lib/strnlen1.h: Likewise.
27260         * lib/strtod.c: Likewise.
27261         * lib/strtoimax.c: Likewise.
27262         * lib/strtok_r.c: Likewise.
27263         * lib/strtol.c: Likewise.
27264         * lib/strtoll.c: Likewise.
27265         * lib/strtoul.c: Likewise.
27266         * lib/strtoull.c: Likewise.
27267         * lib/sysexits.in.h: Likewise.
27268         * lib/tempname.c: Likewise.
27269         * lib/tempname.h: Likewise.
27270         * lib/timespec.h: Likewise.
27271         * lib/tls.c: Likewise.
27272         * lib/tls.h: Likewise.
27273         * lib/tmpdir.c: Likewise.
27274         * lib/tmpdir.h: Likewise.
27275         * lib/tmpfile-safer.c: Likewise.
27276         * lib/tmpfile.c: Likewise.
27277         * lib/trigl.c: Likewise.
27278         * lib/trigl.h: Likewise.
27279         * lib/trim.c: Likewise.
27280         * lib/trim.h: Likewise.
27281         * lib/trunc.c: Likewise.
27282         * lib/truncf.c: Likewise.
27283         * lib/truncl.c: Likewise.
27284         * lib/tsearch.c: Likewise.
27285         * lib/unicodeio.c: Likewise.
27286         * lib/unicodeio.h: Likewise.
27287         * lib/unistd--.h: Likewise.
27288         * lib/unistd-safer.h: Likewise.
27289         * lib/unistdio/ulc-fprintf.c: Likewise.
27290         * lib/unistdio/ulc-vfprintf.c: Likewise.
27291         * lib/unlinkdir.c: Likewise.
27292         * lib/unlinkdir.h: Likewise.
27293         * lib/unlocked-io.h: Likewise.
27294         * lib/unsetenv.c: Likewise.
27295         * lib/userspec.c: Likewise.
27296         * lib/utime.c: Likewise.
27297         * lib/utimecmp.c: Likewise.
27298         * lib/utimecmp.h: Likewise.
27299         * lib/utimens.c: Likewise.
27300         * lib/verify.h: Likewise.
27301         * lib/verror.c: Likewise.
27302         * lib/verror.h: Likewise.
27303         * lib/version-etc-fsf.c: Likewise.
27304         * lib/version-etc.c: Likewise.
27305         * lib/version-etc.h: Likewise.
27306         * lib/vfprintf.c: Likewise.
27307         * lib/vprintf.c: Likewise.
27308         * lib/vsprintf.c: Likewise.
27309         * lib/w32spawn.h: Likewise.
27310         * lib/wait-process.c: Likewise.
27311         * lib/wait-process.h: Likewise.
27312         * lib/wcwidth.c: Likewise.
27313         * lib/write-any-file.c: Likewise.
27314         * lib/xalloc-die.c: Likewise.
27315         * lib/xalloc.h: Likewise.
27316         * lib/xasprintf.c: Likewise.
27317         * lib/xgetcwd.c: Likewise.
27318         * lib/xgetcwd.h: Likewise.
27319         * lib/xgetdomainname.c: Likewise.
27320         * lib/xgetdomainname.h: Likewise.
27321         * lib/xgethostname.c: Likewise.
27322         * lib/xmalloc.c: Likewise.
27323         * lib/xmalloca.c: Likewise.
27324         * lib/xmalloca.h: Likewise.
27325         * lib/xmemcoll.c: Likewise.
27326         * lib/xnanosleep.c: Likewise.
27327         * lib/xreadlink.c: Likewise.
27328         * lib/xreadlink.h: Likewise.
27329         * lib/xsetenv.c: Likewise.
27330         * lib/xsetenv.h: Likewise.
27331         * lib/xstriconv.c: Likewise.
27332         * lib/xstriconv.h: Likewise.
27333         * lib/xstrndup.c: Likewise.
27334         * lib/xstrndup.h: Likewise.
27335         * lib/xstrtod.c: Likewise.
27336         * lib/xstrtod.h: Likewise.
27337         * lib/xstrtol-error.c: Likewise.
27338         * lib/xstrtol.c: Likewise.
27339         * lib/xstrtol.h: Likewise.
27340         * lib/xtime.h: Likewise.
27341         * lib/xvasprintf.c: Likewise.
27342         * lib/xvasprintf.h: Likewise.
27343         * lib/yesno.c: Likewise.
27344         * lib/yesno.h: Likewise.
27345         * posix-modules: Likewise.
27346         * tests/test-alloca-opt.c: Likewise.
27347         * tests/test-arcfour.c: Likewise.
27348         * tests/test-arctwo.c: Likewise.
27349         * tests/test-argmatch.c: Likewise.
27350         * tests/test-argp-2.sh: Likewise.
27351         * tests/test-argp.c: Likewise.
27352         * tests/test-arpa_inet.c: Likewise.
27353         * tests/test-array_list.c: Likewise.
27354         * tests/test-array_oset.c: Likewise.
27355         * tests/test-atexit.c: Likewise.
27356         * tests/test-avltree_list.c: Likewise.
27357         * tests/test-avltree_oset.c: Likewise.
27358         * tests/test-avltreehash_list.c: Likewise.
27359         * tests/test-base64.c: Likewise.
27360         * tests/test-binary-io.c: Likewise.
27361         * tests/test-byteswap.c: Likewise.
27362         * tests/test-c-ctype.c: Likewise.
27363         * tests/test-c-strcasecmp.c: Likewise.
27364         * tests/test-c-strcasestr.c: Likewise.
27365         * tests/test-c-strncasecmp.c: Likewise.
27366         * tests/test-c-strstr.c: Likewise.
27367         * tests/test-canonicalize-lgpl.c: Likewise.
27368         * tests/test-canonicalize.c: Likewise.
27369         * tests/test-carray_list.c: Likewise.
27370         * tests/test-ceilf.c: Likewise.
27371         * tests/test-ceill.c: Likewise.
27372         * tests/test-count-one-bits.c: Likewise.
27373         * tests/test-crc.c: Likewise.
27374         * tests/test-dirname.c: Likewise.
27375         * tests/test-fbufmode.c: Likewise.
27376         * tests/test-fcntl.c: Likewise.
27377         * tests/test-fflush.c: Likewise.
27378         * tests/test-floorf.c: Likewise.
27379         * tests/test-floorl.c: Likewise.
27380         * tests/test-fopen.c: Likewise.
27381         * tests/test-fprintf-posix.c: Likewise.
27382         * tests/test-fprintf-posix.h: Likewise.
27383         * tests/test-fpurge.c: Likewise.
27384         * tests/test-freadable.c: Likewise.
27385         * tests/test-freadahead.c: Likewise.
27386         * tests/test-freading.c: Likewise.
27387         * tests/test-freopen.c: Likewise.
27388         * tests/test-frexp.c: Likewise.
27389         * tests/test-frexpl.c: Likewise.
27390         * tests/test-fseek.c: Likewise.
27391         * tests/test-fseeko.c: Likewise.
27392         * tests/test-fseterr.c: Likewise.
27393         * tests/test-fstrcmp.c: Likewise.
27394         * tests/test-ftell.c: Likewise.
27395         * tests/test-ftello.c: Likewise.
27396         * tests/test-fwritable.c: Likewise.
27397         * tests/test-fwriting.c: Likewise.
27398         * tests/test-getaddrinfo.c: Likewise.
27399         * tests/test-getpass.c: Likewise.
27400         * tests/test-gettimeofday.c: Likewise.
27401         * tests/test-hmac-md5.c: Likewise.
27402         * tests/test-hmac-sha1.c: Likewise.
27403         * tests/test-iconv.c: Likewise.
27404         * tests/test-iconvme.c: Likewise.
27405         * tests/test-inttypes.c: Likewise.
27406         * tests/test-isnan.c: Likewise.
27407         * tests/test-isnanf.c: Likewise.
27408         * tests/test-isnanl-nolibm.c: Likewise.
27409         * tests/test-isnanl.c: Likewise.
27410         * tests/test-isnanl.h: Likewise.
27411         * tests/test-ldexpl.c: Likewise.
27412         * tests/test-linked_list.c: Likewise.
27413         * tests/test-linkedhash_list.c: Likewise.
27414         * tests/test-locale.c: Likewise.
27415         * tests/test-localename.c: Likewise.
27416         * tests/test-lock.c: Likewise.
27417         * tests/test-lseek.c: Likewise.
27418         * tests/test-malloca.c: Likewise.
27419         * tests/test-math.c: Likewise.
27420         * tests/test-mbscasecmp.c: Likewise.
27421         * tests/test-mbscasestr1.c: Likewise.
27422         * tests/test-mbscasestr2.c: Likewise.
27423         * tests/test-mbscasestr3.c: Likewise.
27424         * tests/test-mbscasestr4.c: Likewise.
27425         * tests/test-mbschr.c: Likewise.
27426         * tests/test-mbscspn.c: Likewise.
27427         * tests/test-mbsncasecmp.c: Likewise.
27428         * tests/test-mbspbrk.c: Likewise.
27429         * tests/test-mbspcasecmp.c: Likewise.
27430         * tests/test-mbsrchr.c: Likewise.
27431         * tests/test-mbsspn.c: Likewise.
27432         * tests/test-mbsstr1.c: Likewise.
27433         * tests/test-mbsstr2.c: Likewise.
27434         * tests/test-mbsstr3.c: Likewise.
27435         * tests/test-md5.c: Likewise.
27436         * tests/test-memmem.c: Likewise.
27437         * tests/test-netinet_in.c: Likewise.
27438         * tests/test-open.c: Likewise.
27439         * tests/test-printf-frexp.c: Likewise.
27440         * tests/test-printf-frexpl.c: Likewise.
27441         * tests/test-printf-posix.c: Likewise.
27442         * tests/test-printf-posix.h: Likewise.
27443         * tests/test-rbtree_list.c: Likewise.
27444         * tests/test-rbtree_oset.c: Likewise.
27445         * tests/test-rbtreehash_list.c: Likewise.
27446         * tests/test-read-file.c: Likewise.
27447         * tests/test-rijndael.c: Likewise.
27448         * tests/test-search.c: Likewise.
27449         * tests/test-signbit.c: Likewise.
27450         * tests/test-sleep.c: Likewise.
27451         * tests/test-snprintf-posix.c: Likewise.
27452         * tests/test-snprintf-posix.h: Likewise.
27453         * tests/test-snprintf.c: Likewise.
27454         * tests/test-sprintf-posix.c: Likewise.
27455         * tests/test-sprintf-posix.h: Likewise.
27456         * tests/test-stat-time.c: Likewise.
27457         * tests/test-stdbool.c: Likewise.
27458         * tests/test-stdint.c: Likewise.
27459         * tests/test-stdio.c: Likewise.
27460         * tests/test-stdlib.c: Likewise.
27461         * tests/test-stpncpy.c: Likewise.
27462         * tests/test-strcasestr.c: Likewise.
27463         * tests/test-striconv.c: Likewise.
27464         * tests/test-striconveh.c: Likewise.
27465         * tests/test-striconveha.c: Likewise.
27466         * tests/test-string.c: Likewise.
27467         * tests/test-sys_select.c: Likewise.
27468         * tests/test-sys_socket.c: Likewise.
27469         * tests/test-sys_stat.c: Likewise.
27470         * tests/test-sys_time.c: Likewise.
27471         * tests/test-sysexits.c: Likewise.
27472         * tests/test-time.c: Likewise.
27473         * tests/test-tls.c: Likewise.
27474         * tests/test-trunc.c: Likewise.
27475         * tests/test-truncf.c: Likewise.
27476         * tests/test-truncl.c: Likewise.
27477         * tests/test-unistd.c: Likewise.
27478         * tests/test-vasnprintf-posix.c: Likewise.
27479         * tests/test-vasnprintf-posix2.c: Likewise.
27480         * tests/test-vasnprintf.c: Likewise.
27481         * tests/test-vasprintf-posix.c: Likewise.
27482         * tests/test-vasprintf.c: Likewise.
27483         * tests/test-verify.c: Likewise.
27484         * tests/test-vfprintf-posix.c: Likewise.
27485         * tests/test-vprintf-posix.c: Likewise.
27486         * tests/test-vsnprintf-posix.c: Likewise.
27487         * tests/test-vsnprintf.c: Likewise.
27488         * tests/test-vsprintf-posix.c: Likewise.
27489         * tests/test-wchar.c: Likewise.
27490         * tests/test-wctype.c: Likewise.
27491         * tests/test-wcwidth.c: Likewise.
27492         * tests/test-xstrtol.c: Likewise.
27493         * tests/test-xvasprintf.c: Likewise.
27494         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
27495         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
27496         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27497         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27498         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27499         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
27500         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27501         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27502         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27503         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
27504         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27505         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27506         * tests/uniname/test-uninames.c: Likewise.
27507         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
27508         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
27509         * tests/unistdio/test-u16-printf1.h: Likewise.
27510         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
27511         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
27512         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
27513         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
27514         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
27515         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
27516         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
27517         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
27518         * tests/unistdio/test-u32-printf1.h: Likewise.
27519         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
27520         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
27521         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
27522         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
27523         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27524         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27525         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27526         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27527         * tests/unistdio/test-u8-printf1.h: Likewise.
27528         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27529         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27530         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27531         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27532         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27533         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27534         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27535         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27536         * tests/unistdio/test-ulc-printf1.h: Likewise.
27537         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27538         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27539         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27540         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27541         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27542         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27543         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27544         * tests/uniwidth/test-u16-width.c: Likewise.
27545         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27546         * tests/uniwidth/test-u32-width.c: Likewise.
27547         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27548         * tests/uniwidth/test-u8-width.c: Likewise.
27549         * tests/uniwidth/test-uc_width.c: Likewise.
27550         * config/srclist-update: Likewise.
27551         (fixlicense): Update to GPLv3+.
27552
27553         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27554         * tests/test-tsearch.c: Change copyright notice.
27555
27556         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27557         * lib/c-strcaseeq.h: Change copyright notice.
27558         * lib/streq.h: Likewise.
27559         * lib/uniconv.h: Likewise.
27560         * lib/uniconv/u-conv-from-enc.h: Likewise.
27561         * lib/uniconv/u-conv-to-enc.h: Likewise.
27562         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27563         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27564         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27565         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27566         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27567         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27568         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27569         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27570         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27571         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27572         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27573         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27574         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27575         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27576         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27577         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27578         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27579         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27580         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27581         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27582         * lib/uniname.h: Likewise.
27583         * lib/uniname/uniname.c: Likewise.
27584         * lib/unistdio.h: Likewise.
27585         * lib/unistdio/u-asnprintf.h: Likewise.
27586         * lib/unistdio/u-asprintf.h: Likewise.
27587         * lib/unistdio/u-printf-args.c: Likewise.
27588         * lib/unistdio/u-printf-args.h: Likewise.
27589         * lib/unistdio/u-printf-parse.h: Likewise.
27590         * lib/unistdio/u-snprintf.h: Likewise.
27591         * lib/unistdio/u-sprintf.h: Likewise.
27592         * lib/unistdio/u-vasprintf.h: Likewise.
27593         * lib/unistdio/u-vsnprintf.h: Likewise.
27594         * lib/unistdio/u-vsprintf.h: Likewise.
27595         * lib/unistdio/u16-asnprintf.c: Likewise.
27596         * lib/unistdio/u16-asprintf.c: Likewise.
27597         * lib/unistdio/u16-printf-parse.c: Likewise.
27598         * lib/unistdio/u16-snprintf.c: Likewise.
27599         * lib/unistdio/u16-sprintf.c: Likewise.
27600         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27601         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27602         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27603         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27604         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27605         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27606         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27607         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27608         * lib/unistdio/u16-vasnprintf.c: Likewise.
27609         * lib/unistdio/u16-vasprintf.c: Likewise.
27610         * lib/unistdio/u16-vsnprintf.c: Likewise.
27611         * lib/unistdio/u16-vsprintf.c: Likewise.
27612         * lib/unistdio/u32-asnprintf.c: Likewise.
27613         * lib/unistdio/u32-asprintf.c: Likewise.
27614         * lib/unistdio/u32-printf-parse.c: Likewise.
27615         * lib/unistdio/u32-snprintf.c: Likewise.
27616         * lib/unistdio/u32-sprintf.c: Likewise.
27617         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27618         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27619         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27620         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27621         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27622         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27623         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27624         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27625         * lib/unistdio/u32-vasnprintf.c: Likewise.
27626         * lib/unistdio/u32-vasprintf.c: Likewise.
27627         * lib/unistdio/u32-vsnprintf.c: Likewise.
27628         * lib/unistdio/u32-vsprintf.c: Likewise.
27629         * lib/unistdio/u8-asnprintf.c: Likewise.
27630         * lib/unistdio/u8-asprintf.c: Likewise.
27631         * lib/unistdio/u8-printf-parse.c: Likewise.
27632         * lib/unistdio/u8-snprintf.c: Likewise.
27633         * lib/unistdio/u8-sprintf.c: Likewise.
27634         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27635         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27636         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27637         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27638         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27639         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27640         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27641         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27642         * lib/unistdio/u8-vasnprintf.c: Likewise.
27643         * lib/unistdio/u8-vasprintf.c: Likewise.
27644         * lib/unistdio/u8-vsnprintf.c: Likewise.
27645         * lib/unistdio/u8-vsprintf.c: Likewise.
27646         * lib/unistdio/ulc-asnprintf.c: Likewise.
27647         * lib/unistdio/ulc-asprintf.c: Likewise.
27648         * lib/unistdio/ulc-printf-parse.c: Likewise.
27649         * lib/unistdio/ulc-snprintf.c: Likewise.
27650         * lib/unistdio/ulc-sprintf.c: Likewise.
27651         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27652         * lib/unistdio/ulc-vasprintf.c: Likewise.
27653         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27654         * lib/unistdio/ulc-vsprintf.c: Likewise.
27655         * lib/unistr.h: Likewise.
27656         * lib/unistr/u-cpy-alloc.h: Likewise.
27657         * lib/unistr/u-cpy.h: Likewise.
27658         * lib/unistr/u-endswith.h: Likewise.
27659         * lib/unistr/u-move.h: Likewise.
27660         * lib/unistr/u-set.h: Likewise.
27661         * lib/unistr/u-startswith.h: Likewise.
27662         * lib/unistr/u-stpcpy.h: Likewise.
27663         * lib/unistr/u-stpncpy.h: Likewise.
27664         * lib/unistr/u-strcat.h: Likewise.
27665         * lib/unistr/u-strcpy.h: Likewise.
27666         * lib/unistr/u-strcspn.h: Likewise.
27667         * lib/unistr/u-strdup.h: Likewise.
27668         * lib/unistr/u-strlen.h: Likewise.
27669         * lib/unistr/u-strncat.h: Likewise.
27670         * lib/unistr/u-strncpy.h: Likewise.
27671         * lib/unistr/u-strnlen.h: Likewise.
27672         * lib/unistr/u-strpbrk.h: Likewise.
27673         * lib/unistr/u-strspn.h: Likewise.
27674         * lib/unistr/u-strstr.h: Likewise.
27675         * lib/unistr/u-strtok.h: Likewise.
27676         * lib/unistr/u16-check.c: Likewise.
27677         * lib/unistr/u16-chr.c: Likewise.
27678         * lib/unistr/u16-cmp.c: Likewise.
27679         * lib/unistr/u16-cpy-alloc.c: Likewise.
27680         * lib/unistr/u16-cpy.c: Likewise.
27681         * lib/unistr/u16-endswith.c: Likewise.
27682         * lib/unistr/u16-mblen.c: Likewise.
27683         * lib/unistr/u16-mbsnlen.c: Likewise.
27684         * lib/unistr/u16-mbtouc-aux.c: Likewise.
27685         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
27686         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
27687         * lib/unistr/u16-mbtouc.c: Likewise.
27688         * lib/unistr/u16-mbtoucr.c: Likewise.
27689         * lib/unistr/u16-move.c: Likewise.
27690         * lib/unistr/u16-next.c: Likewise.
27691         * lib/unistr/u16-prev.c: Likewise.
27692         * lib/unistr/u16-set.c: Likewise.
27693         * lib/unistr/u16-startswith.c: Likewise.
27694         * lib/unistr/u16-stpcpy.c: Likewise.
27695         * lib/unistr/u16-stpncpy.c: Likewise.
27696         * lib/unistr/u16-strcat.c: Likewise.
27697         * lib/unistr/u16-strchr.c: Likewise.
27698         * lib/unistr/u16-strcmp.c: Likewise.
27699         * lib/unistr/u16-strcpy.c: Likewise.
27700         * lib/unistr/u16-strcspn.c: Likewise.
27701         * lib/unistr/u16-strdup.c: Likewise.
27702         * lib/unistr/u16-strlen.c: Likewise.
27703         * lib/unistr/u16-strmblen.c: Likewise.
27704         * lib/unistr/u16-strmbtouc.c: Likewise.
27705         * lib/unistr/u16-strncat.c: Likewise.
27706         * lib/unistr/u16-strncmp.c: Likewise.
27707         * lib/unistr/u16-strncpy.c: Likewise.
27708         * lib/unistr/u16-strnlen.c: Likewise.
27709         * lib/unistr/u16-strpbrk.c: Likewise.
27710         * lib/unistr/u16-strrchr.c: Likewise.
27711         * lib/unistr/u16-strspn.c: Likewise.
27712         * lib/unistr/u16-strstr.c: Likewise.
27713         * lib/unistr/u16-strtok.c: Likewise.
27714         * lib/unistr/u16-to-u32.c: Likewise.
27715         * lib/unistr/u16-to-u8.c: Likewise.
27716         * lib/unistr/u16-uctomb-aux.c: Likewise.
27717         * lib/unistr/u16-uctomb.c: Likewise.
27718         * lib/unistr/u32-check.c: Likewise.
27719         * lib/unistr/u32-chr.c: Likewise.
27720         * lib/unistr/u32-cmp.c: Likewise.
27721         * lib/unistr/u32-cpy-alloc.c: Likewise.
27722         * lib/unistr/u32-cpy.c: Likewise.
27723         * lib/unistr/u32-endswith.c: Likewise.
27724         * lib/unistr/u32-mblen.c: Likewise.
27725         * lib/unistr/u32-mbsnlen.c: Likewise.
27726         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
27727         * lib/unistr/u32-mbtouc.c: Likewise.
27728         * lib/unistr/u32-mbtoucr.c: Likewise.
27729         * lib/unistr/u32-move.c: Likewise.
27730         * lib/unistr/u32-next.c: Likewise.
27731         * lib/unistr/u32-prev.c: Likewise.
27732         * lib/unistr/u32-set.c: Likewise.
27733         * lib/unistr/u32-startswith.c: Likewise.
27734         * lib/unistr/u32-stpcpy.c: Likewise.
27735         * lib/unistr/u32-stpncpy.c: Likewise.
27736         * lib/unistr/u32-strcat.c: Likewise.
27737         * lib/unistr/u32-strchr.c: Likewise.
27738         * lib/unistr/u32-strcmp.c: Likewise.
27739         * lib/unistr/u32-strcpy.c: Likewise.
27740         * lib/unistr/u32-strcspn.c: Likewise.
27741         * lib/unistr/u32-strdup.c: Likewise.
27742         * lib/unistr/u32-strlen.c: Likewise.
27743         * lib/unistr/u32-strmblen.c: Likewise.
27744         * lib/unistr/u32-strmbtouc.c: Likewise.
27745         * lib/unistr/u32-strncat.c: Likewise.
27746         * lib/unistr/u32-strncmp.c: Likewise.
27747         * lib/unistr/u32-strncpy.c: Likewise.
27748         * lib/unistr/u32-strnlen.c: Likewise.
27749         * lib/unistr/u32-strpbrk.c: Likewise.
27750         * lib/unistr/u32-strrchr.c: Likewise.
27751         * lib/unistr/u32-strspn.c: Likewise.
27752         * lib/unistr/u32-strstr.c: Likewise.
27753         * lib/unistr/u32-strtok.c: Likewise.
27754         * lib/unistr/u32-to-u16.c: Likewise.
27755         * lib/unistr/u32-to-u8.c: Likewise.
27756         * lib/unistr/u32-uctomb.c: Likewise.
27757         * lib/unistr/u8-check.c: Likewise.
27758         * lib/unistr/u8-chr.c: Likewise.
27759         * lib/unistr/u8-cmp.c: Likewise.
27760         * lib/unistr/u8-cpy-alloc.c: Likewise.
27761         * lib/unistr/u8-cpy.c: Likewise.
27762         * lib/unistr/u8-endswith.c: Likewise.
27763         * lib/unistr/u8-mblen.c: Likewise.
27764         * lib/unistr/u8-mbsnlen.c: Likewise.
27765         * lib/unistr/u8-mbtouc-aux.c: Likewise.
27766         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
27767         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
27768         * lib/unistr/u8-mbtouc.c: Likewise.
27769         * lib/unistr/u8-mbtoucr.c: Likewise.
27770         * lib/unistr/u8-move.c: Likewise.
27771         * lib/unistr/u8-next.c: Likewise.
27772         * lib/unistr/u8-prev.c: Likewise.
27773         * lib/unistr/u8-set.c: Likewise.
27774         * lib/unistr/u8-startswith.c: Likewise.
27775         * lib/unistr/u8-stpcpy.c: Likewise.
27776         * lib/unistr/u8-stpncpy.c: Likewise.
27777         * lib/unistr/u8-strcat.c: Likewise.
27778         * lib/unistr/u8-strchr.c: Likewise.
27779         * lib/unistr/u8-strcmp.c: Likewise.
27780         * lib/unistr/u8-strcpy.c: Likewise.
27781         * lib/unistr/u8-strcspn.c: Likewise.
27782         * lib/unistr/u8-strdup.c: Likewise.
27783         * lib/unistr/u8-strlen.c: Likewise.
27784         * lib/unistr/u8-strmblen.c: Likewise.
27785         * lib/unistr/u8-strmbtouc.c: Likewise.
27786         * lib/unistr/u8-strncat.c: Likewise.
27787         * lib/unistr/u8-strncmp.c: Likewise.
27788         * lib/unistr/u8-strncpy.c: Likewise.
27789         * lib/unistr/u8-strnlen.c: Likewise.
27790         * lib/unistr/u8-strpbrk.c: Likewise.
27791         * lib/unistr/u8-strrchr.c: Likewise.
27792         * lib/unistr/u8-strspn.c: Likewise.
27793         * lib/unistr/u8-strstr.c: Likewise.
27794         * lib/unistr/u8-strtok.c: Likewise.
27795         * lib/unistr/u8-to-u16.c: Likewise.
27796         * lib/unistr/u8-to-u32.c: Likewise.
27797         * lib/unistr/u8-uctomb-aux.c: Likewise.
27798         * lib/unistr/u8-uctomb.c: Likewise.
27799         * lib/unitypes.h: Likewise.
27800         * lib/uniwidth.h: Likewise.
27801         * lib/uniwidth/cjk.h: Likewise.
27802         * lib/uniwidth/u16-strwidth.c: Likewise.
27803         * lib/uniwidth/u16-width.c: Likewise.
27804         * lib/uniwidth/u32-strwidth.c: Likewise.
27805         * lib/uniwidth/u32-width.c: Likewise.
27806         * lib/uniwidth/u8-strwidth.c: Likewise.
27807         * lib/uniwidth/u8-width.c: Likewise.
27808         * lib/uniwidth/width.c: Likewise.
27809
27810 2007-10-07  Bruno Haible  <bruno@clisp.org>
27811
27812         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
27813         The file is still under LGPL (see modules/inttypes).
27814
27815 2007-10-06  Bruno Haible  <bruno@clisp.org>
27816
27817         * modules/trunc (Dependencies): Add 'extensions'.
27818         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
27819         Reported by Ben Pfaff <blp@gnu.org>.
27820
27821 2007-10-06  Bruno Haible  <bruno@clisp.org>
27822
27823         * modules/freopen-tests: New file.
27824         * tests/test-freopen.c: New file.
27825
27826         * modules/fopen-tests: New file.
27827         * tests/test-fopen.c: New file.
27828
27829         * modules/fopen: New file.
27830         * lib/fopen.c: New file.
27831         * m4/fopen.m4: New file.
27832         * modules/freopen: New file.
27833         * lib/freopen.c: New file.
27834         * m4/freopen.m4: New file.
27835         * lib/stdio.in.h (fopen, freopen): New declarations.
27836         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
27837         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27838         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
27839         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27840         * doc/functions/fopen.texi: Mention the 'fopen' module.
27841         * doc/functions/freopen.texi: Mention the 'freopen' module.
27842
27843 2007-10-06  Bruno Haible  <bruno@clisp.org>
27844
27845         * modules/open-tests: New file.
27846         * tests/test-open.c: New file.
27847
27848         * modules/open: New file.
27849         * lib/open.c: New file.
27850         * m4/open.m4: New file.
27851         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
27852         lib/open.c does.
27853         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
27854         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
27855         macros.
27856         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
27857         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
27858         REPLACE_OPEN.
27859         * doc/functions/open.texi: Mention the 'open' module.
27860
27861 2007-10-04  Bruno Haible  <bruno@clisp.org>
27862
27863         * modules/ceill-tests: New file.
27864         * tests/test-ceill.c: New file.
27865
27866         * modules/ceill: New file.
27867         * lib/ceill.c: Replace entire file.
27868         * m4/ceill.m4: New file.
27869         * lib/math.in.h (ceill): Replace declaration.
27870         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
27871         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
27872         * doc/functions/ceill.texi: Mention the 'ceill' module.
27873         * modules/mathl (Files): Remove lib/ceill.c.
27874         (Depends-on): Add ceill.
27875
27876 2007-10-04  Bruno Haible  <bruno@clisp.org>
27877
27878         * modules/ceilf-tests: New file.
27879         * tests/test-ceilf.c: New file.
27880
27881         * modules/ceilf: New file.
27882         * lib/ceil.c: New file.
27883         * lib/ceilf.c: New file.
27884         * m4/ceilf.m4: New file.
27885         * lib/math.in.h (ceilf): New declaration.
27886         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
27887         HAVE_DECL_CEILF.
27888         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
27889         HAVE_DECL_CEILF.
27890         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
27891
27892 2007-10-04  Bruno Haible  <bruno@clisp.org>
27893
27894         * modules/floorl-tests: New file.
27895         * tests/test-floorl.c: New file.
27896
27897         * modules/floorl: New file.
27898         * lib/floorl.c: Replace entire file.
27899         * m4/floorl.m4: New file.
27900         * lib/math.in.h (floorl): Replace declaration.
27901         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
27902         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
27903         * doc/functions/floorl.texi: Mention the 'floorl' module.
27904         * modules/mathl (Files): Remove lib/floorl.c.
27905         (Depends-on): Add floorl.
27906
27907 2007-10-04  Bruno Haible  <bruno@clisp.org>
27908
27909         * modules/floorf-tests: New file.
27910         * tests/test-floorf.c: New file.
27911
27912         * modules/floorf: New file.
27913         * lib/floor.c: New file.
27914         * lib/floorf.c: New file.
27915         * m4/floorf.m4: New file.
27916         * lib/math.in.h (floorf): New declaration.
27917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
27918         HAVE_DECL_FLOORF.
27919         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
27920         HAVE_DECL_FLOORF.
27921         * doc/functions/floorf.texi: Mention the 'floorf' module.
27922
27923 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
27924             Bruno Haible  <bruno@clisp.org>
27925
27926         Advertise for the Git server instead of the CVS server.
27927         * doc/gnulib-intro.texi (Steady Development): Mention the Git
27928         repository instead of the CVS one.
27929         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
27930         about all VCS systems generically.
27931         * doc/gnulib.texi (Introduction): Capitalize `Git'.
27932
27933 2007-10-04  Bruno Haible  <bruno@clisp.org>
27934
27935         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
27936         means.
27937         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
27938
27939 2007-10-04  Bruno Haible  <bruno@clisp.org>
27940
27941         * modules/truncl-tests: New file.
27942         * tests/test-truncl.c: New file.
27943
27944         * modules/truncl: New file.
27945         * lib/truncl.c: New file.
27946         * m4/truncl.m4: New file.
27947         * lib/math.in.h (truncl): New declaration.
27948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
27949         HAVE_DECL_TRUNCL.
27950         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
27951         HAVE_DECL_TRUNCL.
27952         * doc/functions/truncl.texi: Mention the 'truncl' module.
27953
27954 2007-10-04  Bruno Haible  <bruno@clisp.org>
27955
27956         * modules/truncf-tests: New file.
27957         * tests/test-truncf.c: New file.
27958
27959         * modules/truncf: New file.
27960         * lib/trunc.c: Make paramerizable through USE_* macros.
27961         * lib/truncf.c: New file.
27962         * m4/truncf.m4: New file.
27963         * lib/math.in.h (truncf): New declaration.
27964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
27965         HAVE_DECL_TRUNCF.
27966         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
27967         HAVE_DECL_TRUNCF.
27968         * doc/functions/truncf.texi: Mention the 'truncf' module.
27969
27970 2007-10-03  Bruno Haible  <bruno@clisp.org>
27971
27972         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27973         augmentation also for tests modules.
27974         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
27975         * modules/atexit-tests (Makefile.am): Likewise.
27976         * modules/binary-io-tests (Makefile.am): Likewise.
27977         * modules/c-strcase-tests (Makefile.am): Likewise.
27978         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
27979         * modules/canonicalize-tests (Makefile.am): Likewise.
27980         * modules/closein-tests (Makefile.am): Likewise.
27981         * modules/fprintf-posix-tests (Makefile.am): Likewise.
27982         * modules/freadahead-tests (Makefile.am): Likewise.
27983         * modules/fseek-tests (Makefile.am): Likewise.
27984         * modules/fseeko-tests (Makefile.am): Likewise.
27985         * modules/ftell-tests (Makefile.am): Likewise.
27986         * modules/ftello-tests (Makefile.am): Likewise.
27987         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
27988         * modules/isnanl-tests (Makefile.am): Likewise.
27989         * modules/lseek-tests (Makefile.am): Likewise.
27990         * modules/mbscasecmp-tests (Makefile.am): Likewise.
27991         * modules/mbscasestr-tests (Makefile.am): Likewise.
27992         * modules/mbschr-tests (Makefile.am): Likewise.
27993         * modules/mbscspn-tests (Makefile.am): Likewise.
27994         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
27995         * modules/mbspbrk-tests (Makefile.am): Likewise.
27996         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
27997         * modules/mbsrchr-tests (Makefile.am): Likewise.
27998         * modules/mbsspn-tests (Makefile.am): Likewise.
27999         * modules/mbsstr-tests (Makefile.am): Likewise.
28000         * modules/printf-posix-tests (Makefile.am): Likewise.
28001         * modules/snprintf-posix-tests (Makefile.am): Likewise.
28002         * modules/sprintf-posix-tests (Makefile.am): Likewise.
28003         * modules/tsearch-tests (Makefile.am): Likewise.
28004         * modules/uniname/uniname-tests (Makefile.am): Likewise.
28005         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
28006         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
28007         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
28008         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
28009         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
28010         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
28011         * modules/vprintf-posix-tests (Makefile.am): Likewise.
28012         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
28013         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
28014         * modules/xstrtoimax-tests (Makefile.am): Likewise.
28015         * modules/xstrtol-tests (Makefile.am): Likewise.
28016         * modules/xstrtoumax-tests (Makefile.am): Likewise.
28017         * modules/yesno-tests (Makefile.am): Likewise.
28018
28019 2007-10-03  Bruno Haible  <bruno@clisp.org>
28020
28021         * modules/trunc-tests: New file.
28022         * tests/test-trunc.c: New file.
28023
28024         * modules/trunc: New file.
28025         * lib/trunc.c: New file.
28026         * m4/trunc.m4: New file.
28027         * lib/math.in.h (trunc): New declaration.
28028         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
28029         HAVE_DECL_TRUNC.
28030         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
28031         HAVE_DECL_TRUNC.
28032         * doc/functions/trunc.texi: Mention the 'trunc' module.
28033
28034 2007-10-03  Bruno Haible  <bruno@clisp.org>
28035
28036         * tests/test-fpending.c: New file, mostly copied
28037         from coreutils/lib/t-fpending.c.
28038         * modules/fpending-tests: New file.
28039
28040 2007-10-03  Bruno Haible  <bruno@clisp.org>
28041
28042         Port the stdio extensions to QNX (untested).
28043         * lib/fseterr.c (fseterr): Add support for QNX.
28044         * lib/fbufmode.c (fbufmode): Likewise.
28045         * lib/freadable.c (freadable): Likewise.
28046         * lib/fwritable.c (fwritable): Likewise.
28047         * lib/freading.c (freading): Likewise.
28048         * lib/fwriting.c (fwriting): Likewise.
28049         * lib/freadahead.c (freadahed): Likewise.
28050         * lib/fpurge.c (fpurge): Likewise.
28051         * lib/fseeko.c (rpl_fseeko): Likewise.
28052
28053 2007-10-03  Bruno Haible  <bruno@clisp.org>
28054             Jim Meyering  <jim@meyering.net>
28055             Eric Blake  <ebb9@byu.net>
28056
28057         * doc/relocatable.texi: Use @command instead of @program.
28058
28059 2007-10-02  Jim Meyering  <jim@meyering.net>
28060
28061         Perform one more "_.h" -> ".in.h" substitution.
28062         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
28063         instead of unistd_.h here, too.
28064
28065 2007-10-01  Bruno Haible  <bruno@clisp.org>
28066
28067         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
28068         Needed for the alloca-opt module.
28069
28070 2007-09-30  Bruno Haible  <bruno@clisp.org>
28071
28072         * lib/alloca.in.h: Renamed from lib/alloca_.h.
28073         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
28074         alloca_.h.
28075         * lib/argz.in.h: Renamed from lib/argz_.h.
28076         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
28077         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
28078         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
28079         byteswap_.h.
28080         * lib/dirent.in.h: Renamed from lib/dirent_.h.
28081         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
28082         dirent_.h.
28083         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
28084         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
28085         fcntl_.h.
28086         * lib/float.in.h: Renamed from lib/float_.h.
28087         * modules/float (Files, Makefile.am): Use float.in.h instead of
28088         float_.h.
28089         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
28090         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
28091         fnmatch_.h.
28092         * lib/getopt.in.h: Renamed from lib/getopt_.h.
28093         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
28094         getopt_.h.
28095         * lib/glob.in.h: Renamed from lib/glob_.h.
28096         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
28097         * lib/iconv.in.h: Renamed from lib/iconv_.h.
28098         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
28099         iconv_.h.
28100         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
28101         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
28102         inttypes_.h.
28103         * lib/locale.in.h: Renamed from lib/locale_.h.
28104         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
28105         locale_.h.
28106         * lib/math.in.h: Renamed from lib/math_.h.
28107         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
28108         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
28109         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
28110         of netinet_in_.h. Add dependency.
28111         * lib/poll.in.h: Renamed from lib/poll_.h.
28112         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
28113         * lib/search.in.h: Renamed from lib/search_.h.
28114         * modules/search (Files, Makefile.am): Use search.in.h instead of
28115         search_.h.
28116         * lib/signal.in.h: Renamed from lib/signal_.h.
28117         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
28118         _signal.h.
28119         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
28120         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
28121         stdbool_.h.
28122         * lib/stdint.in.h: Renamed from lib/stdint_.h.
28123         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
28124         stdint_.h.
28125         * lib/stdio.in.h: Renamed from lib/stdio_.h.
28126         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
28127         stdio_.h.
28128         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
28129         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
28130         stdlib_.h.
28131         * lib/string.in.h: Renamed from lib/string_.h.
28132         * modules/string (Files, Makefile.am): Use string.in.h instead of
28133         string_.h.
28134         * doc/gnulib-tool.texi (Initial import): Update.
28135         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
28136         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
28137         of sys_select_.h. Add dependency.
28138         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
28139         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
28140         of sys_socket_.h.
28141         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
28142         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
28143         sys_stat_.h.
28144         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
28145         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
28146         sys_time_.h.
28147         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
28148         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
28149         sysexits_.h.
28150         * lib/time.in.h: Renamed from lib/time_.h.
28151         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
28152         * lib/unistd.in.h: Renamed from lib/unistd_.h.
28153         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
28154         unistd_.h.
28155         * lib/wchar.in.h: Renamed from lib/wchar_.h.
28156         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
28157         wchar_.h.
28158         * lib/wctype.in.h: Renamed from lib/wctype_.h.
28159         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
28160         wctype_.h.
28161         * build-aux/bootstrap (slurp): Update.
28162         * lib/.cppi-disable: Update.
28163
28164 2007-09-30  Bruno Haible  <bruno@clisp.org>
28165
28166         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
28167         Needed on BeOS.
28168
28169 2007-09-30  Bruno Haible  <bruno@clisp.org>
28170
28171         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
28172
28173 2007-09-29  Bruno Haible  <bruno@clisp.org>
28174
28175         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
28176
28177 2007-09-29  Bruno Haible  <bruno@clisp.org>
28178
28179         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
28180         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
28181         * build-aux/install-reloc: Compile also areadlink.c.
28182         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
28183
28184 2007-09-29  Bruno Haible  <bruno@clisp.org>
28185
28186         * gnulib-tool (func_emit_initmacro_done): Indentation.
28187
28188 2007-09-29  Bruno Haible  <bruno@clisp.org>
28189
28190         * README: Add CVS checkout update instructions.
28191         Info from Bob Proulx <bob@proulx.com>.
28192
28193 2007-09-28  Eric Blake  <ebb9@byu.net>
28194
28195         Provide move-if-change.
28196         * build-aux/move-if-change: New file, based on best practice
28197         rather than any canonical upstream location.
28198
28199 2007-09-28  Jim Meyering  <jim@meyering.net>
28200
28201         Fix canonicalize loop-detection corner case.
28202         Do not attempt to stat the symlink values stored via seen_triple.
28203         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
28204         on linux-2.6.18, (but not 2.6.22).
28205         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
28206         triple_compare.  The former compares dev,ino,filename, while the latter
28207         would actually stat dirname(filename) when dev and ino were equal.
28208         * lib/hash-triple.c: Install <string.h>.
28209         (STREQ): Define.
28210         (triple_compare_ino_str): New function.
28211         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
28212
28213 2007-09-28  Eric Blake  <ebb9@byu.net>
28214
28215         Enforce that AC_REPLACE_FUNCS files exist.
28216         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
28217         override check for typos.
28218
28219         Fix test-closein on Solaris 10.
28220         * tests/test-closein.c (main): Don't assume stdin can be inherited
28221         closed on all systems.
28222         * tests/test-closein.sh: Likewise.
28223         Reported by Piotr Tarnowski.
28224
28225 2007-09-28  Jim Meyering  <jim@meyering.net>
28226
28227         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
28228
28229 2007-09-27  Jim Meyering  <jim@meyering.net>
28230
28231         canonicalize: Avoid a false-positive cycle failure.
28232         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
28233         Sort.  Remove cycle-check.
28234         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
28235         not cycle-check.h.
28236         (seen_triple): New function.
28237         (canonicalize_filename_mode): Use it instead of cycle-check.
28238         * tests/test-canonicalize.c: Add a test for this bug.
28239         * tests/test-canonicalize.sh: Set up and run the test.
28240
28241         New module, file-set, from coreutils.
28242         * modules/file-set: Define it.
28243         * lib/file-set.c, lib/file-set.h: Implement.
28244
28245         New module, hash-triple, from coreutils.
28246         * modules/hash-triple: Define it.
28247         * lib/hash-triple.c, lib/hash-triple.h: Implement.
28248
28249 2007-09-25  Eric Blake  <ebb9@byu.net>
28250
28251         Fix strerror on Interix.
28252         * lib/string_.h (strerror): Declare replacement.
28253         * doc/functions/strerror.texi (strerror): Document the Interix
28254         shortcoming.
28255         * modules/string (Makefile.am): Support new hooks.
28256         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
28257         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
28258         gl_FUNC_STRERROR_SEPARATE.
28259         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
28260         * lib/strerror.c (rpl_strerror): Provide replacement.
28261         * modules/strerror (Depends-on): Add string.
28262         (configure.ac): Detect use of module.
28263         * tests/test-strerror.c: New file.
28264         * modules/strerror-tests: New test module.
28265         * modules/argp (Depends-on): Add strerror.
28266         * modules/error (Depends-on): Likewise.
28267         Reported by Martin Koeppe.
28268
28269 2007-09-24  Bruno Haible  <bruno@clisp.org>
28270
28271         * README: Update git instructions.
28272
28273 2007-09-24  Eric Blake  <ebb9@byu.net>
28274
28275         Revert fpending breakage from 2007-09-08.
28276         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
28277         __fpending.c.
28278
28279 2007-09-24  Jim Meyering  <jim@meyering.net>
28280
28281         filenamecat.c: Add a test.
28282         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
28283         showing how the function works when DIR is the empty string.
28284
28285 2007-09-21  Simon Josefsson  <simon@josefsson.org>
28286
28287         * tests/test-canonicalize.sh: Turn on executable bit.
28288
28289 2007-09-19  Eric Blake  <ebb9@byu.net>
28290
28291         * README: Update CVS instructions.
28292
28293 2007-09-18  Bruno Haible  <bruno@clisp.org>
28294
28295         * modules/areadlink: New file.
28296         * lib/areadlink.h (areadlink): New declaration.
28297         * lib/areadlink.c: New file, based on lib/xreadlink.c.
28298
28299 2007-09-17  Jim Meyering  <jim@meyering.net>
28300
28301         * lib/savewd.c (ESTALE) [!defined]: Define.
28302         Reported to be required on Interix by Martin Koeppe.
28303
28304 2007-09-17  Bruno Haible  <bruno@clisp.org>
28305
28306         * gnulib-tool (func_version): Use $version.
28307
28308 2007-09-16  Bruno Haible  <bruno@clisp.org>
28309
28310         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
28311         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
28312         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
28313         Reported by Greg Schafer <gschafer@zip.com.au>.
28314
28315 2007-09-15  Bruno Haible  <bruno@clisp.org>
28316
28317         * gnulib-tool (sed): Try a little harder to make bash understand the
28318         alias.
28319         Reported by Bruce Korb <bruce.korb@gmail.com>.
28320
28321 2007-09-13  Eric Blake  <ebb9@byu.net>
28322
28323         * ChangeLog: Remove conflict markers.
28324
28325 2007-09-13  Simon Josefsson  <simon@josefsson.org>
28326
28327         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
28328         Reported by Bruno Haible <bruno@clisp.org>.
28329
28330 2007-09-12  Bruno Haible  <bruno@clisp.org>
28331
28332         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
28333         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
28334         is not defined.
28335
28336 2007-09-12  Eric Blake  <ebb9@byu.net>
28337
28338         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
28339         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
28340         Autoconf definition.
28341         * modules/euidaccess (Depends-on): Add extensions, for
28342         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
28343         * modules/fnmatch (Depends-on): Likewise.
28344         * modules/getaddrinfo (Depends-on): Likewise.
28345         * modules/getdelim (Depends-on): Likewise.
28346         * modules/getline (Depends-on): Likewise.
28347         * modules/getsubopt (Depends-on): Likewise.
28348         * modules/gettext (Depends-on): Likewise.
28349         * modules/group-member (Depends-on): Likewise.
28350         * modules/mbchar (Depends-on): Likewise.
28351         * modules/memmem (Depends-on): Likewise.
28352         * modules/mempcpy (Depends-on): Likewise.
28353         * modules/memrchr (Depends-on): Likewise.
28354         * modules/pagealign_alloc (Depends-on): Likewise.
28355         * modules/readutmp (Depends-on): Likewise.
28356         * modules/stpcpy (Depends-on): Likewise.
28357         * modules/stpncpy (Depends-on): Likewise.
28358         * modules/strchrnul (Depends-on): Likewise.
28359         * modules/strndup (Depends-on): Likewise.
28360         * modules/strsep (Depends-on): Likewise.
28361         * modules/strverscmp (Depends-on): Likewise.
28362         * modules/vasprintf (Depends-on): Likewise.
28363         * modules/wcwidth (Depends-on): Likewise.
28364         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
28365         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
28366         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
28367         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28368         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28369         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28370         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28371         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28372         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28373         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28374         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28375         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28376         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28377         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
28378         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
28379         * m4/readutmp.m4 (gl_READUTMP): Likewise.
28380         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28381         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28382         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28383         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28384         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28385         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28386         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28387         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
28388         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
28389         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28390         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
28391         so that lock.m4 can be used in gettext without extensions module.
28392
28393 2007-09-11  Bruno Haible  <bruno@clisp.org>
28394
28395         * m4/isc-posix.m4: Remove file.
28396         Suggested by Eric Blake.
28397
28398 2007-09-11  Eric Blake  <ebb9@byu.net>
28399
28400         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
28401
28402 2007-09-10  Bruno Haible  <bruno@clisp.org>
28403
28404         * posix-modules: Fix typo in error message.
28405         Reported by Matt <mkraai@beckman.com>.
28406
28407 2007-09-09  Bruno Haible  <bruno@clisp.org>
28408
28409         * doc/functions/getdelim.texi: Update list of platforms lacking the
28410         function.
28411         * doc/functions/getline.texi: Likewise.
28412
28413 2007-09-09  Jim Meyering  <jim@meyering.net>
28414
28415         * lib/hash.c (hash_initialize): Detect calloc failure.
28416         Reported by Bruno Haible.
28417
28418 2007-09-09  Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
28421         malloc or realloc fails.
28422
28423 2007-09-09  Bruno Haible  <bruno@clisp.org>
28424
28425         * modules/getcwd (Depends-on): Add malloc-posix.
28426         * modules/glob (Depends-on): Likewise.
28427         * modules/putenv (Depends-on): Likewise.
28428         * modules/strdup (Depends-on): Likewise.
28429         * modules/getdelim (Depends-on): Add realloc-posix.
28430         * modules/read-file (Depends-on): Likewise.
28431
28432 2007-09-09  Bruno Haible  <bruno@clisp.org>
28433
28434         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
28435         (gl_FUNC_MALLOC_POSIX): Require it.
28436         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
28437         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
28438         * modules/realloc (Files): Add m4/malloc.m4.
28439         * modules/calloc (Files): Likewise.
28440
28441 2007-09-09  Bruno Haible  <bruno@clisp.org>
28442
28443         * modules/malloc-posix: New file.
28444         * modules/malloc (Depends-on): Add malloc-posix.
28445         * lib/malloc.c: Include errno.h.
28446         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
28447         and a POSIX-compatible malloc into a single function. Set ENOMEM
28448         when returning NULL.
28449         * m4/malloc.m4: New file.
28450         * doc/functions/malloc.texi: Mention the malloc-posix module.
28451         * lib/stdlib_.h (malloc): New declaration.
28452         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28453         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
28454         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
28455         and HAVE_MALLOC_POSIX.
28456
28457 2007-09-09  Bruno Haible  <bruno@clisp.org>
28458
28459         * modules/realloc-posix: New file.
28460         * modules/realloc (Depends-on): Add realloc-posix.
28461         * lib/realloc.c: Include errno.h.
28462         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
28463         and a POSIX-compatible realloc into a single function. Set ENOMEM
28464         when returning NULL.
28465         * m4/realloc.m4: New file.
28466         * doc/functions/realloc.texi: Mention the realloc-posix module.
28467         * lib/stdlib_.h (realloc): New declaration.
28468         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28469         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
28470         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
28471         and HAVE_REALLOC_POSIX.
28472
28473 2007-09-09  Bruno Haible  <bruno@clisp.org>
28474
28475         * modules/calloc-posix: New file.
28476         * modules/calloc (Depends-on): Add calloc-posix.
28477         * lib/calloc.c: Include errno.h.
28478         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
28479         and a POSIX-compatible calloc into a single function. Set ENOMEM
28480         when returning NULL.
28481         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
28482         * doc/functions/calloc.texi: Mention the calloc-posix module.
28483         * lib/stdlib_.h (calloc): New declaration.
28484         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28485         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
28486         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
28487         and HAVE_CALLOC_POSIX.
28488
28489 2007-09-09  Bruno Haible  <bruno@clisp.org>
28490
28491         Allow for modules to show an arbitrary notice.
28492         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
28493         * gnulib-tool: New option --extract-notice.
28494         (func_usage): Document it.
28495         (sed_extract_prog): Update.
28496         (func_get_notice): New function.
28497         (func_modules_notice): New function.
28498         (func_import, func_create_testdir): Invoke it.
28499         Suggested by Jim Meyering.
28500
28501 2007-09-09  Bruno Haible  <bruno@clisp.org>
28502
28503         * gnulib-tool: New options --verbose, --quiet.
28504         (func_usage): Document them.
28505         (verbose): New variable.
28506         (func_execute_command): New function.
28507         (func_import): Don't show the module list and the file list if
28508         $verbose < 0.
28509         (func_create_testdir): Likewise. Use func_execute_command.
28510         (func_create_megatestdir): Use func_execute_command.
28511
28512 2007-09-08  Bruno Haible  <bruno@clisp.org>
28513
28514         * gnulib-tool (func_import): Prefer rsync over wget when available,
28515         for fetching the PO files.
28516
28517 2007-09-08  Bruno Haible  <bruno@clisp.org>
28518
28519         * posix-modules: New file. Portions copied from gnulib-tool.
28520         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
28521
28522 2007-09-08  Jim Meyering  <jim@meyering.net>
28523
28524         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28525         * lib/fpending.h: Rename from __fpending.h.
28526         * lib/fpending.c: Rename from __fpending.c.
28527         Include "fpending.h", not "__fpending.h".
28528         * lib/__fpending.h, lib/__fpending.c: Remove files.
28529         * modules/fpending (Files): Reflect new file names.
28530         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28531
28532 2007-09-08  Bruno Haible  <bruno@clisp.org>
28533
28534         * m4/inttypes-h.m4: Remove stub file.
28535
28536 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28537
28538         * doc/headers/stdint.texi: Discuss #include_next issue.
28539
28540 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28541
28542         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28543
28544 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28545
28546         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28547         in variable name.
28548
28549 2007-09-03  Jim Meyering  <jim@meyering.net>
28550
28551         New module: git-version-gen.
28552         * modules/git-version-gen: New file.
28553
28554         Import changes from coreutils for bootstrap script.
28555
28556         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28557
28558         bootstrap: uses rsync to download the .po files
28559         * build-aux/bootstrap (po_download_command_format): New global.
28560         (download_po_files): Use rsync.
28561         (update_po_files): Don't remove .po files after download,
28562         so future rsync runs can take advantage of the copies.
28563
28564         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28565
28566         Solve the unnecessary-.po-file-regeneration problem once and for all.
28567         * build-aux/bootstrap (download_po_files): New function, renamed from
28568         get_translations.  Now, downloads, but doesn't update LINGUAS.
28569         (update_po_files): New function.
28570
28571         bootstrap: Ignore more.
28572         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28573         uniwidth to e.g., lib/.gitignore.
28574         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28575
28576         * build-aux/bootstrap: New setting: vc_ignore.
28577         (insert_sorted_if_absent): Create $file if absent.
28578         Adapt to new, possibly empty, list: $vc_ignore.
28579
28580         bootstrap: generate more ignorable names
28581         * build-aux/bootstrap (slurp): When generating ignorable names,
28582         also map .sin to .sed, .gperf to .c, and .y to .c.
28583
28584 2007-09-03  Jim Meyering  <jim@meyering.net>
28585
28586         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28587         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28588
28589 2007-09-02  Bruno Haible  <bruno@clisp.org>
28590
28591         Fix mis-recognition of 'mcs' on QNX 6.
28592         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28593         output contains the string "Mono".
28594         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28595         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28596
28597 2007-09-01  Bruno Haible  <bruno@clisp.org>
28598
28599         Fix collision between uniwidth/* and linebreak modules.
28600         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28601         u32_width): Remove declarations.
28602         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28603         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28604         streq3, streq2, streq1, streq0): Remove functions.
28605         (STREQ): Remove macro.
28606         (is_cjk_encoding): Remove function.
28607         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28608         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28609         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28610         * NEWS: Document the change.
28611
28612 2007-09-01  Bruno Haible  <bruno@clisp.org>
28613
28614         * lib/streq.h: Add double-inclusion guard.
28615
28616 2007-09-01  Karl Berry  <karl@gnu.org>
28617
28618         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28619
28620 2007-08-28  Jim Meyering  <jim@meyering.net>
28621
28622         Rename mreadlink_with_size to areadlink_with_size.
28623         * NEWS: Document the change.
28624         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28625         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28626         * lib/mreadlink.h: Rename this to...
28627         * lib/areadlink.h: ...this.
28628         * modules/mreadlink-with-size: Rename this to...
28629         * modules/areadlink-with-size: ...this.
28630         * lib/canonicalize.c: Reflect the renaming.
28631         * modules/canonicalize: Likewise.
28632
28633 2007-08-26  Bruno Haible  <bruno@clisp.org>
28634
28635         * gnulib-tool (func_import): When deciding which files to remove,
28636         consider also dangling symbolic links.
28637         Reported by Eric Blake.
28638
28639 2007-08-26  Bruno Haible  <bruno@clisp.org>
28640
28641         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28642
28643 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28644
28645         * lib/readline.c: Don't include getline.h, the prototype is now
28646         found in stdio.h.
28647
28648 2007-08-23  Jim Meyering  <jim@meyering.net>
28649
28650         Getdelim touchup.
28651         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28652         around the funlockfile call, since funlockfile never sets errno.
28653         Don't set errno upon failed realloc.
28654
28655 2007-08-22  Eric Blake  <ebb9@byu.net>
28656
28657         Getline touchups.
28658         * lib/getdelim.c (getdelim): Revert regression that required *n to
28659         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28660         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28661         getdelim, rather than whether implementation is missing.
28662         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28663         * lib/stdio_.h (getline): Also declare if replacement is
28664         required.
28665         * doc/functions/getdelim.texi: New file.
28666         * doc/functions/getline.texi: Likewise.
28667         * doc/gnulib.texi (Function Substitutes): Add new files.
28668         Reported by Bruno Haible.
28669
28670 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28671
28672         * users.txt: Add Guile.
28673
28674 2007-08-22  Eric Blake  <ebb9@byu.net>
28675
28676         * tests/test-getdelim.c (main): Use remove, not unlink.
28677         * tests/test-getline.c (main): Likewise.
28678
28679         Move getline and getdelim into stdio.h, per POSIX 200x.
28680         * modules/getline (Files): Remove getline.h.
28681         (Depends-on): Add stdio.
28682         (configure.ac): Add module indicator.
28683         * modules/getdelim (Files): Remove getdelim.h.
28684         (Depends-on): Add stdio.
28685         (configure.ac): Add module indicator.
28686         * modules/stdio (Makefile.am): Work with new indicators.
28687         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
28688         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
28689         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28690         * lib/getdelim.h: Delete.
28691         * lib/getline.h: Delete.
28692         * lib/stdio_.h (getdelim, getline): Declare.
28693         * modules/getdelim-tests: New module.
28694         * modules/getline-tests: Likewise.
28695         * tests/test-getdelim.c: New file.
28696         * tests/test-getline.c: Likewise.
28697         * NEWS: Document the change.
28698         * lib/getline.c: Update choice of header.
28699         * lib/csharpcomp.c: Likewise.
28700         * lib/getpass.c: Likewise.
28701         * lib/javacomp.c: Likewise.
28702         * lib/javaversion.c: Likewise.
28703         * lib/yesno.c: Likewise.
28704         * lib/getdelim.c: Likewise.
28705         (getdelim): Set errno on failure, and avoid memory leak.
28706
28707 2007-08-19  Bruno Haible  <bruno@clisp.org>
28708
28709         * modules/closein (Depends-on): Add freadahead.
28710         * lib/closein.c: Include freadahead.h.
28711         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
28712         is zero.
28713
28714 2007-08-19  Bruno Haible  <bruno@clisp.org>
28715
28716         * modules/freadahead-tests: New file.
28717         * tests/test-freadahead.sh: New file.
28718         * tests/test-freadahead.c: New file.
28719
28720         * modules/freadahead: New file.
28721         * lib/freadahead.h: New file.
28722         * lib/freadahead.c: New file.
28723         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
28724         fbufmode, fpurge, freadable, fwritable.
28725
28726 2007-08-19  Eric Blake  <ebb9@byu.net>
28727
28728         Test yesno in combination with closein.
28729         * lib/yesno.c (yesno): Document use of stdin.
28730         * modules/yesno-tests (Files): New module.
28731         * tests/test-yesno.c (main): New file.
28732         * tests/test-yesno.sh: Likewise.
28733
28734 2007-08-19  Bruno Haible  <bruno@clisp.org>
28735
28736         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
28737         * lib/fseeko.c (rpl_fseeko): Likewise.
28738         * lib/fseterr.c (fseterr): Likewise.
28739
28740 2007-08-19  Bruno Haible  <bruno@clisp.org>
28741
28742         * tests/test-lseek.c (main): Disable a test for BeOS.
28743         * doc/functions/lseek.texi: Document the BeOS bug.
28744
28745 2007-08-19  Bruno Haible  <bruno@clisp.org>
28746             Eric Blake  <ebb9@byu.net>
28747
28748         * lib/lseek.c: Include <sys/stat.h>.
28749         (rpl_lseek): Add workaround code also for Unix platforms.
28750         Needed for BeOS.
28751         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
28752         * doc/functions/lseek.texi: Document BeOS definiency.
28753
28754 2007-08-18  Bruno Haible  <bruno@clisp.org>
28755
28756         * modules/fstrcmp-tests: New file.
28757         * tests/test-fstrcmp.c: New file.
28758
28759 2007-08-18  Bruno Haible  <bruno@clisp.org>
28760
28761         * modules/fstrcmp: New file, from GNU gettext with modifications.
28762         * lib/fstrcmp.h: New file, from GNU gettext.
28763         * lib/fstrcmp.c: New file, from GNU gettext.
28764         * MODULES.html.sh (String handling): Add fstrcmp.
28765
28766 2007-08-18  Bruno Haible  <bruno@clisp.org>
28767
28768         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
28769         'bool'.
28770         (diag, compareseq): Remove const from the ctxt argument.
28771         (USE_HEURISTIC): Undefine at the end.
28772
28773 2007-08-18  Jim Meyering  <jim@meyering.net>
28774
28775         New file: lib/idcache.h
28776         * NEWS: Mention the addition.
28777         * modules/idcache (Files): Add lib/idcache.h
28778         * lib/idcache.c: Include "idcache.h".
28779         Don't include <sys/types.h>.
28780         Add a FIXME comment.
28781         Move file-scoped "static" declarations to the top.
28782         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
28783
28784 2007-08-17  Bruno Haible  <bruno@clisp.org>
28785         and Paul Eggert  <eggert@cs.ucla.edu>
28786
28787         * MODULES.html.sh: Add diffseq.
28788         * modules/diffseq: New file.
28789         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
28790         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
28791
28792 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28793
28794         Import changes from coreutils for bootstrap script.
28795
28796         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
28797
28798         * build-aux/bootstrap (slurp): Work even in environments where
28799         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
28800         current code does not slurp files whose names start with ".", and
28801         this looks like it might be a troublesome area.
28802
28803         2007-07-11  Jim Meyering  <jim@meyering.net>
28804
28805         If there's a GPL vN copyright comment, require that N == 3.
28806
28807         2007-07-08  Jim Meyering  <jim@meyering.net>
28808
28809         Run the coreutils-specific code only if tests/Makefile.am.in exists.
28810         * build-aux/bootstrap (mam_template): Move definition out of loop.
28811
28812         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
28813
28814         * build-aux/bootstrap (symlink_to_dir): Rename function from
28815         symlink_to_gnulib.  Add a directory parameter.  Update all
28816         callers.
28817         (cp_mark_as_generated): Also check for -- and link to -- files in
28818         gl/.
28819
28820         2007-07-08  Jim Meyering  <jim@meyering.net>
28821
28822         Adapt to deeper hierarchy in gnulib.
28823         * build-aux/bootstrap (symlink_to_dir): If the destination
28824         directory doesn't exist, create it. This is required at least for
28825         "lib/uniwidth/cjk.h".
28826
28827         2007-05-15  Jim Meyering  <jim@meyering.net>
28828
28829         * build-aux/bootstrap: Now that generated Makefile.am files
28830         are no longer under version control, they must be created at
28831         bootstrap time.
28832
28833 2007-08-14  Ben Pfaff  <blp@gnu.org>
28834
28835         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
28836
28837 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28838
28839         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
28840         given the changes below.
28841         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
28842         even on hosts that have padding bits beyond the supported 64.
28843
28844 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28845
28846         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
28847         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
28848         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
28849         depends on it.
28850         (xstrtol_error): Remove.
28851         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
28852         but with a different signature.
28853         (ATTRIBUTE_NORETURN, __attribute__): New macros.
28854         * lib/xstrtol-error.c: Include exitfail.h.
28855         (xstrtol_fatal): New function, with a different signature from the
28856         old xstrtol_error, so that the caller need not worry about passing
28857         in an exit status, or about storage management of the option argument.
28858         (xstrtol_error): Now a static function.  Redo signature to
28859         implement xstrtol_fatal.  Output the correct number of hyphens in
28860         front of the option so that the caller need not worry about
28861         storage management.
28862         (N_): New macro.
28863         (_): Remove; not used now.
28864         * modules/xstrtol: Depend on getopt.
28865         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
28866         of old STRTOL_FATAL_ERROR macro.
28867         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
28868         of test program.
28869         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
28870         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
28871
28872 2007-08-08  Eric Blake  <ebb9@byu.net>
28873
28874         * lib/xstrtol-error.c: Add missing include.
28875
28876         Move xstrtol messages into gnulib domain, when --pobase is used.
28877         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
28878         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
28879         * modules/xstrtol (Files): Distribute new file.
28880         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
28881         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
28882         * tests/test-xstrtol.c: ...into new file.
28883         * tests/test-xstrtoul.c: Also test xstrtoul.
28884         * tests/test-xstrtoimax.c: Also test xstrtoimax.
28885         * tests/test-xstrtoumax.c: Also test xstrtoumax.
28886         * tests/test-xstrtol.sh: Drive the tests.
28887         * tests/test-xstrtoimax.sh: Likewise.
28888         * tests/test-xstrtoumax.sh: Likewise.
28889         * modules/xstrtol-tests: New module.
28890         * modules/xstrtoimax-tests: Likewise.
28891         * modules/xstrtoumax-tests: Likewise.
28892
28893 2007-08-08  Jim Meyering  <jim@meyering.net>
28894
28895         New function: mfile_name_concat.
28896         * lib/filenamecat.c (mfile_name_concat): New function, just like
28897         file_name_concat, but return NULL upon failure rather than exiting
28898         with a diagnostic.
28899         * lib/filenamecat.h: Declare it.
28900
28901 2007-08-07  Bruno Haible  <bruno@clisp.org>
28902
28903         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
28904         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
28905         warning from gcc.
28906         Reported by Eric Blake.
28907
28908 2007-08-07  Simon Josefsson  <simon@josefsson.org>
28909
28910         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
28911         * modules/crypto/arcfour (License): Likewise.
28912         * modules/crypto/des-tests (License): Likewise.
28913         * modules/crypto/gc-arctwo-tests (License): Likewise.
28914         * modules/crypto/gc-des-tests (License): Likewise.
28915         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
28916         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
28917         * modules/crypto/gc-md2-tests (License): Likewise.
28918         * modules/crypto/gc-md4-tests (License): Likewise.
28919         * modules/crypto/gc-md5-tests (License): Likewise.
28920         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
28921         * modules/crypto/gc-rijndael-tests (License): Likewise.
28922         * modules/crypto/gc-sha1-tests (License): Likewise.
28923         * modules/crypto/gc-tests (License): Likewise.
28924         * modules/crypto/hmac-md5 (License): Likewise.
28925         * modules/crypto/hmac-sha1 (License): Likewise.
28926         * modules/crypto/md2-tests (License): Likewise.
28927         * modules/crypto/md4-tests (License): Likewise.
28928         * modules/crypto/md5 (License): Likewise.
28929         * modules/crypto/rijndael (License): Likewise.
28930         * modules/crypto/sha1 (License): Likewise.
28931         * modules/memxor (License): Likewise.
28932
28933 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28934         and Bruno Haible  <bruno@clisp.org>
28935
28936         * NEWS: Describe interface changes to human, xstrtol.
28937         * lib/human.h: Include <xstrtol.h>.
28938         (human_options): Return enum strtol_error, not int.  Remove
28939         bool arg; take int * instead.
28940         * lib/human.c: Don't include "gettext.h".
28941         (_): Remove; no longer used.
28942         Don't include <xstrtol.h>, since human.h does it.
28943         (human_options): Adjust to abovementioned interface changes.
28944         Do not report error to stderr; that's now the caller's
28945         responsibility.
28946         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
28947         interface change.
28948         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
28949         Str, Argument_type_string.  All uses changed.  Put " argument"
28950         in diagnostics to make them clearer.  Change wording of suffix
28951         message for clarity.
28952         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
28953         Argument_type_string.
28954         (STRTOL_FATAL_WARN): Remove; no longer used.
28955         * modules/human (Depends-on): Remove gettext-h.
28956
28957 2007-08-06  Simon Josefsson  <simon@josefsson.org>
28958
28959         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
28960
28961 2007-07-31  Bruno Haible  <bruno@clisp.org>
28962
28963         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
28964         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
28965         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
28966
28967 2007-07-31  Bruno Haible  <bruno@clisp.org>
28968
28969         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
28970         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
28971
28972 2007-07-30  Bruno Haible  <bruno@clisp.org>
28973
28974         * modules/base64 (License): Use the synonymous term "LGPLv2+".
28975         * modules/c-ctype (License): Likewise.
28976         * modules/c-strcase (License): Likewise.
28977         * modules/check-version (License): Likewise.
28978         * modules/iconv (License): Likewise.
28979         * modules/iconv_open (License): Likewise.
28980         * modules/read-file (License): Likewise.
28981         * modules/striconv (License): Likewise.
28982         * modules/strverscmp (License): Likewise.
28983         * modules/vasprintf (License): Likewise.
28984         * modules/crypto/des (License): Likewise.
28985         * modules/crypto/gc (License): Likewise.
28986         * modules/crypto/gc-arcfour (License): Likewise.
28987         * modules/crypto/gc-arctwo (License): Likewise.
28988         * modules/crypto/gc-des (License): Likewise.
28989         * modules/crypto/gc-hmac-md5 (License): Likewise.
28990         * modules/crypto/gc-hmac-sha1 (License): Likewise.
28991         * modules/crypto/gc-md2 (License): Likewise.
28992         * modules/crypto/gc-md4 (License): Likewise.
28993         * modules/crypto/gc-md5 (License): Likewise.
28994         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
28995         * modules/crypto/gc-random (License): Likewise.
28996         * modules/crypto/gc-rijndael (License): Likewise.
28997         * modules/crypto/gc-sha1 (License): Likewise.
28998         * modules/crypto/md2 (License): Likewise.
28999         * modules/crypto/md4 (License): Likewise.
29000
29001 2007-07-30  Jim Meyering  <jim@meyering.net>
29002
29003         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
29004         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
29005         it has valid stat data.  This bug would cause du not to count the
29006         sizes of inaccessible directories.
29007         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
29008         in <http://bugzilla.redhat.com/250077>.
29009
29010 2007-07-25  Peter O'Gorman  <peter@pogma.com>
29011             Bruno Haible  <bruno@clisp.org>
29012
29013         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
29014         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
29015         #include_next, gives a diagnostic about it, but reports no error in
29016         the exit code.
29017         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
29018
29019 2007-07-24  Ben Pfaff  <blp@gnu.org>
29020
29021         Improve name: "count-one-bits" is better than "popcount".
29022         * MODULES.html.sh: Update name.
29023         * lib/popcount.h: Renamed lib/count-one-bits.h.
29024         (popcount): Renamed count_one_bits.
29025         (popcountl): Renamed count_one_bits_l.
29026         (popcountll): Renamed count_one_bits_ll.
29027         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
29028         * modules/popcount: Renamed module/count-one-bits.
29029         * modules/popcount-tests: Renamed module/count-one-bits-tests.
29030         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
29031
29032 2007-07-23  Ben Pfaff  <blp@gnu.org>
29033
29034         * lib/popcount.h (popcount32): Reduce size of constants, to allow
29035         better code generation, and add U to large constants to avoid
29036         warnings, in non-GCC case.
29037         Suggested by Bruno Haible.
29038
29039 2007-07-23  Ben Pfaff  <blp@gnu.org>
29040
29041         * lib/popcount.h: Use verify_true instead of if...abort.
29042         * modules/popcount: Depend on verify module.
29043         Suggested by Jim Meyering.
29044
29045 2007-07-23  Bruno Haible  <bruno@clisp.org>
29046
29047         * gnulib-tool (func_import): Create a .cvsignore file also when the
29048         directory is not yet in CVS but the toplevel directory is. When
29049         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
29050         Reported by Karl Berry.
29051
29052 2007-07-22  Ben Pfaff  <blp@gnu.org>
29053
29054         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
29055         case.
29056         Suggested by Eric Blake.
29057
29058 2007-07-22  Ben Pfaff  <blp@gnu.org>
29059
29060         New module: popcount.
29061         * MODULES.html.sh: Add popcount.
29062         * modules/popcount: New file.
29063         * modules/popcount-tests: New file.
29064         * tests/test-popcount.c: New file.
29065         * lib/popcount.h: New file.
29066         * m4/popcount.m4: New file.
29067
29068 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * build-aux/announce-gen: Update to GPLv3.
29071
29072         * build-aux/config.guess: Update from config.
29073
29074 2007-07-21  Bruno Haible  <bruno@clisp.org>
29075
29076         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
29077         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
29078
29079 2007-07-20  Jim Meyering  <jim@meyering.net>
29080
29081         * check-module: Diagnose a self-dependency.
29082
29083 2007-07-19  Bruno Haible  <bruno@clisp.org>
29084
29085         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
29086         empty.
29087         Reported by Eric Blake.
29088
29089 2007-07-18  Bruno Haible  <bruno@clisp.org>
29090
29091         * gnulib-tool: New options --po-base, --po-domain.
29092         (func_usage): Document them.
29093         (pobase, po_domain): New variables.
29094         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
29095         DEFAULT_TEXT_DOMAIN.
29096         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
29097         (func_import): Consider pobase and po_domain. Create a po/ directory.
29098         (func_create_testdir): Set pobase and po_domain to empty.
29099         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
29100         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
29101
29102 2007-07-18  Bruno Haible  <bruno@clisp.org>
29103
29104         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29105         EXTRA_DIST augmentation for files in build-aux/.
29106
29107 2007-07-16  Bruno Haible  <bruno@clisp.org>
29108
29109         * modules/lseek (License): Use the synonymous term "LGPLv2+".
29110         * modules/getdelim (License): Likewise.
29111
29112 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29113
29114         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
29115         * modules/d-type (License): Likewise.
29116         * modules/extensions (License): Likewise.
29117         * modules/fnmatch (License): Likewise.
29118         * modules/fseeko (License): Likewise.
29119         * modules/getaddrinfo (License): Likewise.
29120         * modules/getline (License): Likewise.
29121         * modules/getlogin_r (License): Likewise.
29122         * modules/getpass (License): Likewise.
29123         * modules/gettimeofday (License): Likewise.
29124         * modules/glob (License): Likewise.
29125         * modules/inet_ntop (License): Likewise.
29126         * modules/malloc (License): Likewise.
29127         * modules/malloca (License): Likewise.
29128         * modules/memmem (License): Likewise.
29129         * modules/mempcpy (License): Likewise.
29130         * modules/memset (License): Likewise.
29131         * modules/minmax (License): Likewise.
29132         * modules/mktime (License): Likewise.
29133         * modules/netinet_in (License): Likewise.
29134         * modules/pathmax (License): Likewise.
29135         * modules/poll (License): Likewise.
29136         * modules/regex (License): Likewise.
29137         * modules/snprintf (License): Likewise.
29138         * modules/stdbool (License): Likewise.
29139         * modules/stdint (License): Likewise.
29140         * modules/stdio (License): Likewise.
29141         * modules/strcase (License): Likewise.
29142         * modules/strcasestr (License): Likewise.
29143         * modules/strdup (License): Likewise.
29144         * modules/string (License): Likewise.
29145         * modules/strndup (License): Likewise.
29146         * modules/strnlen (License): Likewise.
29147         * modules/strpbrk (License): Likewise.
29148         * modules/strptime (License): Likewise.
29149         * modules/strsep (License): Likewise.
29150         * modules/sys_select (License): Likewise.
29151         * modules/sys_socket (License): Likewise.
29152         * modules/sys_stat (License): Likewise.
29153         * modules/sys_time (License): Likewise.
29154         * modules/time (License): Likewise.
29155         * modules/time_r (License): Likewise.
29156         * modules/timegm (License): Likewise.
29157         * modules/unistd (License): Likewise.
29158         * modules/vsnprintf (License): Likewise.
29159         * modules/wctype (License): Likewise.
29160
29161 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29162
29163         * modules/argz (License): LGPLv2+.
29164
29165 2007-07-15  Karl Berry  <karl@gnu.org>
29166
29167         * doc/gnulib.texi: revise node structure per new fdl.texi.
29168
29169 2007-07-14  Bruno Haible  <bruno@clisp.org>
29170
29171         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
29172         the output file.
29173         * lib/uniname/uninames.h: Regenerated.
29174
29175 2007-07-14  Karl Berry  <karl@gnu.org>
29176
29177         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
29178         omitting sectioning and index commands.
29179
29180 2007-07-13  Bruno Haible  <bruno@clisp.org>
29181
29182         New gnulib-tool option --more-symlinks.
29183         * gnulib-tool (func_usage): Document --more-symlinks.
29184         (do_copyrights): New variable.
29185         Recognize option --more-symlinks.
29186         (func_import): Don't add a copyright notice transform to
29187         sed_transform_lib_file if do_copyrights is empty.
29188
29189 2007-07-13  Bruno Haible  <bruno@clisp.org>
29190
29191         * lib/vasnprintf.c (decimal_point_char): Define also if
29192         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
29193         && !NEED_PRINTF_DIRECTIVE_A.
29194         Reported by Clemens Koller <clemens.koller@anagramm.de> via
29195         Gary V. Vaughan <gary@gnu.org>.
29196
29197 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
29198
29199         * lib/inttypes_.h: Undo previous change, since it was fixed
29200         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
29201
29202 2007-07-13  Bruno Haible  <bruno@clisp.org>
29203
29204         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
29205         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
29206
29207 2007-07-13  Jim Meyering  <jim@meyering.net>
29208
29209         df: Don't fail for Tru64's "file-on-file mount".
29210         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
29211         so we fall through and use statfs instead.  Details here:
29212         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
29213         Reported by Albert Chin.
29214
29215 2007-07-13  Bruno Haible  <bruno@clisp.org>
29216
29217         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
29218         * modules/configmake (License): Likewise.
29219         * modules/gettext (License): Likewise.
29220         * modules/gettext-h (License): Likewise.
29221         * modules/include_next (License): Likewise.
29222         * modules/link-warning (License): Likewise.
29223         * modules/localcharset (License): Likewise.
29224         * modules/localename (License): Likewise.
29225         * modules/lock (License): Likewise.
29226         * modules/relocatable-lib-lgpl (License): Likewise.
29227         * modules/size_max (License): Likewise.
29228         * modules/vasnprintf (License): Likewise.
29229         * modules/wchar (License): Likewise.
29230         * modules/xsize (License): Likewise.
29231
29232 2007-07-13  Bruno Haible  <bruno@clisp.org>
29233
29234         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
29235         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
29236
29237 2007-07-12  Bruno Haible  <bruno@clisp.org>
29238
29239         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
29240         in the modules files.
29241
29242 2007-07-11  Karl Berry  <karl@gnu.org>
29243
29244         * MODULES.html.sh (func_module): use
29245          sed -e '\|^'"${includefile}"'$|d'
29246          instead of /.../d, to avoid errors on $includefile's containing /.
29247
29248 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29249
29250         * gnulib-tool (func_import): Avoid duplication of --avoid
29251         statements
29252         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
29253         names to `_' in variable names.
29254
29255 2007-07-10  Eric Blake  <ebb9@byu.net>
29256
29257         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
29258         * NEWS: Document this change.
29259
29260 2007-07-08  Bruno Haible  <bruno@clisp.org>
29261
29262         Update to Unicode 5.0.
29263         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
29264         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
29265         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
29266         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
29267         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
29268         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
29269         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
29270         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
29271         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
29272         U+10A3F, U+1D242..U+1D244.
29273         (nonspacing_table_ind): Update.
29274         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
29275         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
29276
29277 2007-07-08  Bruno Haible  <bruno@clisp.org>
29278
29279         Update to Unicode 5.0.
29280         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
29281         code transform. Extend the name index field of unicode_name_to_code and
29282         unicode_code_to_name from 16 to 24 bits.
29283         * lib/uniname/uniname.c (unicode_character_name,
29284         unicode_name_character): Add the range 0x12xxx to the code transform.
29285         * lib/uniname/uninames.h: Regenerated.
29286         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
29287
29288 2007-07-07  Bruno Haible  <bruno@clisp.org>
29289
29290         * modules/wcwidth-tests: New file.
29291         * tests/test-wcwidth.c: New file.
29292
29293         Work around MacOS X wcwidth() bug.
29294         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
29295         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
29296         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
29297         original wcwidth in non-UTF-8 locales.
29298         * modules/wcwidth (Depends-on): Add localcharset, streq,
29299         uniwidth/width.
29300         * doc/functions/wcwidth.texi: Update.
29301
29302 2007-07-07  Bruno Haible  <bruno@clisp.org>
29303
29304         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
29305         (wcwidth): New declaration.
29306         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
29307         macros.
29308         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
29309         here. Prepare for creating <wchar.h> unconditionally.
29310         * modules/wchar (Depends-on): Add link-warning.
29311         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
29312         REPLACE_WCWIDTH, and GL_LINK_WARNING.
29313         * lib/wcwidth.h: Remove file.
29314         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
29315         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
29316         * modules/wcwidth (Files): Remove lib/wcwidth.h.
29317         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
29318         (Include): Replace wcwidth.h with <wchar.h>.
29319         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
29320         * lib/mbchar.h: Don't include wcwidth.h.
29321         * lib/mbswidth.c: Likewise.
29322         * NEWS: Mention the change.
29323
29324 2007-07-07  Bruno Haible  <bruno@clisp.org>
29325
29326         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
29327         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
29328         definition with an external declaration.
29329         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29330         defined as a function. Remove AC_C_INLINE requirement.
29331         * modules/wcwidth (Files): Add lib/wcwidth.c.
29332         (Makefile.am): Remove redundant statement.
29333
29334 2007-07-07  Bruno Haible  <bruno@clisp.org>
29335
29336         * MODULES.html.sh (Unicode string functions): Add the new modules.
29337
29338         * tests/uniwidth/test-u32-strwidth.c: New file.
29339         * modules/uniwidth/u32-strwidth-tests: New file.
29340
29341         * lib/uniwidth/u32-strwidth.c: New file.
29342         * modules/uniwidth/u32-strwidth: New file.
29343
29344         * tests/uniwidth/test-u16-strwidth.c: New file.
29345         * modules/uniwidth/u16-strwidth-tests: New file.
29346
29347         * lib/uniwidth/u16-strwidth.c: New file.
29348         * modules/uniwidth/u16-strwidth: New file.
29349
29350         * tests/uniwidth/test-u8-strwidth.c: New file.
29351         * modules/uniwidth/u8-strwidth-tests: New file.
29352
29353         * lib/uniwidth/u8-strwidth.c: New file.
29354         * modules/uniwidth/u8-strwidth: New file.
29355
29356         * tests/uniwidth/test-u32-width.c: New file.
29357         * modules/uniwidth/u32-width-tests: New file.
29358
29359         * lib/uniwidth/u32-width.c: New file.
29360         * modules/uniwidth/u32-width: New file.
29361
29362         * tests/uniwidth/test-u16-width.c: New file.
29363         * modules/uniwidth/u16-width-tests: New file.
29364
29365         * lib/uniwidth/u16-width.c: New file.
29366         * modules/uniwidth/u16-width: New file.
29367
29368         * tests/uniwidth/test-u8-width.c: New file.
29369         * modules/uniwidth/u8-width-tests: New file.
29370
29371         * lib/uniwidth/u8-width.c: New file.
29372         * modules/uniwidth/u8-width: New file.
29373
29374         * tests/uniwidth/test-uc_width.c: New file.
29375         * modules/uniwidth/width-tests: New file.
29376
29377         * lib/uniwidth/width.c: New file, from GNU libiconv.
29378         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
29379         * modules/uniwidth/width: New file.
29380
29381         * lib/uniwidth.h: New file, from GNU libiconv.
29382         * modules/uniwidth/base: New file.
29383
29384 2007-07-07  Bruno Haible  <bruno@clisp.org>
29385
29386         * lib/uniname.h: New file, from GNU gettext.
29387         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
29388         * lib/uniname/uninames.h: New file, from GNU gettext.
29389         * lib/uniname/uniname.c: New file, from GNU gettext.
29390         * tests/uniname/test-uninames.sh: New file.
29391         * tests/uniname/test-uninames.c: New file, from GNU gettext.
29392         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
29393         * modules/uniname/base: New file.
29394         * modules/uniname/uniname: New file.
29395         * modules/uniname/uniname-tests: New file.
29396         * MODULES.html.sh (Unicode string functions): Add the new modules.
29397
29398 2007-07-06  Bruno Haible  <bruno@clisp.org>
29399
29400         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
29401
29402 2007-07-06  Bruno Haible  <bruno@clisp.org>
29403
29404         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
29405         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
29406         includes <cygwin/sys_time.h> which includes <sys/select.h> which
29407         include <sys/time.h>.
29408         Reported by Eric Blake.
29409
29410 2007-07-06  Eric Blake  <ebb9@byu.net>
29411
29412         Fix testing canonicalize on cygwin.
29413         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29414         Revert patch from 2007-06-19.
29415         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
29416         canonicalize module is also in use.
29417         * tests/test-canonicalize.c: New file.
29418         * tests/test-canonicalize.sh: Likewise.
29419         * modules/canonicalize-tests: Likewise.
29420
29421 2007-07-06  Jim Meyering  <jim@meyering.net>
29422
29423         * lib/getugroups.c (getugroups): Detect getgrent failure.
29424         Adjust comment to reflect reality: this function may return -1.
29425
29426 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29427
29428         * build-aux/bootstrap (TP_URL,get_translations): Update to use
29429         the new TP address.
29430         (usage): Fix typo
29431         (gnulib_mk): New variable.
29432
29433 2007-07-05  Jim Meyering  <jim@meyering.net>
29434
29435         Don't let endgrent clobber errno, no matter how improbable.
29436         * lib/getugroups.c (getugroups): Save and restore errno around
29437         endgrent call.
29438
29439         Close the group DB even when failing with 2^31 or more members.
29440         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
29441
29442 2007-07-04  Jim Meyering  <jim@meyering.net>
29443
29444         * lib/getugroups.h: New file.
29445         * lib/getugroups.c: Include "getugroups.h".
29446         Remove uses of "register" keyword.
29447         Move local variable, "cp", down into scope where used.
29448         Give "username" parameter the "const" attribute.
29449         * modules/getugroups (Files): Add lib/getugroups.h
29450
29451 2007-07-04  Karl Berry  <karl@gnu.org>
29452
29453         * MODULES.html.sh (func_all_modules): Complete rename of
29454         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
29455
29456 2007-07-02  Bruno Haible  <bruno@clisp.org>
29457
29458         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
29459         mode, when inttypes.h comes from gnulib.
29460         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29461
29462 2007-07-02  Simon Josefsson  <simon@josefsson.org>
29463
29464         * NEWS: Mention lgpl module name change.
29465
29466         * modules/lgpl-2.1: Renamed from lgpl.
29467
29468         * NEWS: Mention gpl module name change.
29469
29470         * modules/gpl-3.0: New file, based on gpl-2.0.
29471
29472         * modules/gpl-2.0: Renamed from gpl.
29473
29474         * modules/gpl: Fix filename, doc/gpl.texi is now found at
29475         doc/gpl-2.0.texi.
29476
29477 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29478
29479         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
29480         #define __STDC_LIMIT_MACROS temporarily while including
29481         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
29482         Problem reported by Joel E. Denny in
29483         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
29484
29485 2007-07-01  Bruno Haible  <bruno@clisp.org>
29486
29487         * lib/unistdio.h: New file.
29488         * lib/unistdio/u-asnprintf.h: New file.
29489         * lib/unistdio/u-asprintf.h: New file.
29490         * lib/unistdio/u-printf-args.c: New file.
29491         * lib/unistdio/u-printf-args.h: New file.
29492         * lib/unistdio/u-printf-parse.h: New file.
29493         * lib/unistdio/u-snprintf.h: New file.
29494         * lib/unistdio/u-sprintf.h: New file.
29495         * lib/unistdio/u-vasprintf.h: New file.
29496         * lib/unistdio/u-vsnprintf.h: New file.
29497         * lib/unistdio/u-vsprintf.h: New file.
29498         * lib/unistdio/ulc-asnprintf.c: New file.
29499         * lib/unistdio/ulc-asprintf.c: New file.
29500         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
29501         * lib/unistdio/ulc-printf-parse.c: New file.
29502         * lib/unistdio/ulc-snprintf.c: New file.
29503         * lib/unistdio/ulc-sprintf.c: New file.
29504         * lib/unistdio/ulc-vasnprintf.c: New file.
29505         * lib/unistdio/ulc-vasprintf.c: New file.
29506         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
29507         * lib/unistdio/ulc-vsnprintf.c: New file.
29508         * lib/unistdio/ulc-vsprintf.c: New file.
29509         * lib/unistdio/u8-asnprintf.c: New file.
29510         * lib/unistdio/u8-asprintf.c: New file.
29511         * lib/unistdio/u8-printf-parse.c: New file.
29512         * lib/unistdio/u8-snprintf.c: New file.
29513         * lib/unistdio/u8-sprintf.c: New file.
29514         * lib/unistdio/u8-vasnprintf.c: New file.
29515         * lib/unistdio/u8-vasprintf.c: New file.
29516         * lib/unistdio/u8-vsnprintf.c: New file.
29517         * lib/unistdio/u8-vsprintf.c: New file.
29518         * lib/unistdio/u8-u8-asnprintf.c: New file.
29519         * lib/unistdio/u8-u8-asprintf.c: New file.
29520         * lib/unistdio/u8-u8-snprintf.c: New file.
29521         * lib/unistdio/u8-u8-sprintf.c: New file.
29522         * lib/unistdio/u8-u8-vasnprintf.c: New file.
29523         * lib/unistdio/u8-u8-vasprintf.c: New file.
29524         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29525         * lib/unistdio/u8-u8-vsprintf.c: New file.
29526         * lib/unistdio/u16-asnprintf.c: New file.
29527         * lib/unistdio/u16-asprintf.c: New file.
29528         * lib/unistdio/u16-printf-parse.c: New file.
29529         * lib/unistdio/u16-snprintf.c: New file.
29530         * lib/unistdio/u16-sprintf.c: New file.
29531         * lib/unistdio/u16-vasnprintf.c: New file.
29532         * lib/unistdio/u16-vasprintf.c: New file.
29533         * lib/unistdio/u16-vsnprintf.c: New file.
29534         * lib/unistdio/u16-vsprintf.c: New file.
29535         * lib/unistdio/u16-u16-asnprintf.c: New file.
29536         * lib/unistdio/u16-u16-asprintf.c: New file.
29537         * lib/unistdio/u16-u16-snprintf.c: New file.
29538         * lib/unistdio/u16-u16-sprintf.c: New file.
29539         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29540         * lib/unistdio/u16-u16-vasprintf.c: New file.
29541         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29542         * lib/unistdio/u16-u16-vsprintf.c: New file.
29543         * lib/unistdio/u32-asnprintf.c: New file.
29544         * lib/unistdio/u32-asprintf.c: New file.
29545         * lib/unistdio/u32-printf-parse.c: New file.
29546         * lib/unistdio/u32-snprintf.c: New file.
29547         * lib/unistdio/u32-sprintf.c: New file.
29548         * lib/unistdio/u32-vasnprintf.c: New file.
29549         * lib/unistdio/u32-vasprintf.c: New file.
29550         * lib/unistdio/u32-vsnprintf.c: New file.
29551         * lib/unistdio/u32-vsprintf.c: New file.
29552         * lib/unistdio/u32-u32-asnprintf.c: New file.
29553         * lib/unistdio/u32-u32-asprintf.c: New file.
29554         * lib/unistdio/u32-u32-snprintf.c: New file.
29555         * lib/unistdio/u32-u32-sprintf.c: New file.
29556         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29557         * lib/unistdio/u32-u32-vasprintf.c: New file.
29558         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29559         * lib/unistdio/u32-u32-vsprintf.c: New file.
29560         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29561         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29562         * tests/unistdio/test-ulc-printf1.h: New file.
29563         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29564         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29565         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29566         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29567         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29568         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29569         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29570         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29571         * tests/unistdio/test-u8-asnprintf1.c: New file.
29572         * tests/unistdio/test-u8-asnprintf1.h: New file.
29573         * tests/unistdio/test-u8-printf1.h: New file.
29574         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29575         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29576         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29577         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29578         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29579         * tests/unistdio/test-u8-vasprintf1.c: New file.
29580         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29581         * tests/unistdio/test-u8-vsprintf1.c: New file.
29582         * tests/unistdio/test-u16-asnprintf1.c: New file.
29583         * tests/unistdio/test-u16-asnprintf1.h: New file.
29584         * tests/unistdio/test-u16-printf1.h: New file.
29585         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29586         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29587         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29588         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29589         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29590         * tests/unistdio/test-u16-vasprintf1.c: New file.
29591         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29592         * tests/unistdio/test-u16-vsprintf1.c: New file.
29593         * tests/unistdio/test-u32-asnprintf1.c: New file.
29594         * tests/unistdio/test-u32-asnprintf1.h: New file.
29595         * tests/unistdio/test-u32-printf1.h: New file.
29596         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29597         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29598         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29599         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29600         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29601         * tests/unistdio/test-u32-vasprintf1.c: New file.
29602         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29603         * tests/unistdio/test-u32-vsprintf1.c: New file.
29604         * modules/unistdio/base: New file.
29605         * modules/unistdio/u-printf-args: New file.
29606         * modules/unistdio/ulc-asnprintf: New file.
29607         * modules/unistdio/ulc-asprintf: New file.
29608         * modules/unistdio/ulc-fprintf: New file.
29609         * modules/unistdio/ulc-printf-parse: New file.
29610         * modules/unistdio/ulc-snprintf: New file.
29611         * modules/unistdio/ulc-sprintf: New file.
29612         * modules/unistdio/ulc-vasnprintf: New file.
29613         * modules/unistdio/ulc-vasprintf: New file.
29614         * modules/unistdio/ulc-vfprintf: New file.
29615         * modules/unistdio/ulc-vsnprintf: New file.
29616         * modules/unistdio/ulc-vsprintf: New file.
29617         * modules/unistdio/u8-asnprintf: New file.
29618         * modules/unistdio/u8-asprintf: New file.
29619         * modules/unistdio/u8-printf-parse: New file.
29620         * modules/unistdio/u8-snprintf: New file.
29621         * modules/unistdio/u8-sprintf: New file.
29622         * modules/unistdio/u8-vasnprintf: New file.
29623         * modules/unistdio/u8-vasprintf: New file.
29624         * modules/unistdio/u8-vsnprintf: New file.
29625         * modules/unistdio/u8-vsprintf: New file.
29626         * modules/unistdio/u8-u8-asnprintf: New file.
29627         * modules/unistdio/u8-u8-asprintf: New file.
29628         * modules/unistdio/u8-u8-snprintf: New file.
29629         * modules/unistdio/u8-u8-sprintf: New file.
29630         * modules/unistdio/u8-u8-vasnprintf: New file.
29631         * modules/unistdio/u8-u8-vasprintf: New file.
29632         * modules/unistdio/u8-u8-vsnprintf: New file.
29633         * modules/unistdio/u8-u8-vsprintf: New file.
29634         * modules/unistdio/u16-asnprintf: New file.
29635         * modules/unistdio/u16-asprintf: New file.
29636         * modules/unistdio/u16-printf-parse: New file.
29637         * modules/unistdio/u16-snprintf: New file.
29638         * modules/unistdio/u16-sprintf: New file.
29639         * modules/unistdio/u16-vasnprintf: New file.
29640         * modules/unistdio/u16-vasprintf: New file.
29641         * modules/unistdio/u16-vsnprintf: New file.
29642         * modules/unistdio/u16-vsprintf: New file.
29643         * modules/unistdio/u16-u16-asnprintf: New file.
29644         * modules/unistdio/u16-u16-asprintf: New file.
29645         * modules/unistdio/u16-u16-snprintf: New file.
29646         * modules/unistdio/u16-u16-sprintf: New file.
29647         * modules/unistdio/u16-u16-vasnprintf: New file.
29648         * modules/unistdio/u16-u16-vasprintf: New file.
29649         * modules/unistdio/u16-u16-vsnprintf: New file.
29650         * modules/unistdio/u16-u16-vsprintf: New file.
29651         * modules/unistdio/u32-asnprintf: New file.
29652         * modules/unistdio/u32-asprintf: New file.
29653         * modules/unistdio/u32-printf-parse: New file.
29654         * modules/unistdio/u32-snprintf: New file.
29655         * modules/unistdio/u32-sprintf: New file.
29656         * modules/unistdio/u32-vasnprintf: New file.
29657         * modules/unistdio/u32-vasprintf: New file.
29658         * modules/unistdio/u32-vsnprintf: New file.
29659         * modules/unistdio/u32-vsprintf: New file.
29660         * modules/unistdio/u32-u32-asnprintf: New file.
29661         * modules/unistdio/u32-u32-asprintf: New file.
29662         * modules/unistdio/u32-u32-snprintf: New file.
29663         * modules/unistdio/u32-u32-sprintf: New file.
29664         * modules/unistdio/u32-u32-vasnprintf: New file.
29665         * modules/unistdio/u32-u32-vasprintf: New file.
29666         * modules/unistdio/u32-u32-vsnprintf: New file.
29667         * modules/unistdio/u32-u32-vsprintf: New file.
29668         * modules/unistdio/ulc-asnprintf-tests: New file.
29669         * modules/unistdio/ulc-vasnprintf-tests: New file.
29670         * modules/unistdio/ulc-vasprintf-tests: New file.
29671         * modules/unistdio/ulc-vsnprintf-tests: New file.
29672         * modules/unistdio/ulc-vsprintf-tests: New file.
29673         * modules/unistdio/u8-asnprintf-tests: New file.
29674         * modules/unistdio/u8-vasnprintf-tests: New file.
29675         * modules/unistdio/u8-vasprintf-tests: New file.
29676         * modules/unistdio/u8-vsnprintf-tests: New file.
29677         * modules/unistdio/u8-vsprintf-tests: New file.
29678         * modules/unistdio/u16-asnprintf-tests: New file.
29679         * modules/unistdio/u16-vasnprintf-tests: New file.
29680         * modules/unistdio/u16-vasprintf-tests: New file.
29681         * modules/unistdio/u16-vsnprintf-tests: New file.
29682         * modules/unistdio/u16-vsprintf-tests: New file.
29683         * modules/unistdio/u32-asnprintf-tests: New file.
29684         * modules/unistdio/u32-vasnprintf-tests: New file.
29685         * modules/unistdio/u32-vasprintf-tests: New file.
29686         * modules/unistdio/u32-vsnprintf-tests: New file.
29687         * modules/unistdio/u32-vsprintf-tests: New file.
29688         * MODULES.html.sh (Unicode string functions): Add the new modules.
29689
29690 2007-07-01  Bruno Haible  <bruno@clisp.org>
29691
29692         * lib/sprintf.c (sprintf): Limit the available length estimation,
29693         to avoid address wraparound.
29694         * lib/vsprintf.c (vsprintf): Likewise.
29695         * modules/sprintf-posix (Dependencies): Add stdint.
29696         * modules/vsprintf-posix (Dependencies): Likewise.
29697
29698 2007-07-01  Bruno Haible  <bruno@clisp.org>
29699
29700         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
29701         Windows PATH as well. Conservative double-quoting. Comments.
29702
29703 2007-07-01  Bruno Haible  <bruno@clisp.org>
29704             Eric Blake  <ebb9@byu.net>
29705             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29706
29707         * gnulib-tool (self_abspathname): Fix algorithm to cope with
29708         empty components in $PATH, denoting '.'.
29709
29710 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29711
29712         * gnulib-tool: Fix indentation.
29713         (func_create_megatestdir): Likewise.
29714         Report by Bruno Haible.
29715
29716 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29717
29718         Sync from Automake.
29719         * build-aux/gnupload: Fix shell portability issues with for loops.
29720         Report by Karl Berry.
29721
29722 2007-06-29  Simon Josefsson  <simon@josefsson.org>
29723
29724         * build-aux/maint.mk (POURL): Use translationproject.org.
29725
29726 2007-06-27  Simon Josefsson  <simon@josefsson.org>
29727             Bruno Haible  <bruno@clisp.org>
29728
29729         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
29730         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
29731         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
29732         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
29733         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
29734
29735 2007-06-27  Bruno Haible  <bruno@clisp.org>
29736
29737         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
29738         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
29739
29740 2007-06-26  Karl Berry  <karl@gnu.org>
29741
29742         * MODULES.html.sh: remove xreadlink-with-size.
29743
29744 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29745
29746         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
29747         method that I hope also handles the double-include problem noted
29748         by Bruno Haible in
29749         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
29750
29751 2007-06-23  Bruno Haible  <bruno@clisp.org>
29752
29753         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29754         Don't let the 'mostlyclean' target fail if the last subdirectory could
29755         not be removed.
29756         Reported by Karl Berry.
29757
29758 2007-06-23  Bruno Haible  <bruno@clisp.org>
29759
29760         * gnulib-tool (echo): Add a speedier workaround for ksh.
29761         * tests/test-echo.sh: Likewise.
29762
29763 2007-06-23  Bruno Haible  <bruno@clisp.org>
29764
29765         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
29766         * tests/test-echo.sh: Likewise.
29767
29768 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29769
29770         * gnulib-tool (IFS): Initialize early, so we don't set it to
29771         empty later.
29772         (self_abspathname): Rewrite algorithm to set it, reindent.
29773         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
29774         (func_create_megatestdir): Merge some sed scripts.
29775
29776 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29777
29778         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
29779         exposed by Sun Studio 11 cc on Solaris 8.
29780
29781 2007-06-22  Bruno Haible  <bruno@clisp.org>
29782
29783         * gnulib-tool (echo): Ensure the echo primitive does not interpret
29784         backslashes.
29785         * tests/test-echo.sh: New file.
29786
29787 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29788
29789         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
29790         simplify `sed_replace_build_aux' scripts, they are portable but
29791         echoing them with `echo' is not.
29792         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
29793
29794 2007-06-21  Karl Berry  <karl@gnu.org>
29795
29796         * config/srclist.txt: guess we can't handle the licenses via
29797         srclist at the moment.
29798
29799 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29800
29801         * MODULES.html.sh: Add include_next.
29802         * modules/include_next: New file.
29803
29804 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29805
29806         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
29807         INCLUDE_NEXT.
29808         (gl_CHECK_NEXT_HEADERS): New macro.
29809         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
29810         the obsolescent gl_ABSOLUTE_HEADER.
29811         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
29812         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
29813         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
29814         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29815         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29816         * m4/math_h.m4 (gl_MATH_H): Likewise.
29817         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
29818         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29819         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29820         * m4/stdint.m4 (gl_STDINT_H): Likewise.
29821         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29822         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29823         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29824         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29825         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29826         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29827         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
29828         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
29829         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
29830         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29831         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29832         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29833         * m4/inttypes.m4 (gl_INTTYPES_H): Define
29834         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
29835         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
29836         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
29837         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
29838         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
29839         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
29840         * lib/float_.h: Likewise.
29841         * lib/inttypes_.h: Likewise.
29842         * lib/math_.h: Likewise.
29843         * lib/search_.h: Likewise.
29844         * lib/signal_.h: Likewise.
29845         * lib/stdint_.h: Likewise.
29846         * lib/stdio_.h: Likewise.
29847         * lib/stdlib_.h: Likewise.
29848         * lib/string_.h: Likewise.
29849         * lib/sys_stat_.h: Likewise.
29850         * lib/sys_time_.h: Likewise.
29851         * lib/time_.h: Likewise.
29852         * lib/unistd_.h: Likewise.
29853         * lib/wchar_.h: Likewise.
29854         * lib/wctype_.h: Likewise.
29855         * lib/dirent_.h: Likewise.
29856         * lib/iconv_.h: Likewise.
29857         * lib/locale_.h: Likewise.
29858         * lib/netinet_in_.h: Likewise.
29859         * lib/sys_select_.h: Likewise.
29860         * lib/sys_socket_.h: Likewise.
29861         * lib/sysexits_.h: Likewise.
29862         * modules/fcntl (Depends-on): Depend on include_next, not
29863         absolute_header.
29864         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
29865         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
29866         * modules/fchdir: Likewise.
29867         * modules/float: Likewise.
29868         * modules/iconv_open: Likewise.
29869         * modules/inttypes: Likewise.
29870         * modules/locale: Likewise.
29871         * modules/math: Likewise.
29872         * modules/netinet_in: Likewise.
29873         * modules/search: Likewise.
29874         * modules/signal: Likewise.
29875         * modules/stdint: Likewise.
29876         * modules/stdio: Likewise.
29877         * modules/stdlib: Likewise.
29878         * modules/string: Likewise.
29879         * modules/sys_select: Likewise.
29880         * modules/sys_socket: Likewise.
29881         * modules/sys_stat: Likewise.
29882         * modules/sys_time: Likewise.
29883         * modules/sysexits: Likewise.
29884         * modules/time: Likewise.
29885         * modules/unistd: Likewise.
29886         * modules/wchar: Likewise.
29887         * modules/wctype: Likewise.
29888         * modules/sys_stat: Change maintainer to "all".
29889         * modules/unistd: Likewise.
29890
29891 2007-06-20  Karl Berry  <karl@gnu.org>
29892
29893         * config/srclist.txt: track www changes in license files.
29894
29895 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
29896
29897         * build-aux/bootstrap: Remove stray dot.
29898         Make sure build_aux settings are honored when linking
29899         gnulib_extra_files.
29900
29901 2007-06-19  Eric Blake  <ebb9@byu.net>
29902
29903         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29904         Allow compilation on cygwin.
29905
29906 2007-06-19  Jim Meyering  <jim@meyering.net>
29907
29908         xreadlink-with-size: Remove module.  No longer used.
29909         Ex-callers now use xreadlink or mreadlink-with-size.
29910         * modules/xreadlink-with-size: Remove module.
29911         * lib/xreadlink-with-size.c: Remove file.
29912         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
29913         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
29914         just before the function definition *is* accurate.
29915
29916         Eliminate one way canonicalize_filename_mode could exit.
29917         * lib/canonicalize.c (canonicalize_filename_mode):
29918         Use mreadlink_with_size, not xreadlink_with_size.
29919
29920 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
29921
29922         Detect porting problems to FreeBSD/arm, which has time_t wider than
29923         long int.  Original problem reported for GNU diff by Xin Li in
29924         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
29925         * modules/getdate (Depends-on): Add intprops, verify.
29926         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
29927         is an integer type no wider than long int.
29928
29929 2007-06-18  Jim Meyering  <jim@meyering.net>
29930
29931         New module: mreadlink-with-size.
29932         * MODULES.html.sh: Add mreadlink-with-size.
29933         * modules/mreadlink-with-size: New module
29934         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
29935         not xreadlink-with-size.
29936         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
29937
29938 2007-06-16  Bruno Haible  <bruno@clisp.org>
29939
29940         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
29941         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
29942         Reported by Gary V. Vaughan <gary@gnu.org>.
29943
29944 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
29945
29946         Revamp lchown so that it lives in unistd.h where it belongs.
29947         * lib/lchown.h: Remove.
29948         * lib/dirchownmod.c: Don't include lib/lchown.h.
29949         * lib/fchownat.c: Likewise.
29950         * lib/openat.c: Likewise.
29951         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
29952         does not follow symlinks.
29953         (EOPNOTSUPP): Define if not defined.
29954         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
29955         is defined to 0.
29956         (lchown): New decl.
29957         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
29958         Do not check for lchown decl.
29959         Set REPLACE_LCHOWN.
29960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
29961         REPLACE_LCHOWN.
29962         * modules/chown: Make it clear it follows symlinks.
29963         * modules/lchown: Make it clear it doesn't follow symlinks.
29964         (Files): Remove lib/lchown.h
29965         (Depends-on): Add unistd.
29966         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
29967         (Include): Include <unistd.h>, not "lchown.h".
29968         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
29969         REPLACE_LCHOWN.
29970
29971 2007-06-15  Jim Meyering  <jim@meyering.net>
29972
29973         Change license (GPL to LGPL) of fsusage and dependents.
29974         * modules/fsusage (License): Change to LGPL.
29975         * modules/full-read (License): Likewise.
29976         * modules/full-write (License): Likewise.
29977         * modules/safe-read (License): Likewise.
29978         * modules/safe-write (License): Likewise.
29979
29980 2007-06-14  Ben Pfaff  <blp@gnu.org>
29981
29982         Missing part of allocsa -> malloca transition.
29983         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
29984         gl_MALLOCA.
29985
29986 2007-06-12  Bruno Haible  <bruno@clisp.org>
29987
29988         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
29989         to ia64, x86_64, i386.
29990         Reported by Eric Blake.
29991
29992 2007-06-12  Bruno Haible  <bruno@clisp.org>
29993
29994         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
29995         cross-compiling to x86_64.
29996
29997 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
29998
29999         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
30000         glitch reported by Ralf Wildenhues in
30001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
30002
30003         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
30004         Vin Shelton.
30005
30006 2007-06-11  Bruno Haible  <bruno@clisp.org>
30007
30008         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
30009         replacement string.
30010         Reported by Eric Blake.
30011
30012 2007-06-10  Bruno Haible  <bruno@clisp.org>
30013
30014         Prepare vasnprintf code for use with Unicode strings.
30015         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
30016         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
30017         TYPE_U32_STRING.
30018         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
30019         a_u32_string variants.
30020         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30021         * lib/printf-args.c: Don't include config.h and the specification
30022         header if PRINTF_FETCHARGS is already defined.
30023         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30024         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
30025         TYPE_U16_STRING, TYPE_U32_STRING.
30026         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
30027         u16_directive, u16_directives, u32_directive, u32_directives): New
30028         types.
30029         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
30030         New declarations.
30031         * lib/printf-parse.c: Don't include config.h and the specification
30032         header if PRINTF_PARSE is already defined. Eliminate the set of
30033         parameters for WIDE_CHAR_VERSION; the user of this file must provide
30034         them now. Include c-ctype.h.
30035         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
30036         directive and CHAR_T_ONLY_ASCII.
30037         * lib/vasnprintf.c: Don't include config.h and the specification header
30038         if VASNPRINTF is already defined.
30039         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
30040         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
30041         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
30042         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
30043         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
30044         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
30045         code accordingly.
30046         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
30047         pad_ourselves also in this case, with the 'c' and 's' directives, and
30048         with a different notion of "width".
30049         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
30050
30051 2007-06-10  Bruno Haible  <bruno@clisp.org>
30052
30053         * modules/unistr/u32-mbsnlen: New file.
30054         * lib/unistr/u32-mbsnlen.c: New file.
30055
30056         * modules/unistr/u16-mbsnlen: New file.
30057         * lib/unistr/u16-mbsnlen.c: New file.
30058
30059         * modules/unistr/u8-mbsnlen: New file.
30060         * lib/unistr/u8-mbsnlen.c: New file.
30061
30062         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
30063         declarations.
30064
30065 2007-06-10  Bruno Haible  <bruno@clisp.org>
30066
30067         * lib/string_.h (mbsnlen): New declaration.
30068         * lib/mbsnlen.c: New file.
30069         * m4/mbsnlen.m4: New file.
30070         * modules/mbsnlen: New file.
30071         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
30072         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
30073         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
30074
30075 2007-06-10  Bruno Haible  <bruno@clisp.org>
30076
30077         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
30078
30079 2007-06-10  Bruno Haible  <bruno@clisp.org>
30080
30081         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
30082         * lib/mbuiter.h: Likewise.
30083
30084 2007-06-10  Bruno Haible  <bruno@clisp.org>
30085
30086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
30087         declaration.
30088
30089 2007-06-10  Karl Berry  <karl@gnu.org>
30090
30091         * config/srclist.txt: remove gettext entries, Bruno prefers
30092         to update individually.
30093
30094 2007-06-10  Bruno Haible  <bruno@clisp.org>
30095
30096         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
30097         'maxlen'. Ensure only length + width bytes are allocated, not
30098         length + 1 + width.
30099
30100 2007-06-09  Bruno Haible  <bruno@clisp.org>
30101
30102         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
30103         (CHAR_T): Remove macro.
30104         (VASNPRINTF): Update.
30105
30106 2007-06-09  Bruno Haible  <bruno@clisp.org>
30107
30108         * MODULES.html.sh (Unicode string functions): Add the new modules.
30109
30110         * modules/uniconv/u32-conv-to-enc: New file.
30111         * lib/uniconv/u32-conv-to-enc.c: New file.
30112         * modules/uniconv/u32-conv-to-enc-tests: New file.
30113         * tests/uniconv/test-u32-conv-to-enc.c: New file.
30114
30115         * modules/uniconv/u16-conv-to-enc: New file.
30116         * lib/uniconv/u16-conv-to-enc.c: New file.
30117         * lib/uniconv/u-conv-to-enc.h: New file.
30118         * modules/uniconv/u16-conv-to-enc-tests: New file.
30119         * tests/uniconv/test-u16-conv-to-enc.c: New file.
30120
30121         * modules/uniconv/u8-conv-to-enc: New file.
30122         * lib/uniconv/u8-conv-to-enc.c: New file.
30123         * modules/uniconv/u8-conv-to-enc-tests: New file.
30124         * tests/uniconv/test-u8-conv-to-enc.c: New file.
30125
30126         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
30127         u32_conv_to_encoding): New declarations.
30128
30129 2007-06-09  Bruno Haible  <bruno@clisp.org>
30130
30131         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
30132
30133 2007-06-09  Bruno Haible  <bruno@clisp.org>
30134
30135         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
30136         * modules/malloca: Renamed from modules/allocsa, updated.
30137         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
30138         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
30139         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
30140         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
30141         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
30142         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
30143         * modules/xmalloca: Renamed from modules/xallocsa, updated.
30144         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
30145         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
30146         * modules/c-strcasestr (Depends-on): Update.
30147         * lib/c-strcasestr.c: Update.
30148         * modules/c-strstr (Depends-on): Update.
30149         * lib/c-strstr.c: Update.
30150         * modules/canonicalize-lgpl (Depends-on): Update.
30151         * lib/canonicalize-lgpl.c: Update.
30152         * modules/clean-temp (Depends-on): Update.
30153         * lib/clean-temp.c: Update.
30154         * modules/csharpcomp (Depends-on): Update.
30155         * lib/csharpcomp.c: Update.
30156         * modules/csharpexec (Depends-on): Update.
30157         * lib/csharpexec.c: Update.
30158         * modules/javacomp (Depends-on): Update.
30159         * lib/javacomp.c: Update.
30160         * modules/javaexec (Depends-on): Update.
30161         * lib/javaexec.c: Update.
30162         * modules/mbscasestr (Depends-on): Update.
30163         * lib/mbscasestr.c: Update.
30164         * modules/mbsstr (Depends-on): Update.
30165         * lib/mbsstr.c: Update.
30166         * modules/setenv (Depends-on): Update.
30167         * lib/setenv.c: Update.
30168         * modules/strcasestr (Depends-on): Update.
30169         * lib/strcasestr.c: Update.
30170         * modules/striconveha (Depends-on): Update.
30171         * lib/striconveha.c: Update.
30172         * modules/relocatable-prog-wrapper (Files): Update.
30173         * lib/relocwrapper.c: Update.
30174         * build-aux/install-reloc: Update.
30175         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
30176
30177 2007-06-08  Bruno Haible  <bruno@clisp.org>
30178
30179         Port to uClibc.
30180         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
30181         * lib/fpurge.c (fpurge): Likewise.
30182         * lib/freading.c (freading): Likewise.
30183         * lib/fseeko.c (rpl_fseeko): Likewise.
30184         * lib/fseterr.c (fseterr): Likewise.
30185         * lib/fwriting.c (fwriting): Likewise.
30186         * tests/test-fflush.c (main): Avoid a failure on uClibc.
30187
30188 2007-06-08  Bruno Haible  <bruno@clisp.org>
30189
30190         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
30191         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
30192         * modules/gettext (Files): Add m4/intlmacosx.m4.
30193
30194 2007-06-07  Bruno Haible  <bruno@clisp.org>
30195
30196         * modules/localename-tests: New file.
30197         * tests/test-localename.c: New file.
30198
30199         New module 'localename'.
30200         * lib/localename.h: New file.
30201         * lib/localename.c: New file, from GNU gettext.
30202         * m4/localename.m4: New file.
30203         * modules/localename: New file.
30204
30205 2007-06-07  Bruno Haible  <bruno@clisp.org>
30206
30207         Work around the lack of <wchar.h> on some builds of uClibc.
30208         * doc/headers/wchar.texi: Update.
30209         * lib/wchar_.h: Include <wchar.h> only if it exists.
30210         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
30211         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
30212         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
30213         doesn't exist.
30214         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
30215         * modules/mbfile (Depends-on): Add wchar.
30216         * modules/mbiter (Depends-on): Likewise.
30217         * modules/mbuiter (Depends-on): Likewise.
30218         Reported by Simon Josefsson.
30219
30220 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30221
30222         Work around problem reported by Steven M. Schweda in
30223         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
30224         Tru64 5.1B with the Compaq compiler environment installed declares
30225         an 'isblank' function but does not define it in the C library.
30226         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
30227         * lib/regex_internal.h (isblank): Likewise.
30228         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
30229         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30230
30231 2007-06-05  Bruno Haible  <bruno@clisp.org>
30232
30233         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
30234         ia64.
30235         * modules/printf-safe: New file.
30236         * modules/fprintf-posix (Depends-on): Add printf-safe.
30237         * modules/printf-posix (Depends-on): Likewise.
30238         * modules/snprintf-posix (Depends-on): Likewise.
30239         * modules/sprintf-posix (Depends-on): Likewise.
30240         * modules/vasnprintf-posix (Depends-on): Likewise.
30241         * modules/vasprintf-posix (Depends-on): Likewise.
30242         * modules/vfprintf-posix (Depends-on): Likewise.
30243         * modules/vprintf-posix (Depends-on): Likewise.
30244         * modules/vsnprintf-posix (Depends-on): Likewise.
30245         * modules/vsprintf-posix (Depends-on): Likewise.
30246         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
30247         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
30248         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
30249         "no" on i386, x86_64, ia64.
30250         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
30251         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30252         on i386, x86_64, ia64.
30253         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
30254         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30255         on i386, x86_64, ia64.
30256         * tests/test-vasnprintf-posix.c: Include float.h.
30257         (LDBL80_WORDS): New macro.
30258         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30259         on i386, x86_64, ia64.
30260         * tests/test-vasprintf-posix.c: Include float.h.
30261         (LDBL80_WORDS): New macro.
30262         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30263         on i386, x86_64, ia64.
30264         * tests/test-snprintf-posix.c: Include float.h.
30265         * tests/test-sprintf-posix.c: Likewise.
30266         * tests/test-vsnprintf-posix.c: Likewise.
30267         * tests/test-vsprintf-posix.c: Likewise.
30268
30269 2007-06-05  Bruno Haible  <bruno@clisp.org>
30270
30271         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
30272         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
30273         non-IEEE numbers on i386, x86_64, ia64.
30274         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
30275         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
30276         * tests/test-isnanl.h: Include float.h.
30277         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
30278
30279 2007-06-05  Bruno Haible  <bruno@clisp.org>
30280
30281         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
30282         also the %a / %A. Handle the %a / %A code before this extra handling.
30283
30284 2007-06-05  Bruno Haible  <bruno@clisp.org>
30285
30286         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
30287         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
30288
30289 2007-06-05  Bruno Haible  <bruno@clisp.org>
30290
30291         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
30292         typo in variable name.
30293
30294 2007-06-05  Eric Blake  <ebb9@byu.net>
30295
30296         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
30297         Reported by Simon Josefsson.
30298
30299 2007-06-04  Bruno Haible  <bruno@clisp.org>
30300
30301         Avoid test failures on some PowerPC platforms.
30302         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
30303         Define differently for PowerPC.
30304         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
30305         Reported by Gary V. Vaughan <gary@gnu.org>.
30306
30307 2007-06-02  Bruno Haible  <bruno@clisp.org>
30308
30309         Fix test-stdint failure on FreeBSD/ia64.
30310         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
30311         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
30312         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
30313         * doc/headers/stdint.texi: Update.
30314
30315 2007-06-01  Bruno Haible  <bruno@clisp.org>
30316
30317         * tests/test-binary-io.c (main): Pass a third argument to open().
30318         Reported by Gary V. Vaughan <gary@gnu.org>.
30319
30320 2007-06-01  Bruno Haible  <bruno@clisp.org>
30321
30322         * doc/functions/frexpl.texi: Update for mingw.
30323
30324 2007-06-01  Bruno Haible  <bruno@clisp.org>
30325
30326         * tests/test-lseek.c (main): Disable test of errno for invalid third
30327         argument.
30328         * doc/functions/lseek.texi: Update.
30329         Reported by Gary V. Vaughan <gary@gnu.org>.
30330
30331 2007-05-28  Bruno Haible  <bruno@clisp.org>
30332
30333         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
30334
30335 2007-05-31  Eric Blake  <ebb9@byu.net>
30336
30337         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
30338         cross compiling.
30339
30340 2007-05-30  Eric Blake  <ebb9@byu.net>
30341         and Bruno Haible  <bruno@clisp.org>
30342
30343         Work around mingw test failures exposed by m4-1.4.9b.
30344         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
30345         * tests/test-unistd.c: Disable uid_t and git_t tests for the
30346         moment.
30347
30348 2007-05-30  Bruno Haible  <bruno@clisp.org>
30349
30350         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
30351         assuming that they are closed. Needed on HP-UX 11.
30352
30353 2007-05-29  Bruno Haible  <bruno@clisp.org>
30354
30355         Fix a problem with #include_next.
30356         * lib/dirent_.h: Split the double-inclusion guard.
30357         * lib/fcntl_.h: Likewise.
30358         * lib/float_.h: Likewise.
30359         * lib/iconv_.h: Likewise.
30360         * lib/inttypes_.h: Likewise.
30361         * lib/locale_.h: Likewise.
30362         * lib/math_.h: Likewise.
30363         * lib/netinet_in_.h: Likewise.
30364         * lib/search_.h: Likewise.
30365         * lib/signal_.h: Likewise.
30366         * lib/stdint_.h: Likewise.
30367         * lib/stdio_.h: Likewise.
30368         * lib/stdlib_.h: Likewise.
30369         * lib/string_.h: Likewise.
30370         * lib/sys_select_.h: Likewise.
30371         * lib/sys_socket_.h: Likewise.
30372         * lib/sys_stat_.h: Likewise.
30373         * lib/sys_time_.h: Likewise.
30374         * lib/sysexits_.h: Likewise.
30375         * lib/time_.h: Likewise.
30376         * lib/unistd_.h: Likewise.
30377         * lib/wchar_.h: Likewise.
30378         * lib/wctype_.h: Likewise.
30379
30380 2007-05-29  Bruno Haible  <bruno@clisp.org>
30381
30382         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
30383         for the moment.
30384
30385 2007-05-29  Bruno Haible  <bruno@clisp.org>
30386
30387         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
30388         invocation.
30389         Reported by Eric Blake.
30390
30391 2007-05-29  Bruno Haible  <bruno@clisp.org>
30392
30393         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
30394         compiling case.
30395
30396 2007-05-29  Eric Blake  <ebb9@byu.net>
30397             Bruno Haible  <bruno@clisp.org>
30398
30399         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
30400         cross compiles.
30401
30402 2007-05-28  Eric Blake  <ebb9@byu.net>
30403
30404         * modules/closein-tests (test_closein_LDADD): Support test on
30405         cygwin with libtool.
30406
30407 2007-05-28  Bruno Haible  <bruno@clisp.org>
30408
30409         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
30410         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30411         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30412         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30413         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30414         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30415         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30416         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30417         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30418
30419 2007-05-28  Eric Blake  <ebb9@byu.net>
30420
30421         Unconditionally include <config.h> in unit tests.
30422         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
30423         * tests/test-allocsa.c, tests/test-arcfour.c,
30424         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
30425         tests/test-array_list.c, tests/test-array_oset.c,
30426         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
30427         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
30428         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
30429         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
30430         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
30431         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
30432         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
30433         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
30434         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
30435         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
30436         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
30437         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
30438         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
30439         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
30440         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
30441         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
30442         test-md5.c, test-memmem.c, test-printf-posix.c,
30443         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
30444         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
30445         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
30446         test-strcasestr.c, test-striconv.c, test-striconveh.c,
30447         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
30448         test-vasnprintf-posix2.c, test-vasnprintf.c,
30449         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
30450         test-vfprintf-posix.c, test-vprintf-posix.c,
30451         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
30452         test-xvasprintf.c: Likewise.
30453
30454 2007-05-28  Bruno Haible  <bruno@clisp.org>
30455
30456         * gnulib-tool (func_import): Remember the --with-tests command-line
30457         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
30458         Reported by Eric Blake.
30459
30460 2007-05-28  Bruno Haible  <bruno@clisp.org>
30461
30462         * modules/ftell-tests: New file.
30463         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
30464         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
30465
30466         * lib/ftell.c: New file.
30467         * modules/ftell: New file.
30468         * m4/ftell.m4: New file.
30469         * doc/functions/ftell.texi: Update.
30470         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
30471         REPLACE_FTELL.
30472         * lib/stdio_.h (rpl_ftell): New declaration.
30473         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
30474         REPLACE_FTELL.
30475
30476 2007-05-28  Eric Blake  <ebb9@byu.net>
30477
30478         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
30479
30480 2007-05-28  Bruno Haible  <bruno@clisp.org>
30481
30482         * modules/fseek-tests: New file.
30483         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
30484         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
30485
30486         * lib/fseek.c: New file.
30487         * modules/fseek: New file.
30488         * m4/fseek.m4: New file.
30489         * doc/functions/fseek.texi: Update.
30490         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
30491         REPLACE_FSEEK.
30492         * lib/stdio_.h (rpl_fseek): New declaration.
30493         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
30494         REPLACE_FSEEK.
30495
30496 2007-05-28  Bruno Haible  <bruno@clisp.org>
30497
30498         * lib/stdio_.h (fflush): More comments.
30499
30500 2007-05-28  Bruno Haible  <bruno@clisp.org>
30501
30502         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
30503         runtime test.
30504
30505 2007-05-28  Eric Blake  <ebb9@byu.net>
30506
30507         Improve lseek module.
30508         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
30509         * lib/unistd_.h (lseek): Scale back link warning message.
30510         * tests/test-lseek.c: Beef up test.
30511         * tests/test-lseek.sh: Exercise more facets of lseek.
30512         Reported by Bruno Haible.
30513
30514 2007-05-28  Bruno Haible  <bruno@clisp.org>
30515
30516         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
30517         to define.
30518
30519 2007-05-27  Bruno Haible  <bruno@clisp.org>
30520
30521         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
30522
30523 2007-05-27  Bruno Haible  <bruno@clisp.org>
30524
30525         * modules/openmp: New file.
30526         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30527         Noah Misch.
30528
30529 2007-05-26  Bruno Haible  <bruno@clisp.org>
30530
30531         * modules/chdir-long (Depends-on): Add fchdir.
30532         * modules/chdir-safer (Depends-on): Likewise.
30533         * modules/fts (Depends-on): Likewise.
30534         * modules/fts-lgpl (Depends-on): Likewise.
30535         * modules/openat (Depends-on): Likewise.
30536         * modules/savewd (Depends-on): Likewise.
30537
30538 2007-05-24  Eric Blake  <ebb9@byu.net>
30539
30540         Fix lseek on mingw.
30541         * modules/lseek: New module.
30542         * m4/lseek.m4: New file.
30543         * lib/lseek.c: New file.
30544         * modules/lseek-tests: New file.
30545         * tests/test-lseek.c: New file.
30546         * tests/test-lseek.sh: New file.
30547         * MODULES.html.sh: Document lseek module.
30548         * modules/fflush (Depends-on): Add lseek, fseeko.
30549         * modules/fseeko (Depends-on): Likewise.
30550         * modules/ftello (Depends-on): Likewise.
30551         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30552         broken.
30553         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30554         broken.
30555         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30556         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30557         * lib/ftello.c (rpl_ftello): Likewise.
30558         * tests/test-fseeko.c (main): Test this.
30559         * tests/test-fseeko.sh: Likewise.
30560         * tests/test-ftello.c (main): Likewise.
30561         * tests/test-ftello.sh: Likewise.
30562         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30563         implies replacing fseek.
30564         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30565         HAVE_FTELLO.
30566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30567         * modules/unistd (Makefile.am): Likewise.
30568         * lib/unistd_.h (lseek): Declare a replacement.
30569         * doc/functions/lseek.texi (lseek): Document this fix.
30570         * doc/functions/fseek.texi (fseek): Likewise.
30571         * doc/functions/ftell.texi (ftell): Likewise.
30572
30573 2007-05-24  Bruno Haible  <bruno@clisp.org>
30574
30575         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30576         in the printed representation of a NaN.
30577         * tests/test-vasprintf-posix.c (test_function): Likewise.
30578         * tests/test-snprintf-posix.h (test_function): Likewise.
30579         * tests/test-sprintf-posix.h (test_function): Likewise.
30580         Reported by Eric Blake.
30581
30582 2007-05-23  Eric Blake  <ebb9@byu.net>
30583
30584         Fix fseeko/ftello on cygwin 1.5.24.
30585         * doc/functions/fseeko.texi (fseeko): Document the fix.
30586         * doc/functions/ftello.texi (ftello): Document the fix.
30587         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30588         * doc/functions/stdout.text (stdout): New file.
30589         * doc/functions/stderr.text (stderr): New file.
30590         * doc/gnulib.texi (Function Substitutes): Use new files.
30591         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30592         prior to 1.7.0.
30593         * tests/test-ftello.c (main): Likewise for ftello.
30594         * tests/test-fseeko.sh: New file.
30595         * tests/test-ftello.sh: New file.
30596         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30597         with seekable stdin.
30598         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30599         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30600         (gl_REPLACE_FSEEKO): New macro.
30601         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30602         * modules/fseeko (Files): Distribute fseeko.c.
30603         * modules/ftello (Files): Distribute ftello.c.
30604         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30605         mode.
30606         * lib/ftello.c (rpl_ftello): New file.
30607         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30608         fseeko, ftello.
30609         (gl_STDIN_LARGE_OFFSET): New macro.
30610         * modules/stdio (Makefile.am): Perform the replacement.
30611         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30612
30613 2007-05-23  Bruno Haible  <bruno@clisp.org>
30614
30615         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30616         GNULIB_POSIXCHECK is defined.
30617
30618 2007-05-21  Bruno Haible  <bruno@clisp.org>
30619
30620         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30621         Check also the output for NaN arguments. When cross-compiling, guess
30622         no on IRIX.
30623         * lib/vasnprintf.c: Update comments.
30624         * tests/test-vasnprintf-posix.c (strisnan): New function.
30625         (test_function): Use it.
30626         * tests/test-vasprintf-posix.c (strisnan): New function.
30627         (test_function): Use it.
30628         * tests/test-snprintf-posix.h (strisnan): New function.
30629         (test_function): Use it.
30630         * tests/test-sprintf-posix.h (strisnan): New function.
30631         (test_function): Use it.
30632         Reported by Eric Blake.
30633
30634 2007-05-20  Bruno Haible  <bruno@clisp.org>
30635
30636         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30637         numbers that fails on BeOS.
30638         * doc/functions/frexpl.texi: Update.
30639
30640 2007-05-20  Jim Meyering  <jim@meyering.net>
30641
30642         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30643         forced upon us by glibc-2.6.
30644
30645 2007-05-20  Bruno Haible  <bruno@clisp.org>
30646
30647         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30648         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30649         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30650         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30651         NEED_PRINTF_INFINITE.
30652         (is_infinitel): New function.
30653         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30655         gl_PREREQ_VASNPRINTF_INFINITE.
30656         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30657         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30658         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30659         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30660         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30661         gl_PREREQ_VASNPRINTF_INFINITE.
30662         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30663         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30664         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30665         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30666         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30667         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30668         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30669         * doc/functions/fprintf.texi: Update.
30670         * doc/functions/printf.texi: Update.
30671         * doc/functions/snprintf.texi: Update.
30672         * doc/functions/sprintf.texi: Update.
30673         * doc/functions/vfprintf.texi: Update.
30674         * doc/functions/vprintf.texi: Update.
30675         * doc/functions/vsnprintf.texi: Update.
30676         * doc/functions/vsprintf.texi: Update.
30677
30678 2007-05-20  Bruno Haible  <bruno@clisp.org>
30679
30680         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
30681         was not found in libc.
30682         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
30683
30684 2007-05-20  Bruno Haible  <bruno@clisp.org>
30685
30686         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30687         printed as "-nan" instead of "nan".
30688         * tests/test-vasprintf-posix.c (test_function): Likewise.
30689         * tests/test-snprintf-posix.h (test_function): Likewise.
30690         * tests/test-sprintf-posix.h (test_function): Likewise.
30691         Needed for HP-UX 11.
30692
30693 2007-05-20  Jim Meyering  <jim@meyering.net>
30694
30695         Fix buggy test for the fchownat-deref bug.
30696         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
30697         symlink required for the run-test.  Without it, this test would
30698         always declare that fchownat doesn't work, and client code would
30699         unnecessarily use the replacement function with fixed libc.
30700         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
30701         Reported by Greg Schafer.
30702
30703 2007-05-19  Bruno Haible  <bruno@clisp.org>
30704
30705         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
30706         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
30707         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
30708         Needed for IRIX 6.5 and Solaris 2.5.1.
30709
30710 2007-05-19  Bruno Haible  <bruno@clisp.org>
30711
30712         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
30713         (test_function): Skip tests involving -0.0 on platforms where
30714         -0.0 = 0.0.
30715         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
30716         (test_function): Skip tests involving -0.0 on platforms where
30717         -0.0 = 0.0.
30718         * tests/test-snprintf-posix.h (have_minus_zero): New function.
30719         (test_function): Skip tests involving -0.0 on platforms where
30720         -0.0 = 0.0.
30721         * tests/test-sprintf-posix.h (have_minus_zero): New function.
30722         (test_function): Skip tests involving -0.0 on platforms where
30723         -0.0 = 0.0.
30724         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
30725         tests.
30726         * tests/test-printf-posix.h (test_function): Likewise.
30727         * tests/test-printf-posix.output: Remove all -0.0 related results.
30728         Needed for IRIX 6.5.
30729
30730 2007-05-19  Bruno Haible  <bruno@clisp.org>
30731
30732         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30733         printed as "nan0x7fffffff" instead of "nan".
30734         * tests/test-vasprintf-posix.c (test_function): Likewise.
30735         * tests/test-snprintf-posix.h (test_function): Likewise.
30736         * tests/test-sprintf-posix.h (test_function): Likewise.
30737         * tests/test-fprintf-posix.h (NaN): Remove macro.
30738         (test_function): Remove all NaN related tests.
30739         * tests/test-printf-posix.h (NaN): Remove macro.
30740         (test_function): Remove all NaN related tests.
30741         * tests/test-printf-posix.output: Remove all NaN related results.
30742         Needed for IRIX 6.5.
30743
30744 2007-05-19  Bruno Haible  <bruno@clisp.org>
30745
30746         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
30747         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
30748
30749 2007-05-19  Bruno Haible  <bruno@clisp.org>
30750
30751         * lib/float_.h: New file.
30752         * m4/float_h.m4: New file.
30753         * modules/float: New file.
30754         * modules/isnanl (Dependencies): Add float.
30755         * modules/isnanl-nolibm (Dependencies): Likewise.
30756         * modules/mathl (Dependencies): Likewise.
30757         * modules/printf-frexpl (Dependencies): Likewise.
30758         * modules/signbit (Dependencies): Likewise.
30759         * modules/vasnprintf (Dependencies): Likewise.
30760         * doc/headers/float.texi: Update.
30761
30762 2007-05-19  Jim Meyering  <jim@meyering.net>
30763
30764         * lib/utimens.c (gl_futimens): Rename from futimens,
30765         now that glibc-2.6 declares futimens.
30766         * lib/utimens.h: Likewise.
30767
30768 2007-05-19  Bruno Haible  <bruno@clisp.org>
30769
30770         Avoid test failures on mingw.
30771         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
30772         * tests/test-printf-posix.sh: Likewise.
30773         * tests/test-vfprintf-posix.sh: Likewise.
30774         * tests/test-vprintf-posix.sh: Likewise.
30775
30776 2007-05-19  Bruno Haible  <bruno@clisp.org>
30777
30778         Fix *printf result for NaN, Inf, -0.0 on mingw.
30779         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
30780         * lib/vasnprintf.c: Include math.h and isnan.h.
30781         (is_infinite_or_zero): New function.
30782         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
30783         values in the %f, %F, %e, %E, %g, %G directives.
30784         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
30785         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30786         gl_PRINTF_INFINITE and test its result. Invoke
30787         gl_PREREQ_VASNPRINTF_INFINITE.
30788         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30789         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30790         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30791         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30792         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30793         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30794         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30795         * doc/functions/fprintf.texi: Update.
30796         * doc/functions/printf.texi: Update.
30797         * doc/functions/snprintf.texi: Update.
30798         * doc/functions/sprintf.texi: Update.
30799         * doc/functions/vfprintf.texi: Update.
30800         * doc/functions/vprintf.texi: Update.
30801         * doc/functions/vsnprintf.texi: Update.
30802         * doc/functions/vsprintf.texi: Update.
30803
30804 2007-05-19  Bruno Haible  <bruno@clisp.org>
30805
30806         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
30807         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
30808         Instead of multiplying with 10^k, set extra_zeroes to k.
30809         (scale10_round_long_double): Remove function.
30810
30811 2007-05-18  Bruno Haible  <bruno@clisp.org>
30812
30813         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
30814         introduced on 2007-05-06.
30815
30816 2007-05-18  Bruno Haible  <bruno@clisp.org>
30817
30818         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
30819         %g directives.
30820         * tests/test-vasprintf-posix.c (test_function): Likewise.
30821         * tests/test-snprintf-posix.h (test_function): Likewise.
30822         * tests/test-sprintf-posix.h (test_function): Likewise.
30823
30824 2007-05-18  Bruno Haible  <bruno@clisp.org>
30825
30826         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
30827         (strmatch): New function.
30828         (test_function): Test the %f directive on numbers of various exponents.
30829         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
30830         (strmatch): New function.
30831         (test_function): Test the %f directive on numbers of various exponents.
30832         * tests/test-snprintf-posix.h (strmatch): New function.
30833         (test_function): Test the %f directive on numbers of various exponents.
30834         * tests/test-sprintf-posix.h (strmatch): New function.
30835         (test_function): Test the %f directive on numbers of various exponents.
30836         * tests/test-snprintf-posix.c (SIZEOF): New macro.
30837         * tests/test-sprintf-posix.c (SIZEOF): New macro.
30838         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
30839         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
30840
30841 2007-05-18  Bruno Haible  <bruno@clisp.org>
30842
30843         Add support for 'long double' number output.
30844         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
30845         * lib/vasnprintf.c: Include math.h and float+.h.
30846         (mp_limb_t): New type.
30847         (GMP_LIMB_BITS): New macro.
30848         (mp_twolimb_t): New type.
30849         (GMP_TWOLIMB_BITS): New macro.
30850         (mpn_t): New type.
30851         (multiply, divide, convert_to_decimal, decode_long_double,
30852         scale10_round_long_double, scale10_round_decimal_long_double,
30853         floorlog10l): New functions.
30854         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
30855         for the %f, %F, %e, %E, %g, %G directives.
30856         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
30857         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30858         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
30859         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
30860         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30861         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30862         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30863         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30864         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30865         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30866         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30867         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
30868         * modules/snprintf-posix (Depends-on): Likewise.
30869         * modules/sprintf-posix (Depends-on): Likewise.
30870         * modules/vasnprintf-posix (Depends-on): Likewise.
30871         * modules/vasprintf-posix (Depends-on): Likewise.
30872         * modules/vfprintf-posix (Depends-on): Likewise.
30873         * modules/vsnprintf-posix (Depends-on): Likewise.
30874         * modules/vsprintf-posix (Depends-on): Likewise.
30875         * modules/vasnprintf (Files): Add lib/float+.h.
30876         * doc/functions/fprintf.texi: Update.
30877         * doc/functions/printf.texi: Update.
30878         * doc/functions/snprintf.texi: Update.
30879         * doc/functions/sprintf.texi: Update.
30880         * doc/functions/vfprintf.texi: Update.
30881         * doc/functions/vprintf.texi: Update.
30882         * doc/functions/vsnprintf.texi: Update.
30883         * doc/functions/vsprintf.texi: Update.
30884
30885 2007-05-18  Bruno Haible  <bruno@clisp.org>
30886
30887         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
30888
30889 2007-05-18  Bruno Haible  <bruno@clisp.org>
30890
30891         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
30892         for printing 64-bit integers. Needed for mingw.
30893
30894 2007-05-18  Bruno Haible  <bruno@clisp.org>
30895
30896         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30897         gl_FUNC_FREXPL_WORKS.
30898         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
30899
30900 2007-05-18  Bruno Haible  <bruno@clisp.org>
30901
30902         * modules/frexpl-nolibm-tests: New file.
30903
30904         * modules/frexpl-nolibm: New file.
30905         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
30906
30907 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30908
30909         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
30910         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30911         GCC 4.2, which otherwise issues a lot of warnings.
30912         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
30913         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
30914         Likewise.
30915         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
30916         * modules/iconv_open (iconv.h): Likewise.
30917         * modules/locale (locale.h): Likewise.
30918         * modules/netinet_in (netinet/in.h): Likewise.
30919         * modules/sys_select (sys_select.h): Likewise.
30920         * modules/sys_socket (sys/socket.h): Likewise.
30921         * modules/sys_stat (sys/stat.h): Likewise.
30922         * modules/sysexits (sysexits.h): Likewise.
30923         * modules/unistd (unistd.h): Likewise.
30924
30925 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30926
30927         * modules/closein-tests (Makefile.am): Distribute
30928         `test-closein.sh'.
30929
30930 2007-05-17  Bruno Haible  <bruno@clisp.org>
30931
30932         * tests/test-printf-posix.output: Renamed from
30933         tests/test-fprintf-posix.out.
30934         * modules/fprintf-posix-tests: Update.
30935         * modules/printf-posix-tests: Update.
30936         * modules/vfprintf-posix-tests: Update.
30937         * modules/vprintf-posix-tests: Update.
30938         * tests/test-fprintf-posix.sh: Update.
30939         * tests/test-printf-posix.sh: Update.
30940         * tests/test-vfprintf-posix.sh: Update.
30941         * tests/test-vprintf-posix.sh: Update.
30942         Reported by Ralf Wildenhues.
30943
30944 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30945
30946         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
30947         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30948         GCC 4.2, which otherwise issues a lot of warnings.
30949         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
30950         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
30951         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
30952         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
30953         it should no longer be needed.
30954         * lib/string_.h: Likewise.
30955         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
30956         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
30957         * modules/inttypes (inttypes.h): Likewise.
30958         * modules/math (math.h): Likewise.
30959         * modules/search (search.h): Likewise.
30960         * modules/signal (signal.h): Likewise.
30961         * modules/stdint (stdint.h): Likewise.
30962         * modules/stdio (stdio.h): Likewise.
30963         * modules/stdlib (stdlib.h): Likewise.
30964         * modules/string (string.h): Likewise.
30965         * modules/sys_time (sys/time.h): Likewise.
30966         * modules/time (time.h): Likewise.
30967         * modules/wchar (wchar.h): Likewise.
30968         * modules/wctype (wtype.h): Likewise.
30969
30970 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
30971
30972         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
30973
30974 2007-05-13  Bruno Haible  <bruno@clisp.org>
30975
30976         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
30977         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30978         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
30979         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30980         (gl_PREREQ_STRTOK_R): Don't require it here.
30981
30982 2007-05-13  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
30985         when used in C++ mode.
30986
30987 2007-05-12  Bruno Haible  <bruno@clisp.org>
30988
30989         * lib/linebuffer.h: Tweak doc.
30990         * lib/linebuffer.c: Likewise.
30991
30992 2007-05-12  James Youngman  <jay@gnu.org>
30993
30994         * lib/linebuffer.c (readlinebuffer_delim): New function,
30995         like readlinebuffer, but use a caller-specified delimiter.
30996         (readlinebuffer): Just call readlinebuffer_delim with '\n'
30997         as the delimiter.
30998         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
30999
31000 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
31001
31002         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
31003         * modules/openat (Files): Remove openat-die.c.
31004         (Depends-on): Add openat-die.
31005         * modules/openat-die: New module.
31006
31007 2007-05-06  Bruno Haible  <bruno@clisp.org>
31008
31009         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
31010         Update with info about Cygwin.
31011         * doc/functions/fprintf.texi: Update.
31012         * doc/functions/printf.texi: Update.
31013         * doc/functions/snprintf.texi: Update.
31014         * doc/functions/sprintf.texi: Update.
31015         * doc/functions/vfprintf.texi: Update.
31016         * doc/functions/vprintf.texi: Update.
31017         * doc/functions/vsnprintf.texi: Update.
31018         * doc/functions/vsprintf.texi: Update.
31019         Reported by Eric Blake.
31020
31021 2007-05-06  Bruno Haible  <bruno@clisp.org>
31022
31023         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
31024         padding ourselves for the floating-point directives.
31025         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
31026         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
31027         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31028         gl_PRINTF_FLAG_ZERO and test its result. Invoke
31029         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
31030         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31031         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31032         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31033         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31034         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31035         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31036         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31037         * tests/test-snprintf-posix.h (test_function): Also check the width
31038         and some flags in the %f directive.
31039         * tests/test-sprintf-posix.h (test_function): Likewise.
31040         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31041         * tests/test-vasprintf-posix.c (test_function): Likewise.
31042         * doc/functions/fprintf.texi: Update.
31043         * doc/functions/printf.texi: Update.
31044         * doc/functions/snprintf.texi: Update.
31045         * doc/functions/sprintf.texi: Update.
31046         * doc/functions/vfprintf.texi: Update.
31047         * doc/functions/vprintf.texi: Update.
31048         * doc/functions/vsnprintf.texi: Update.
31049         * doc/functions/vsprintf.texi: Update.
31050
31051 2007-05-06  Bruno Haible  <bruno@clisp.org>
31052
31053         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
31054         pass the ' flag character to sprintf or snprintf.
31055         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
31056         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
31057         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31058         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
31059         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
31060         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31061         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31062         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31063         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31064         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31065         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31066         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31067         * tests/test-snprintf-posix.h (test_function): Also check the grouping
31068         flag.
31069         * tests/test-sprintf-posix.h (test_function): Likewise.
31070         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31071         * tests/test-vasprintf-posix.c (test_function): Likewise.
31072         * doc/functions/fprintf.texi: Update.
31073         * doc/functions/printf.texi: Update.
31074         * doc/functions/snprintf.texi: Update.
31075         * doc/functions/sprintf.texi: Update.
31076         * doc/functions/vfprintf.texi: Update.
31077         * doc/functions/vprintf.texi: Update.
31078         * doc/functions/vsnprintf.texi: Update.
31079         * doc/functions/vsprintf.texi: Update.
31080
31081 2007-05-01  Bruno Haible  <bruno@clisp.org>
31082
31083         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
31084
31085 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
31086
31087         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
31088         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
31089
31090 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31091
31092         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
31093         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
31094         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
31095
31096 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
31097
31098         * lib/argp-help.c (struct hol_entry): New member `ord'.
31099         (HOL_ENTRY_PTRCMP): Use ord for comparison
31100         (hol_sort): Initialize ord.
31101
31102 2007-05-01  Bruno Haible  <bruno@clisp.org>
31103
31104         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
31105         Reported by Eric Blake.
31106         * doc/gnulib.texi (Function Substitutes): Update.
31107
31108 2007-05-01  Bruno Haible  <bruno@clisp.org>
31109
31110         * doc/functions.texi: Remove file, now redundant through
31111         doc/functions/*.texi.
31112
31113 2007-05-01  Bruno Haible  <bruno@clisp.org>
31114
31115         * modules/argp (Depends-on): Add sleep.
31116
31117 2007-05-01  Bruno Haible  <bruno@clisp.org>
31118
31119         * modules/sleep-tests: New file.
31120         * tests/test-sleep.c: New file.
31121
31122         * modules/sleep: New file.
31123         * lib/sleep.c: New file.
31124         * m4/sleep.m4: New file.
31125         * lib/unistd_.h (sleep): New declaration.
31126         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
31127         HAVE_SLEEP.
31128         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
31129         * doc/functions/sleep.texi: Document the sleep module.
31130
31131 2007-05-01  Bruno Haible  <bruno@clisp.org>
31132
31133         * lib/sigprocmask.h: Remove file.
31134         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
31135         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
31136         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
31137         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
31138         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
31139         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
31140         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
31141         HAVE_SIGSET_T as a shell variable.
31142         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
31143         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
31144         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
31145         (Depends-on): Add signal. Remove verify.
31146         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
31147         (Include): Mention <signal.h> instead of sigprocmask.h.
31148         * NEWS: Mention the change.
31149         * lib/fatal-signal.c: Don't include sigprocmask.h.
31150
31151 2007-05-01  Bruno Haible  <bruno@clisp.org>
31152
31153         * modules/signal: New file.
31154         * lib/signal_.h: New file.
31155         * m4/signal_h.m4: New file.
31156
31157 2007-05-01  Bruno Haible  <bruno@clisp.org>
31158
31159         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
31160         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
31161         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
31162         HAVE_WCTYPE_CTMP_BUG into wctype.h.
31163
31164 2007-05-01  Bruno Haible  <bruno@clisp.org>
31165
31166         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
31167         configure time.
31168         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
31169         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
31170         * modules/sys_stat (Makefile.am): Substitute their values into
31171         sys/stat.h.
31172
31173 2007-05-01  Bruno Haible  <bruno@clisp.org>
31174
31175         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
31176         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
31177         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
31178
31179 2007-05-01  Bruno Haible  <bruno@clisp.org>
31180
31181         * doc/header/assert.texi: Undo last change: don't mention the gnulib
31182         'assert' module here.
31183
31184 2007-05-01  Bruno Haible  <bruno@clisp.org>
31185
31186         * doc/functions/*.texi: New files.
31187         * doc/functions/google-ranking.txt: New file.
31188         * doc/gnulib.texi (Function Substitutes): New chapter.
31189         (ctime, inet_ntoa): Remove sections.
31190         * doc/ctime.texi: Remove file.
31191         * doc/inet_ntoa.texi: Remove file.
31192         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
31193         dependencies.
31194         (%.info): New rule, specifying a --reference-limit.
31195
31196 2007-05-01  Bruno Haible  <bruno@clisp.org>
31197
31198         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
31199
31200 2007-05-01  Bruno Haible  <bruno@clisp.org>
31201
31202         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
31203         the portability of 'mkdir' to mingw systems.
31204
31205 2007-05-01  Bruno Haible  <bruno@clisp.org>
31206
31207         * doc/headers/google-ranking.txt: New file.
31208
31209 2007-04-30  Eric Blake  <ebb9@byu.net>
31210
31211         Prefer fseeko to fseek.
31212         * modules/getpass (Depends-on): Add fseeko.
31213         * lib/getpass.c (getpass): Use fseeko, not fseek.
31214
31215 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
31216
31217         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
31218         assumes the sorting is stable, while most qsort implementations
31219         are not.  Use argument addresses to ensure they never compare as
31220         equal.
31221
31222         * tests/test-argp-2.sh (usage-indent test): Fix output
31223         (func_compare): Restore diff options
31224         * tests/test-argp.c: Restore #include "progname.h"
31225
31226 2007-04-29  Bruno Haible  <bruno@clisp.org>
31227
31228         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
31229         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31230         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
31231         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31232         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
31233         (configure.ac): Define CHECK_SNPRINTF_POSIX.
31234         (TESTS, check_PROGRAMS): Add test-snprintf.
31235         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
31236         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
31237         (TESTS, check_PROGRAMS): Add test-vsnprintf.
31238         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
31239         assertions that fail on HP-UX, OSF/1, or IRIX.
31240         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
31241
31242 2007-04-29  Bruno Haible  <bruno@clisp.org>
31243
31244         * MODULES.html.sh (posix_functions): Remove 'contents'.
31245
31246 2007-04-29  Karl Berry  <karl@gnu.org>
31247
31248         * config/srclist.txt (gendocs_template_min): new entry.
31249
31250 2007-04-29  Bruno Haible  <bruno@clisp.org>
31251
31252         Work around fpurge bug on BSD systems.
31253         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
31254         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
31255         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31256         fpurge to rpl_fpurge if the system already has this function.
31257         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
31258         the case where the system already has this function. Correct invariants
31259         on BSD systems.
31260         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
31261         BSD systems.
31262
31263 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
31264
31265         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
31266         proposed by Sven Verdoolaege.
31267
31268         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
31269         options.
31270         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
31271         (usage and help tests): Update
31272
31273 2007-04-29  Bruno Haible  <bruno@clisp.org>
31274
31275         * tests/test-fflush.c (main): Use a file of size 17, not 10.
31276         Print more information in case of failure. Disable a test on BeOS.
31277
31278 2007-04-29  Bruno Haible  <bruno@clisp.org>
31279
31280         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
31281         This helps debugging on systems on which no gdb is available.
31282
31283 2007-04-29  Bruno Haible  <bruno@clisp.org>
31284
31285         * lib/freading.h: Improve comments.
31286         * lib/fwriting.h: Likewise.
31287         * tests/test-freading.c (main): Don't check freading immediately after
31288         repositioning. Needed for glibc.
31289
31290 2007-04-29  Bruno Haible  <bruno@clisp.org>
31291
31292         * lib/freading.c (freading): Trivial simplification.
31293
31294 2007-04-28  Bruno Haible  <bruno@clisp.org>
31295
31296         * tests/test-fwriting.c (main): Also test the interaction between
31297         fflush and fwriting.
31298         * modules/fwriting-tests (Depends-on): Add fflush.
31299
31300         * tests/test-freading.c (main): Also test the interaction between
31301         fflush and freading.
31302         * modules/freading-tests (Depends-on): Add fflush.
31303
31304 2007-04-28  Bruno Haible  <bruno@clisp.org>
31305
31306         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
31307         fseeko and ftello.
31308         Suggested by Eric Blake.
31309
31310 2007-04-28  Jim Meyering  <jim@meyering.net>
31311
31312         Avoid false-negative in gl_STDINT_H's C99 conformance test.
31313         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
31314         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
31315
31316 2007-04-27  Eric Blake  <ebb9@byu.net>
31317
31318         * doc/headers/assert.texi (assert.h): Document assert module use.
31319
31320 2007-04-27  Bruno Haible  <bruno@clisp.org>
31321
31322         * doc/headers/*.texi: New files.
31323         * doc/gnulib.texi (Header File Substitutes): New chapter.
31324         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
31325         dependencies.
31326         (standards.info ,standards.html, standards.dvi): Update dependencies.
31327         (mostlyclean, clean): New targets.
31328
31329 2007-04-27  Bruno Haible  <bruno@clisp.org>
31330
31331         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
31332         * modules/sysexits (Files, Makefile.am): Update.
31333
31334         * lib/sys_socket_.h: Renamed from lib/socket_.h.
31335         * modules/sys_socket (Files, Makefile.am): Update.
31336
31337         * lib/sys_stat_.h: Renamed from lib/stat_.h.
31338         * modules/sys_stat (Files, Makefile.am): Update.
31339
31340 2007-04-27  Eric Blake  <ebb9@byu.net>
31341
31342         * lib/freading.h: Improve comments.
31343         * lib/fwriting.h: Likewise.
31344         * lib/fflush.c: Likewise.
31345
31346         Fix closein for mingw.
31347         * modules/closein-tests: Add tests for closein.
31348         * tests/test-closein.c: New file.
31349         * tests/test-closein.sh: Likewise.
31350         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
31351         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
31352
31353 2007-04-27  Bruno Haible  <bruno@clisp.org>
31354
31355         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
31356         version is < 6.
31357         * lib/math_.h [__DECC]: Likewise.
31358         * lib/stdio_.h [__DECC]: Likewise.
31359         * lib/stdlib_.h [__DECC]: Likewise.
31360         * lib/string_.h [__DECC]: Likewise.
31361         * lib/time_.h [__DECC]: Likewise.
31362         * lib/wchar_.h [__DECC]: Likewise.
31363         * lib/wctype_.h [__DECC]: Likewise.
31364
31365 2007-04-27  Bruno Haible  <bruno@clisp.org>
31366
31367         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31368
31369 2007-04-27  Bruno Haible  <bruno@clisp.org>
31370
31371         * lib/fflush.c: Add comments.
31372         * modules/fpurge-tests (Depends-on): Add fflush.
31373         * modules/freadable-tests (Depends-on): Likewise.
31374         * modules/fwritable-tests (Depends-on): Likewise.
31375
31376 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31377
31378         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
31379         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
31380         Report by Bruno Haible <bruno@clisp.org>.
31381
31382 2007-04-26  Eric Blake  <ebb9@byu.net>
31383
31384         Fix fflush on mingw.
31385         * modules/fflush (Depends-on): Add freading.
31386         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
31387         but unread data.
31388
31389 2007-04-26  Eric Blake  <ebb9@byu.net>
31390         and Bruno Haible  <bruno@clisp.org>
31391
31392         Implement freading and fwriting.
31393         * lib/freading.c: New file.
31394         * lib/freading.h: Likewise.
31395         * m4/freading.m4: Likewise.
31396         * modules/freading: Likewise.
31397         * modules/freading-tests: Likewise.
31398         * tests/test-freading.c: Likewise.
31399         * lib/fwriting.c: New file.
31400         * lib/fwriting.h: Likewise.
31401         * m4/fwriting.m4: Likewise.
31402         * modules/fwriting: Likewise.
31403         * modules/fwriting-tests: Likewise.
31404         * tests/test-fwriting.c: Likewise.
31405         * MODULES.html.sh (File stream based Input/Output): Mention them.
31406
31407 2007-04-26  Bruno Haible  <bruno@clisp.org>
31408
31409         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
31410         'long' when we assume it.
31411         Suggested by Eric Blake.
31412
31413 2007-04-26  Bruno Haible  <bruno@clisp.org>
31414
31415         Ensure fseeko, ftello are declared on glibc systems.
31416         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
31417         * modules/fseeko (configure.ac-early): Likewise.
31418         * modules/ftello (configure.ac-early): Likewise.
31419         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
31420         AC_FUNC_FSEEKO for this.
31421         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
31422         (gl_CHECK_FSEEKO): Remove macro.
31423
31424 2007-04-26  Bruno Haible  <bruno@clisp.org>
31425
31426         * tests/test-fflush.c (main): Also check the ftell result after
31427         fflush and fseek/fseeko.
31428         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
31429         file descriptor position cache in the stream.
31430         * lib/fseeko.c (rpl_fseeko): Likewise.
31431
31432 2007-04-26  Bruno Haible  <bruno@clisp.org>
31433
31434         * modules/fflush-tests (Depends-on): Add fseeko.
31435
31436 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
31437             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31438
31439         * lib/argz_.h: ensure error_t definition is obtained in same
31440         mechanism system argz.h would have.
31441         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
31442         argz facilities are known bad.  Err on the side of caution if
31443         cross-compiling.
31444
31445 2007-04-25  Eric Blake  <ebb9@byu.net>
31446
31447         * lib/fpurge.c (includes): Use stdlib.h for free.
31448         * tests/test-fflush.c (main): Also test fflush-fseeko.
31449
31450 2007-04-25  Bruno Haible  <bruno@clisp.org>
31451
31452         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
31453         * lib/fseeko.c: New file.
31454         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
31455         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
31456         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
31457         gl_FUNC_FSEEKO.
31458         (gl_FUNC_FSEEKO): Invoke it.
31459         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
31460         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
31461         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
31462
31463 2007-04-25  Bruno Haible  <bruno@clisp.org>
31464
31465         * modules/fflush (Depends-on): Add ftello.
31466
31467 2007-04-25  Bruno Haible  <bruno@clisp.org>
31468
31469         * modules/ftello-tests: New file.
31470         * tests/test-ftello.c: New file.
31471
31472         * modules/ftello: New file.
31473         * m4/ftello.m4: New file.
31474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
31475         HAVE_FTELLO.
31476         * lib/stdio_.h (ftello): New declaration.
31477         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
31478         HAVE_FTELLO.
31479
31480 2007-04-25  Bruno Haible  <bruno@clisp.org>
31481
31482         * modules/fseeko-tests: New file.
31483         * tests/test-fseeko.c: New file.
31484
31485         * modules/fseeko: New file.
31486         * m4/fseeko.m4: New file.
31487         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
31488         HAVE_FSEEKO.
31489         * lib/stdio_.h (fseeko): New declaration.
31490         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
31491         HAVE_FSEEKO.
31492
31493 2007-04-25  Bruno Haible  <bruno@clisp.org>
31494
31495         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
31496
31497 2007-04-25  Bruno Haible  <bruno@clisp.org>
31498
31499         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
31500         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
31501         * tests/test-unistd.c: Likewise.
31502         * tests/test-fcntl.c: Likewise.
31503
31504 2007-04-23  Eric Blake  <ebb9@byu.net>
31505
31506         * lib/fflush.c: Fix missing include.
31507         Reported by Bruno Haible.
31508
31509 2007-04-23  Bruno Haible  <bruno@clisp.org>
31510
31511         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
31512         Reported by Eric Blake.
31513
31514 2007-04-23  Bruno Haible  <bruno@clisp.org>
31515
31516         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
31517
31518 2007-04-23  Bruno Haible  <bruno@clisp.org>
31519
31520         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
31521
31522 2007-04-23  Bruno Haible  <bruno@clisp.org>
31523
31524         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31525         Needed on HP-UX 11.
31526
31527 2007-04-16  Eric Blake  <ebb9@byu.net>
31528
31529         Make fflush rely on fpurge.
31530         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31531         open coding all variants.
31532         * modules/fflush (Depends-on): Add fpurge and unistd.
31533         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31534         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31535
31536         Fix --with-tests compilation on cygwin.
31537         * modules/argmatch-tests (Makefile.am): List gnulib library first
31538         in LDADD.
31539         * modules/argp-tests (Makefile.am): Likewise.
31540         * modules/array-list-tests (Makefile.am): Likewise.
31541         * modules/array-oset-tests (Makefile.am): Likewise.
31542         * modules/avltree-list-tests (Makefile.am): Likewise.
31543         * modules/avltree-oset-tests (Makefile.am): Likewise.
31544         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31545         * modules/carray-list-tests (Makefile.am): Likewise.
31546         * modules/dirname-tests (Makefile.am): Likewise.
31547         * modules/frexp-tests (Makefile.am): Likewise.
31548         * modules/isnanl-tests (Makefile.am): Likewise.
31549         * modules/linked-list-tests (Makefile.am): Likewise.
31550         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31551         * modules/lock-tests (Makefile.am): Likewise.
31552         * modules/rbtree-list-tests (Makefile.am): Likewise.
31553         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31554         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31555         * modules/tls-tests (Makefile.am): Likewise.
31556         * modules/tsearch-tests (Makefile.am): Likewise.
31557         * modules/xvasprintf-tests (Makefile.am): Likewise.
31558
31559         Fix fpurge for cygwin.
31560         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31561         value.
31562         * modules/fpurge-tests (Depends-on): Clean up trash.
31563
31564 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31565
31566         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31567
31568         * m4/autobuild.m4: Re-indent.
31569
31570 2007-04-13  Bruno Haible  <bruno@clisp.org>
31571
31572         * modules/fpurge-tests: New file.
31573         * tests/test-fpurge.c: New file.
31574
31575         * modules/fpurge: New file.
31576         * lib/fpurge.h: New file.
31577         * lib/fpurge.c: New file.
31578         * m4/fpurge.m4: New file.
31579
31580 2007-04-13  Bruno Haible  <bruno@clisp.org>
31581
31582         * modules/fbufmode-tests: New file.
31583         * tests/test-fbufmode.c: New file.
31584
31585         * modules/fbufmode: New file.
31586         * lib/fbufmode.h: New file.
31587         * lib/fbufmode.c: New file.
31588         * m4/fbufmode.m4: New file.
31589
31590 2007-04-13  Bruno Haible  <bruno@clisp.org>
31591
31592         * modules/fwritable-tests: New file.
31593         * tests/test-fwritable.c: New file.
31594
31595         * modules/fwritable: New file.
31596         * lib/fwritable.h: New file.
31597         * lib/fwritable.c: New file.
31598         * m4/fwritable.m4: New file.
31599
31600 2007-04-13  Bruno Haible  <bruno@clisp.org>
31601
31602         * modules/freadable-tests: New file.
31603         * tests/test-freadable.c: New file.
31604
31605         * modules/freadable: New file.
31606         * lib/freadable.h: New file.
31607         * lib/freadable.c: New file.
31608         * m4/freadable.m4: New file.
31609
31610 2007-04-13  Bruno Haible  <bruno@clisp.org>
31611
31612         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31613         MOSTLYCLEANFILES.
31614
31615 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31616
31617         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31618         gzip bootstrap.conf to avoid dragging in i18n machinery.
31619         (gnulib_tool_option): Use it.
31620
31621 2007-04-13  Bruno Haible  <bruno@clisp.org>
31622
31623         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31624         %F directives.
31625         * tests/test-vasprintf-posix.c (test_function): Likewise.
31626         * tests/test-snprintf-posix.h (test_function): Likewise.
31627         * tests/test-sprintf-posix.h (test_function): Likewise.
31628         * tests/test-fprintf-posix.h (test_function): Likewise.
31629         * tests/test-printf-posix.h (test_function): Likewise.
31630         * tests/test-fprintf-posix.out: Likewise.
31631
31632 2007-04-13  Bruno Haible  <bruno@clisp.org>
31633
31634         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31635         * modules/tls-tests (configure.ac): Likewise.
31636         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31637
31638 2007-04-13  Bruno Haible  <bruno@clisp.org>
31639
31640         * lib/tls.c (glthread_tls_get): Fix return type.
31641         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31642
31643 2007-04-12  Eric Blake  <ebb9@byu.net>
31644
31645         * modules/gettime (Depends-on): Remove gettime.
31646         Reported by Dmitry V. Levin.
31647
31648 2007-04-12  Bruno Haible  <bruno@clisp.org>
31649
31650         * modules/fflush (Include): Mention <stdio.h>.
31651         * modules/strtoimax (Include): Mention <inttypes.h>.
31652         * modules/strtoumax (Include): Likewise.
31653
31654 2007-04-12  Eric Blake  <ebb9@byu.net>
31655
31656         * .cvsignore: New file.
31657         * .gitignore: Likewise.
31658
31659 2007-04-12  Bruno Haible  <bruno@clisp.org>
31660
31661         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31662         not before, since $(LDADD) often contains libgnu.a.
31663         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31664         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31665         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31666         Needed on Cygwin.
31667
31668 2007-04-12  Eric Blake  <ebb9@byu.net>
31669
31670         Work around glibc's failure to flush stdin on fclose.
31671         * lib/closein.c (close_stdin): Flush stdin before closing.
31672
31673         Work around glibc's failure to reset seekable stdin on exit.
31674         * modules/closein: New module.
31675         * lib/closein.c: New file.
31676         * lib/closein.h: Likewise.
31677         * m4/closein.m4: Likewise.
31678         * MODULES.html.sh (File stream based Input/Output): Document it.
31679
31680 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31681
31682         * gnulib-tool: Rename generated 'autobuild' script to
31683         'do-autobuild' in --create-megatestdir output.
31684
31685         * doc/gnulib.texi (Build robot for gnulib): Fix.
31686
31687 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31688
31689         * modules/sysexits (Depends-on): Add absolute-header.
31690
31691 2007-04-12  Eric Blake  <ebb9@byu.net>
31692
31693         No need to preserve errno on success.
31694         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
31695         Reported by Bruno Haible.
31696
31697 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31698
31699         * MODULES.html.sh (Support for maintaining and releasing
31700         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
31701
31702 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31703
31704         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
31705
31706 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31707
31708         * modules/autobuild: New module.
31709
31710         * m4/autobuild.m4: New file.
31711
31712 2007-04-11  Bruno Haible  <bruno@clisp.org>
31713
31714         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
31715         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
31716         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
31717         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
31718         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31719         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31720         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31721         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31722         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31723         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31724         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
31725         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31726         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31727         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
31728         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31729         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
31731         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31732         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31733         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
31734         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31735         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
31737         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31738         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31739         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
31740         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31741         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31742         Reported by Eric Blake.
31743
31744 2007-04-11  Bruno Haible  <bruno@clisp.org>
31745
31746         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
31747
31748 2007-04-10  Bruno Haible  <bruno@clisp.org>
31749
31750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
31751         for NaN and Infinity. Needed on FreeBSD 6.1.
31752         * tests/test-vasnprintf-posix.c (test_function): Undo last change
31753         regarding results for "%010a" of Infinity and NaN.
31754         * tests/test-vasprintf-posix.c (test_function): Likewise.
31755         * tests/test-snprintf-posix.h (test_function): Likewise.
31756         * tests/test-sprintf-posix.h (test_function): Likewise.
31757         * tests/test-fprintf-posix.h (test_function): Likewise.
31758         * tests/test-printf-posix.h (test_function): Likewise.
31759         * tests/test-fprintf-posix.out: Likewise.
31760
31761 2007-04-10  Bruno Haible  <bruno@clisp.org>
31762
31763         * modules/locale-tests: New file.
31764         * tests/test-locale.c: New file.
31765
31766         * modules/locale: New file.
31767         * lib/locale_.h: New file.
31768         * m4/locale_h.m4: New file.
31769
31770 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
31771             Bruno Haible  <bruno@clisp.org>
31772
31773         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
31774         be determined, test for availability of the copysignf, copysign,
31775         copysignl functions.
31776         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
31777         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
31778         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
31779
31780 2007-04-09  Eric Blake  <ebb9@byu.net>
31781
31782         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
31783         * modules/stdio (Makefile.am): Support fflush.
31784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
31785         * modules/fflush: New file.
31786         * lib/fflush.c: Likewise.
31787         * m4/fflush.m4: Likewise.
31788         * modules/fflush-tests: New test.
31789         * tests/test-fflush.c: Likewise.
31790         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
31791
31792 2007-04-06  Bruno Haible  <bruno@clisp.org>
31793
31794         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
31795         (VASNPRINTF): Use signbit for faster determination whether to print a
31796         minus sign.
31797         * modules/vasnprintf (Files): Remove lib/float+.h.
31798         * modules/fprintf-posix (Depends-on): Add signbit.
31799         * modules/snprintf-posix (Depends-on): Likewise.
31800         * modules/sprintf-posix (Depends-on): Likewise.
31801         * modules/vasnprintf-posix (Depends-on): Likewise.
31802         * modules/vasprintf-posix (Depends-on): Likewise.
31803         * modules/vfprintf-posix (Depends-on): Likewise.
31804         * modules/vsnprintf-posix (Depends-on): Likewise.
31805         * modules/vsprintf-posix (Depends-on): Likewise.
31806
31807 2007-04-06  Bruno Haible  <bruno@clisp.org>
31808
31809         * tests/test-frexp.c (main): Test also the sign bit of zero results.
31810         * tests/test-frexpl.c (main): Likewise.
31811         * tests/test-ldexpl.c (main): Likewise.
31812         * modules/frexp-tests (Depends-on): Add signbit.
31813         * modules/frexpl-tests (Depdends-on): Likewise.
31814         * modules/ldexpl-tests (Depdends-on): Likewise.
31815
31816 2007-04-06  Bruno Haible  <bruno@clisp.org>
31817
31818         * modules/signbit-tests: New file.
31819         * tests/test-signbit.c: New file.
31820
31821         * modules/signbit: New file.
31822         * lib/signbitf.c: New file.
31823         * lib/signbitd.c: New file.
31824         * lib/signbitl.c: New file.
31825         * m4/signbit.m4: New file.
31826         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
31827         (signbit): New macro.
31828         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
31829         REPLACE_SIGNBIT.
31830         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
31831         REPLACE_FREXPL into math.h.
31832
31833 2007-04-06  Bruno Haible  <bruno@clisp.org>
31834
31835         * modules/isnanf-nolibm-tests: New file.
31836         * tests/test-isnanf.c: New file.
31837
31838         * modules/isnanf-nolibm: New file.
31839         * lib/isnanf.h: New file.
31840         * lib/isnanf.c: New file.
31841         * lib/isnan.c: Consider the USE_FLOAT macro.
31842         * m4/isnanf.m4: New file.
31843
31844 2007-04-06  Bruno Haible  <bruno@clisp.org>
31845
31846         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
31847         (Link): New section.
31848
31849         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
31850
31851 2007-04-06  Bruno Haible  <bruno@clisp.org>
31852
31853         Assume the 'long double' type.
31854         * m4/longdouble.m4: Remove file.
31855         * config/srclist.txt: Don't mention longdouble.m4.
31856         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
31857         * lib/float+.h: Likewise.
31858         * lib/frexp.c: Likewise.
31859         * lib/printf-args.h: Likewise.
31860         * lib/printf-args.c: Likewise.
31861         * lib/printf-frexp.c: Likewise.
31862         * lib/printf-parse.c: Likewise.
31863         * lib/vasnprintf.c: Likewise.
31864         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
31865         * m4/intl.m4: Likewise.
31866         * m4/isnanl.m4: Likewise.
31867         * m4/printf.m4: Likewise.
31868         * m4/printf-frexpl.m4: Likewise.
31869         * m4/vasnprintf.m4: Likewise.
31870         * modules/allocsa (Files): Remove m4/longdouble.m4.
31871         * modules/gettext (Files): Likewise.
31872         * modules/relocatable-prog-wrapper (Files): Likewise.
31873         * modules/vasnprintf (Files): Likewise.
31874         * modules/isnanl (Files): Likewise.
31875         (Include): Simplify.
31876         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
31877         (Include): Simplify.
31878         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
31879         (Include): Simplify.
31880         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
31881         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31882         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
31883         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31884         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31886         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
31887         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31888         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31889         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31890         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
31891         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31892         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
31893         * tests/test-isnanl.c: Likewise.
31894         * tests/test-snprintf-posix.h: Likewise.
31895         * tests/test-sprintf-posix.h: Likewise.
31896         * tests/test-vasnprintf-posix.c: Likewise.
31897         * tests/test-vasnprintf-posix2.c: Likewise.
31898         * tests/test-vasprintf-posix.c: Likewise.
31899
31900 2007-04-06  Bruno Haible  <bruno@clisp.org>
31901
31902         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
31903         * lib/math_.h [__DECC]: Include the overridden include file through
31904         #include_next, outside the double-inclusion guard.
31905         * lib/stdio_.h [__DECC]: Likewise.
31906         * lib/stdlib_.h [__DECC]: Likewise.
31907         * lib/string_.h [__DECC]: Likewise.
31908         * lib/time_.h [__DECC]: Likewise.
31909         * lib/wchar_.h [__DECC]: Likewise.
31910         * lib/wctype_.h [__DECC]: Likewise.
31911         * lib/inttypes_.h [__DECC]: Likewise.
31912         Reported by Albert Chin <china@thewrittenword.com> in
31913         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
31914
31915 2007-04-04  Eric Blake  <ebb9@byu.net>
31916
31917         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
31918         1.5.x.
31919
31920 2007-04-04  Bruno Haible  <bruno@clisp.org>
31921
31922         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
31923         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
31924
31925 2007-04-04  Bruno Haible  <bruno@clisp.org>
31926
31927         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
31928         results for "%010a" of Infinity and NaN.
31929         * tests/test-vasprintf-posix.c (test_function): Likewise.
31930         * tests/test-snprintf-posix.h (test_function): Likewise.
31931         * tests/test-sprintf-posix.h (test_function): Likewise.
31932         * tests/test-fprintf-posix.h (test_function): Remove these tests.
31933         * tests/test-printf-posix.h (test_function): Likewise.
31934         * tests/test-fprintf-posix.out: Update.
31935         Needed for FreeBSD 6.1.
31936
31937 2007-04-04  Bruno Haible  <bruno@clisp.org>
31938
31939         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
31940         directly used by the gnulib modules nor by gnulib-tool.
31941
31942 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31943
31944         * DEPENDENCIES: Give overall description of version dependency
31945         desirability.  Use more-typical names for apps.
31946         Add shell, coreutils, diffutils, grep, tar, gzip.
31947
31948 2007-04-04  Simon Josefsson  <simon@josefsson.org>
31949
31950         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31951
31952 2007-04-04  Karl Berry  <karl@gnu.org>
31953
31954         * MODULES.html.sh (func_module): missing '.
31955
31956 2007-04-03  Bruno Haible  <bruno@clisp.org>
31957
31958         * modules/argmatch-tests (Makefile.am): New variable
31959         test_argmatch_LDADD.
31960         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
31961         * modules/array-list-tests (Makefile.am): New variable
31962         test_array_list_LDADD.
31963         * modules/array-oset-tests (Makefile.am): New variable
31964         test_array_oset_LDADD.
31965         * modules/avltree-list-tests (Makefile.am): New variable
31966         test_avltree_list_LDADD.
31967         * modules/avltree-oset-tests (Makefile.am): New variable
31968         test_avltree_oset_LDADD.
31969         * modules/avltreehash-list-tests (Makefile.am): New variable
31970         test_avltreehash_list_LDADD.
31971         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
31972         test_canonicalize_lgpl_LDADD.
31973         * modules/carray-list-tests (Makefile.am): New variable
31974         test_carray_list_LDADD.
31975         * modules/dirname-tests (Makefile.am): New variable
31976         test_dirname_LDADD.
31977         * modules/linked-list-tests (Makefile.am): New variable
31978         test_linked_list_LDADD.
31979         * modules/linkedhash-list-tests (Makefile.am): New variable
31980         test_linkedhash_list_LDADD.
31981         * modules/rbtree-list-tests (Makefile.am): New variable
31982         test_rbtree_list_LDADD.
31983         * modules/rbtree-oset-tests (Makefile.am): New variable
31984         test_rbtree_oset_LDADD.
31985         * modules/rbtreehash-list-tests (Makefile.am): New variable
31986         test_rbtreehash_list_LDADD.
31987         * modules/xvasprintf-tests (Makefile.am): New variable
31988         test_xvasprintf_LDADD.
31989         Reported by Eric Blake.
31990
31991 2007-04-03  Eric Blake  <ebb9@byu.net>
31992
31993         * DEPENDENCIES: Weaken m4 requirements.
31994
31995 2007-04-03  Bruno Haible  <bruno@clisp.org>
31996
31997         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
31998         * modules/isnanl-tests (configure.ac): Likewise.
31999
32000 2007-04-03  Ben Pfaff  <blp@gnu.org>
32001
32002         * modules/iconv_open: Add $(srcdir)/ to source directory
32003         references in Makefile fragments that call gperf, to fix VPATH
32004         builds.
32005
32006 2007-04-03  Bruno Haible  <bruno@clisp.org>
32007
32008         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
32009         * lib/ldexpl.c: Undo last change.
32010
32011 2007-04-03  Bruno Haible  <bruno@clisp.org>
32012
32013         * modules/printf-frexpl (Depends-on): Undo last change.
32014         (Files): Add m4/ldexpl.m4.
32015
32016 2007-04-03  Bruno Haible  <bruno@clisp.org>
32017
32018         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
32019         * modules/isnanl (Link): New section.
32020
32021         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
32022         * modules/frexp (Link): New section.
32023
32024         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
32025         * modules/frexpl (Link): New section.
32026
32027         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
32028         * modules/ldexpl (Link): New section.
32029
32030 2007-04-03  Bruno Haible  <bruno@clisp.org>
32031
32032         * modules/TEMPLATE-EXTENDED: New file.
32033         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
32034
32035 2007-04-03  Bruno Haible  <bruno@clisp.org>
32036
32037         * DEPENDENCIES: New file.
32038         Suggested by Simon Josefsson.
32039
32040 2007-04-03  Bruno Haible  <bruno@clisp.org>
32041
32042         * doc/gnulib.texi: Escape @.
32043
32044 2007-04-03  James Youngman  <jay@gnu.org>
32045         and Paul Eggert  <eggert@cs.ucla.edu>
32046
32047         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
32048         birthtime on all systems that have birthtime, not just those which
32049         use st_birthtimensec rather than st_birthtim.  Putting zero in
32050         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
32051         that the birth time is not available for files on an NFS mount.
32052
32053 2007-04-03  Simon Josefsson  <simon@josefsson.org>
32054
32055         * modules/memxor: Move back from crypto/, suggested by Bruno.
32056         * modules/crypto/hmac-sha1: Fix memxor dependency.
32057
32058         * modules/crypto/gc: Moved from ../.
32059
32060 2007-04-02  Eric Blake  <ebb9@byu.net>
32061
32062         * lib/ldexpl.c (includes): Avoid libm.
32063
32064         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
32065
32066 2007-04-02  Bruno Haible  <bruno@clisp.org>
32067
32068         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
32069         on IRIX.
32070
32071 2007-04-02  Bruno Haible  <bruno@clisp.org>
32072
32073         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
32074         x86 or x86_64 platforms running MacOS X.
32075         Reported by Ryan Schmidt <@ryandesign.com>.
32076
32077 2007-04-02  Bruno Haible  <bruno@clisp.org>
32078
32079         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
32080         i386.
32081
32082 2007-04-01  Simon Josefsson  <simon@josefsson.org>
32083
32084         * modules/crypto/arcfour: Moved from ../.
32085         * modules/crypto/arcfour-tests: Moved from ../.
32086         * modules/crypto/arctwo: Moved from ../.
32087         * modules/crypto/arctwo-tests: Moved from ../.
32088         * modules/crypto/des: Moved from ../.
32089         * modules/crypto/des-tests: Moved from ../.
32090         * modules/crypto/gc-arcfour: Moved from ../.
32091         * modules/crypto/gc-arcfour-tests: Moved from ../.
32092         * modules/crypto/gc-arctwo: Moved from ../.
32093         * modules/crypto/gc-arctwo-tests: Moved from ../.
32094         * modules/crypto/gc-des: Moved from ../.
32095         * modules/crypto/gc-des-tests: Moved from ../.
32096         * modules/crypto/gc-hmac-md5: Moved from ../.
32097         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
32098         * modules/crypto/gc-hmac-sha1: Moved from ../.
32099         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
32100         * modules/crypto/gc-md2: Moved from ../.
32101         * modules/crypto/gc-md2-tests: Moved from ../.
32102         * modules/crypto/gc-md4: Moved from ../.
32103         * modules/crypto/gc-md4-tests: Moved from ../.
32104         * modules/crypto/gc-md5: Moved from ../.
32105         * modules/crypto/gc-md5-tests: Moved from ../.
32106         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
32107         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
32108         * modules/crypto/gc-random: Moved from ../.
32109         * modules/crypto/gc-rijndael: Moved from ../.
32110         * modules/crypto/gc-rijndael-tests: Moved from ../.
32111         * modules/crypto/gc-sha1: Moved from ../.
32112         * modules/crypto/gc-sha1-tests: Moved from ../.
32113         * modules/crypto/gc-tests: Moved from ../.
32114         * modules/crypto/hmac-md5: Moved from ../.
32115         * modules/crypto/hmac-md5-tests: Moved from ../.
32116         * modules/crypto/hmac-sha1: Moved from ../.
32117         * modules/crypto/hmac-sha1-tests: Moved from ../.
32118         * modules/crypto/md2: Moved from ../.
32119         * modules/crypto/md2-tests: Moved from ../.
32120         * modules/crypto/md4: Moved from ../.
32121         * modules/crypto/md4-tests: Moved from ../.
32122         * modules/crypto/md5: Moved from ../.
32123         * modules/crypto/md5-tests: Moved from ../.
32124         * modules/crypto/memxor: Moved from ../.
32125         * modules/crypto/rijndael: Moved from ../.
32126         * modules/crypto/rijndael-tests: Moved from ../.
32127         * modules/crypto/sha1: Moved from ../.
32128
32129 2007-03-30  James Youngman  <jay@gnu.org>
32130
32131         * tests/test-stat-time.c (prepare_test): use chmod() rather than
32132         rename() to change the ctime of a file (because ctime is unaffected
32133         by rename on jfs2 on AIX 5.1).
32134         (main): Start by doing cleanup, in case a previous run failed leaving
32135         test files behind.
32136
32137 2007-03-31  Bruno Haible  <bruno@clisp.org>
32138
32139         Support old proprietary implementations of iconv.
32140         * modules/iconv_open: New file.
32141         * lib/iconv_.h: New file.
32142         * m4/iconv_h.m4: New file.
32143         * lib/iconv_open.c: New file.
32144         * lib/iconv_open-aix.gperf: New file.
32145         * lib/iconv_open-hpux.gperf: New file.
32146         * lib/iconv_open-irix.gperf: New file.
32147         * lib/iconv_open-osf.gperf: New file.
32148         * m4/iconv_open.m4: New file.
32149         * modules/linebreak (Depends-on): Add iconv_open.
32150         * modules/striconv (Depends-on): Likewise.
32151         * modules/striconveh (Depends-on): Likewise.
32152         * modules/unicodeio (Depends-on): Likewise.
32153         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
32154         (iconv_t)(-1).
32155         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
32156         conversion if cd is (iconv_t)(-1).
32157         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
32158         is not possible.
32159
32160 2007-03-31  Bruno Haible  <bruno@clisp.org>
32161
32162         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32163         work on Solaris either. Protect also second use of "autodetect_jp".
32164
32165 2007-03-31  Bruno Haible  <bruno@clisp.org>
32166
32167         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
32168         the function is not present.
32169
32170 2007-03-31  Bruno Haible  <bruno@clisp.org>
32171
32172         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
32173         the function is not present.
32174
32175 2007-03-31  Bruno Haible  <bruno@clisp.org>
32176
32177         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
32178         a bug in HP-UX iconv_open().
32179
32180 2007-03-31  Bruno Haible  <bruno@clisp.org>
32181
32182         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
32183         (Mathematics <math.h>): New section, add fpieee.
32184         (Input/output <stdio.h>): Add fseterr.
32185         (Mathematics <math.h>): New section, add printf-frexp.
32186         (Container data structures): Add sublist.
32187         (Core language properties): Add fpucw, inline.
32188         (Functions for greatest-width integer types <inttypes.h>): Add
32189         imaxabs, imaxdiv, inttypes.
32190         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
32191         isnanl-nolibm, ldexp.
32192         (Mathematics <math.h>): New section, add printf-frexpl.
32193         (Support for systems lacking POSIX:2001): Add fprintf-posix,
32194         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
32195         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
32196         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
32197         (Unicode string functions): Add unistr/u*-mbtoucr.
32198         (Java): Add javacomp-script, javaexec-script.
32199         (C#): Add csharpcomp-script, csharpexec-script.
32200         (Support for building libraries and executables): Add havelib,
32201         relocatable-*.
32202         (Support for maintaining and releasing projects): Renamed from
32203         'Support for maintaining and release projects'. Add announce-gen.
32204
32205 2007-03-31  Bruno Haible  <bruno@clisp.org>
32206
32207         * README: Talk primarily about git.
32208         (git and CVS): Renamed from CVS.
32209         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
32210         gnulib is available through git.
32211         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
32212
32213 2007-03-30  Bruno Haible  <bruno@clisp.org>
32214
32215         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
32216         * lib/poll_.h: Likewise.
32217         * lib/stat_.h: Likewise.
32218         * lib/sys_time_.h: Likewise.
32219         * lib/sysexit_.h: Likewise.
32220         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
32221         * lib/stdbool_.h: Likewise.
32222         * lib/byteswap_.h: Add double-inclusion guard.
32223
32224 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
32225
32226         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
32227
32228 2007-03-30  Karl Berry  <karl@gnu.org>
32229
32230         * config/srclist-update: double space after USA in the license
32231         substitution, since that's how it's usually (?) written.
32232
32233 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32234
32235         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
32236         reported by Bruno Haible.
32237
32238 2007-03-29  Bruno Haible  <bruno@clisp.org>
32239
32240         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
32241         a bug in AIX iconv().
32242
32243 2007-03-29  Bruno Haible  <bruno@clisp.org>
32244
32245         * modules/ldexpl-tests: New file.
32246         * tests/test-ldexpl.c: New file.
32247
32248 2007-03-29  Bruno Haible  <bruno@clisp.org>
32249
32250         * lib/ldexpl.c: Include fpucw.h.
32251         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
32252         multiplication.
32253         * modules/ldexpl (Depends-on): Add fpucw.
32254
32255 2007-03-29  Bruno Haible  <bruno@clisp.org>
32256
32257         * modules/ldexpl: New file.
32258         * m4/ldexpl.m4: New file.
32259         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
32260         set.
32261         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
32262         REPLACE_LDEXPL.
32263         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
32264         REPLACE_LDEXPL.
32265         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32266         gl_FUNC_LDEXPL_WORKS.
32267         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
32268         * modules/mathl (Files): Remove lib/ldexpl.c.
32269         (Depends-on): Add ldexpl.
32270
32271 2007-03-29  Bruno Haible  <bruno@clisp.org>
32272
32273         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
32274
32275 2007-03-29  Bruno Haible  <bruno@clisp.org>
32276
32277         * tests/test-striconveh.c (main): Don't assume that a direct conversion
32278         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
32279         and possibly also HP-UX.
32280         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32281         work on AIX, IRIX, HP-UX, OSF/1.
32282         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
32283         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
32284         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
32285         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
32286         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
32287         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
32288
32289 2007-03-29  Bruno Haible  <bruno@clisp.org>
32290
32291         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
32292
32293 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32294
32295         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
32296         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
32297
32298 2007-03-29  Eric Blake  <ebb9@byu.net>
32299
32300         * lib/acl-internal.h: Remove redundant include.
32301         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
32302         Cygwin when a file is locked.
32303
32304 2007-03-29  Bruno Haible  <bruno@clisp.org>
32305
32306         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
32307         file.
32308         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
32309
32310 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32311
32312         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
32313         try to remove a parent directory if the child couldn't be removed
32314         (except for the first rmdir, which could fail because the child
32315         doesn't exist).  Problem reported by Jeff Blaine in
32316         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
32317
32318 2007-03-28  Bruno Haible  <bruno@clisp.org>
32319
32320         * lib/striconveh.c (utf8conv_carefully): New function.
32321         (mem_cd_iconveh_internal): Invoke it.
32322
32323 2007-03-28  Bruno Haible  <bruno@clisp.org>
32324
32325         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
32326         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
32327         input.
32328         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
32329         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
32330         unistr/u8-uctomb.
32331
32332 2007-03-28  Bruno Haible  <bruno@clisp.org>
32333
32334         * modules/unistr/u8-mbtoucr: New file.
32335         * lib/unistr/u8-mbtoucr.c: New file.
32336         * modules/unistr/u16-mbtoucr: New file.
32337         * lib/unistr/u16-mbtoucr.c: New file.
32338         * modules/unistr/u16-mbtoucr: New file.
32339         * lib/unistr/u16-mbtoucr.c: New file.
32340         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
32341
32342 2007-03-27  Simon Josefsson  <simon@josefsson.org>
32343             Bruno Haible  <bruno@clisp.org>
32344
32345         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
32346         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
32347         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
32348
32349         * m4/stdio_h.m4: Add stubs for vasprintf too.
32350
32351         * modules/stdio: Support vasprintf in sed command.
32352
32353         * modules/vasprintf: Depend on stdio for prototypes.  Remove
32354         vasprintf.h.  Add stdio module indicator.
32355
32356         * lib/stdio_.h: Declare asprintf and vasprintf, based on
32357         vasprintf.h.
32358
32359         * lib/vasprintf.h: File removed.
32360
32361         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
32362         * lib/vasprintf.c: Ditto.
32363         * lib/xvasprintf.c: Ditto.
32364         * tests/test-vasprintf-posix.c: Ditto.
32365         * tests/test-vasprintf.c: Ditto.
32366
32367 2007-03-27  Bruno Haible  <bruno@clisp.org>
32368
32369         Make vasnprintf multithread-safe.
32370         * lib/vasnprintf.c (decimal_point_char): New function.
32371         (VASNPRINTF): Use it.
32372         Suggested by Simon Josefsson.
32373
32374 2007-03-27  Eric Blake  <ebb9@byu.net>
32375
32376         Support sub-second birthtime on cygwin.
32377         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
32378         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
32379         (get_stat_birthtime): Also work with st_birthtim.
32380
32381 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
32382
32383         * lib/stat-time.h (USE_BIRTHTIME): Remove.
32384         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
32385         (get_stat_birthtime_ns): Do not try to use "spare" fields.
32386         (get_stat_birthtime_ns): Simplify compile-time tests.
32387         (get_stat_birthtime): Change the API to look like
32388         get_stat_mtime etc., except return a negative tv_nsec on error.
32389         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
32390         Don't check for "spare" fields.
32391         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
32392         or for struct stat.st_birthtime, as these tests aren't used.
32393         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
32394
32395 2007-03-27  Bruno Haible  <bruno@clisp.org>
32396
32397         * lib/stat-time.h: Include <sys/stat.h>.
32398
32399 2007-03-27  James Youngman  <jay@gnu.org>
32400
32401         * lib/stat-time.h (get_stat_birthtime): New function for
32402           retrieving st_birthtime as provided by UFS2 (hence *BSD).
32403         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
32404           and its variants.
32405         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
32406         * modules/stat-time-test: New file.
32407         * tests/test-stat-time.c: New test, devised by Bruno Haible.
32408
32409 2007-03-26  Bruno Haible  <bruno@clisp.org>
32410
32411         Better support of signalling NaNs.
32412         * lib/atanl.c: Include isnanl.h.
32413         (atanl): Perform test for NaN at the beginning of the function and
32414         through a call to isnanl.
32415         * lib/cosl.c: Include isnanl.h.
32416         (cosl): Perform test for NaN at the beginning of the function and
32417         through a call to isnanl.
32418         * lib/ldexpl.c: Include isnanl.h.
32419         (ldexpl): Perform test for NaN through a call to isnanl.
32420         * lib/logl.c: Include isnanl.h.
32421         (logl): Perform test for NaN at the beginning of the function and
32422         through a call to isnanl.
32423         * lib/sinl.c: Include isnanl.h.
32424         (sinl): Perform test for NaN at the beginning of the function and
32425         through a call to isnanl.
32426         * lib/sqrtl.c: Include isnanl.h.
32427         (sqrtl): Perform test for NaN at the beginning of the function and
32428         through a call to isnanl.
32429         * lib/tanl.c: Include isnanl.h.
32430         (tanl): Perform test for NaN at the beginning of the function and
32431         through a call to isnanl.
32432         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
32433         * modules/mathl (Depends-on): Add isnanl.
32434
32435 2007-03-26  Eric Blake  <ebb9@byu.net>
32436
32437         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
32438         regression in logic sense of previous patch.
32439
32440 2007-03-26  Bruno Haible  <bruno@clisp.org>
32441
32442         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
32443         unportable shell command "if ! ...".
32444         Reported by Ralf Wildenhues.
32445
32446 2007-03-25  Bruno Haible  <bruno@clisp.org>
32447
32448         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
32449         <sysexits.h> file, and only add EX_CONFIG.
32450         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
32451         absolute file name and whether it is sufficient. Substitute also
32452         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
32453         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
32454         ABSOLUTE_SYSEXITS_H into sysexits.h.
32455
32456 2007-03-25  Bruno Haible  <bruno@clisp.org>
32457
32458         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
32459         hints is NULL.
32460
32461 2007-03-25  Bruno Haible  <bruno@clisp.org>
32462
32463         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
32464         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
32465
32466 2007-03-25  Bruno Haible  <bruno@clisp.org>
32467
32468         * lib/vasnprintf.c: Include langinfo.h.
32469         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
32470         multithread-safe.
32471         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
32472         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
32473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32477         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32478         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
32479         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32480         Reported by Simon Josefsson.
32481
32482 2007-03-25  Bruno Haible  <bruno@clisp.org>
32483
32484         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
32485         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
32486         * modules/vasnprintf (Depends-on): Add stdint.
32487
32488 2007-03-25  Bruno Haible  <bruno@clisp.org>
32489
32490         * modules/fpieee: New file.
32491         * m4/fpieee.m4: New file.
32492         * modules/isnan-nolibm (Depends-on): Add fpieee.
32493         * modules/isnanl-nolibm (Depends-on): Add fpieee.
32494         * modules/isnanl (Depends-on): Add fpieee.
32495
32496 2007-03-25  Bruno Haible  <bruno@clisp.org>
32497
32498         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
32499
32500 2007-03-25  Bruno Haible  <bruno@clisp.org>
32501
32502         Avoid test failures on IRIX 6.5.
32503         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
32504         (main): Use it.
32505         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
32506         macros.
32507         (main): Use them.
32508
32509 2007-03-25  Bruno Haible  <bruno@clisp.org>
32510
32511         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
32512         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
32513         exists but doesn't work.
32514         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
32515         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
32516         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
32517         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
32518
32519 2007-03-25  Bruno Haible  <bruno@clisp.org>
32520
32521         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
32522         returns inf. Needed on IRIX 6.5.
32523
32524 2007-03-25  Bruno Haible  <bruno@clisp.org>
32525
32526         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32527         (main): Use isnanl instead of x != x idiom.
32528         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32529
32530         * tests/test-frexp.c: Include isnan.h.
32531         (main): Use isnan instead of x != x idiom.
32532         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32533
32534 2007-03-25  Bruno Haible  <bruno@clisp.org>
32535
32536         * tests/test-frexp.c (NaN): New function/macro.
32537         (main): Use it instead of 0.0 / 0.0.
32538         * tests/test-isnan.c (NaN): New function/macro.
32539         (main): Use it instead of 0.0 / 0.0.
32540         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32541         (test_function): Use it instead of 0.0 / 0.0.
32542         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32543         (test_function): Use it instead of 0.0 / 0.0.
32544         * tests/test-snprintf-posix.h (NaN): New function/macro.
32545         (test_function): Use it instead of 0.0 / 0.0.
32546         * tests/test-sprintf-posix.h (NaN): New function/macro.
32547         (test_function): Use it instead of 0.0 / 0.0.
32548         * tests/test-fprintf-posix.h (NaN): New function/macro.
32549         (test_function): Use it instead of 0.0 / 0.0.
32550         * tests/test-printf-posix.h (NaN): New function/macro.
32551         (test_function): Use it instead of 0.0 / 0.0.
32552
32553         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32554
32555 2007-03-25  Bruno Haible  <bruno@clisp.org>
32556
32557         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32558
32559 2007-03-25  Bruno Haible  <bruno@clisp.org>
32560
32561         * lib/regexec.c (merge_state_with_log): Make static.
32562
32563 2007-03-25  Bruno Haible  <bruno@clisp.org>
32564
32565         * lib/trigl.c (kernel_rem_pio2): Make static.
32566
32567 2007-03-25  Bruno Haible  <bruno@clisp.org>
32568
32569         * lib/sincosl.c (sincosl_table): Make static.
32570
32571 2007-03-25  Bruno Haible  <bruno@clisp.org>
32572
32573         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32574         if the compiler does not support C99.
32575
32576 2007-03-25  Bruno Haible  <bruno@clisp.org>
32577
32578         * modules/time (Makefile.am): Ensure all rule action lines start with a
32579         tab.
32580
32581 2007-03-24  Bruno Haible  <bruno@clisp.org>
32582
32583         * modules/tsearch-tests: New file.
32584         * tests/test-tsearch.sh: New file.
32585         * tests/test-tsearch.c: New file, mostly copied from glibc.
32586
32587         * modules/search-tests: New file.
32588         * tests/test-search.c: New file.
32589
32590         * modules/search: New file.
32591         * lib/search_.h: New file, incorporating lib/tsearch.h.
32592         * m4/search_h.m4: New file.
32593         * lib/tsearch.h: Remove file.
32594         * lib/tsearch.c: Include search.h instead of tsearch.h.
32595         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32596         HAVE_TSEARCH.
32597         * modules/tsearch (Files): Remove lib/tsearch.h.
32598         (Depends-on): Add search.
32599         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32600         (Include): Change tsearch.h into search.h.
32601
32602 2007-03-24  Bruno Haible  <bruno@clisp.org>
32603
32604         * modules/fpucw: New file.
32605         * lib/fpucw.h: New file.
32606         * lib/frexp.c: Include fpucw.h.
32607         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32608         (FUNC): Use them.
32609         * lib/printf-frexp.c: Include fpucw.h.
32610         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32611         (FUNC): Use them.
32612         * lib/vasnprintf.c: Include fpucw.h.
32613         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32614         'long double' calculations.
32615         * tests/test-frexpl.c: Include fpucw.h.
32616         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32617         * tests/test-printf-frexpl.c: Include fpucw.h.
32618         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32619         * modules/frexpl (Depends-on): Add fpucw.
32620         * modules/printf-frexpl (Depends-on): Likewise.
32621         * modules/fprintf-posix (Depends-on): Likewise.
32622         * modules/snprintf-posix (Depends-on): Likewise.
32623         * modules/sprintf-posix (Depends-on): Likewise.
32624         * modules/vasnprintf-posix (Depends-on): Likewise.
32625         * modules/vasprintf-posix (Depends-on): Likewise.
32626         * modules/vfprintf-posix (Depends-on): Likewise.
32627         * modules/vsnprintf-posix (Depends-on): Likewise.
32628         * modules/vsprintf-posix (Depends-on): Likewise.
32629         * modules/frexpl-tests (Depends-on): Likewise.
32630         * modules/printf-frexpl-tests (Depends-on): Likewise.
32631
32632 2007-03-24  Bruno Haible  <bruno@clisp.org>
32633
32634         * lib/float+.h: New file.
32635         * lib/isnan.c: Include float+.h.
32636         (SIZE): New macro.
32637         (FUNC): Compare only SIZE bytes of the value.
32638         * lib/vasnprintf.c: Include float+.h.
32639         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32640         SIZEOF_LDBL or SIZEOF_DBL bytes.
32641         * modules/isnan-nolibm (Files): Add lib/float+.h.
32642         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32643         * modules/isnanl (Files): Add lib/float+.h.
32644         * modules/vasnprintf (Files): Add lib/float+.h.
32645
32646 2007-03-24  Bruno Haible  <bruno@clisp.org>
32647
32648         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32649         include isnanl-nolibm.h.
32650
32651 2007-03-24  Bruno Haible  <bruno@clisp.org>
32652
32653         * tests/test-read-file.c (main): Don't produce spurious output for
32654         expected situations. Make the test fail if it encountered unexpected
32655         results.
32656
32657 2007-03-24  Bruno Haible  <bruno@clisp.org>
32658
32659         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32660         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32661
32662 2007-03-24  Bruno Haible  <bruno@clisp.org>
32663
32664         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32665
32666 2007-03-24  Bruno Haible  <bruno@clisp.org>
32667
32668         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32669         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32670
32671         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
32672         * modules/utf8-ucs4: Turn into a symbolic link to module
32673         unistr/u8-mbtouc.
32674
32675         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
32676         utf8-ucs4-unsafe.
32677         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
32678         unistr/u8-mbtouc-unsafe.
32679
32680         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
32681         * modules/utf16-ucs4: Turn into a symbolic link to module
32682         unistr/u16-mbtouc.
32683
32684         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
32685         utf16-ucs4-unsafe.
32686         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
32687         unistr/u16-mbtouc-unsafe.
32688
32689         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
32690         * modules/ucs4-utf8: Turn into a symbolic link to module
32691         unistr/u8-ubtomb.
32692
32693         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
32694         * modules/ucs4-utf16: Turn into a symbolic link to module
32695         unistr/u16-ubtomb.
32696
32697 2007-03-24  Bruno Haible  <bruno@clisp.org>
32698
32699         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
32700         Enable the function only if HAVE_INLINE.
32701         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
32702         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32703         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
32704         Enable the function only if HAVE_INLINE.
32705         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
32706         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32707         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
32708         Enable the function only if HAVE_INLINE.
32709         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
32710         Enable the function only if HAVE_INLINE.
32711         * modules/utf8-ucs4: Update.
32712         * modules/utf8-ucs4-unsafe: Update.
32713         * modules/utf16-ucs4: Update.
32714         * modules/utf16-ucs4-unsafe: Update.
32715         * modules/ucs4-utf8: Update.
32716         * modules/ucs4-utf16: Update.
32717
32718 2007-03-24  Bruno Haible  <bruno@clisp.org>
32719
32720         * lib/utf8-ucs4.h: Remove file.
32721         * lib/utf8-ucs4-unsafe.h: Remove file.
32722         * lib/utf16-ucs4.h: Remove file.
32723         * lib/utf16-ucs4-unsafe.h: Remove file.
32724         * lib/ucs4-utf8.h: Remove file.
32725         * lib/ucs4-utf16.h: Remove file.
32726         * lib/unistr.h: Include their previous contents.
32727         * m4/utf-ucs4.m4: Remove file.
32728         * m4/ucs4-utf.m4: Remove file.
32729         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
32730         (Depends-on): Add unistr/base.
32731         (configure.ac): Remove gl_UTF_UCS4.
32732         (Makefile.am): Update.
32733         (Include): Change to unistr.h.
32734         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
32735         (Depends-on): Add unistr/base.
32736         (configure.ac): Remove gl_UTF_UCS4.
32737         (Makefile.am): Update.
32738         (Include): Change to unistr.h.
32739         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
32740         (Depends-on): Add unistr/base.
32741         (configure.ac): Remove gl_UTF_UCS4.
32742         (Makefile.am): Update.
32743         (Include): Change to unistr.h.
32744         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
32745         (Depends-on): Add unistr/base.
32746         (configure.ac): Remove gl_UTF_UCS4.
32747         (Makefile.am): Update.
32748         (Include): Change to unistr.h.
32749         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
32750         (Depends-on): Add unistr/base.
32751         (configure.ac): Remove gl_UCS4_UTF.
32752         (Makefile.am): Update.
32753         (Include): Change to unistr.h.
32754         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
32755         (Depends-on): Add unistr/base.
32756         (configure.ac): Remove gl_UCS4_UTF.
32757         (Makefile.am): Update.
32758         (Include): Change to unistr.h.
32759         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
32760         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
32761         utf8-ucs4-unsafe.h.
32762         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
32763         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
32764         utf16-ucs4-unsafe.h.
32765         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
32766         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
32767         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
32768         * lib/unistr/u8-strchr.c: Likewise.
32769         * lib/unistr/u8-strrchr.c: Likewise.
32770         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
32771         * lib/unistr/u16-strchr.c: Likewise.
32772         * lib/unistr/u16-strrchr.c: Likewise.
32773         * lib/striconveh.c: Update.
32774         * lib/linebreak.c: Update.
32775
32776 2007-03-24  Bruno Haible  <bruno@clisp.org>
32777
32778         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
32779         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
32780
32781 2007-03-22  Bruno Haible  <bruno@clisp.org>
32782
32783         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
32784
32785 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32786
32787         * MODULES.html.sh (File system functions): New module write-any-file.
32788         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
32789         * m4/write-any-file.m4: New files.
32790
32791 2007-03-23  Eric Blake  <ebb9@byu.net>
32792
32793         * gnulib-tool: Rearrange space-tab sequences, since some editors
32794         like to eat them.
32795
32796 2007-03-23  Eric Blake  <ebb9@byu.net>
32797
32798         * lib/version-etc.c (version_etc_va): Update license wording to
32799         be more concise.  Recommended by Richard Stallman.
32800
32801 2007-03-22  Bruno Haible  <bruno@clisp.org>
32802
32803         * lib/poll.c (MSG_PEEK): New fallback definition.
32804
32805 2007-03-22  Bruno Haible  <bruno@clisp.org>
32806
32807         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
32808         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
32809         (main): Update.
32810         Fixes a compilation error on BeOS.
32811
32812 2007-03-22  Bruno Haible  <bruno@clisp.org>
32813
32814         * modules/frexpl-tests: New file.
32815         * tests/test-frexpl.c: New file.
32816
32817         * modules/frexpl: New file.
32818         * m4/frexpl.m4: New file.
32819         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
32820         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
32821         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
32822         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
32823         (Depends-on): Add frexpl. Remove isnanl-nolibm.
32824         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
32825
32826 2007-03-22  Bruno Haible  <bruno@clisp.org>
32827
32828         * lib/frexpl.c: Share code with lib/frexp.c.
32829         * modules/mathl (Files): Add lib/frexp.c.
32830         (Depends-on): Add isnanl-nolibm.
32831
32832 2007-03-22  Bruno Haible  <bruno@clisp.org>
32833
32834         * modules/printf-frexp (Files): Add m4/frexp.m4.
32835         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
32836         only if the found frexp function actually works.
32837
32838 2007-03-22  Bruno Haible  <bruno@clisp.org>
32839
32840         * lib/frexp.c: Remove older implementation that uses divisions.
32841
32842 2007-03-21  Bruno Haible  <bruno@clisp.org>
32843
32844         * modules/frexp-tests: New file.
32845         * tests/test-frexp.c: New file.
32846
32847         * modules/frexp: New file.
32848         * lib/frexp.c: New file.
32849         * m4/frexp.m4: New file.
32850         * lib/math_.h (frexp): New declaration.
32851         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
32852         REPLACE_FREXP.
32853         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
32854
32855 2007-03-21  Bruno Haible  <bruno@clisp.org>
32856
32857         * modules/isnanl-tests: New file.
32858         * tests/test-isnanl.c: New file.
32859
32860         * modules/isnanl: New file.
32861         * lib/isnanl.h: New file.
32862         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
32863         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
32864         gl_FUNC_ISNANL_WORKS.
32865         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
32866         New macros.
32867
32868 2007-03-21  Bruno Haible  <bruno@clisp.org>
32869
32870         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
32871         lib/isnanl.h.
32872         (Include): Update.
32873         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
32874         * lib/vasnprintf.c: Update.
32875         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
32876         tests/test-isnanl.h, remove tests/test-isnanl.c.
32877         (Makefile.am): Update.
32878         * tests/test-isnanl-nolibm.c: New file.
32879         * tests/test-isnanl.h: New file.
32880         * tests/test-isnanl.c: Remove file.
32881
32882 2007-03-21  Jim Meyering  <jim@meyering.net>
32883
32884         When trying to open ".", treat ESTALE like EACCES.
32885         * lib/savewd.c (savewd_save): Resort to forking not just upon
32886         failure with EACCES, but also when errno is ESTALE.
32887
32888 2007-03-20  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
32891         Needed on AIX 5.1. Reported by Matthew Woehlke.
32892
32893 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32894
32895         Suggestions by Bruno Haible:
32896         * lib/acl-internal.h: Include "gettext.h" rather than rolling
32897         our own.
32898         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
32899         * modules/acl (Depends-on): Add gettext.
32900
32901 2007-03-19  Bruno Haible  <bruno@clisp.org>
32902
32903         * modules/iconvme: Remove file.
32904         * lib/iconvme.h: Remove file.
32905         * lib/iconvme.c: Remove file.
32906         * m4/iconvme.m4: Remove file.
32907
32908 2007-03-19  Bruno Haible  <bruno@clisp.org>
32909
32910         * doc/relocatable-maint.texi: Break long shell script line.
32911         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32912
32913 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32914
32915         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
32916         handle file_has_acl.
32917         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
32918         * lib/acl.c: Move header inclusions and related macro defns into
32919         lib/acl-internal.h.
32920         (S_ISLNK): Remove defn, since that's now done for us.
32921         (file_has_acl): Move to lib/file-has-acl.c.
32922         Call acl_trivial if available.  This is the crucial part of the fix.
32923         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
32924         shared within the library.  Rewrite a bit, partly to make it compatible
32925         with the GNU coding style.
32926         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
32927         Remove unnecessary double-quotes.
32928         Don't test for acl_to_text; the build will catch that.
32929         Replace acl_entries if it doesn't exist and it is needed.
32930         Check for -lsec and acl_trivial (as used on Solaris 10).
32931         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
32932         lib/file-has-acl.c.
32933         (Depends-on): Add sys_stat, for S_ISLNK.
32934
32935 2007-03-19  Ben Pfaff  <blp@gnu.org>
32936
32937         * doc/gnulib.texi: Fix typos.
32938         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32939
32940 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32941
32942         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
32943         If size is zero here, buf must be zero.
32944
32945 2007-03-19  Simon Josefsson  <simon@josefsson.org>
32946
32947         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
32948         <bruno@clisp.org>.
32949
32950 2007-03-18  Bruno Haible  <bruno@clisp.org>
32951
32952         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
32953         Suggested by Eric Blake.
32954
32955 2007-03-18  Ben Pfaff  <blp@gnu.org>
32956
32957         * doc/relocatable.texi: Recommend using as prefix a directory
32958         that does not exist and will never be created.  Based on
32959         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
32960         and others.
32961
32962 2007-03-17  Bruno Haible  <bruno@clisp.org>
32963
32964         * lib/fchownat.c: Include lchown.h.
32965
32966 2007-03-17  Bruno Haible  <bruno@clisp.org>
32967
32968         Fix endless loop when the given allocated size was > INT_MAX.
32969         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
32970         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
32971         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
32972         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
32973         * lib/sprintf.c (sprintf): Likewise.
32974
32975 2007-03-17  Bruno Haible  <bruno@clisp.org>
32976
32977         * tests/test-argp-2.sh (func_compare): Output a context diff.
32978
32979 2007-03-17  Bruno Haible  <bruno@clisp.org>
32980
32981         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
32982         locale's decimal-point character.
32983
32984 2007-03-17  Bruno Haible  <bruno@clisp.org>
32985
32986         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
32987         before comparing it. Needed because on some platforms (e.g. x86) a
32988         'long double' occupies less bytes than sizeof (long double).
32989
32990 2007-03-17  Bruno Haible  <bruno@clisp.org>
32991
32992         * tests/test-crc.c (main): Make printf statements 64-bit clean.
32993         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
32994         * tests/test-getaddrinfo.c (simple): Likewise.
32995         * tests/test-read-file.c (main): Likewise.
32996
32997 2007-03-17  Bruno Haible  <bruno@clisp.org>
32998
32999         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
33000
33001 2007-03-17  Bruno Haible  <bruno@clisp.org>
33002
33003         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
33004         unused variable.
33005
33006 2007-03-17  Bruno Haible  <bruno@clisp.org>
33007
33008         * tests/test-c-strcasecmp.c: Include c-strcase.h.
33009         * tests/test-c-strncasecmp.c: Likewise.
33010
33011 2007-03-17  Bruno Haible  <bruno@clisp.org>
33012
33013         * modules/stdlib (Depends-on): Add unistd.
33014         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
33015         Needed for MacOS X 10.3.
33016
33017 2007-03-17  Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/unistr/u-strdup.h: Include <stdlib.h>.
33020
33021 2007-03-17  Bruno Haible  <bruno@clisp.org>
33022
33023         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
33024
33025 2007-03-17  Bruno Haible  <bruno@clisp.org>
33026
33027         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
33028         to reflect files copied from gnulib (with or without modifications).
33029         Suggested by Jim Meyering.
33030
33031 2007-03-17  Eric Blake  <ebb9@byu.net>
33032
33033         * NEWS: Document stdlib change from 2007-02-18.
33034
33035 2007-03-17  Jim Meyering  <jim@meyering.net>
33036
33037         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
33038         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
33039         someone uses a name containing shell meta-characters.
33040         Reported by Alfred M. Szmidt.
33041
33042         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
33043
33044 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33045
33046         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
33047         and copy gettext configuration files only if configure.ac contains
33048         a use of AM_GNU_GETTEXT_VERSION.
33049
33050 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33051
33052         * build-aux/bootstrap (gnulib_name): New variable.
33053         (gnulib_tool_options): Use it.
33054
33055 2007-03-13  Simon Josefsson  <simon@josefsson.org>
33056
33057         * tests/test-des.c: Use new namespace.
33058
33059 2007-03-15  Bruno Haible  <bruno@clisp.org>
33060
33061         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
33062         Reported by James Youngman <jay@gnu.org>.
33063
33064 2007-03-15  Bruno Haible  <bruno@clisp.org>
33065
33066         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
33067         declared prototype. Needed with cc on OSF/1 5.1.
33068
33069 2007-03-15  Bruno Haible  <bruno@clisp.org>
33070
33071         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
33072         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
33073         (struct gl_list_implementation): Add dispose_fn argument to the
33074         'create_empty', 'create' methods.
33075         (struct gl_list_impl_base): Add field 'dispose_fn'.
33076         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
33077         argument.
33078         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
33079         dispose_fn argument.
33080         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
33081         dispose_fn on the dropped values.
33082         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
33083         dispose_fn argument.
33084         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
33085         dropped values.
33086         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
33087         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33088         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
33089         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33090         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
33091         argument.
33092         (gl_tree_list_free): Call dispose_fn on the dropped values.
33093         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
33094         the dropped values.
33095         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
33096         Add dispose_fn argument.
33097         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
33098         Call dispose_fn on the dropped values.
33099         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
33100         Add dispose_fn argument.
33101         (gl_sublist_create): Initialize the 'dispose_fn' field.
33102         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
33103         * tests/test-array_list.c (main): Update.
33104         * tests/test-carray_list.c (main): Update.
33105         * tests/test-avltree_list.c (main): Update.
33106         * tests/test-rbtree_list.c (main): Update.
33107         * tests/test-avltreehash_list.c (main): Update.
33108         * tests/test-rbtreehash_list.c (main): Update.
33109         * tests/test-linked_list.c (main): Update.
33110         * tests/test-linkedhash_list.c (main): Update.
33111         * tests/test-array_oset.c (main): Update.
33112
33113 2007-03-15  Bruno Haible  <bruno@clisp.org>
33114
33115         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
33116         (gl_oset_create_empty): Add dispose_fn argument.
33117         (struct gl_oset_implementation): Add dispose_fn argument to
33118         'create_empty' method.
33119         (struct gl_oset_impl_base): Add dispose_fn field.
33120         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
33121         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
33122         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
33123         values.
33124         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
33125         (gl_tree_oset_free): Call dispose_fn on the dropped values.
33126         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33127         dropped value.
33128         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33129         dropped value.
33130         * tests/test-array_oset.c (main): Update.
33131         * tests/test-avltree_oset.c (main): Update.
33132         * tests/test-rbtree_oset.c (main): Update.
33133         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
33134
33135 2007-03-13  Bruno Haible  <bruno@clisp.org>
33136
33137         * tests/test-stdbool.c (i): Update after last patch.
33138
33139 2007-03-12  Bruno Haible  <bruno@clisp.org>
33140
33141         * lib/quotearg.c: Include <wctype.h> early, before the definition of
33142         the iswprint macro. Needed on Solaris 2.5.1.
33143
33144 2007-03-12  Bruno Haible  <bruno@clisp.org>
33145
33146         * tests/test-printf-frexp.c (main): Declare x as volatile.
33147
33148 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33149
33150         * doc/gnulib.texi (Build robot for gnulib): New section.
33151
33152 2007-03-12  Jim Meyering  <jim@meyering.net>
33153
33154         * build-aux/bootstrap: New file.
33155         * build-aux/bootstrap.conf: New file, from coreutils.
33156
33157 2007-03-11  Bruno Haible  <bruno@clisp.org>
33158
33159         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
33160
33161 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33162
33163         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
33164         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
33165         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
33166
33167 2007-03-11  Bruno Haible  <bruno@clisp.org>
33168
33169         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
33170         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
33171
33172 2007-03-11  Bruno Haible  <bruno@clisp.org>
33173
33174         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
33175         formula. Needed for SunPRO C 5.0.
33176
33177 2007-03-11  Bruno Haible  <bruno@clisp.org>
33178
33179         * modules/long-options (Depends-on): Add getopt.
33180
33181 2007-03-11  Bruno Haible  <bruno@clisp.org>
33182
33183         * modules/modechange (Depends-on): Add stdbool.
33184
33185 2007-03-11  Bruno Haible  <bruno@clisp.org>
33186
33187         * modules/i-ring (Depends-on): Add stdbool.
33188
33189 2007-03-11  Bruno Haible  <bruno@clisp.org>
33190
33191         * modules/gc-des (Depends-on): Add stdbool.
33192
33193 2007-03-11  Bruno Haible  <bruno@clisp.org>
33194
33195         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
33196
33197 2007-03-11  Bruno Haible  <bruno@clisp.org>
33198
33199         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
33200
33201 2007-03-11  Bruno Haible  <bruno@clisp.org>
33202
33203         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
33204
33205 2007-03-11  Bruno Haible  <bruno@clisp.org>
33206
33207         * lib/vasnprintf.c (sprintf): Undefine.
33208
33209 2007-03-11  Bruno Haible  <bruno@clisp.org>
33210
33211         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
33212         initializers in SunPRO C and Compaq C compilers.
33213
33214 2007-03-11  Bruno Haible  <bruno@clisp.org>
33215
33216         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
33217         decrementing code ANSI C compliant.
33218
33219 2007-03-11  Bruno Haible  <bruno@clisp.org>
33220
33221         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
33222         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
33223
33224 2007-03-11  Bruno Haible  <bruno@clisp.org>
33225
33226         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
33227         <stdbool.h> substitute doesn't pass.
33228
33229 2007-03-11  Bruno Haible  <bruno@clisp.org>
33230
33231         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
33232
33233 2007-03-11  Bruno Haible  <bruno@clisp.org>
33234
33235         * gnulib-tool (func_create_megatestdir): Create also an autobuild
33236         script, for submission to autobuild.josefsson.org.
33237
33238 2007-03-10  Bruno Haible  <bruno@clisp.org>
33239
33240         * modules/canonicalize-lgpl-tests: New file.
33241         * tests/test-canonicalize-lgpl.sh: New file.
33242         * tests/test-canonicalize-lgpl.c: New file.
33243
33244         * modules/c-strcase-tests: New file.
33245         * tests/test-c-strcase.sh: New file.
33246         * tests/test-c-strcasecmp.c: New file.
33247         * tests/test-c-strncasecmp.c: New file.
33248
33249         * modules/atexit-tests: New file.
33250         * tests/test-atexit.sh: New file.
33251         * tests/test-atexit.c: New file.
33252
33253 2007-03-10  Bruno Haible  <bruno@clisp.org>
33254
33255         * tests/test-binary-io.sh: Use temporary filenames that are not so
33256         likely to clash with those of other tests (in a parallel make).
33257         * tests/test-binary-io.c: Likewise.
33258
33259 2007-03-10  Bruno Haible  <bruno@clisp.org>
33260
33261         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
33262         fallback; use #error instead.
33263         Suggested by Simon Josefsson.
33264
33265 2007-03-10  Bruno Haible  <bruno@clisp.org>
33266
33267         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
33268         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
33269         first and the last.
33270
33271 2007-03-10  Bruno Haible  <bruno@clisp.org>
33272
33273         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
33274
33275 2007-03-10  Bruno Haible  <bruno@clisp.org>
33276
33277         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
33278         "make distcheck".
33279         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
33280         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
33281         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
33282
33283 2007-03-10  Bruno Haible  <bruno@clisp.org>
33284
33285         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
33286         variable.
33287         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
33288         variable.
33289
33290 2007-03-09  Eric Blake  <ebb9@byu.net>
33291         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
33292
33293         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
33294         types are not being provided by gnulib.
33295         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
33296         types are supported.
33297
33298 2007-03-10  Bruno Haible  <bruno@clisp.org>
33299
33300         * lib/stdio_.h (__attribute__): New macro.
33301         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
33302         vsprintf): Specify __attribute__ __format__ for GCC.
33303         Suggested by Eric Blake.
33304
33305 2007-03-09  Bruno Haible  <bruno@clisp.org>
33306
33307         * modules/printf-posix-tests: New file.
33308         * tests/test-printf-posix.sh: New file.
33309         * tests/test-printf-posix.c: New file.
33310
33311         * modules/printf-posix: New file.
33312         * lib/printf.c: New file.
33313         * m4/printf-posix-rpl.m4: New file.
33314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
33315         REPLACE_PRINTF.
33316         * lib/stdio_.h (printf): New declaration.
33317         (format, __format__, ____printf____, ____scanf____, ____strftime____,
33318         ____strfmon____): New macros.
33319         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
33320         REPLACE_PRINTF.
33321
33322 2007-03-09  Bruno Haible  <bruno@clisp.org>
33323
33324         * tests/test-vasnprintf-posix2.sh: New file.
33325         * tests/test-vasnprintf-posix2.c: New file.
33326         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
33327         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
33328         (Makefile.am): Activate test-vasnprintf-posix2.sh.
33329
33330         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
33331         a locale dependent decimal point, rather than always '.'.
33332
33333 2007-03-09  Eric Blake  <ebb9@byu.net>
33334
33335         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
33336         spite of platforms like Tandem/NSK that define it to -1.
33337
33338 2007-03-08  Bruno Haible  <bruno@clisp.org>
33339
33340         * modules/vprintf-posix-tests: New file.
33341         * tests/test-vprintf-posix.sh: New file.
33342         * tests/test-vprintf-posix.c: New file.
33343         * tests/test-printf-posix.h: New file.
33344
33345         * modules/vprintf-posix: New file.
33346         * lib/vprintf.c: New file.
33347         * m4/vprintf-posix.m4: New file.
33348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
33349         REPLACE_VPRINTF.
33350         * lib/stdio_.h (vprintf): New declaration.
33351         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
33352         REPLACE_VPRINTF.
33353
33354 2007-03-08  Bruno Haible  <bruno@clisp.org>
33355
33356         * modules/fprintf-posix-tests: New file.
33357         * tests/test-fprintf-posix.sh: New file.
33358         * tests/test-fprintf-posix.c: New file.
33359
33360         * modules/fprintf-posix: New file.
33361         * lib/fprintf.c: New file.
33362         * m4/fprintf-posix.m4: New file.
33363         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
33364         REPLACE_FPRINTF.
33365         * lib/stdio_.h (fprintf): New declaration.
33366         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
33367         REPLACE_FPRINTF.
33368
33369 2007-03-08  Bruno Haible  <bruno@clisp.org>
33370
33371         * modules/vfprintf-posix-tests: New file.
33372         * tests/test-vfprintf-posix.sh: New file.
33373         * tests/test-vfprintf-posix.c: New file.
33374         * tests/test-fprintf-posix.h: New file.
33375         * tests/test-fprintf-posix.out: New file.
33376
33377         * modules/vfprintf-posix: New file.
33378         * lib/vfprintf.c: New file.
33379         * m4/vfprintf-posix.m4: New file.
33380         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
33381         REPLACE_VFPRINTF.
33382         * lib/stdio_.h (vfprintf): New declaration.
33383         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
33384         REPLACE_VFPRINTF.
33385
33386 2007-03-08  Bruno Haible  <bruno@clisp.org>
33387
33388         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
33389
33390 2007-03-08  Bruno Haible  <bruno@clisp.org>
33391
33392         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
33393         instead of 'expr' invocations.
33394         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33395         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33396         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33397         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33398         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33399         Suggested by Paul Eggert.
33400
33401 2007-03-08  Bruno Haible  <bruno@clisp.org>
33402
33403         * modules/fseterr-tests: New file.
33404         * tests/test-fseterr.c: New file.
33405
33406         * modules/fseterr: New file.
33407         * lib/fseterr.h: New file.
33408         * lib/fseterr.c: New file.
33409
33410 2007-03-08  Bruno Haible  <bruno@clisp.org>
33411
33412         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
33413         * lib/getopt_.h: Likewise.
33414         * lib/mbswidth.h: Likewise.
33415         * lib/setenv.h: Likewise.
33416         * lib/vasnprintf.h: Likewise.
33417         * lib/vasprintf.h: Likewise.
33418         * lib/verror.h: Likewise.
33419         * lib/xsetenv.h: Likewise.
33420         * lib/xvasprintf.h: Likewise.
33421
33422 2007-03-08  Jim Meyering  <jim@meyering.net>
33423
33424         * users.txt: Add parted.
33425
33426         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
33427
33428 2007-03-07  Bruno Haible  <bruno@clisp.org>
33429
33430         * m4/printf.m4: Make the shell script snippets copy&pastable.
33431
33432 2007-03-02  Bruno Haible  <bruno@clisp.org>
33433
33434         * lib/netinet_in_.h: New file.
33435         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
33436         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
33437         * modules/netinet_in (Files): Add lib/netinet_in_.h.
33438         (Depends-on): Add absolute-header.
33439         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
33440         into netinet/in.h.
33441
33442 2007-03-03  Bruno Haible  <bruno@clisp.org>
33443
33444         * lib/sys_select_.h: New file.
33445         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
33446         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
33447         * modules/sys_select (Files): Add lib/sys_select_.h.
33448         (Depends-on): Add absolute-header.
33449         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
33450         into sys/select.h.
33451
33452 2007-03-02  Bruno Haible  <bruno@clisp.org>
33453
33454         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
33455         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
33456         values.
33457         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
33458         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
33459         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
33460         * modules/sys_socket (Depends-on): Add absolute-header.
33461         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
33462         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
33463         (Include): Remove requirement of inclusion of <sys/types.h>.
33464
33465 2007-03-02  Bruno Haible  <bruno@clisp.org>
33466
33467         * lib/byteswap_.h (bswap_32): Fix formula.
33468
33469 2007-03-06  Bruno Haible  <bruno@clisp.org>
33470
33471         * modules/sprintf-posix-tests: New file.
33472         * tests/test-sprintf-posix.c: New file.
33473
33474         * modules/sprintf-posix: New file.
33475         * lib/sprintf.c: New file.
33476         * m4/sprintf-posix.m4: New file.
33477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
33478         REPLACE_SPRINTF.
33479         * lib/stdio_.h (sprintf): New declaration.
33480         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
33481         REPLACE_SPRINTF.
33482
33483 2007-03-06  Bruno Haible  <bruno@clisp.org>
33484
33485         * modules/vsprintf-posix-tests: New file.
33486         * tests/test-vsprintf-posix.c: New file.
33487         * tests/test-sprintf-posix.h: New file.
33488
33489         * modules/vsprintf-posix: New file.
33490         * lib/vsprintf.c: New file.
33491         * m4/vsprintf-posix.m4: New file.
33492         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
33493         REPLACE_VSPRINTF.
33494         * lib/stdio_.h (vsprintf): New declaration.
33495         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
33496         REPLACE_VSPRINTF.
33497
33498 2007-03-06  Bruno Haible  <bruno@clisp.org>
33499
33500         * modules/vsnprintf (Depend-on): Remove minmax.
33501
33502 2007-03-06  Bruno Haible  <bruno@clisp.org>
33503
33504         * modules/snprintf-posix-tests: New file.
33505         * tests/test-snprintf-posix.c: New file.
33506
33507         * modules/snprintf-posix: New file.
33508         * m4/snprintf-posix.m4: New file.
33509         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
33510         gl_FUNC_SNPRINTF.
33511         (gl_FUNC_SNPRINTF): Invoke it.
33512         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
33513         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
33514         is set.
33515         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
33516
33517 2007-03-06  Bruno Haible  <bruno@clisp.org>
33518
33519         * modules/vsnprintf-posix-tests: New file.
33520         * tests/test-vsnprintf-posix.c: New file.
33521         * tests/test-snprintf-posix.h: New file.
33522
33523         * modules/vsnprintf-posix: New file.
33524         * m4/vsnprintf-posix.m4: New file.
33525         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33526         gl_FUNC_VSNPRINTF.
33527         (gl_FUNC_VSNPRINTF): Invoke it.
33528         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33529         * lib/stdio_.h (vsnprintf): Define as a replacement if
33530         REPLACE_VSNPRINTF is set.
33531         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33532
33533 2007-03-06  Bruno Haible  <bruno@clisp.org>
33534
33535         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33536         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33537
33538 2007-03-06  Bruno Haible  <bruno@clisp.org>
33539
33540         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33541         (asinl): Declare also if HAVE_DECL_ASINL is set.
33542         (atanl): Declare also if HAVE_DECL_ATANL is set.
33543         (ceill): Declare also if HAVE_DECL_CEILL is set.
33544         (cosl): Declare also if HAVE_DECL_COSL is set.
33545         (expl): Declare also if HAVE_DECL_EXPL is set.
33546         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33547         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33548         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33549         (logl): Declare also if HAVE_DECL_LOGL is set.
33550         (sinl): Declare also if HAVE_DECL_SINL is set.
33551         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33552         (tanl): Declare also if HAVE_DECL_TANL is set.
33553         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33554         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33555         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33556         declaration of frexpl, ldexpl.
33557         * modules/printf-frexpl (Depends-on): Add math.
33558         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33559
33560 2007-03-05  Bruno Haible  <bruno@clisp.org>
33561
33562         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33563         frexpl and ldexpl are declared.
33564         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33565
33566 2007-03-05  Bruno Haible  <bruno@clisp.org>
33567
33568         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33569         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33570
33571 2007-03-05  Bruno Haible  <bruno@clisp.org>
33572
33573         * lib/stdio_.h: Include <stddef.h>.
33574
33575 2007-03-05  Bruno Haible  <bruno@clisp.org>
33576
33577         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33578
33579 2007-03-05  Bruno Haible  <bruno@clisp.org>
33580
33581         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33582         NetBSD 4, from Ralf Wildenhues.
33583
33584 2007-03-04  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/vasprintf.h: Update #if logic for the case when the functions
33587         exist but are overridden.
33588
33589 2007-03-04  Bruno Haible  <bruno@clisp.org>
33590
33591         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33592         implementations: glibc-2.4 and MacOS X 10.3.
33593         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33594         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33595         * tests/test-vasprintf-posix.c (test_function): Likewise.
33596
33597 2007-03-04  Bruno Haible  <bruno@clisp.org>
33598
33599         * modules/vasprintf-posix-tests: New file.
33600         * tests/test-vasprintf-posix.c: New file.
33601
33602         * modules/vasprintf-posix: New file.
33603         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33604         defined.
33605         * m4/vasprintf-posix.m4: New file.
33606         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33607         gl_FUNC_VASPRINTF.
33608         (gl_FUNC_VASPRINTF): Invoke it.
33609         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33610         here.
33611         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33612
33613 2007-03-04  Bruno Haible  <bruno@clisp.org>
33614
33615         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33616         REPLACE_GETTIMEOFDAY.
33617         * modules/sys_time (Makefile.am): Likewise.
33618         * m4/sys_time_h.m4: Likewise.
33619         * m4/gettimeofday.m4: Likewise.
33620
33621 2007-03-04  Bruno Haible  <bruno@clisp.org>
33622
33623         * modules/vasnprintf-posix-tests: New file.
33624         * tests/test-vasnprintf-posix.c: New file.
33625
33626         * modules/vasnprintf-posix: New file.
33627         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33628         printf-frexpl.h.
33629         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33630         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33631         REPLACE_VASNPRINTF is defined.
33632         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33633         gl_FUNC_VASNPRINTF.
33634         (gl_FUNC_VASNPRINTF): Invoke it.
33635         * m4/vasnprintf-posix.m4: New file.
33636         * m4/printf.m4: New file.
33637
33638 2007-03-04  Bruno Haible  <bruno@clisp.org>
33639
33640         Compile progreloc.c only if --enable-relocatable is specified.
33641         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33642         if --enable-relocatable was specified.
33643         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33644         lib_SOURCES.
33645
33646 2007-03-04  Jim Meyering  <jim@meyering.net>
33647
33648         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33649         Use it consistently, rather than enumerating errno constants.
33650
33651 2007-03-04  Bruno Haible  <bruno@clisp.org>
33652
33653         * modules/xvasprintf-tests: New file.
33654         * tests/test-xvasprintf.c: New file.
33655
33656         * modules/vasprintf-tests: New file.
33657         * tests/test-vasprintf.c: New file.
33658
33659         * modules/vasnprintf-tests: New file.
33660         * tests/test-vasnprintf.c: New file.
33661
33662         * modules/vsnprintf-tests: New file.
33663         * tests/test-vsnprintf.c: New file.
33664
33665         * modules/snprintf-tests: New file.
33666         * tests/test-snprintf.c: New file.
33667
33668 2007-03-04  Bruno Haible  <bruno@clisp.org>
33669
33670         Compile relocatable.c only if --enable-relocatable is specified.
33671         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
33672         gl_RELOCATABLE_LIBRARY.
33673         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
33674         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
33675         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
33676         gl_RELOCATABLE_LIBRARY.
33677         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
33678         (Makefile.am): Remove lib_SOURCES.
33679         * modules/relocatable-lib-lgpl (configure.ac): Invoke
33680         gl_RELOCATABLE_LIBRARY.
33681         (Makefile.am): Remove lib_SOURCES.
33682         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33683         always.
33684         * modules/relocatable-prog-wrapper (configure.ac): Invoke
33685         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
33686
33687 2007-03-04  Bruno Haible  <bruno@clisp.org>
33688
33689         * modules/argmatch-tests: New file.
33690         * tests/test-argmatch.c: New file.
33691
33692         * tests/test-allocsa.c (main): Halve the number of loop runs.
33693
33694         * modules/alloca-opt-tests: New file.
33695         * tests/test-alloca-opt.c: New file.
33696
33697 2007-03-04  Jim Meyering  <jim@meyering.net>
33698
33699         Work around difference between Linux ACLs and Solaris 10 ZFS.
33700         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
33701         for EINVAL.
33702
33703 2007-03-03  Bruno Haible  <bruno@clisp.org>
33704
33705         * modules/relocatable-prog (Depends-on): Add back progreloc's
33706         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
33707
33708 2007-03-03  Bruno Haible  <bruno@clisp.org>
33709
33710         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
33711         * modules/relocatable-lib: New file.
33712
33713 2007-03-03  Bruno Haible  <bruno@clisp.org>
33714
33715         * modules/relocatable-prog: Renamed from modules/relocatable.
33716         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
33717
33718 2007-03-03  Bruno Haible  <bruno@clisp.org>
33719
33720         * modules/relocatable-script (Files): Add doc/relocatable.texi,
33721         m4/relocatable-lib.m4.
33722         (Depends-on): Remove 'relocatable'.
33723         (configure.ac): Add gl_RELOCATABLE_NOP.
33724
33725 2007-03-03  Bruno Haible  <bruno@clisp.org>
33726
33727         * modules/relocatable-prog-wrapper: New file.
33728         * modules/relocatable (Depends-on): Add it. Remove all other
33729         dependencies except progname.
33730         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
33731
33732         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
33733         (gl_FUNC_STRERROR): Nop.
33734         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
33735
33736         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
33737         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
33738
33739         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
33740         (gl_FUNC_READLINK): Update.
33741
33742         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
33743
33744 2007-03-03  Bruno Haible  <bruno@clisp.org>
33745
33746         * lib/xreadlink.c: Include <unistd.h> unconditionally.
33747         * modules/xreadlink (Depends-on): Add unistd.
33748         * modules/xreadlink-with-size (Depends-on): Likewise.
33749
33750 2007-03-03  Bruno Haible  <bruno@clisp.org>
33751
33752         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
33753         extracted from gt_FUNC_SETENV.
33754         (gt_FUNC_SETENV): Remove macro.
33755         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
33756         remove gt_FUNC_SETENV.
33757
33758 2007-03-03  Bruno Haible  <bruno@clisp.org>
33759
33760         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
33761         ENABLE_RELOCATABLE here.
33762         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
33763
33764 2007-03-03  Bruno Haible  <bruno@clisp.org>
33765
33766         * modules/rbtreehash-list-tests (Depends-on): Add progname.
33767         * tests/test-rbtreehash_list.c: Include progname.h.
33768         (main): Call set_program_name.
33769
33770         * modules/rbtree-oset-tests (Depends-on): Add progname.
33771         * tests/test-rbtree_oset.c: Include progname.h.
33772         (main): Call set_program_name.
33773
33774         * modules/rbtree-list-tests (Depends-on): Add progname.
33775         * tests/test-rbtree_list.c: Include progname.h.
33776         (main): Call set_program_name.
33777
33778         * modules/linked-list-tests (Depends-on): Add progname.
33779         * tests/test-linked_list.c: Include progname.h.
33780         (main): Call set_program_name.
33781
33782 2007-03-03  Bruno Haible  <bruno@clisp.org>
33783
33784         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
33785         All uses of __restrict changed to _Restrict_.
33786         * lib/glob_.h (__restrict): Remove macro.
33787
33788 2007-03-02  Bruno Haible  <bruno@clisp.org>
33789
33790         * modules/gettext (configure.ac): Require gettext infrastructure
33791         from version 0.16.1.
33792
33793 2007-03-02  Bruno Haible  <bruno@clisp.org>
33794
33795         * modules/linkedhash-list-tests (Depends-on): Add progname.
33796         * tests/test-linkedhash_list.c: Include progname.h.
33797         (main): Call set_program_name.
33798
33799         * modules/carray-list-tests (Depends-on): Add progname.
33800         * tests/test-carray_list.c: Include progname.h.
33801         (main): Call set_program_name.
33802
33803         * modules/avltreehash-list-tests (Depends-on): Add progname.
33804         * tests/test-avltreehash_list.c: Include progname.h.
33805         (main): Call set_program_name.
33806
33807         * modules/avltree-oset-tests (Depends-on): Add progname.
33808         * tests/test-avltree_oset.c: Include progname.h.
33809         (main): Call set_program_name.
33810
33811         * modules/avltree-list-tests (Depends-on): Add progname.
33812         * tests/test-avltree_list.c: Include progname.h.
33813         (main): Call set_program_name.
33814
33815         * modules/array-oset-tests (Depends-on): Add progname.
33816         * tests/test-array_oset.c: Include progname.h.
33817         (main): Call set_program_name.
33818
33819         * modules/array-list-tests (Depends-on): Add progname.
33820         * tests/test-array_list.c: Include progname.h.
33821         (main): Call set_program_name.
33822
33823         * modules/argp-tests (Depends-on): Add progname.
33824         * tests/test-argp.c: Include argp.h first. Include progname.h.
33825         (main): Call set_program_name.
33826
33827 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
33828
33829         * doc/gnulib-tool.texi (Initial import): Reword description of
33830         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
33831         limited effect even if defined after the first system include.
33832
33833 2007-03-01  Bruno Haible  <bruno@clisp.org>
33834
33835         * build-aux/config.libpath: Update to libtool-1.5.22.
33836         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
33837
33838 2007-03-01  Bruno Haible  <bruno@clisp.org>
33839
33840         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
33841         foo_CFLAGS.
33842         Reported by Ralf Wildenhues.
33843
33844 2007-03-01  Bruno Haible  <bruno@clisp.org>
33845
33846         * build-aux/install-reloc: Remove object files left over by some
33847         compilers.
33848         Reported by Ralf Wildenhues.
33849
33850 2007-03-01  Bruno Haible  <bruno@clisp.org>
33851
33852         * build-aux/install-reloc: Break long lines.
33853
33854 2007-03-01  Bruno Haible  <bruno@clisp.org>
33855
33856         * doc/relocatable.texi: Document that it may not work on OpenBSD.
33857         Reported by Ralf Wildenhues.
33858
33859 2007-03-01  Bruno Haible  <bruno@clisp.org>
33860
33861         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
33862         include ordering constraints.
33863
33864 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33865
33866         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
33867         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
33868         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
33869         as another example.
33870         * lib/time_.h: Fix misspelling.
33871         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33872         Require gl_HEADER_TIME_H_DEFAULTS.
33873         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
33874         * m4/time_r.m4 (gl_TIME_R): Likewise.
33875         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
33876
33877 2007-03-01  Bruno Haible  <bruno@clisp.org>
33878
33879         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
33880         * m4/utimens.m4 (gl_UTIMENS): Likewise.
33881
33882 2007-03-01  Jim Meyering  <jim@meyering.net>
33883
33884         * modules/xreadlink (Maintainer): Add my name.
33885         * modules/xreadlink-with-size (Depends-on): Alphabetize.
33886
33887 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
33888             Bruno Haible  <bruno@clisp.org>
33889
33890         * build-aux/install-reloc: Compile also c-ctype.c.
33891         * build-aux/relocatable.sh.in: New file.
33892         * doc/relocatable.texi: New file.
33893         * doc/relocatable-maint.texi: New file.
33894         * doc/gnulib.texi: Include relocatable-maint.texi.
33895         * lib/progreloc.c: Include unistd.h unconditionally.
33896         * lib/relocwrapper.c: Include unistd.h unconditionally.
33897         Include c-ctype.h.
33898         (add_dotbin): Use c_tolower.
33899         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
33900         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
33901         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
33902         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
33903         to m4/relocatable-lib.m4.
33904         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
33905         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
33906         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
33907         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
33908         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
33909         * modules/relocatable: New file.
33910         * modules/relocatable-lib: New file.
33911         * modules/relocatable-script: New file.
33912
33913 2007-02-28  Bruno Haible  <bruno@clisp.org>
33914
33915         Import --enable-relocatable infrastructure.
33916         * build-aux/config.libpath: New file, from GNU gettext.
33917         * build-aux/install-reloc: New file, from GNU gettext.
33918         * build-aux/reloc-ldflags: New file, from GNU gettext.
33919         * lib/relocatable.h: New file, from GNU gettext.
33920         * lib/relocatable.c: New file, from GNU gettext.
33921         * lib/relocwrapper.c: New file, from GNU gettext.
33922         * m4/relocatable.m4: New file, from GNU gettext.
33923
33924 2007-02-28  Bruno Haible  <bruno@clisp.org>
33925
33926         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
33927
33928         * modules/xreadlink: New file, from GNU gettext with modifications.
33929         * lib/xreadlink.c: New file, from GNU gettext.
33930         * lib/xreadlink.h: Add comments.
33931         (xreadlink): New declaration.
33932
33933         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
33934         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
33935         lib/xreadlink-with-size.c.
33936         (configure.ac): Remove gl_XREADLINK invocation.
33937         (Makefile.am): Augment lib_SOURCES.
33938         * m4/xreadlink.m4: Remove file.
33939         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
33940         (xreadlink_with_size): Renamed from xreadink.
33941         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
33942         * modules/canonicalize (Depends-on): Replace xreadlink with
33943         xreadlink-with-size.
33944         * lib/canonicalize.c (canonicalize_filename_mode): Update.
33945
33946 2007-02-25  Jim Meyering  <jim@meyering.net>
33947
33948         * build-aux/announce-gen: When complaining about excess arguments,
33949         list them.
33950
33951 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33952
33953         * README: Document signed integer overflow situation more
33954         accurately.
33955
33956 2007-02-25  Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
33959         'a' or 'A' conversion.
33960
33961 2007-02-25  Bruno Haible  <bruno@clisp.org>
33962
33963         * modules/filename: Renamed from modules/pathname.
33964         (Files): Replace lib/pathname.h with lib/filename.h. Replace
33965         lib/concatpath.c with lib/concat-filename.c.
33966         (Makefile.am): Update.
33967         (Include): Replace pathname.h with filename.h.
33968         * lib/filename.h: Renamed from lib/pathname.h.
33969         (concatenated_filename): Renamed from concatenated_pathname.
33970         * lib/concat-filename.c: Renamed from lib/concatpath.c.
33971         (concatenated_filename): Renamed from concatenated_pathname.
33972         * lib/findprog.c: Include filename.h instead of pathname.h.
33973         (find_in_path): Update.
33974         * lib/javacomp.c: Include filename.h instead of pathname.h.
33975         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
33976         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
33977         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
33978         is_oldgcj_14_13_usable, is_javac_usable): Update.
33979         * lib/javaexec.c: Include filename.h instead of pathname.h.
33980         (execute_java_class): Update.
33981         * modules/findprog: Update.
33982         * modules/javacomp: Update.
33983         * modules/javaexec: Update.
33984         * MODULES.html.sh (File system functions): Add 'filename', remove
33985         'pathname'.
33986
33987 2007-02-25  Bruno Haible  <bruno@clisp.org>
33988
33989         * modules/printf-frexpl-tests: New file.
33990         * tests/test-printf-frexpl.c: New file.
33991
33992         * modules/printf-frexpl: New file.
33993         * lib/printf-frexpl.h: New file.
33994         * lib/printf-frexpl.c: New file.
33995         * m4/printf-frexpl.m4: New file.
33996
33997 2007-02-25  Bruno Haible  <bruno@clisp.org>
33998
33999         * modules/printf-frexp-tests: New file.
34000         * tests/test-printf-frexp.c: New file.
34001
34002         * modules/printf-frexp: New file.
34003         * lib/printf-frexp.h: New file.
34004         * lib/printf-frexp.c: New file.
34005         * m4/printf-frexp.m4: New file.
34006
34007 2007-02-25  Bruno Haible  <bruno@clisp.org>
34008
34009         Assume automake >= 1.10 for the tests.
34010         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
34011         * modules/arctwo-tests: Likewise.
34012         * modules/argp-tests: Likewise.
34013         * modules/avltree-list-tests: Likewise.
34014         * modules/avltree-oset-tests: Likewise.
34015         * modules/avltreehash-list-tests: Likewise.
34016         * modules/carray-list-tests: Likewise.
34017         * modules/crc-tests: Likewise.
34018         * modules/des-tests: Likewise.
34019         * modules/gc-arcfour-tests: Likewise.
34020         * modules/gc-arctwo-tests: Likewise.
34021         * modules/gc-des-tests: Likewise.
34022         * modules/gc-hmac-md5-tests: Likewise.
34023         * modules/gc-hmac-sha1-tests: Likewise.
34024         * modules/gc-md2-tests: Likewise.
34025         * modules/gc-md4-tests: Likewise.
34026         * modules/gc-md5-tests: Likewise.
34027         * modules/gc-pbkdf2-sha1-tests: Likewise.
34028         * modules/gc-rijndael-tests: Likewise.
34029         * modules/gc-sha1-tests: Likewise.
34030         * modules/gc-tests: Likewise.
34031         * modules/getaddrinfo-tests: Likewise.
34032         * modules/hmac-md5-tests: Likewise.
34033         * modules/hmac-sha1-tests: Likewise.
34034         * modules/linked-list-tests: Likewise.
34035         * modules/linkedhash-list-tests: Likewise.
34036         * modules/lock-tests: Likewise.
34037         * modules/md2-tests: Likewise.
34038         * modules/md4-tests: Likewise.
34039         * modules/md5-tests: Likewise.
34040         * modules/rbtree-list-tests: Likewise.
34041         * modules/rbtree-oset-tests: Likewise.
34042         * modules/rbtreehash-list-tests: Likewise.
34043         * modules/read-file-tests: Likewise.
34044         * modules/rijndael-tests: Likewise.
34045         * modules/stdint-tests: Likewise.
34046         * modules/tls-tests: Likewise.
34047
34048 2007-02-24  Bruno Haible  <bruno@clisp.org>
34049
34050         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
34051         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
34052         function; instead check whether isnan with a double argument links.
34053         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
34054         function; instead check whether isnan with a 'long double' argument
34055         links.
34056         Reported by Eric Blake <ebb9@byu.net>.
34057
34058 2007-02-24  Bruno Haible  <bruno@clisp.org>
34059
34060         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
34061         defined.
34062         * lib/isnanl.c: Remove all code. Just include isnan.c.
34063         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
34064
34065 2007-02-25  Jim Meyering  <jim@meyering.net>
34066
34067         Avoid conflicting types for 'unsetenv' on FreeBSD.
34068         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
34069         conflicting with FreeBSD's (5.0 and 6.1) function declaration
34070         in stdlib.h.
34071
34072 2007-02-24  Bruno Haible  <bruno@clisp.org>
34073
34074         * modules/isnanl-nolibm-tests: New file.
34075         * tests/test-isnanl.c: New file.
34076
34077         * modules/isnanl-nolibm: New file.
34078         * lib/isnanl.h: New file.
34079         * lib/isnanl.c: New file.
34080         * m4/isnanl.m4: New file.
34081
34082 2007-02-24  Bruno Haible  <bruno@clisp.org>
34083
34084         * modules/isnan-nolibm-tests: New file.
34085         * tests/test-isnan.c: New file.
34086
34087         * modules/isnan-nolibm: New file.
34088         * lib/isnan.h: New file.
34089         * lib/isnan.c: New file.
34090         * m4/isnan.m4: New file.
34091
34092 2007-02-24  Bruno Haible  <bruno@clisp.org>
34093
34094         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
34095         assume that an exponent fits in 20 bits.
34096
34097 2007-02-24  Jim Meyering  <jim@meyering.net>
34098
34099         * m4/regex.m4: Update the description of the configure-time option,
34100         --without-included-regex, to state accurately what the defaults are,
34101         and perhaps to give people an idea why using this option is risky.
34102
34103 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34104
34105         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
34106         loops on small arguments.  This attempts to avoid the problem
34107         Bruno Haible reported for AIX 4.3.2 in
34108         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
34109
34110 2007-02-23  Bruno Haible  <bruno@clisp.org>
34111
34112         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
34113         Needed for help2man.
34114
34115 2007-02-23  Karl Berry  <karl@gnu.org>
34116
34117         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
34118         exists, foo.h should be cvs-ignored, not committed.
34119
34120 2007-02-23  Eric Blake  <ebb9@byu.net>
34121
34122         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
34123         * lib/stat-time.h (includes): Likewise.
34124         * lib/utimecmp.c (includes): Likewise.
34125         * lib/utimens.h (includes): Likewise.
34126         * lib/getdate.y (includes): Also include "timespec.h" for use
34127         internal to the module.
34128         * modules/utimens (Depends-on): Revert yesterday's patch.
34129         * modules/nanosleep (Depends-on): Add missing dependency.
34130
34131 2007-02-22  Bruno Haible  <bruno@clisp.org>
34132
34133         * lib/glob.c: Don't include getlogin_r.h.
34134
34135 2007-02-22  Jim Meyering  <jim@meyering.net>
34136
34137         * modules/utimens (Depends-on): Add timespec, required for
34138         utimens.h's inclusion of timespec.h.
34139
34140 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
34141
34142         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
34143         long unreadable paths in GNU/Linux.  Problem reported by Andreas
34144         Schwab in
34145         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
34146         I'll try to think of a better way to fix the Solaris problem.
34147
34148         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
34149         like glibc; on Solaris 10, it fails with errno == EINVAL.
34150         POSIX says the behavior is unspecified if the first argument is NULL,
34151         so play it safe and never pass NULL to the system getcwd.
34152
34153 2007-02-21  Jim Meyering  <jim@meyering.net>
34154
34155         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
34156         of gettimeofday.  It would conflict with the one now always
34157         provided via sys_time_.h.  Reported by Matthew Woehlke, as
34158         an IRIX 6.5 build failure.
34159
34160 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34161
34162         Minor fixups to port to Solaris 10 with Sun C 5.8.
34163         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
34164         * modules/getcwd (Depends-on): Add dirfd.
34165         * lib/putenv.c (putenv): #undef it.
34166         (rpl_putenv): New decl.
34167         (malloc, free): Include <stdlib.h> rather than prototyping separately.
34168
34169 2007-02-20  Bruno Haible  <bruno@clisp.org>
34170
34171         * modules/stdio-tests: New file.
34172         * tests/test-stdio.c: New file.
34173
34174         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
34175         (Depends-on): Add stdio.
34176         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34177         (Include): Use <stdio.h> instead of vsnprintf.h.
34178         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34179         HAVE_DECL_VSNPRINTF.
34180         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
34181
34182         * modules/snprintf (Files): Remove lib/snprintf.h.
34183         (Depends-on): Add stdio.
34184         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34185         (Include): Use <stdio.h> instead of snprintf.h.
34186         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34187         HAVE_DECL_SNPRINTF.
34188         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
34189         * lib/getaddrinfo.c: Likewise.
34190
34191         * modules/stdio: New file.
34192         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
34193         * lib/snprintf.h: Remove file.
34194         * lib/vsnprintf.h: Remove file.
34195         * lib/.cppi-disable: Remove snprintf.h.
34196         * m4/stdio_h.m4: New file.
34197         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
34198
34199 2007-02-20  Jim Meyering  <jim@meyering.net>
34200
34201         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
34202         used by e.g., mingw.  From Bruno Haible.
34203
34204 2007-02-19  Bruno Haible  <bruno@clisp.org>
34205
34206         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
34207         warnings.
34208         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34209
34210 2007-02-19  Bruno Haible  <bruno@clisp.org>
34211
34212         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
34213         from mingw users.
34214
34215 2007-02-19  Bruno Haible  <bruno@clisp.org>
34216
34217         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
34218         warnings.
34219         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
34220
34221 2007-02-19  Jim Meyering  <jim@meyering.net>
34222
34223         Don't use FD after a successful "fdopendir (fd)".
34224         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
34225         Reset it by calling dirfd on the just-obtained DIR*.
34226
34227         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
34228         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
34229
34230 2007-02-18  Bruno Haible  <bruno@clisp.org>
34231
34232         * lib/readlink.c: Include <unistd.h>.
34233         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
34234         HAVE_READLINK.
34235         * modules/readlink (Depends-on): Add unistd.
34236         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34237         (Include): Add <unistd.h>.
34238
34239         * lib/getlogin_r.h: Remove file.
34240         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
34241         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
34242         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
34243         HAVE_DECL_GETLOGIN_R.
34244         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
34245         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34246         (Include): Use <unistd.h> instead of getlogin_r.h.
34247
34248         * lib/getcwd.h: Remove file.
34249         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
34250         * lib/xgetcwd.c: Likewise.
34251         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
34252         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
34253         * modules/getcwd (Files): Remove lib/getcwd.h.
34254         (Depends-on): Add unistd.
34255         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34256         (Include): Use <unistd.h> instad of getcwd.h.
34257
34258         * lib/ftruncate.c: Include <unistd.h> first.
34259         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
34260         Set HAVE_FTRUNCATE.
34261         * modules/ftruncate (Depends-on): Add unistd.
34262         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34263
34264         * lib/fchdir.c: Include <unistd.h> first.
34265         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
34266         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
34267         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
34268         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34269         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
34270
34271         * lib/dup2.c: Include <unistd.h> first.
34272         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
34273         HAVE_DUP2.
34274         * modules/dup2 (Depends-on): Add unistd.
34275         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34276
34277         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
34278         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
34279         REPLACE_CHOWN. Don't define chown as a macro here.
34280         * modules/chown (Depends-on): Add unistd.
34281         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34282
34283         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
34284         Add definition for GL_LINK_WARNING.
34285         (chown, dup2): New declarations.
34286         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
34287         link warning.
34288         (ftruncate): New declaration.
34289         (getcwd): New declaration, taken from old getcwd.h.
34290         (getlogin_r): New declaration, taken from old getlogin_r.h.
34291         (readlink): New declaration.
34292         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
34293         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
34294         (gl_PREREQ_UNISTD): Remove macro.
34295         (gl_UNISTD_MODULE_INDICATOR): New macro.
34296         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
34297         many new variables. Don't set UNISTD_H.
34298         * modules/unistd (Description): Change.
34299         (Depends-on): Add link-warning.
34300         (configure.ac): Update.
34301         (Makefile.am): Create unistd.h always. Substitute many new variables
34302         into it.
34303
34304 2007-02-18  Bruno Haible  <bruno@clisp.org>
34305
34306         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
34307         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
34308         HAVE_GETSUBOPT.
34309         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
34310         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
34311         * lib/getsubopt.h: Remove file.
34312         * modules/getsubopt (Files): Remove lib/getsubopt.h.
34313         (Depends-on): Add stdlib.
34314         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34315         (Includes): Use <stdlib.h> instead of getsubopt.h.
34316         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
34317         Set HAVE_GETSUBOPT.
34318         * lib/getsubopt.c: Don't include getsubopt.h.
34319
34320 2007-02-18  Bruno Haible  <bruno@clisp.org>
34321
34322         * modules/fchdir (Depends-on): Add dup2.
34323
34324 2007-02-18  Bruno Haible  <bruno@clisp.org>
34325
34326         * lib/stdlib_.h: Handle glibc's special invocation convention
34327         specially.
34328
34329 2007-02-18  Bruno Haible  <bruno@clisp.org>
34330
34331         * modules/stdlib-tests: New file.
34332         * tests/test-stdlib.c: New file.
34333
34334         * modules/mkstemp (Files): Remove lib/mkstemp.h.
34335         (Depends-on): Add stdlib.
34336         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34337         (Includes): Use <stdlib.h> instead of mkstemp.h.
34338         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34339         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
34340         * lib/mkstemp.c: Don't include mkstemp.h.
34341         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
34342         * lib/stdlib--.h: Don't include mkstemp.h.
34343
34344         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
34345         (Depends-on): Add stdlib.
34346         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34347         (Includes): Use <stdlib.h> instead of mkdtemp.h.
34348         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34349         HAVE_MKDTEMP.
34350         * lib/mkdtemp.c: Don't include mkdtemp.h.
34351         * lib/clean-temp.c: Don't include mkdtemp.h.
34352
34353         * modules/exit (Files): Remove lib/exit.h.
34354         (Depends-on): Add stdlib.
34355         (Makefile.am): Remove lib_SOURCES.
34356         (Include): Use <stdlib.h> instead of exit.h.
34357         * lib/argmatch.c: Don't include exit.h.
34358         * lib/execute.c: Likewise.
34359         * lib/pagealign_alloc.c: Likewise.
34360         * lib/pipe.c: Likewise.
34361         * lib/wait-process.c: Likewise.
34362         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
34363         * lib/exitfail.c: Likewise.
34364         * lib/savewd.c: Likewise.
34365         * lib/xsetenv.c: Likewise.
34366
34367         * modules/stdlib: New file.
34368         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34369         and extra comments about mkstemp().
34370         * lib/exit.h: Remove file.
34371         * lib/mkdtemp.h: Remove file.
34372         * lib/mkstemp.h: Remove file.
34373         * m4/stdlib_h.m4: New file.
34374         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34375
34376 2007-02-18  Bruno Haible  <bruno@clisp.org>
34377
34378         * modules/math-tests: New file.
34379         * tests/test-math.c: New file.
34380
34381         * modules/math: New file.
34382         * modules/mathl (Files): Remove lib/mathl.h.
34383         (Depends-on): Add math.
34384         (Makefile.am): Don't mention mathl.h.
34385         (Include): Use <math.h> instead of mathl.h.
34386         * lib/math_.h: New file.
34387         * lib/mathl.h: Remove file.
34388         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
34389         mathl.h.
34390         * lib/asinl.c: Likewise.
34391         * lib/atanl.c: Likewise.
34392         * lib/ceill.c: Likewise.
34393         * lib/cosl.c: Likewise.
34394         * lib/expl.c: Likewise.
34395         * lib/floorl.c: Likewise.
34396         * lib/frexpl.c: Likewise.
34397         * lib/ldexpl.c: Likewise.
34398         * lib/logl.c: Likewise.
34399         * lib/sincosl.c: Likewise.
34400         * lib/sinl.c: Likewise.
34401         * lib/sqrtl.c: Likewise.
34402         * lib/tanl.c: Likewise.
34403         * lib/trigl.c: Likewise.
34404         * m4/math_h.m4: New file.
34405         * MODULES.html.sh (Mathematics): Add math.
34406
34407 2007-02-17  Bruno Haible  <bruno@clisp.org>
34408
34409         * modules/wctype-tests: New file.
34410         * tests/test-wctype.c: New file.
34411
34412         * modules/wchar-tests: New file.
34413         * tests/test-wchar.c: New file.
34414
34415         * modules/unistd-tests: New file.
34416         * tests/test-unistd.c: New file.
34417
34418         * modules/time-tests: New file.
34419         * tests/test-time.c: New file.
34420
34421         * modules/sysexits-tests: New file.
34422         * tests/test-sysexits.c: New file.
34423
34424         * modules/sys_time-tests: New file.
34425         * tests/test-sys_time.c: New file.
34426
34427         * modules/sys_stat-tests: New file.
34428         * tests/test-sys_stat.c: New file.
34429
34430         * modules/sys_socket-tests: New file.
34431         * tests/test-sys_socket.c: New file.
34432
34433         * modules/sys_select-tests: New file.
34434         * tests/test-sys_select.c: New file.
34435
34436         * modules/string-tests: New file.
34437         * tests/test-string.c: New file.
34438
34439         * modules/stdbool-tests: New file.
34440         * tests/test-stdbool.c: New file.
34441
34442         * modules/netinet_in-tests: New file.
34443         * tests/test-netinet_in.c: New file.
34444
34445         * modules/inttypes-tests: New file.
34446         * tests/test-inttypes.c: New file.
34447
34448         * modules/fcntl-tests: New file.
34449         * tests/test-fcntl.c: New file.
34450
34451         * modules/byteswap-tests: New file.
34452         * tests/test-byteswap.c: New file.
34453
34454         * modules/arpa_inet-tests: New file.
34455         * tests/test-arpa_inet.c: New file.
34456
34457 2007-02-17  Bruno Haible  <bruno@clisp.org>
34458
34459         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
34460         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
34461         if the corresponding module is not enabled. Emit link warnings if
34462         the function is used nevertheless.
34463         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
34464         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
34465         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
34466         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
34467         * modules/inttypes (Depends-on): Add link-warning.
34468         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34469         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
34470         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
34471         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
34472         * modules/imaxdiv (configure.ac): Likewise.
34473         * modules/strtoimax (configure.ac): Likewise.
34474         * modules/strtoumax (configure.ac): Likewise.
34475
34476 2007-02-17  Bruno Haible  <bruno@clisp.org>
34477
34478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
34479         gl_STRING_MODULE_INDICATOR_DEFAULTS.
34480         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
34481         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
34482
34483 2007-02-17  Bruno Haible  <bruno@clisp.org>
34484
34485         * modules/link-warning: New file.
34486         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
34487         * lib/string_.h (GL_LINK_WARNING): Remove definition.
34488         * modules/string (Depends-on): Add link-warning.
34489         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34490         string.h.
34491         * MODULES.html.sh (Support for building libraries and executables): Add
34492         link-warning.
34493
34494 2007-02-17  Bruno Haible  <bruno@clisp.org>
34495
34496         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
34497         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
34498         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
34499         long lines.
34500
34501 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
34502             Bruno Haible  <bruno@clisp.org>
34503
34504         * modules/tmpfile: New file.
34505         * lib/tmpfile.c: New file.
34506         * m4/tmpfile.m4: New file.
34507         * MODULES.html.sh (func_all_modules): New section "Input/output".
34508
34509 2007-02-15  Bruno Haible  <bruno@clisp.org>
34510
34511         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
34512         (supports_delete_on_close): New function.
34513         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
34514
34515 2007-02-14  Bruno Haible  <bruno@clisp.org>
34516
34517         * modules/mbspcasecmp-tests: New file.
34518         * tests/test-mbspcasecmp.sh: New file.
34519         * tests/test-mbspcasecmp.c: New file.
34520
34521         New module mbspcasecmp.
34522         * modules/mbspcasecmp: New file.
34523         * lib/mbspcasecmp.c: New file.
34524         * lib/string_.h (strncasecmp): Change warning message.
34525         (mbspcasecmp): New declaration.
34526         * m4/mbspcasecmp.m4: New file.
34527         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34528         GNULIB_MBSPCASECMP.
34529         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34530         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34531
34532 2007-02-14  Bruno Haible  <bruno@clisp.org>
34533
34534         * modules/mbsncasecmp-tests: New file.
34535         * tests/test-mbsncasecmp.sh: New file.
34536         * tests/test-mbsncasecmp.c: New file.
34537
34538         New module mbsncasecmp.
34539         * modules/mbsncasecmp: New file.
34540         * lib/mbsncasecmp.c: New file.
34541         * lib/string_.h (mbsncasecmp): New declaration.
34542         * m4/mbsncasecmp.m4: New file.
34543         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34544         GNULIB_MBSNCASECMP.
34545         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34546         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34547
34548 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34549
34550         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34551         Verify that it doesn't overlap with our flags.
34552         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34553         do not have the desired effect in multibyte locales; instead, use
34554         mbscasecmp.
34555         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34556         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34557         we don't require GNU fnmatch ourselves (if our users require it, they
34558         should do so explicitly).
34559
34560         Fix regex code so it doesn't rely on strcasecmp.
34561         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34562         Otherwise, include gnulib's langinfo.h.
34563         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34564         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34565         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34566         * modules/regex (FILES): Remove m4/codeset.m4.
34567         (Depends-on): Add localcharset.  Remove strcase.
34568
34569 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34570
34571         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34572         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34573
34574 2007-02-13  Bruno Haible  <bruno@clisp.org>
34575
34576         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34577         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34578
34579 2007-02-12  Bruno Haible  <bruno@clisp.org>
34580
34581         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34582         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34583         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34584         time warning rather than a link error.
34585
34586 2007-02-12  Bruno Haible  <bruno@clisp.org>
34587
34588         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34589         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34590         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34591
34592 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34593
34594         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34595         args, not 2.
34596
34597 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34598
34599         New module 'time', so that apps can include <time.h> as per
34600         POSIX and GNU instead of separate include files like time_r.h
34601         and timegm.h.  This implementation tries out a simpler approach
34602         for replacing decls in standard include files (as compared to
34603         the string module), somewhat as an experiment.
34604
34605         * config/srclist.txt: Comment out mktime.c for now.
34606         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34607         since it doesn't apply any more.  Use generic wording instead.
34608         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34609         'time'.
34610         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34611         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34612         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34613         Don't include <sys/types.h>; no longer needed since we assume C89.
34614         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34615         * lib/strftime.c: Likewise.
34616         * lib/time_r.c: Likewise.
34617         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34618         * lib/nanosleep.c: Include <time.h> first, to check interface.
34619         * lib/strptime.c: Likewise.
34620         * lib/time_r.c: Likewise.
34621         * lib/timegm.c: Likewise.
34622         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34623         needed.
34624         * lib/timegm.c: Don't include timegm.h; no longer needed.
34625         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34626         time.h now handles any problems in that area.
34627         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34628         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34629         that time.h defines struct timespec.
34630         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34631         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34632         handles that.
34633         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34634         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34635         needed.  Set REPLACE_LOCALTIME.
34636         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34637         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34638         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34639         nanosleep; time_h.m4 now does that.  Don't require
34640         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34641         module handles this now.
34642         * modules/getdate (Depends-on): Remove timespec.  Add time.
34643         * modules/nanosleep (Depends-on): Likewise.
34644         * modules/stat-time (Depends-on): Likewise.
34645         * modules/nanosleep (Include): Include time.h, not timespec.h.
34646         * modules/strptime (Files): Remove lib/strptime.h.
34647         (Depends-on): Add extensions, time.
34648         (Include): Include time.h, not strptime.h.
34649         * modules/time_r (Files): Remove lib/time_r.h.
34650         (Depends-on): Add time.
34651         (Include): Include time.h, not time_r.h.
34652         * modules/timegm: Likewise.
34653         * modules/timespec (Description): Now does timespec-related decls
34654         of our own, instead of struct timespec itself.
34655         (Depends-on): Add time; remove extensions.
34656         (Maintainer): Add self.
34657         * modules/utimecmp (Depends-on): Add time; remove timespec.
34658         * modules/utimens (Depends-on): Likewise.
34659         * modules/xnanosleep (Depends-on): Likewise.
34660
34661 2007-02-11  Bruno Haible  <bruno@clisp.org>
34662
34663         * lib/c-strstr.c: Include allocsa.h.
34664         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34665         * lib/c-strcasestr.c: Include allocsa.h.
34666         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34667         * lib/strcasestr.c: Include allocsa.h.
34668         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34669         * lib/mbsstr.c: Include allocsa.h.
34670         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34671         allocsa/freesa instead of malloc/free.
34672         * lib/mbscasestr.c: Include allocsa.h.
34673         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34674         allocsa/freesa instead of malloc/free.
34675         * modules/c-strstr (Depends-on): Add allocsa.
34676         * modules/c-strcasestr (Depends-on): Likewise.
34677         * modules/strcasestr (Depends-on): Likewise.
34678         * modules/mbsstr (Depends-on): Likewise.
34679         * modules/mbscasestr (Depends-on): Likewise.
34680
34681 2007-02-11  Bruno Haible  <bruno@clisp.org>
34682
34683         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
34684
34685         * modules/mbsspn-tests: New file.
34686         * tests/test-mbsspn.sh: New file.
34687         * tests/test-mbsspn.c: New file.
34688
34689 2007-02-11  Bruno Haible  <bruno@clisp.org>
34690
34691         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
34692
34693         * modules/mbspbrk-tests: New file.
34694         * tests/test-mbspbrk.sh: New file.
34695         * tests/test-mbspbrk.c: New file.
34696
34697 2007-02-11  Bruno Haible  <bruno@clisp.org>
34698
34699         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
34700         unneeded cast.
34701
34702         * modules/mbscspn-tests: New file.
34703         * tests/test-mbscspn.sh: New file.
34704         * tests/test-mbscspn.c: New file.
34705
34706 2007-02-11  Bruno Haible  <bruno@clisp.org>
34707
34708         * modules/mbscasecmp-tests: New file.
34709         * tests/test-mbscasecmp.sh: New file.
34710         * tests/test-mbscasecmp.c: New file.
34711
34712 2007-02-11  Bruno Haible  <bruno@clisp.org>
34713
34714         Ensure O(n) worst-case complexity of mbscasestr.
34715         * lib/mbscasestr.c: Include stdbool.h.
34716         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34717         functions.
34718         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
34719         the bookkeeping indicates that it's worth it.
34720         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
34721
34722         * modules/mbscasestr-tests: New file.
34723         * tests/test-mbscasestr1.c: New file.
34724         * tests/test-mbscasestr2.sh: New file.
34725         * tests/test-mbscasestr2.c: New file.
34726         * tests/test-mbscasestr3.sh: New file.
34727         * tests/test-mbscasestr3.c: New file.
34728         * tests/test-mbscasestr4.sh: New file.
34729         * tests/test-mbscasestr4.c: New file.
34730         * m4/locale-tr.m4: New file.
34731
34732 2007-02-11  Bruno Haible  <bruno@clisp.org>
34733
34734         Ensure O(n) worst-case complexity of mbsstr.
34735         * lib/mbsstr.c: Include stdbool.h.
34736         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34737         functions.
34738         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
34739         bookkeeping indicates that it's worth it.
34740         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
34741
34742         * modules/mbsstr-tests: New file.
34743         * tests/test-mbsstr1.c: New file.
34744         * tests/test-mbsstr2.sh: New file.
34745         * tests/test-mbsstr2.c: New file.
34746         * tests/test-mbsstr3.sh: New file.
34747         * tests/test-mbsstr3.c: New file.
34748         * m4/locale-fr.m4: New file.
34749
34750 2007-02-11  Bruno Haible  <bruno@clisp.org>
34751
34752         * lib/mbsrchr.c (mbsrchr): Fix bug.
34753
34754         * modules/mbsrchr-tests: New file.
34755         * tests/test-mbsrchr.sh: New file.
34756         * tests/test-mbsrchr.c: New file.
34757
34758 2007-02-11  Bruno Haible  <bruno@clisp.org>
34759
34760         * lib/mbschr.c (mbschr): Fix bug.
34761
34762         * modules/mbschr-tests: New file.
34763         * tests/test-mbschr.sh: New file.
34764         * tests/test-mbschr.c: New file.
34765         * m4/locale-zh.m4: New file.
34766
34767 2007-02-11  Bruno Haible  <bruno@clisp.org>
34768
34769         Support for copying multibyte string iterators.
34770         * lib/mbiter.h: Include <string.h>.
34771         (mbiter_multi_copy): New function.
34772         (mbi_copy): New macro.
34773         * lib/mbuiter.h: Include <string.h>.
34774         (mbuiter_multi_copy): New function.
34775         (mbui_copy): New macro.
34776
34777 2007-02-11  Bruno Haible  <bruno@clisp.org>
34778
34779         New module mbslen.
34780         * modules/mbslen: New file.
34781         * lib/mbslen.c: New file.
34782         * lib/string_.h (mbslen): New declaration.
34783         * m4/mbslen.m4: New file.
34784         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34785         GNULIB_MBSLEN.
34786         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
34787         * MODULES.html.sh (Internationalization functions): Add mbslen.
34788
34789 2007-02-11  Bruno Haible  <bruno@clisp.org>
34790
34791         Ensure O(n) worst-case complexity of strcasestr substitute.
34792         * lib/strcasestr.c: Include stdbool.h.
34793         (knuth_morris_pratt): New function.
34794         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34795         bookkeeping indicates that it's worth it.
34796         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
34797
34798         * modules/strcasestr-tests: New file.
34799         * tests/test-strcasestr.c: New file.
34800
34801 2007-02-11  Bruno Haible  <bruno@clisp.org>
34802
34803         Ensure O(n) worst-case complexity of c_strcasestr.
34804         * lib/c-strcasestr.c: Include stdbool.h, string.h.
34805         (knuth_morris_pratt): New function.
34806         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
34807         the bookkeeping indicates that it's worth it.
34808         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
34809
34810         * modules/c-strcasestr-tests: New file.
34811         * tests/test-c-strcasestr.c: New file.
34812
34813 2007-02-11  Bruno Haible  <bruno@clisp.org>
34814
34815         Ensure O(n) worst-case complexity of c_strstr.
34816         * lib/c-strstr.c: Include stdbool.h, string.h.
34817         (knuth_morris_pratt): New function.
34818         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34819         bookkeeping indicates that it's worth it.
34820         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
34821
34822         * lib/c-strstr.c: Complete rewrite for maintainability.
34823
34824         * modules/c-strstr-tests: New file.
34825         * tests/test-c-strstr.c: New file.
34826
34827 2007-02-11  Bruno Haible  <bruno@clisp.org>
34828
34829         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
34830         5.2.1 and earlier, whereby \055 was treated just like the range
34831         delimiter '-'.
34832         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34833
34834 2007-02-08  Bruno Haible  <bruno@clisp.org>
34835
34836         * modules/regex (Depends-on): Add stdbool.
34837         Reported by Dalibor Topic <robilad@kaffe.org>.
34838
34839 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34840
34841         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
34842         Prefer returning from main to exiting from it.
34843         Remove unnecessary parens after sizeof.
34844
34845 2007-02-05  Bruno Haible  <bruno@clisp.org>
34846
34847         New module mbssep.
34848         * modules/mbssep: New file.
34849         * lib/mbssep.c: New file.
34850         * lib/string_.h (strsep): Add a conditional link warning.
34851         (mbssep): New declaration.
34852         * m4/mbssep.m4: New file.
34853         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34854         GNULIB_MBSSEP.
34855         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
34856         * MODULES.html.sh (Internationalization functions): Add mbssep.
34857
34858 2007-02-05  Bruno Haible  <bruno@clisp.org>
34859
34860         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
34861         Optimize search in case of 1 delimiter.
34862
34863 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34864
34865         * lib/acl.h: Include sys/types.h before sys/acl.h.
34866
34867 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34868
34869         Merge upstream fix for glibc bugzilla #3957:
34870
34871         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
34872
34873         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
34874         bit for RE_HAT_LISTS_NOT_NEWLINE.
34875         (build_charclass_op): Remove bogus comment.
34876
34877 2007-02-05  Simon Josefsson  <simon@josefsson.org>
34878
34879         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
34880
34881 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34882
34883         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
34884         * lib/memmem.c [!defined _LIBC]: Include config.h.
34885
34886 2007-02-04  Bruno Haible  <bruno@clisp.org>
34887
34888         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
34889         warning message.
34890
34891 2007-02-04  Bruno Haible  <bruno@clisp.org>
34892
34893         New module mbstok_r.
34894         * modules/mbstok_r: New file.
34895         * lib/mbstok_r.c: New file.
34896         * lib/string_.h (strtok_r): Change argument names to match the
34897         comments. Add a conditional link warning.
34898         (mbstok_r): New declaration.
34899         * m4/mbstok_r.m4: New file.
34900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34901         GNULIB_MBSTOK_R.
34902         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
34903         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
34904
34905 2007-02-04  Bruno Haible  <bruno@clisp.org>
34906
34907         New module mbsspn.
34908         * modules/mbsspn: New file.
34909         * lib/mbsspn.c: New file.
34910         * lib/string_.h (strspn): Add a conditional link warning.
34911         (mbsspn): New declaration.
34912         * m4/mbsspn.m4: New file.
34913         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34914         GNULIB_MBSSPN.
34915         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
34916         * MODULES.html.sh (Internationalization functions): Add mbsspn.
34917
34918 2007-02-04  Bruno Haible  <bruno@clisp.org>
34919
34920         New module mbspbrk.
34921         * modules/mbspbrk: New file.
34922         * lib/mbspbrk.c: New file.
34923         * lib/string_.h (strpbrk): Add a conditional link warning.
34924         (mbspbrk): New declaration.
34925         * m4/mbspbrk.m4: New file.
34926         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34927         GNULIB_MBSPBRK.
34928         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
34929         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
34930
34931 2007-02-04  Bruno Haible  <bruno@clisp.org>
34932
34933         New module mbscspn.
34934         * modules/mbscspn: New file.
34935         * lib/mbscspn.c: New file.
34936         * lib/string_.h (strcspn): Add a conditional link warning.
34937         (mbscspn): New declaration.
34938         * m4/mbscspn.m4: New file.
34939         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34940         GNULIB_MBSCSPN.
34941         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
34942         * MODULES.html.sh (Internationalization functions): Add mbscspn.
34943
34944 2007-02-04  Bruno Haible  <bruno@clisp.org>
34945
34946         New module mbscasestr, reduced goal of strcasestr.
34947         * modules/mbscasestr: New file.
34948         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
34949         (mbscasestr): Renamed from strcasestr.
34950         * lib/strcasestr.c: Don't include mbuiter.h.
34951         (strcasestr): Remove support for multibyte locales.
34952         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
34953         Change the conditional link warning.
34954         (mbscasestr): New declaration.
34955         * m4/mbscasestr.m4: New file.
34956         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
34957         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
34958         REPLACE_STRCASESTR.
34959         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
34960         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34961         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34962         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
34963         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
34964         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34965         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
34966         (Depends-on): Remove mbuiter.
34967         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
34968
34969 2007-02-04  Bruno Haible  <bruno@clisp.org>
34970
34971         Simplify handling of strncasecmp.
34972         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
34973         the conditional link warning.
34974         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34975         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
34976         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
34977         * modules/strcase (configure.ac): Don't invoke
34978         gl_STRING_MODULE_INDICATOR.
34979         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
34980
34981 2007-02-04  Bruno Haible  <bruno@clisp.org>
34982
34983         New module mbscasecmp, reduced goal of strcasecmp.
34984         * modules/mbscasecmp: New file.
34985         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
34986         (mbscasecmp): Renamed from strcasecmp.
34987         * lib/strcasecmp.c: Don't include mbuiter.h.
34988         (strcasecmp): Remove support for multibyte locales.
34989         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
34990         Change the conditional link warning.
34991         (mbscasecmp): New declaration.
34992         * m4/mbscasecmp.m4: New file.
34993         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
34994         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
34995         REPLACE_STRCASECMP.
34996         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
34997         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34998         GNULIB_MBSCASECMP.
34999         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
35000         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
35001         * modules/strcase (Files): Remove m4/mbrtowc.m4.
35002         (Depends-on): Remove mbuiter.
35003         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
35004
35005 2007-02-04  Bruno Haible  <bruno@clisp.org>
35006
35007         New module mbsstr. Remove module strstr.
35008         * modules/mbsstr: New file.
35009         * modules/strstr: Remove file.
35010         * lib/mbsstr.c: Renamed from lib/strstr.c.
35011         (mbsstr): Renamed from strstr.
35012         * lib/string_.h (strstr): Remove declaration. Change the conditional
35013         link warning.
35014         (mbsstr): New declaration.
35015         * m4/mbsstr.m4: New file.
35016         * m4/strstr.m4: Remove file.
35017         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
35018         REPLACE_STRSTR.
35019         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
35020         Don't initialize GNULIB_STRSTR.
35021         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
35022         substitute GNULIB_STRSTR and REPLACE_STRSTR.
35023         * MODULES.html.sh (Internationalization functions): Add mbsstr.
35024         (Support for systems lacking ANSI C 89): Remove strstr.
35025
35026 2007-02-04  Bruno Haible  <bruno@clisp.org>
35027
35028         New module mbsrchr.
35029         * modules/mbsrchr: New file.
35030         * lib/mbsrchr.c: New file.
35031         * lib/string_.h (strrchr): Add a conditional link warning.
35032         (mbsrchr): New declaration.
35033         * m4/mbsrchr.m4: New file.
35034         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35035         GNULIB_MBSRCHR.
35036         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
35037         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
35038
35039 2007-02-04  Bruno Haible  <bruno@clisp.org>
35040
35041         New module mbschr.
35042         * modules/mbschr: New file.
35043         * lib/mbschr.c: New file.
35044         * lib/string_.h (strchr): Add a conditional link warning.
35045         (mbschr): New declaration.
35046         * m4/mbschr.m4: New file.
35047         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35048         GNULIB_MBSCHR.
35049         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
35050         * MODULES.html.sh (Internationalization functions): Add mbschr.
35051
35052 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
35053
35054         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
35055
35056         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
35057
35058 2007-02-04  Bruno Haible  <bruno@clisp.org>
35059
35060         New module description section 'configure.ac-early'.
35061         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
35062         (func_get_autoconf_early_snippet): New function.
35063         (func_import, func_create_testdir): Use it. Remove special cases for
35064         modules 'extensions' and 'lock'.
35065         * modules/extensions (configure.ac-early): Require
35066         gl_USE_SYSTEM_EXTENSIONS.
35067         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
35068
35069 2007-02-04  Bruno Haible  <bruno@clisp.org>
35070
35071         Make use of gcj-4.3's -fsource and -ftarget option.
35072         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
35073         and if so try the options -fsource and -ftarget.
35074         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
35075         source_version, ftarget_option, target_version arguments.
35076         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
35077         (is_envjavac_oldgcj_14_14_usable): Renamed from
35078         is_envjavac_gcj_14_14_usable.
35079         (is_envjavac_oldgcj_14_13_usable): Renamed from
35080         is_envjavac_gcj_14_13_usable.
35081         (is_gcj_present): Update.
35082         (is_gcj_43, is_gcj43_usable): New functions.
35083         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
35084         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
35085         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
35086         try the options -fsource and -ftarget.
35087
35088 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35089
35090         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
35091         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
35092         larger value.
35093
35094 2007-02-03  Jim Meyering  <jim@meyering.net>
35095
35096         Give tools a better chance to allocate space for very large buffers.
35097         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
35098
35099         Make pwd and readlink work also when run with an unreadable parent dir
35100         on systems with openat support.
35101         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
35102         provided getcwd function, even when we have openat support.
35103         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
35104
35105 2007-02-02  Bruno Haible  <bruno@clisp.org>
35106
35107         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
35108         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
35109         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
35110         portability problems if one of these functions is only used on specific
35111         platforms.
35112         Reported by Paul Eggert.
35113
35114 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
35115
35116         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
35117         is causing more trouble than it's curing.
35118         * lib/regex_internal.h (__mempcpy): Remove.
35119         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
35120         (and make the code a tad smaller to boot).
35121         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
35122
35123 2007-02-02  Jim Meyering  <jim@meyering.net>
35124
35125         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
35126         section, not in the Makefile.am: one.
35127
35128 2007-02-02  Eric Blake  <ebb9@byu.net>
35129
35130         * lib/strchrnul.c: Always include config.h first.
35131
35132         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
35133         gnulib strstr is not necessary here.
35134
35135 2007-02-02  Simon Josefsson  <simon@josefsson.org>
35136
35137         * m4/socklen.m4: Fix typo.
35138
35139 2007-02-02  Eric Blake  <ebb9@byu.net>
35140
35141         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
35142         * modules/netinet_in (Makefile.am): Likewise.
35143
35144 2007-02-01  Bruno Haible  <bruno@clisp.org>
35145
35146         * lib/string_.h (GL_LINK_WARNING): New macro.
35147         (strcasecmp, strstr, strcasestr): If provided by the system,
35148         conditionally define as a macro that leads to a warning instead of to
35149         an error.
35150         (strncasecmp): Conditionally define as a macro that leads to a warning.
35151
35152 2007-02-01  Karl Berry  <karl@gnu.org>
35153
35154         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
35155
35156 2007-02-01  Bruno Haible  <bruno@clisp.org>
35157
35158         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
35159         renamings.
35160
35161 2007-02-01  Eric Blake  <ebb9@byu.net>
35162
35163         * modules/regex (Depends-on): Revert dependence on mempcpy.
35164         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
35165         module's definition of mempcpy.
35166         Reported by Paul Eggert.
35167
35168 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35169
35170         * lib/string_.h: If the gnulib module XYZ is not present, undefine
35171         the symbol XYZ before redefining it.  This fixes a problem with
35172         programs that don't use XYZ, when compiled on systems that define
35173         XYZ to something else.
35174
35175 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
35176
35177         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
35178         occurs when "mkdir -m foo" creates a setgid directory that is (1)
35179         writeable to group or other and (2) is intended to have a special
35180         mode bit that is set or cleared.  In such a case, the directory
35181         should be neither group- nor other-writeable until the special
35182         mode bits are right.
35183
35184 2007-01-31  Eric Blake  <ebb9@byu.net>
35185
35186         * modules/mountlist (Depends-on): Add strstr.
35187
35188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
35189         bug.
35190         * modules/string (Makefile.am): Remove redundant replacement.
35191         * modules/regex (Depends-on): Add mempcpy.
35192
35193 2007-01-31  Bruno Haible  <bruno@clisp.org>
35194
35195         New module description field 'Link'.
35196         * gnulib-tool (func_usage): Document --extract-link-directive.
35197         (sed_extract_prog): Recognize 'Link' directive.
35198         (func_get_link_directive): New function.
35199         (func_import): Show summary of link directives.
35200         Handle --extract-link-directive option.
35201         * modules/acl (Link): New section.
35202         * modules/clock-time (Link): New section.
35203         * modules/euidaccess (Link): New section.
35204         * modules/gettext (Link): New section.
35205         * modules/iconv (Link): New section.
35206         * modules/lock (Link): New section.
35207         * modules/nanosleep (Link): New section.
35208         * modules/readline (Link): New section.
35209
35210 2007-01-27  Bruno Haible  <bruno@clisp.org>
35211
35212         Enforce the use of gnulib modules for unportable <string.h> functions.
35213         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
35214         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
35215         (gl_HEADER_STRING_H_BODY): Require it.
35216         * lib/string_.h: If the gnulib module XYZ is not present, redefine
35217         the symbol XYZ to one that gives a link error.
35218         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
35219         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
35220         * modules/mempcpy (configure.ac): Likewise.
35221         * modules/memrchr (configure.ac): Likewise.
35222         * modules/stpcpy (configure.ac): Likewise.
35223         * modules/stpncpy (configure.ac): Likewise.
35224         * modules/strcase (configure.ac): Likewise.
35225         * modules/strcasestr (configure.ac): Likewise.
35226         * modules/strchrnul (configure.ac): Likewise.
35227         * modules/strdup (configure.ac): Likewise.
35228         * modules/strndup (configure.ac): Likewise.
35229         * modules/strnlen (configure.ac): Likewise.
35230         * modules/strpbrk (configure.ac): Likewise.
35231         * modules/strsep (configure.ac): Likewise.
35232         * modules/strstr (configure.ac): Likewise.
35233         * modules/strtok_r (configure.ac): Likewise.
35234
35235 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
35236
35237         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
35238
35239 2007-01-30  Jim Meyering  <jim@meyering.net>
35240
35241         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
35242
35243 2007-01-29  Bruno Haible  <bruno@clisp.org>
35244
35245         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
35246         * lib/execute.c: Likewise.
35247         * lib/pipe.c: Likewise.
35248         * lib/printf-args.h: Likewise.
35249         * lib/printf-args.c: Likewise.
35250         * lib/printf-parse.c: Likewise.
35251         * lib/vasnprintf.c: Likewise.
35252
35253 2007-01-29  Eric Blake  <ebb9@byu.net>
35254
35255         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
35256         declaration.
35257
35258 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
35259
35260         * lib/strptime.h (strptime): Use 'restrict' for args where
35261         POSIX requires this.
35262         * lib/strptime.c (strptime): Likewise.
35263         Change license notice from LGPL to GPL, since gnulib-tool will
35264         change this as needed.
35265         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
35266         defined.
35267         Include "strptime.h" first, to check interface.
35268         Do not #undef _LIBC and _NL_CURRENT.
35269         Do not include <stdlib.h>; no longer needed.
35270         Include "time_r.h" and declare ptime_locale_status
35271         only if _LIBC is not defined.
35272         (__P): Remove unused macro.
35273         (match_string): Bring back glibc version, but use it only if _LIBC
35274         is defined.
35275         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
35276         Remove unnecessary assertion and abort() call.
35277         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
35278         * m4/strptime.m4: Fix serial number comment.
35279         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
35280         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
35281         (Depends-on): Add time_r.
35282
35283 2007-01-29  Bruno Haible  <bruno@clisp.org>
35284
35285         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35286         strptime.
35287         * modules/strptime (Depends-on): Add stdbool.
35288         * lib/strptime.h: Include <time.h> always. Add comments.
35289
35290 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35291
35292         * modules/strptime: New file.
35293         * lib/strptime.h: New file.
35294         * lib/strptime.c: New file.
35295         * m4/strptime.m4: New file.
35296
35297 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35298
35299         * MODULES.html.sh: New module mpsort.
35300         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
35301
35302         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
35303         a circularity problem with HP-UX ia64 reported by Bob Proulx in
35304         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
35305         All uses changed.
35306         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
35307         All uses changed.
35308         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
35309         to _Restrict_.
35310         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
35311         the parameter matches the prototype.
35312
35313 2007-01-28  Jim Meyering  <jim@meyering.net>
35314
35315         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
35316         sys/time.h here, reverting that part of the previous patch:
35317         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
35318
35319 2007-01-28  Bruno Haible  <bruno@clisp.org>
35320
35321         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
35322         value of $(SYS_TIME_H).
35323         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
35324         remove it conditionally, too. [added by Jim Meyering]
35325         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
35326         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35327         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
35328         GETTIMEOFDAY_REPLACEMENT to 1.
35329
35330 2007-01-28  Bruno Haible  <bruno@clisp.org>
35331
35332         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
35333         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
35334         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
35335         Set UNISTD_H instead of UNISTD_H2.
35336         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
35337
35338 2007-01-28  Bruno Haible  <bruno@clisp.org>
35339
35340         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
35341         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
35342
35343 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35344
35345         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
35346         (func_create_testdir): Ensure C locale for `grep' and `tr'
35347         character ranges.
35348         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
35349         ACLOCAL_AMFLAGS parsing state machine.
35350
35351 2007-01-27  Bruno Haible  <bruno@clisp.org>
35352
35353         * modules/unistr/base: Update.
35354
35355 2007-01-27  Bruno Haible  <bruno@clisp.org>
35356
35357         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
35358         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
35359         * modules/unistr/u32-mbtouc-unsafe: Renamed from
35360         modules/unistr/u32-mbtouc.
35361         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
35362         * lib/unistr.h: Update.
35363         * lib/linebreak.c: Update.
35364         * modules/unistr/u32-mbtouc: Renamed from
35365         modules/unistr/u32-mbtouc-safe.
35366         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
35367         * lib/unistr.h: Update.
35368         * lib/unistr/u32-to-u8.c: Update.
35369         * lib/unistr/u32-to-u16.c: Update.
35370
35371 2007-01-27  Bruno Haible  <bruno@clisp.org>
35372
35373         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35374         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35375         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35376         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35377         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
35378         * modules/unistr/u16-mbtouc-unsafe: Renamed from
35379         modules/unistr/u16-mbtouc.
35380         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
35381         * lib/unistr.h: Update.
35382         * lib/linebreak.c: Update.
35383         * modules/linebreak: Update.
35384         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
35385         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
35386         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
35387         * modules/unistr/u16-mbtouc: Renamed from
35388         modules/unistr/u16-mbtouc-safe.
35389         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
35390         * lib/unistr.h: Update.
35391         * lib/unistr/u16-to-u8.c: Update.
35392         * modules/unistr/u16-to-u8: Update.
35393         * lib/unistr/u16-to-u32.c: Update.
35394         * modules/unistr/u16-to-u32: Update.
35395
35396 2007-01-27  Bruno Haible  <bruno@clisp.org>
35397
35398         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
35399         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
35400         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
35401         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
35402         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
35403         * modules/unistr/u8-mbtouc-unsafe: Renamed from
35404         modules/unistr/u8-mbtouc.
35405         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
35406         * lib/unistr.h: Update.
35407         * lib/striconveh.c: Update.
35408         * modules/striconveh: Update.
35409         * lib/linebreak.c: Update.
35410         * modules/linebreak: Update.
35411         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
35412         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
35413         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
35414         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
35415         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
35416         * lib/unistr.h: Update.
35417         * lib/striconveh.c: Update.
35418         * modules/striconveh: Update.
35419         * lib/unistr/u8-to-u16.c: Update.
35420         * modules/unistr/u8-to-u16: Update.
35421         * lib/unistr/u8-to-u32.c: Update.
35422         * modules/unistr/u8-to-u32: Update.
35423
35424 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35425
35426         Sync from Libtool.
35427         * lib/argz.c: Do not include strings.h nor memory.h, include
35428         string.h unconditionally.  Patch by Simon Josefsson.
35429
35430 2007-01-27  Bruno Haible  <bruno@clisp.org>
35431
35432         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
35433         from gl_HEADER_STRING_H_BODY.
35434         (gl_HEADER_STRING_H_BODY): Require it.
35435         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
35436         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
35437         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
35438         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
35439         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35440         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
35441         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35442         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
35443         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
35444         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
35445         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
35446         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
35447         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
35448         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
35449         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35450
35451 2007-01-27  Bruno Haible  <bruno@clisp.org>
35452
35453         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
35454         check_PROGRAMS into noinst_PROGRAMS.
35455         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
35456         check_PROGRAMS in this case.
35457         (func_import): Set for_test to false.
35458         (func_create_testdir): Set for_test to true.
35459
35460 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35461             Bruno Haible  <bruno@clisp.org>
35462
35463         * modules/strcasestr (Files): Remove lib/strcasestr.h.
35464         (Depends-on): Add string.
35465         (Includes): Use <string.h> instead of strcasestr.h.
35466         * modules/string (Makefile.am): Also substitute the value of
35467         REPLACE_STRCASESTR.
35468         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
35469         assume strcasestr is declared in <string.h> not <strings.h>. Also
35470         set REPLACE_STRCASESTR.
35471         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
35472         REPLACE_STRCASESTR.
35473         * lib/strcasestr.h: Remove file.
35474         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
35475         * lib/string_.h (strcasestr): New declaration.
35476
35477 2007-01-27  Bruno Haible  <bruno@clisp.org>
35478
35479         * lib/string_.h: Use 'extern'.
35480
35481 2007-01-27  Jim Meyering  <jim@meyering.net>
35482
35483         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
35484         of set-but-not-used local, "q".
35485
35486         * lib/mempcpy.c: Include <config.h> before <string.h>.
35487         This fixes a compilation error on HP-UX, due to the system's
35488         "restrict"-using mempcpy prototype.
35489
35490 2007-01-26  Bruno Haible  <bruno@clisp.org>
35491
35492         Small optimization.
35493         * lib/javacomp.c: Include c-strstr.h.
35494          (is_envjavac_gcj): Use c_strstr instead of strstr.
35495         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
35496
35497 2007-01-26  Bruno Haible  <bruno@clisp.org>
35498
35499         * MODULES.html.sh (Unicode string functions): Add the new modules.
35500
35501         * modules/uniconv/u32-strconv-to-locale: New file.
35502         * lib/uniconv/u32-strconv-to-locale.c: New file.
35503
35504         * modules/uniconv/u16-strconv-to-locale: New file.
35505         * lib/uniconv/u16-strconv-to-locale.c: New file.
35506
35507         * modules/uniconv/u8-strconv-to-locale: New file.
35508         * lib/uniconv/u8-strconv-to-locale.c: New file.
35509
35510         * modules/uniconv/u32-strconv-from-locale: New file.
35511         * lib/uniconv/u32-strconv-from-locale.c: New file.
35512
35513         * modules/uniconv/u16-strconv-from-locale: New file.
35514         * lib/uniconv/u16-strconv-from-locale.c: New file.
35515
35516         * modules/uniconv/u8-strconv-from-locale: New file.
35517         * lib/uniconv/u8-strconv-from-locale.c: New file.
35518
35519         * modules/uniconv/u32-strconv-to-enc: New file.
35520         * lib/uniconv/u32-strconv-to-enc.c: New file.
35521         * modules/uniconv/u32-strconv-to-enc-tests: New file.
35522         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
35523
35524         * modules/uniconv/u16-strconv-to-enc: New file.
35525         * lib/uniconv/u16-strconv-to-enc.c: New file.
35526         * lib/uniconv/u-strconv-to-enc.h: New file.
35527         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35528         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35529
35530         * modules/uniconv/u8-strconv-to-enc: New file.
35531         * lib/uniconv/u8-strconv-to-enc.c: New file.
35532         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35533         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35534
35535         * modules/uniconv/u32-strconv-from-enc: New file.
35536         * lib/uniconv/u32-strconv-from-enc.c: New file.
35537         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35538         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35539
35540         * modules/uniconv/u16-strconv-from-enc: New file.
35541         * lib/uniconv/u16-strconv-from-enc.c: New file.
35542         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35543         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35544
35545         * modules/uniconv/u8-strconv-from-enc: New file.
35546         * lib/uniconv/u8-strconv-from-enc.c: New file.
35547         * lib/uniconv/u-strconv-from-enc.h: New file.
35548         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35549         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35550
35551         * modules/uniconv/u32-conv-from-enc: New file.
35552         * lib/uniconv/u32-conv-from-enc.c: New file.
35553         * modules/uniconv/u32-conv-from-enc-tests: New file.
35554         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35555
35556         * modules/uniconv/u16-conv-from-enc: New file.
35557         * lib/uniconv/u16-conv-from-enc.c: New file.
35558         * lib/uniconv/u-conv-from-enc.h: New file.
35559         * modules/uniconv/u16-conv-from-enc-tests: New file.
35560         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35561
35562         * modules/uniconv/u8-conv-from-enc: New file.
35563         * lib/uniconv/u8-conv-from-enc.c: New file.
35564         * modules/uniconv/u8-conv-from-enc-tests: New file.
35565         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35566
35567         * modules/uniconv/base: New file.
35568         * lib/uniconv.h: New file.
35569
35570 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35571
35572         * doc/gnulib-tool.texi (Initial import): Update to match current
35573         behavior with strdup module.
35574         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35575         * lib/memmem.h: Remove; all uses removed.  This is now done
35576         by <string.h>.
35577         * lib/mempcpy.h: Likewise.
35578         * lib/memrchr.h: Likewise.
35579         * lib/stpcpy.h: Likewise.
35580         * lib/stpncpy.h: Likewise.
35581         * lib/strcase.h: Likewise.
35582         * lib/strchrnul.h: Likewise.
35583         * lib/strdup.h: Likewise.
35584         * lib/strndup.h: Likewise.
35585         * lib/strnlen.h: Likewise.
35586         * lib/strpbrk.h: Likewise.
35587         * lib/strsep.h: Likewise.
35588         * lib/strstr.h: Likewise.
35589         * lib/strtok_r.h: Likewise.
35590         * lib/string_.h: New file.
35591         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35592         Rely on <string.h> instead.
35593         * lib/canon-host.c: Likewise.
35594         * lib/chdir-long.c: Likewise.
35595         * lib/concatpath.c: Likewise.
35596         * lib/exclude.c: Likewise.
35597         * lib/fchdir.c: Likewise.
35598         * lib/getaddrinfo.c: Likewise.
35599         * lib/getcwd.c: Likewise.
35600         * lib/getsubopt.c: Likewise.
35601         * lib/glob.c: Likewise.
35602         * lib/hard-locale.c: Likewise.
35603         * lib/iconvme.c: Likewise.
35604         * lib/javacomp.c: Likewise.
35605         * lib/mempcpy.c: Likewise.
35606         * lib/memrchr.c: Likewise.
35607         * lib/regex_internal.h: Likewise.
35608         * lib/stpncpy.c: Likewise.
35609         * lib/strcasecmp.c: Likewise.
35610         * lib/strchrnul.c: Likewise.
35611         * lib/strdup.c: Likewise.
35612         * lib/striconv.c: Likewise.
35613         * lib/striconveh.c: Likewise.
35614         * lib/striconveha.c: Likewise.
35615         * lib/strncasecmp.c: Likewise.
35616         * lib/strndup.c: Likewise.
35617         * lib/strnlen.c: Likewise.
35618         * lib/strsep.c: Likewise.
35619         * lib/strstr.c: Likewise.
35620         * lib/strtok_r.c: Likewise.
35621         * lib/userspec.c: Likewise.
35622         * lib/w32spawn.h: Likewise.
35623         * lib/xstrndup.c: Likewise.
35624         * lib/mountlist.c (strstr): Remove decl.
35625         * m4/string_h.m4: New file.
35626         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35627         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35628         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35629         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35630         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35631         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35632         Set REPLACE_STRCASECMP if necessary.
35633         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35634         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35635         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35636         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35637         HAVE_DECL_STRDUP if necessary.
35638         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35639         since gl_FUNC_STRNDUP does that now.
35640         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35641         Check for decl here...
35642         (gl_PREREQ_STRNLEN): ... not here.
35643         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35644         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35645         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35646         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35647         necessary.
35648         * modules/string: New file.
35649         * modules/memmem (Files): Remove special-purpose include file.
35650         (Depends-on): Add string.
35651         (Include): Include <string.h>, not the removed file.
35652         * modules/mempcpy: Likewise.
35653         * modules/memrchr: Likewise.
35654         * modules/stpcpy: Likewise.
35655         * modules/stpncpy: Likewise.
35656         * modules/strcase: Likewise.
35657         * modules/strchrnul: Likewise.
35658         * modules/strdup: Likewise.
35659         * modules/strndup: Likewise.
35660         * modules/strnlen: Likewise.
35661         * modules/strpbrk: Likewise.
35662         * modules/strsep: Likewise.
35663         * modules/strstr: Likewise.
35664         * modules/strtok_r: Likewise.
35665         * tests/test-dirname.c: Don't include "strdup.h", since
35666         <string.h> now suffices.
35667         * tests/test-memmem.c: Don't include "memmem.h", since
35668         <string.h> now suffices.
35669
35670 2007-01-25  Bruno Haible  <bruno@clisp.org>
35671
35672         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
35673         *resultp is 0.
35674
35675         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
35676         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
35677         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
35678         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
35679
35680         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
35681         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
35682         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
35683         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
35684         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
35685         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
35686
35687 2007-01-24  Bruno Haible  <bruno@clisp.org>
35688
35689         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
35690         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
35691         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
35692         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
35693         gl_FUNC_FTS_CORE.
35694         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
35695         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
35696         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35697         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
35698         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
35699         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
35700         gl_FUNC_FCHOWNAT.
35701         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
35702         gl_FUNC_STRFTIME.
35703         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
35704         Reported by Ralf Wildenhues.
35705
35706 2007-01-24  Bruno Haible  <bruno@clisp.org>
35707
35708         Drop AC_REQUIRE calls that are redundant with the module dependencies.
35709         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
35710         gl_GETADDRINFO.
35711         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
35712         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
35713         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
35714
35715 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
35716
35717         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
35718         Don't use 'exit'; just return from 'main'.
35719         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
35720
35721         * lib/fnmatch_.h: Readjust white space and comments to match
35722         glibc, to avoid spurious diffs.
35723
35724 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35725
35726         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
35727         2004-12-01 change by Jakub Jelinek, since this code won't compile
35728         if !LIBC.  Problem reported by Bob Proulx.
35729
35730 2007-01-23  Bruno Haible  <bruno@clisp.org>
35731
35732         * lib/striconveh.c: Include c-strcaseeq.h.
35733         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
35734         * modules/striconveh (Depends-on): Add c-strcaseeq.
35735
35736 2007-01-23  Bruno Haible  <bruno@clisp.org>
35737
35738         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
35739
35740         * modules/c-strcaseeq: New file.
35741         * lib/c-strcaseeq.h: New file.
35742
35743         * modules/streq: New file.
35744         * lib/streq.h: New file.
35745
35746 2007-01-23  Bruno Haible  <bruno@clisp.org>
35747
35748         * modules/striconveha-tests: New file.
35749         * tests/test-striconveha.c: New file.
35750
35751         * lib/striconveha.h: Include <stdbool.h>.
35752         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
35753         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
35754         (mem_iconveha_notranslit): Renamed from mem_iconveha.
35755         (mem_iconveha): New function.
35756         (str_iconveha_notranslit): Renamed from str_iconveha.
35757         (str_iconveha): New function.
35758         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
35759         c-strcase.
35760
35761 2007-01-23  Bruno Haible  <bruno@clisp.org>
35762
35763         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
35764         encodings without forgiving before trying any encoding with handler.
35765         (str_iconveha): Try all encodings without forgiving before trying any
35766         encoding with handler.
35767
35768 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35769
35770         Import the following changes from libc.
35771
35772         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35773
35774         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
35775
35776         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35777
35778         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
35779         normal_bracket label.
35780
35781         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
35782
35783         [BZ #361]
35784         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
35785         to normal_bracket after fetching the next character.
35786
35787 2007-01-22  Bruno Haible  <bruno@clisp.org>
35788
35789         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
35790         argument.
35791         * lib/striconveh.c (iconv_carefully_1): New function.
35792         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
35793         argument.
35794         (str_cd_iconveh): Update.
35795         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
35796         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
35797         * tests/test-striconveh.c (MAGIC): New macro.
35798         (new_offsets): New function.
35799         (main): Test call with and without offsets.
35800
35801 2007-01-22  Bruno Haible  <bruno@clisp.org>
35802
35803         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
35804         * modules/sys_select (Makefile.am): Likewise.
35805         * modules/sys_socket (Makefile.am): Likewise.
35806         * modules/sys_time (Makefile.am): Likewise.
35807
35808 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35809
35810         * modules/gettimeofday (License): Change from GPL to LGPL, since
35811         gettimeofday is a library function.
35812
35813 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35814
35815         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
35816
35817 2007-01-21  Bruno Haible  <bruno@clisp.org>
35818
35819         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
35820
35821 2007-01-21  Bruno Haible  <bruno@clisp.org>
35822
35823         * modules/striconveha: New file.
35824         * lib/striconveha.h: New file.
35825         * lib/striconveha.c: New file.
35826         * MODULES.html.sh (Internationalization functions): Add striconveha.
35827         * lib/striconv.c (str_iconv): Optimize the case of an empty input
35828         string.
35829         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
35830
35831 2007-01-21  Bruno Haible  <bruno@clisp.org>
35832
35833         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
35834         * lib/striconveh.c (str_iconveh): Likewise.
35835
35836 2007-01-21  Bruno Haible  <bruno@clisp.org>
35837
35838         * lib/striconveh.h (mem_iconveh): New declaration.
35839         * lib/striconveh.c (mem_iconveh): New function.
35840         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
35841
35842 2007-01-21  Bruno Haible  <bruno@clisp.org>
35843
35844         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
35845
35846         * lib/striconveh.h (mem_cd_iconveh): Change specification.
35847         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
35848         original result buffer.
35849         (str_cd_iconveh): Update.
35850         * tests/test-striconveh.c (main): Update.
35851
35852         * lib/striconv.h (mem_cd_iconv): Change specification.
35853         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
35854         result buffer.
35855         (str_cd_iconv): Update.
35856         * tests/test-striconv.c (main): Update.
35857
35858 2007-01-21  Bruno Haible  <bruno@clisp.org>
35859
35860         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
35861
35862 2007-01-20  Jim Meyering  <jim@meyering.net>
35863
35864         * lib/userspec.c (parse_with_separator): If a user or group string
35865         starts with "+", skip the corresponding name-to-ID look-up, since
35866         such a look-up must fail: user and group names may not include "+".
35867
35868 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35869
35870         * lib/poll.c: Include sys/time.h and time.h unconditionally,
35871         since we now assume the sys_time module.
35872         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
35873         check for sys/time.h; no longer needed.
35874         * modules/poll (Depends-on): Depend on sys_time.
35875
35876 2007-01-18  Bruno Haible  <bruno@clisp.org>
35877
35878         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
35879         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35880
35881         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
35882         gettimeofday.
35883
35884         * tests/test-gettimeofday.c: Include <time.h>.
35885         (dummy): Remove variable.
35886
35887         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
35888         gl_HEADER_SYS_TIME_H.
35889         (gl_HEADER_SYS_TIME_H): New macro.
35890
35891         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35892         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35893         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
35894         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
35895         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35896         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
35897         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
35898         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35899         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
35900         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
35901         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35902
35903         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
35904         last change; it caused a compilation error when cross-compiling to
35905         Cygwin.
35906
35907 2007-01-18  Jim Meyering  <jim@meyering.net>
35908
35909         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
35910         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
35911         than the race-prone "test -d sys || mkdir sys".
35912         (configure.ac): Use AC_PROG_MKDIR_P.
35913         * modules/sys_select: Likewise.
35914         * modules/sys_socket: Likewise.
35915         * modules/sys_time: Likewise.
35916
35917 2007-01-18  Eric Blake  <ebb9@byu.net>
35918
35919         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
35920         replace gettimeofday.
35921         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
35922         name, to avoid infinite recursion.
35923
35924 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
35925
35926         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
35927         module sys_time.
35928         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
35929         assume timespec.h defines struct timeval.
35930         * lib/settime.c: Likewise.
35931         * lib/utimens.c: Likewise.
35932         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
35933         since we now assume the gettimeofday module.
35934         * lib/tempname.c (__gen_tempname): Likewise.
35935         * lib/gettimeofday.h: Remove.
35936         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
35937         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
35938         Include <time.h>, for 'time()'.
35939         (localtime_buffer_addr): Also use this workaround if
35940         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
35941         to simplify the uses.  All uses changed.
35942         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
35943         that #undef is inside {}, and 'const' follows type name consistently.
35944         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
35945         (gettimeofday): Do not use the maximum possible value for
35946         tv->tv_usec, since that might break usages other than ls.c.
35947         Instead, we'll leave ls.c alone.  This undoes today's patch
35948         by Bruno.  Add a compile-time warning for 1s-clock resolution;
35949         we've never observed the problem but might as well keep the
35950         canary.
35951         * lib/nanosleep.c: Include timespec.h first, for interface check.
35952         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
35953         now assume the sys_time module.
35954         * lib/tempname.c: Likewise.
35955         * lib/timespec.h: Likewise.
35956         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
35957         needed.
35958         * lib/strftime.c: Likewise.
35959         * lib/timespec.h: Likewise.
35960         * lib/posixtm.c: Include posixtm.h first, for interface check.
35961         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
35962         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
35963         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
35964         * lib/sys_time_.h: New file.
35965         * lib/timespec.h (struct timespec): Use long int, not long.
35966         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35967         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
35968         Remove obsolescent call to AC_HEADER_TIME.
35969         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
35970         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35971         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35972         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
35973         Likewise.
35974         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
35975         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
35976         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
35977         into the sys_time module.  Check for gettimeofday just once.
35978         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
35979         for gettimeofday signature to just check the signature.  Merely
35980         compile it, since linking doesn't test signature.  Improve test for
35981         whether gettimeofday.o is actually needed.
35982         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
35983         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
35984         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
35985         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35986         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
35987         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
35988         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
35989         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
35990         than worrying about sys/time.h.
35991         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35992         Don't bother worrying about TIME_WITH_SYS_TIME.
35993         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
35994         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
35995         * m4/sys_time_h.m4: New file.
35996         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
35997         Don't include sys/time.h.  Return from main rather than exiting.
35998         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
35999         all uses changed.
36000         * modules/gethrxtime (Depends-on): Add sys_time.
36001         * modules/gettime (Depends-on): Likewise.
36002         * modules/gettimeofday (Depends-on): Likewise.
36003         * modules/nanosleep (Depends-on): Likewise.
36004         * modules/settime (Depends-on): Likewise.
36005         * modules/tempname (Depends-on): Likewise.
36006         * modules/utimens (Depends-on): Likewise.
36007         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
36008         (Include:) Change back to <sys/time.h>.
36009         (Maintainer:) Add self.
36010         * modules/sys_time: New file.
36011         * modules/tempname (Depends-on): Add gettimeofday.
36012         * tests/test-gettimeofday.c: Include <sys/time.h>
36013         rather than gettimeofday.h.
36014
36015 2007-01-17  Bruno Haible  <bruno@clisp.org>
36016
36017         * gnulib-tool (func_get_license): Revert last patch. Instead, let
36018         the license default to GPL.
36019         (func_create_testdir): Don't complain if a module is LGPL and its
36020         tests module depends on GPLed modules.
36021
36022 2007-01-17  Bruno Haible  <bruno@clisp.org>
36023
36024         * lib/gettimeofday.c (gettimeofday): Add code for the case
36025         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
36026         maximum possible value for tv->tv_usec, rather than the minimum one.
36027
36028 2005-10-08  Martin Lambers  <marlam@marlam.de>
36029 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
36030 2007-01-16  Bruno Haible  <bruno@clisp.org>
36031
36032         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
36033         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
36034         gl_FUNC_GETTIMEOFDAY.
36035         (Include): Add gettimeofday.h.
36036         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
36037         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
36038         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
36039         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
36040         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
36041         * lib/gettimeofday.h: New file.
36042         * lib/gettimeofday.c: Include <sys/timeb.h>.
36043         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
36044         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36045         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
36046         fall back on time().
36047
36048         * tests/test-gettimeofday.c: New file.
36049         * modules/gettimeofday-tests: New file.
36050
36051 2007-01-16  Eric Blake  <ebb9@byu.net>
36052
36053         * modules/fnmatch (Depends-on): Depend on wchar.
36054         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
36055         * m4/fnmatch.m4: Likewise.
36056         * modules/mbchar (Makefile.am): Assume <wchar.h>.
36057         * m4/mbchar.m4: Likewise.
36058         * modules/mbswidth (Depends-on): Depend on wchar.
36059         * lib/mbswidth.c: Assume <wchar.h>.
36060         * m4/mbswidth.m4: Likewise.
36061         * modules/quotearg (Depends-on): Depend on wchar.
36062         * lib/quotearg.c: Assume <wchar.h>.
36063         * m4/quotearg.m4: Likewise.
36064         * modules/regex (Depends-on): Depend on wchar.
36065         * lib/regex_internal.h: Assume <wchar.h>.
36066         * m4/regex.m4: Likewise.
36067         * modules/stdint (Depends-on): Depend on wchar.
36068         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
36069         * m4/stdint.m4: Likewise.
36070         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
36071         * modules/strftime (Depends-on): Depend on wchar.
36072         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
36073         * modules/strtol (Depends-on): Depend on wchar.
36074         * lib/strtol.c: Assume <wchar.h>.
36075         * modules/wcwidth (Depends-on): Depend on wchar.
36076         * lib/wcwidth.h: Assume <wchar.h>.
36077         * m4/wcwidth.m4: Likewise.
36078
36079 2007-01-16  Bruno Haible  <bruno@clisp.org>
36080
36081         * modules/csharpexec-script: New, created from...
36082         * modules/csharpexec: ... this.
36083
36084 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
36085
36086         * modules/javaexec-script: New, created from...
36087         * modules/javaexec: ... this.
36088
36089 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36090
36091         * modules/poll (Dependencies): Add sys_select.
36092
36093 2007-01-15  Jim Meyering  <jim@meyering.net>
36094
36095         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
36096         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
36097         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
36098         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
36099
36100 2007-01-15  Bruno Haible  <bruno@clisp.org>
36101
36102         * modules/striconveh: New file.
36103         * lib/striconveh.h: New file.
36104         * lib/striconveh.c: New file.
36105         * MODULES.html.sh (Internationalization functions): Add striconveh.
36106
36107         * modules/striconveh-tests: New file.
36108         * tests/test-striconveh.c: New file.
36109
36110 2007-01-15  Bruno Haible  <bruno@clisp.org>
36111
36112         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
36113         not from GNU libiconv or GNU libc.
36114
36115 2007-01-15  Bruno Haible  <bruno@clisp.org>
36116
36117         * doc/gnulib-intro.texi (Copyright): Explain the different license
36118         terms for module descriptions, autoconf macros, tests, documentation.
36119
36120 2007-01-14  Bruno Haible  <bruno@clisp.org>
36121
36122         * modules/striconv-tests: New file.
36123         * tests/test-striconv.c: New file.
36124
36125 2007-01-14  Bruno Haible  <bruno@clisp.org>
36126
36127         * modules/iconv-tests: New file.
36128         * tests/test-iconv.c: New file.
36129
36130 2007-01-14  Bruno Haible  <bruno@clisp.org>
36131
36132         * gnulib-tool (func_get_license): For test modules, use the license of
36133         the main module.
36134
36135 2007-01-14  Bruno Haible  <bruno@clisp.org>
36136
36137         * modules/iconv (Include): Clarify that <iconv.h> can only be included
36138         if iconv is found to exist.
36139
36140 2007-01-14  Bruno Haible  <bruno@clisp.org>
36141
36142         * modules/c-ctype-tests: New file.
36143         * tests/test-c-ctype.c: New file.
36144
36145 2007-01-14  Bruno Haible  <bruno@clisp.org>
36146
36147         * modules/binary-io-tests: New file.
36148         * tests/test-binary-io.sh: New file.
36149         * tests/test-binary-io.c: New file.
36150
36151 2007-01-14  Bruno Haible  <bruno@clisp.org>
36152
36153         * modules/array-oset-tests: New file.
36154         * tests/test-array_oset.c: New file.
36155
36156 2007-01-14  Bruno Haible  <bruno@clisp.org>
36157
36158         * modules/array-list-tests: New file.
36159         * tests/test-array_list.c: New file.
36160
36161 2007-01-14  Bruno Haible  <bruno@clisp.org>
36162
36163         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
36164         and make.
36165         Reported by Simon Josefsson in
36166         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
36167
36168 2007-01-14  Bruno Haible  <bruno@clisp.org>
36169
36170         * modules/allocsa-tests: New file.
36171         * tests/test-allocsa.c: New file.
36172
36173 2007-01-14  Bruno Haible  <bruno@clisp.org>
36174
36175         * modules/fchdir (Depends-on): Add absolute-header.
36176         * modules/unistd (Depends-on): Likewise.
36177
36178 2006-12-30  Bruno Haible  <bruno@clisp.org>
36179
36180         * modules/fchdir: New file.
36181         * modules/unistd (Files): Add lib/unistd_.h.
36182         (Makefile.am): Generate unistd.h from unistd_.h.
36183         * lib/fchdir.c: New file.
36184         * lib/dirent_.h: New file.
36185         * lib/unistd_.h: New file.
36186         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
36187         * m4/fchdir.m4: New file.
36188         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
36189         (gl_HEADER_UNISTD): Invoke it.
36190         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
36191         function.
36192         * lib/backupfile.c (opendir, closedir): Undefine.
36193         * lib/chown.c (open, close): Undefine.
36194         * lib/clean-temp.c (open, close): Undefine.
36195         * lib/copy-file.c (open, close): Undefine.
36196         * lib/execute.c (open, close): Undefine.
36197         * lib/fsusage.c (open, close): Undefine.
36198         * lib/gc-gnulib.c (open, close): Undefine.
36199         * lib/getcwd.c (opendir, closedir): Undefine.
36200         * lib/glob.c (opendir, closedir): Undefine.
36201         * lib/javacomp.c (open, close): Undefine.
36202         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
36203         * lib/openat-proc.c (open, close): Undefine.
36204         * lib/pagealign_alloc.c (open, close): Undefine.
36205         * lib/pipe.c (open, close): Undefine.
36206         * lib/progreloc.c (open, close): Undefine.
36207         * lib/savedir.c (opendir, closedir): Undefine.
36208         * lib/utime.c (open, close): Undefine.
36209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
36210
36211 2007-01-10  Bruno Haible  <bruno@clisp.org>
36212
36213         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
36214
36215 2007-01-12  Eric Blake  <ebb9@byu.net>
36216
36217         Provide a robust <wchar.h>.  Further simplifications are now
36218         possible in other modules, but not included here.
36219         * modules/wchar: New module.
36220         * m4/wchar.m4: New file.
36221         * lib/wchar_.h: Likewise.
36222         * modules/mbchar (Depends-on): Depend on wchar, as the first use
36223         of the new module.
36224         * MODULES.html.sh (Extended multibyte and wide character utilities):
36225         New section.
36226
36227 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
36228
36229         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
36230         to a reasonable default for memory allocation.
36231         (xreadlink): Don't allocate a huge buffer, to work around a buggy
36232         file system that reports garbage st_size values for symlinks.
36233         Problem reported by Liyang Hu.
36234
36235 2007-01-11  Simon Josefsson  <simon@josefsson.org>
36236
36237         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
36238         Emacs .#* auto-save files).
36239
36240 2007-01-11  Bruno Haible  <bruno@clisp.org>
36241
36242         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
36243         directory.
36244
36245 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36246
36247         Use @...@ consistently in lib/wctype_.h.
36248         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
36249         on it being set to 1 or 0.
36250         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
36251         go back to AC_SUBSTing it.
36252         * modules/wctype (Makefile.am): Undo previous change.
36253
36254 2007-01-10  Eric Blake  <ebb9@byu.net>
36255
36256         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
36257         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
36258         * modules/wctype (Makefile.am): Likewise.
36259         Reported by Chris McGuire.
36260
36261 2007-01-10  Jim Meyering  <jim@meyering.net>
36262
36263         fts.c: a small readability/maintainability improvement
36264         * lib/fts.c (fts_read): Make this code slightly more readable and
36265         maintainable by hoisting the "sp->fts_cur = p" assignments to
36266         immediately follow the statements that set P.  Derived from
36267         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
36268
36269 2007-01-10  Eric Blake  <ebb9@byu.net>
36270
36271         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
36272         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
36273         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36274         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
36275         Reported by Chris McGuire.
36276
36277 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36278
36279         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
36280         in sed script.
36281
36282 2007-01-09  Bruno Haible  <bruno@clisp.org>
36283
36284         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
36285         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
36286         variables.
36287         (func_module): Use them.
36288
36289 2007-01-09  Bruno Haible  <bruno@clisp.org>
36290
36291         * modules/unistr/base: New file.
36292         * lib/unistr.h: New file.
36293
36294         * modules/unistr/u8-to-u16: New file.
36295         * lib/unistr/u8-to-u16.c: New file.
36296
36297         * modules/unistr/u8-to-u32: New file.
36298         * lib/unistr/u8-to-u32.c: New file.
36299
36300         * modules/unistr/u16-to-u8: New file.
36301         * lib/unistr/u16-to-u8.c: New file.
36302
36303         * modules/unistr/u16-to-u32: New file.
36304         * lib/unistr/u16-to-u32.c: New file.
36305
36306         * modules/unistr/u32-to-u8: New file.
36307         * lib/unistr/u32-to-u8.c: New file.
36308
36309         * modules/unistr/u32-to-u16: New file.
36310         * lib/unistr/u32-to-u16.c: New file.
36311
36312         * modules/unistr/u8-check: New file.
36313         * modules/unistr/u16-check: New file.
36314         * modules/unistr/u32-check: New file.
36315         * lib/unistr/u8-check.c: New file.
36316         * lib/unistr/u16-check.c: New file.
36317         * lib/unistr/u32-check.c: New file.
36318
36319         * modules/unistr/u8-chr: New file.
36320         * modules/unistr/u16-chr: New file.
36321         * modules/unistr/u32-chr: New file.
36322         * lib/unistr/u8-chr.c: New file.
36323         * lib/unistr/u16-chr.c: New file.
36324         * lib/unistr/u32-chr.c: New file.
36325
36326         * modules/unistr/u8-cmp: New file.
36327         * modules/unistr/u16-cmp: New file.
36328         * modules/unistr/u32-cmp: New file.
36329         * lib/unistr/u8-cmp.c: New file.
36330         * lib/unistr/u16-cmp.c: New file.
36331         * lib/unistr/u32-cmp.c: New file.
36332
36333         * modules/unistr/u8-cpy: New file.
36334         * modules/unistr/u16-cpy: New file.
36335         * modules/unistr/u32-cpy: New file.
36336         * lib/unistr/u8-cpy.c: New file.
36337         * lib/unistr/u16-cpy.c: New file.
36338         * lib/unistr/u32-cpy.c: New file.
36339         * lib/unistr/u-cpy.h: New file.
36340
36341         * modules/unistr/u8-cpy-alloc: New file.
36342         * modules/unistr/u16-cpy-alloc: New file.
36343         * modules/unistr/u32-cpy-alloc: New file.
36344         * lib/unistr/u8-cpy-alloc.c: New file.
36345         * lib/unistr/u16-cpy-alloc.c: New file.
36346         * lib/unistr/u32-cpy-alloc.c: New file.
36347         * lib/unistr/u-cpy-alloc.h: New file.
36348
36349         * modules/unistr/u8-endswith: New file.
36350         * modules/unistr/u16-endswith: New file.
36351         * modules/unistr/u32-endswith: New file.
36352         * lib/unistr/u8-endswith.c: New file.
36353         * lib/unistr/u16-endswith.c: New file.
36354         * lib/unistr/u32-endswith.c: New file.
36355         * lib/unistr/u-endswith.h: New file.
36356
36357         * modules/unistr/u8-mblen: New file.
36358         * modules/unistr/u16-mblen: New file.
36359         * modules/unistr/u32-mblen: New file.
36360         * lib/unistr/u8-mblen.c: New file.
36361         * lib/unistr/u16-mblen.c: New file.
36362         * lib/unistr/u32-mblen.c: New file.
36363
36364         * modules/unistr/u8-mbtouc: New file.
36365         * modules/unistr/u16-mbtouc: New file.
36366         * modules/unistr/u32-mbtouc: New file.
36367         * lib/unistr/u8-mbtouc.c: New file.
36368         * lib/unistr/u16-mbtouc.c: New file.
36369         * lib/unistr/u32-mbtouc.c: New file.
36370
36371         * modules/unistr/u8-mbtouc-safe: New file.
36372         * modules/unistr/u16-mbtouc-safe: New file.
36373         * modules/unistr/u32-mbtouc-safe: New file.
36374         * lib/unistr/u8-mbtouc-safe.c: New file.
36375         * lib/unistr/u16-mbtouc-safe.c: New file.
36376         * lib/unistr/u32-mbtouc-safe.c: New file.
36377
36378         * modules/unistr/u8-move: New file.
36379         * modules/unistr/u16-move: New file.
36380         * modules/unistr/u32-move: New file.
36381         * lib/unistr/u8-move.c: New file.
36382         * lib/unistr/u16-move.c: New file.
36383         * lib/unistr/u32-move.c: New file.
36384         * lib/unistr/u-move.h: New file.
36385
36386         * modules/unistr/u8-next: New file.
36387         * modules/unistr/u16-next: New file.
36388         * modules/unistr/u32-next: New file.
36389         * lib/unistr/u8-next.c: New file.
36390         * lib/unistr/u16-next.c: New file.
36391         * lib/unistr/u32-next.c: New file.
36392
36393         * modules/unistr/u8-prev: New file.
36394         * modules/unistr/u16-prev: New file.
36395         * modules/unistr/u32-prev: New file.
36396         * lib/unistr/u8-prev.c: New file.
36397         * lib/unistr/u16-prev.c: New file.
36398         * lib/unistr/u32-prev.c: New file.
36399
36400         * modules/unistr/u8-set: New file.
36401         * modules/unistr/u16-set: New file.
36402         * modules/unistr/u32-set: New file.
36403         * lib/unistr/u8-set.c: New file.
36404         * lib/unistr/u16-set.c: New file.
36405         * lib/unistr/u32-set.c: New file.
36406         * lib/unistr/u-set.h: New file.
36407
36408         * modules/unistr/u8-startswith: New file.
36409         * modules/unistr/u16-startswith: New file.
36410         * modules/unistr/u32-startswith: New file.
36411         * lib/unistr/u8-startswith.c: New file.
36412         * lib/unistr/u16-startswith.c: New file.
36413         * lib/unistr/u32-startswith.c: New file.
36414         * lib/unistr/u-startswith.h: New file.
36415
36416         * modules/unistr/u8-stpcpy: New file.
36417         * modules/unistr/u16-stpcpy: New file.
36418         * modules/unistr/u32-stpcpy: New file.
36419         * lib/unistr/u8-stpcpy.c: New file.
36420         * lib/unistr/u16-stpcpy.c: New file.
36421         * lib/unistr/u32-stpcpy.c: New file.
36422         * lib/unistr/u-stpcpy.h: New file.
36423
36424         * modules/unistr/u8-stpncpy: New file.
36425         * modules/unistr/u16-stpncpy: New file.
36426         * modules/unistr/u32-stpncpy: New file.
36427         * lib/unistr/u8-stpncpy.c: New file.
36428         * lib/unistr/u16-stpncpy.c: New file.
36429         * lib/unistr/u32-stpncpy.c: New file.
36430         * lib/unistr/u-stpncpy.h: New file.
36431
36432         * modules/unistr/u8-strcat: New file.
36433         * modules/unistr/u16-strcat: New file.
36434         * modules/unistr/u32-strcat: New file.
36435         * lib/unistr/u8-strcat.c: New file.
36436         * lib/unistr/u16-strcat.c: New file.
36437         * lib/unistr/u32-strcat.c: New file.
36438         * lib/unistr/u-strcat.h: New file.
36439
36440         * modules/unistr/u8-strchr: New file.
36441         * modules/unistr/u16-strchr: New file.
36442         * modules/unistr/u32-strchr: New file.
36443         * lib/unistr/u8-strchr.c: New file.
36444         * lib/unistr/u16-strchr.c: New file.
36445         * lib/unistr/u32-strchr.c: New file.
36446
36447         * modules/unistr/u8-strcmp: New file.
36448         * modules/unistr/u16-strcmp: New file.
36449         * modules/unistr/u32-strcmp: New file.
36450         * lib/unistr/u8-strcmp.c: New file.
36451         * lib/unistr/u16-strcmp.c: New file.
36452         * lib/unistr/u32-strcmp.c: New file.
36453
36454         * modules/unistr/u8-strcpy: New file.
36455         * modules/unistr/u16-strcpy: New file.
36456         * modules/unistr/u32-strcpy: New file.
36457         * lib/unistr/u8-strcpy.c: New file.
36458         * lib/unistr/u16-strcpy.c: New file.
36459         * lib/unistr/u32-strcpy.c: New file.
36460         * lib/unistr/u-strcpy.h: New file.
36461
36462         * modules/unistr/u8-strcspn: New file.
36463         * modules/unistr/u16-strcspn: New file.
36464         * modules/unistr/u32-strcspn: New file.
36465         * lib/unistr/u8-strcspn.c: New file.
36466         * lib/unistr/u16-strcspn.c: New file.
36467         * lib/unistr/u32-strcspn.c: New file.
36468         * lib/unistr/u-strcspn.h: New file.
36469
36470         * modules/unistr/u8-strdup: New file.
36471         * modules/unistr/u16-strdup: New file.
36472         * modules/unistr/u32-strdup: New file.
36473         * lib/unistr/u8-strdup.c: New file.
36474         * lib/unistr/u16-strdup.c: New file.
36475         * lib/unistr/u32-strdup.c: New file.
36476         * lib/unistr/u-strdup.h: New file.
36477
36478         * modules/unistr/u8-strlen: New file.
36479         * modules/unistr/u16-strlen: New file.
36480         * modules/unistr/u32-strlen: New file.
36481         * lib/unistr/u8-strlen.c: New file.
36482         * lib/unistr/u16-strlen.c: New file.
36483         * lib/unistr/u32-strlen.c: New file.
36484         * lib/unistr/u-strlen.h: New file.
36485
36486         * modules/unistr/u8-strmblen: New file.
36487         * modules/unistr/u16-strmblen: New file.
36488         * modules/unistr/u32-strmblen: New file.
36489         * lib/unistr/u8-strmblen.c: New file.
36490         * lib/unistr/u16-strmblen.c: New file.
36491         * lib/unistr/u32-strmblen.c: New file.
36492
36493         * modules/unistr/u8-strmbtouc: New file.
36494         * modules/unistr/u16-strmbtouc: New file.
36495         * modules/unistr/u32-strmbtouc: New file.
36496         * lib/unistr/u8-strmbtouc.c: New file.
36497         * lib/unistr/u16-strmbtouc.c: New file.
36498         * lib/unistr/u32-strmbtouc.c: New file.
36499
36500         * modules/unistr/u8-strncat: New file.
36501         * modules/unistr/u16-strncat: New file.
36502         * modules/unistr/u32-strncat: New file.
36503         * lib/unistr/u8-strncat.c: New file.
36504         * lib/unistr/u16-strncat.c: New file.
36505         * lib/unistr/u32-strncat.c: New file.
36506         * lib/unistr/u-strncat.h: New file.
36507
36508         * modules/unistr/u8-strncmp: New file.
36509         * modules/unistr/u16-strncmp: New file.
36510         * modules/unistr/u32-strncmp: New file.
36511         * lib/unistr/u8-strncmp.c: New file.
36512         * lib/unistr/u16-strncmp.c: New file.
36513         * lib/unistr/u32-strncmp.c: New file.
36514
36515         * modules/unistr/u8-strncpy: New file.
36516         * modules/unistr/u16-strncpy: New file.
36517         * modules/unistr/u32-strncpy: New file.
36518         * lib/unistr/u8-strncpy.c: New file.
36519         * lib/unistr/u16-strncpy.c: New file.
36520         * lib/unistr/u32-strncpy.c: New file.
36521         * lib/unistr/u-strncpy.h: New file.
36522
36523         * modules/unistr/u8-strnlen: New file.
36524         * modules/unistr/u16-strnlen: New file.
36525         * modules/unistr/u32-strnlen: New file.
36526         * lib/unistr/u8-strnlen.c: New file.
36527         * lib/unistr/u16-strnlen.c: New file.
36528         * lib/unistr/u32-strnlen.c: New file.
36529         * lib/unistr/u-strnlen.h: New file.
36530
36531         * modules/unistr/u8-strpbrk: New file.
36532         * modules/unistr/u16-strpbrk: New file.
36533         * modules/unistr/u32-strpbrk: New file.
36534         * lib/unistr/u8-strpbrk.c: New file.
36535         * lib/unistr/u16-strpbrk.c: New file.
36536         * lib/unistr/u32-strpbrk.c: New file.
36537         * lib/unistr/u-strpbrk.h: New file.
36538
36539         * modules/unistr/u8-strrchr: New file.
36540         * modules/unistr/u16-strrchr: New file.
36541         * modules/unistr/u32-strrchr: New file.
36542         * lib/unistr/u8-strrchr.c: New file.
36543         * lib/unistr/u16-strrchr.c: New file.
36544         * lib/unistr/u32-strrchr.c: New file.
36545
36546         * modules/unistr/u8-strspn: New file.
36547         * modules/unistr/u16-strspn: New file.
36548         * modules/unistr/u32-strspn: New file.
36549         * lib/unistr/u8-strspn.c: New file.
36550         * lib/unistr/u16-strspn.c: New file.
36551         * lib/unistr/u32-strspn.c: New file.
36552         * lib/unistr/u-strspn.h: New file.
36553
36554         * modules/unistr/u8-strstr: New file.
36555         * modules/unistr/u16-strstr: New file.
36556         * modules/unistr/u32-strstr: New file.
36557         * lib/unistr/u8-strstr.c: New file.
36558         * lib/unistr/u16-strstr.c: New file.
36559         * lib/unistr/u32-strstr.c: New file.
36560         * lib/unistr/u-strstr.h: New file.
36561
36562         * modules/unistr/u8-strtok: New file.
36563         * modules/unistr/u16-strtok: New file.
36564         * modules/unistr/u32-strtok: New file.
36565         * lib/unistr/u8-strtok.c: New file.
36566         * lib/unistr/u16-strtok.c: New file.
36567         * lib/unistr/u32-strtok.c: New file.
36568         * lib/unistr/u-strtok.h: New file.
36569
36570         * modules/unistr/u8-uctomb: New file.
36571         * modules/unistr/u16-uctomb: New file.
36572         * modules/unistr/u32-uctomb: New file.
36573         * lib/unistr/u8-uctomb.c: New file.
36574         * lib/unistr/u16-uctomb.c: New file.
36575         * lib/unistr/u32-uctomb.c: New file.
36576
36577         * MODULES.html.sh (Unicode string functions): Add the new modules.
36578
36579 2007-01-08  Bruno Haible  <bruno@clisp.org>
36580
36581         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36582         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36583         subdirectories.
36584
36585 2007-01-08  Karl Berry  <karl@gnu.org>
36586
36587         * doc/error.texi: mention that main() fns must set program_name
36588         when progname is used.
36589
36590 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36591
36592         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36593         WCTYPE_H is empty, for the benefit of builds from non-distclean
36594         directories.  Problem reported by Eric Blake in
36595         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36596
36597 2007-01-08  Bruno Haible  <bruno@clisp.org>
36598
36599         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36600         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36601         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36602         PROVIDE_CANONICALIZE_FILENAME_MODE.
36603         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36604
36605 2007-01-08  Bruno Haible  <bruno@clisp.org>
36606
36607         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36608         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36609         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36610         * lib/fts.c: Likewise.
36611         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36612
36613 2006-12-25  Bruno Haible  <bruno@clisp.org>
36614
36615         * modules/utf8-ucs4-safe: New file.
36616         * lib/utf8-ucs4-safe.h: New file.
36617         * lib/unistr/utf8-ucs4-safe.c: New file.
36618
36619         * modules/utf16-ucs4-safe: New file.
36620         * lib/utf16-ucs4-safe.h: New file.
36621         * lib/unistr/utf16-ucs4-safe.c: New file.
36622
36623         * MODULES.html.sh (Unicode string functions): Add the new modules.
36624
36625 2007-01-08  Bruno Haible  <bruno@clisp.org>
36626
36627         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36628         (Depends-on): Add unitypes.
36629         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36630         (u8_mbtouc_aux): Move out to separate file.
36631         (u8_mbtouc): Use ucs4_t, uint8_t types.
36632         * lib/unistr/utf8-ucs4.c: New file.
36633
36634         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36635         (Depends-on): Add unitypes.
36636         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36637         (u16_mbtouc_aux): Move out to separate file.
36638         (u16_mbtouc): Use ucs4_t, uint16_t types.
36639         * lib/unistr/utf16-ucs4.c: New file.
36640
36641         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36642         (Depends-on): Add unitypes.
36643         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36644         (u8_uctomb_aux): Move out to separate file.
36645         (u8_uctomb): Use ucs4_t, uint8_t types.
36646         * lib/unistr/ucs4-utf8.c: New file.
36647
36648         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36649         (Depends-on): Add unitypes.
36650         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36651         (u16_uctomb_aux): Move out to separate file.
36652         (u16_uctomb): Use ucs4_t, uint16_t types.
36653         * lib/unistr/ucs4-utf16.c: New file.
36654
36655 2006-12-25  Bruno Haible  <bruno@clisp.org>
36656
36657         * modules/unitypes: New file.
36658         * lib/unitypes.h: New file.
36659         * MODULES.html.sh (func_all_modules): New section "Unicode string
36660         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36661         this section. Add unitypes.
36662
36663 2007-01-08  Bruno Haible  <bruno@clisp.org>
36664
36665         Avoid variable names that conflict with those from libtool.
36666         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36667         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36668         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36669         library_names_spec to acl_library_names_spec, hardcode_* to
36670         acl_hardcode_*.
36671         Reported by Ralf Wildenhues.
36672
36673 2007-01-08  Bruno Haible  <bruno@clisp.org>
36674
36675         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
36676         definition.
36677         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
36678         definition.
36679         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
36680         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
36681         definition.
36682         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
36683         definition.
36684         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
36685         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
36686         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
36687         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
36688         definition.
36689         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
36690         definition.
36691         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
36692         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
36693         GC_USE_<algorithm>.
36694         * lib/gc-libgcrypt.c: Likewise.
36695         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
36696         * modules/gc-arctwo (configure.ac): Likewise.
36697         * modules/gc-des (configure.ac): Likewise.
36698         * modules/gc-hmac-md5 (configure.ac): Likewise.
36699         * modules/gc-hmac-sha1 (configure.ac): Likewise.
36700         * modules/gc-md2 (configure.ac): Likewise.
36701         * modules/gc-md4 (configure.ac): Likewise.
36702         * modules/gc-md5 (configure.ac): Likewise.
36703         * modules/gc-random (configure.ac): Likewise.
36704         * modules/gc-rijndael (configure.ac): Likewise.
36705         * modules/gc-sha1 (configure.ac): Likewise.
36706
36707 2007-01-08  Bruno Haible  <bruno@clisp.org>
36708
36709         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
36710         macro definition.
36711         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
36712         definition.
36713         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
36714         definition.
36715         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
36716         * modules/fcntl-safer (configure.ac): Likewise.
36717         * modules/fopen-safer (configure.ac): Likewise.
36718         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
36719         GNULIB_FWRITEERROR macro definition.
36720
36721 2007-01-08  Bruno Haible  <bruno@clisp.org>
36722
36723         * m4/gnulib-common.m4: New file.
36724         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
36725         (func_get_filelist): Add m4/gnulib-common.m4.
36726
36727 2007-01-08  Bruno Haible  <bruno@clisp.org>
36728
36729         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
36730         command.
36731
36732 2007-01-08  Jim Meyering  <jim@meyering.net>
36733
36734         Use a more robust test for a "can't happen" condition.
36735         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
36736         narrowed the st_size value.  Presuming the "can't happen" condition
36737         is true, that narrowing could conceivably convert an invalid st_size
36738         value into a valid one.  Instead, use a change based on Matthew
36739         Woehlke's original patch.
36740
36741         Slight readability improvement: use an assert-like macro
36742         in place of literal "abort ()" uses.
36743         * lib/fts.c (fts_assert): Define.
36744         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
36745         Use this macro instead of a bare 'abort'.
36746
36747 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
36748
36749         Don't worry about using IRIX 5.3's wctype.h broken definitions;
36750         simply work around them.
36751         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
36752         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
36753         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
36754         declaring.
36755         Don't bother to define as macros, since the standard doesn't require it.
36756         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
36757         longer worry about IRIX 5.3.
36758         (HAVE_WCTYPE_CTMP_BUG): Remove.
36759
36760 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36761
36762         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36763         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
36764         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
36765         Problems reported by Georg Schwarz for IRIX 5.3.
36766
36767         * gnulib-tool (autoconf_minversion): Take the maximum version number
36768         found, not the minimum.  Problem reported by James Youngman.
36769
36770 2007-01-03  Karl Berry  <karl@gnu.org>
36771
36772         * doc/error.texi: new file, explaining interaction with progname.
36773         * doc/gnulib.texi: include it.  Update copyright.
36774
36775 2007-01-03  Simon Josefsson  <simon@josefsson.org>
36776
36777         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
36778         AC_CANONICAL_HOST, to improve autobuild outputs.
36779
36780 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
36781             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36782
36783         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
36784         sockets, server sockets, and other file descriptors.  Count errors
36785         to compute the return value.  Reorder the code a bit to be easier
36786         to follow.  Don't set event bits that were not requested (except
36787         POLLERR and POLLHUP).
36788
36789 2007-01-01  Bruno Haible  <bruno@clisp.org>
36790
36791         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
36792
36793 2007-01-03  Jim Meyering  <jim@meyering.net>
36794
36795         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
36796
36797 2007-01-02  Bruno Haible  <bruno@clisp.org>
36798
36799         * modules/settime (Include): Require timespec.h.
36800         * modules/nanosleep (Include): Likewise.
36801
36802 2007-01-01  Bruno Haible  <bruno@clisp.org>
36803
36804         * gnulib-tool (func_emit_copyright_notice): Bump year.
36805         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
36806
36807 2007-01-01  Bruno Haible  <bruno@clisp.org>
36808
36809         Improve support for OpenBSD.
36810         * build-aux/config.rpath (libname_spec): Export.
36811         (library_names_spec): New variable. Export.
36812         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
36813         library_names_spec from the config.rpath output. Locate shared library
36814         through the name pattern in library_names_spec.
36815
36816 2007-01-01  Eric Blake  <ebb9@byu.net>
36817
36818         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
36819
36820 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
36821
36822         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
36823         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
36824         assume the C locale, and avoid an "eval" that could cause trouble.
36825         Problem with SORT reported by Bob Proulx.
36826
36827         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
36828         Define.  Trivial patch from Henning Nielsen Lund, originally
36829         sent to bug-grep@gnu.org today.
36830
36831 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
36832
36833         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
36834         struct stat.  Problem reported by Henning Nielsen Lund.
36835         * lib/acl.c: Include acl.h first, to check interface.  Don't
36836         bother to include sys/types.h and sys/stat.h again.
36837
36838 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36839
36840         Import the following change from libc; problem reported by
36841         Sven Verdoolaege.
36842
36843         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
36844
36845         [BZ #1373]
36846         * lib/argp.h: Remove __NTH for __argp_usage inline function.
36847
36848 2006-12-28  Jim Meyering  <jim@meyering.net>
36849
36850         * build-aux/announce-gen: Do not assume that the package
36851         builds any of tar.gz, tar.bz2, and .xdelta files.
36852         Suggestion from Simon Josefsson.
36853
36854 2006-12-28  Simon Josefsson  <simon@josefsson.org>
36855
36856         * modules/announce-gen: New file.
36857
36858 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
36859
36860         * lib/mbchar.h: Just include <wctype.h>; the wctype module
36861         handles its gotchas now.
36862         * lib/mbswidth.c: Likewise.
36863         * lib/wcwidth.h: Likewise.
36864         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
36865         and iswcntrl; the wctype module does this stuff now.
36866         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36867         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36868         * modules/mbchar (Depends-on): Add wctype.
36869         * modules/mbswidth (Depends-on): Likewise.
36870         * modules/wcwidth (Depends-on): Likewise.
36871
36872 2006-12-27  Eric Blake  <ebb9@byu.net>
36873
36874         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
36875         module uses more than what <wctype.h> is required to provide.
36876
36877 2006-12-26  Eric Blake  <ebb9@byu.net>
36878
36879         * gnulib-tool (sed_extract_prog): Avoid space-tab.
36880
36881 2006-12-26  Eric Blake  <ebb9@byu.net>
36882
36883         * modules/absolute-header: New module.
36884         * modules/fcntl (Depends-on): Depend on it.
36885         * modules/inttypes (Depends-on): Likewise.
36886         * modules/stdint (Depends-on): Likewise.
36887         * modules/sys_stat (Depends-on): Likewise.
36888         * modules/wctype (Depends-on): Likewise.
36889         * MODULES.html.sh (Support for building libraries and
36890         executables): Document it.
36891
36892 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
36893
36894         * gnulib-tool (SED): Remove, undoing previous change.
36895         The problem was that it broke coreutils on Solaris, because
36896         "sed --posix" leaked into a makefile.
36897         (sed): New alias, if 'alias' and GNU sed.
36898
36899 2006-12-24  Jim Meyering  <jim@meyering.net>
36900
36901         Work around an fchownat bug in glibc-2.4:
36902         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
36903         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
36904         in spite of the -P option.
36905         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
36906         New macros.
36907         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
36908         * modules/openat (Files): Add lib/fchownat.c.
36909         * lib/openat.c (fchownat): Don't define here.  Move to...
36910         * lib/fchownat.c: ...this new file.
36911
36912 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36913
36914         Fix bug reported by Bruno Haible in
36915         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
36916         where quotearg.c didn't compile on Mac OS X 10.2 because it
36917         lacks <wchar.h> and wint_t.
36918         * lib/wctype_.h (__wctype_wint_t): New type.
36919         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
36920         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
36921         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
36922         Arg is now of type __wctype_wint_t, not wint_t.
36923         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
36924         substitute HAVE_WINT_T.
36925         * modules/wctype (Files): Add m4/wint_t.m4.
36926         (wctype.h): Substitute HAVE_WINT_T.
36927
36928 2006-12-23  Bruno Haible  <bruno@clisp.org>
36929
36930         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
36931
36932 2006-12-23  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
36935         S_ISLNK.
36936         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
36937         mingw.
36938
36939 2006-12-22  Bruno Haible  <bruno@clisp.org>
36940
36941         * lib/copy-file.c: Include acl.h.
36942         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
36943         Close the file descriptors only after being done with copy_acl.
36944         * modules/copy-file (Depends-on): Add acl.
36945
36946 2006-12-22  Bruno Haible  <bruno@clisp.org>
36947
36948         * gnulib-tool (SED): New variable.
36949         Use $SED instead of sed everywhere.
36950
36951 2006-12-22  Bruno Haible  <bruno@clisp.org>
36952
36953         * modules/no-c++: New file.
36954         * m4/no-c++.m4: New file.
36955         * MODULES.html.sh (Support for building libraries and executables):
36956         Add no-c++.
36957
36958 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
36959
36960         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36961         Include <limits.h>, and use its INT_MAX to rewrite the
36962         j loop so that it does not overflow 'int'.  Problem reported by
36963         Ralf Wildenhues in
36964         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
36965         Play it safe by shifting left by 1 rather than multiplying by 2,
36966         as GCC is less likely to optimize this away when the value
36967         is signed (when it assumes overflow leads to undefined behavior).
36968         Also, don't assume time_t uses two's complement.
36969
36970 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
36971
36972         * MODULES.html.sh: New module wctype.
36973         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
36974         * lib/fnmatch.c: Don't bother to include <wchar.h> before
36975         <wctype.h>, since the new wctype module should fix this.
36976         * lib/quotearg.c: Include <wctype.h> unconditionally, since
36977         the wctype module should arrange for it.
36978         * lib/regex_internal.h: Likewise.
36979         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
36980         since the wctype module should handle this now.
36981         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
36982         * modules/fnmatch (Depends-on): Add wctype.
36983         * modules/quotearg (Depends-on): Likewise.
36984         * modules/regex (Depends-on): Likewise.
36985
36986 2006-12-19  Bruno Haible  <bruno@clisp.org>
36987
36988         * lib/strdup.h [C++]: Wrap definitions in extern "C".
36989         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
36990
36991 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36992
36993         * modules/savewd (Depends-on): Fix dependency on fcntl.
36994
36995 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36996
36997         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
36998         conforms to C99, rather than relying on the user's environment
36999         setting of STDINT_H.
37000
37001 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
37002         and Eric Blake  <ebb9@byu.net>
37003
37004         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
37005         This is more consistent with the other defines here.
37006         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
37007         Port to z/OS.  Problem reported by Paul Gilmartin.
37008         Change local vars to use gl_ prefix rather than ac_.
37009         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
37010         with other defines.
37011         * modules/double-slash-root: New module.
37012         * modules/dirname (Files): Remove m4/double-slash-root.m4.
37013         (Depends-on): Add double-slash-root.
37014         * MODULES.html.sh (File system functions): Mention new module.
37015
37016 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
37017
37018         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
37019         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
37020         This is for the benefit of gzip, which doesn't do i18n.
37021
37022 2006-12-12  Jim Meyering  <jim@meyering.net>
37023
37024         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
37025         Reported by Andreas Schwab <schwab@suse.de>.
37026
37027 2006-12-12  Bruno Haible  <bruno@clisp.org>
37028
37029         Merge these changes.
37030         2006-09-05  Bruno Haible  <bruno@clisp.org>
37031         * lib/iconvme.c (iconv_string): No need to save and restore errno when
37032         iconv_alloc succeeded.
37033         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
37034         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
37035         test for " && dest " at the end - dest is always != NULL there. Call
37036         iconv with 4xNULL arguments initially, to reset the state. Call iconv
37037         with 2xNULL arguments, also to flush the state storage. Handle the
37038         IRIX iconv behaviour. Realloc the final result, to throw away unused
37039         memory.
37040
37041 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
37042
37043         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
37044         and fchmodat unconditionally, since glibc 2.4 has them.
37045         Problem reported by Arkadiusz Miskiewicz.
37046
37047 2006-12-10  Bruno Haible  <bruno@clisp.org>
37048
37049         * gnulib-tool (func_import): Show the include files only for those
37050         modules that are copied and specified.
37051         Reported by Karl Berry.
37052
37053 2006-12-08  Jim Meyering  <jim@meyering.net>
37054
37055         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
37056         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
37057
37058         * build-aux/announce-gen: Add two new options, both optional:
37059         --bootstrap-tools=TOOL_LIST
37060               a comma-separated list of tools, e.g.,
37061               autoconf,automake,bison,gnulib
37062         --gnulib-snapshot-date=DATE
37063               if gnulib is in the bootstrap tool list,
37064               then report this as the snapshot date.
37065               If not specified, use the current date/time.
37066               If you specify a date here, be sure it's UTC.
37067
37068 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37069
37070         * tests/test-argp-2.sh: Fix test to match actual output.
37071         (func_compare): Fix sed script to be portable.
37072
37073 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
37074
37075         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
37076         workaround for this case.  It is not autoconfigured now; offhand
37077         it's hard to see how to autoconfigure it.
37078
37079 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
37080
37081         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
37082         a directory that is about to be chowned.  Such a directory's
37083         initial file permissions should permit the owner only and this
37084         should not be changed until after the chown, since the group and
37085         other bits would be incorrect if they granted permission before
37086         the chown.
37087
37088         Fix porting problem for iswctype reported by Georg Schwarz in:
37089         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
37090         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
37091         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
37092         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
37093         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
37094
37095 2006-12-03  Jim Meyering  <jim@meyering.net>
37096
37097         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
37098         p->fts_statp may not yet be defined.
37099         (fts_read): Instead, set it in the caller, once p->fts_statp is
37100         sure to be defined, and corresponds to a top-level directory.
37101         This bug made du -x fail.  Here's the coreutils test case:
37102         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
37103         Reported by Mike Frysinger.
37104
37105 2006-12-01  Jim Meyering  <jim@meyering.net>
37106
37107         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
37108         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
37109         Reported by Simon Josefsson.
37110
37111 2006-11-30  Jim Meyering  <jim@meyering.net>
37112
37113         * m4/warning.m4: Use the all-permissive copyright notice
37114         recommended by RMS (rather than LGPL).
37115         * m4/vararrays.m4: Likewise.
37116         * m4/flexmember.m4: Likewise.
37117
37118 2006-11-29  Bruno Haible  <bruno@clisp.org>
37119
37120         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37121         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
37122         using +=.
37123         Reported by Simon Josefsson <simon@josefsson.org>.
37124
37125 2006-11-28  James Youngman <jay@gnu.org>
37126
37127         * README: Advise users that they might find the bug-gnulib@gnu.org
37128         and autotools-announce@gnu.org mailing lists useful.
37129
37130 2006-11-28  Bruno Haible  <bruno@clisp.org>
37131
37132         * m4/ptrdiff_max.m4: Remove file.
37133
37134 2006-11-21  Bruno Haible  <bruno@clisp.org>
37135
37136         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
37137         _AC_COMPUTE_INT.
37138         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37139         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
37140         _AC_COMPUTE_INT.
37141         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37142         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
37143         _AC_COMPUTE_INT.
37144         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37145
37146 2006-11-28  Jim Meyering  <jim@meyering.net>
37147
37148         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
37149         warning from "gcc -Wshadow" about shadowing the builtin.
37150
37151 2006-11-27  Bruno Haible  <bruno@clisp.org>
37152
37153         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
37154         _AC_COMPUTE_INT.
37155         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37156
37157 2006-11-27  Bruno Haible  <bruno@clisp.org>
37158             Paul Eggert  <eggert@cs.ucla.edu>
37159
37160         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
37161
37162 2006-11-26  Bruno Haible  <bruno@clisp.org>
37163
37164         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37165         noinst_LTLIBRARIES.
37166
37167 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37168             Bruno Haible  <bruno@clisp.org>
37169
37170         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
37171         if compiling with "gcc -ansi".
37172
37173 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37174
37175         Fix some incompatibilities with gcc -ansi -pedantic.
37176         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
37177         if compiling pedantically with GCC, unless it's C99 or later.
37178         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
37179         it mishandles gcc -ansi -pedantic as well.
37180         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
37181         if gcc -pedantic.
37182         * lib/regexec.c (check_node_accept_bytes): Don't use auto
37183         initializers for struct if -pedantic, unless it's C99 or later.
37184
37185 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
37186
37187         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
37188         Don't close an fd more than once. Identical atimes indicate
37189         success, not failure.
37190
37191 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
37192
37193         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
37194
37195 2006-11-23  Jim Meyering  <jim@meyering.net>
37196
37197         * build-aux/announce-gen: New file.  From coreutils.
37198
37199 2006-11-22  Jim Meyering  <jim@meyering.net>
37200
37201         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
37202         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
37203         (fts_read): Use a temporary to narrow the overused st_size member
37204         before using it in a switch statement.  Reported by Matthew Woehlke.
37205
37206         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
37207         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
37208
37209 2006-11-20  Bruno Haible  <bruno@clisp.org>
37210
37211         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
37212         changequote instead of pairs of brackets.
37213         Reported by Andreas Schwab <schwab@suse.de>.
37214
37215 2006-11-21  Jim Meyering  <jim@meyering.net>
37216
37217         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
37218         so as to remain compatible with older compilers.
37219         Patch from Michael Deutschmann.
37220
37221 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37222
37223         * MODULES.html.sh (File system functions): Add openat.
37224
37225         * lib/openat.h (rpl_fstatat): New macro, if
37226         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
37227         (fstatat): Define to rpl_fstatat under the same conditions,
37228         unless COMPILING_FSTATAT.
37229         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
37230         seems to have the bug.
37231         * lib/fstatat.c: New file.
37232         * modules/openat (Files): Add it.
37233
37234 2006-11-20  Bruno Haible  <bruno@clisp.org>
37235
37236         * Makefile: New file.
37237
37238 2006-11-20  Jim Meyering  <jim@meyering.net>
37239
37240         The beginnings of syntax-related checks for gnulib.
37241         * lib/Makefile: New file.
37242         * lib/t-idcache: New script.  Ensure that the two halves of
37243         idcache.c stay in sync.
37244
37245         * lib/idcache.c: Adjust comments in user- and group- portions to
37246         be more accurate, and to be consistent with one another.
37247
37248 2006-11-20  Jim Meyering  <jim@meyering.net>
37249
37250         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
37251         continue using the flexible array member (thus, this module performs
37252         half as many malloc calls), with the addition that...
37253         (getgroup, getuser): Consistently record a non-match via an empty
37254         "name" string, and map an empty string match to a NULL return value.
37255         * modules/idcache (Depends-on): Re-add flexmember.
37256
37257         * lib/idcache.c (getuser): Remove all uses of the register keyword.
37258         (getuidbyname, getgroup, getgidbyname): Likewise.
37259
37260         Use cleaner syntax: NULL rather than 0.
37261         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
37262
37263 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37264
37265         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
37266         It mishandled the case where the group was missing.
37267         Problem reported by Greg Schafer.
37268         * modules/idcache: Likewise.
37269
37270 2006-11-18  Jim Meyering  <jim@meyering.net>
37271
37272         * check-module (%exempt_header): Add exception for some
37273         conditionally-included headers.
37274
37275         * modules/i-ring (Depends-on): Add verify.
37276         (License): Change to LGPL.
37277
37278 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37279
37280         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
37281         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
37282         and inttostr.h.  Use snprintf rather than uinttostr, so that
37283         LGPLed code doesn't depend on GPLed.
37284
37285 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37286
37287         * modules/inline (License): Change from GPL to LGPL.
37288
37289 2006-11-17  Jim Meyering  <jim@meyering.net>
37290
37291         * modules/d-type (License): Switch to LGPL.
37292
37293 2006-11-15  Bruno Haible  <bruno@clisp.org>
37294
37295         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
37296
37297 2006-11-15  Eric Blake  <ebb9@byu.net>
37298
37299         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
37300         the module dependency.
37301
37302 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37303             Bruno Haible  <bruno@clisp.org>
37304
37305         * gnulib-tool (func_create_testdir): Add license consistency check.
37306
37307 2006-11-15  Eric Blake  <ebb9@byu.net>
37308
37309         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
37310         random "(cached)" in configure output.
37311
37312 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37313
37314         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
37315         test for conforming inttypes.h is both announced and cached.
37316
37317         * MODULES.html.sh (seen_modules, seen_files): New variables.
37318         (func_module): Rewrite to use a few less gnulib-tool and sed
37319         invocations.  Avoid a couple of quadratic algorithms for ...
37320         (missed_modules, missed_files): ... these, with ...
37321         (func_append, func_tmpdir): ... these new functions, from
37322         gnulib-tool.  Analogously, install traps for cleanup.
37323
37324         * tests/test-gc.c (main): Remove unused variables.
37325         * tests/test-read-file.c: Include stdlib.h, for 'free'.
37326
37327 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
37328
37329         * modules/inttostr (License): Change to LGPL.
37330
37331 2006-11-14  Eric Blake  <ebb9@byu.net>
37332
37333         * modules/tempname (License): Change to LGPL.
37334
37335 2006-11-14  Eric Blake  <ebb9@byu.net>
37336
37337         * doc/functions.texi (Function Portability): *printf functions on
37338         Cygwin now understand all POSIX size specifiers.
37339
37340 2006-11-14  Bruno Haible  <bruno@clisp.org>
37341
37342         * modules/c-ctype (License): Change to LGPL.
37343
37344 2006-11-12  Bruno Haible  <bruno@clisp.org>
37345
37346         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
37347         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
37348         for GNOME libraries, for which the include files are installed in
37349         subdirectories of $prefix/include.
37350
37351 2006-11-12  Bruno Haible  <bruno@clisp.org>
37352
37353         * m4/lib-link.m4: Require at least autoconf-2.54.
37354         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
37355         name to underscores for the --with option.
37356
37357 2006-11-13  Bruno Haible  <bruno@clisp.org>
37358
37359         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
37360         the tests directory.
37361         Reported by Ralf Wildenhues.
37362
37363 2006-11-13  Bruno Haible  <bruno@clisp.org>
37364
37365         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
37366         (func_emit_initmacro_end): Undo the override here.
37367         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37368         Works around the famous automake error in coreutils.
37369
37370 2006-11-13  Eric Blake  <ebb9@byu.net>
37371
37372         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37373         element, not its node.
37374
37375 2006-11-12  Bruno Haible  <bruno@clisp.org>
37376
37377         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
37378         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
37379
37380 2006-11-12  Bruno Haible  <bruno@clisp.org>
37381
37382         * gnulib-tool: New option --local-symlink.
37383         (func_usage): Document it.
37384         (lsymbolic): New variable.
37385         (func_import, func_create_testdir): If --symlink was not specified,
37386         test whether --local-symlink was specified and the file comes from
37387         the local_gnulib_dir.
37388
37389 2006-11-12  Bruno Haible  <bruno@clisp.org>
37390
37391         * gnulib-tool (func_ln): New function.
37392         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
37393
37394 2006-11-12  Bruno Haible  <bruno@clisp.org>
37395
37396         Finish support for source files in subdirectories.
37397         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
37398         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
37399         AUTOMAKE_OPTIONS.
37400         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
37401
37402 2006-11-12  Bruno Haible  <bruno@clisp.org>
37403
37404         * gnulib-tool (func_get_automake_snippet): Synthesize also an
37405         EXTRA_lib_SOURCES augmentation.
37406         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
37407
37408 2006-11-12  Jim Meyering  <jim@meyering.net>
37409
37410         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
37411         file descriptors.  This also averts a failure on systems with
37412         native openat support when a traversed directory lacks "x" access.
37413         * lib/fts_.h: Include "i-ring.h"
37414         (struct FTS) [fts_fd_ring]: New member.
37415         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
37416         (FCHDIR): Add parentheses.
37417         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
37418         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
37419         When descending, rather than simply closing the previous
37420         fts_cwd_fd value, push that file descriptor onto the ring.
37421         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
37422         (fts_open): Initialize the new fd_ring member.
37423         (fts_close): Clear the ring.
37424         (fts_safe_changedir): When possible, use our new fd_ring to skip
37425         the diropen and fstat and dev/ino comparison that would normally
37426         accompany a virtual `chdir ("..")'.
37427
37428         * modules/fts (Depends-on): Add i-ring.
37429         * modules/i-ring: New module.
37430         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
37431         * m4/i-ring.m4: New file.
37432
37433 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37434
37435         * gnulib-tool (func_create_testdir): Fix replacement of
37436         `build-aux' in configure.ac.  Run autotools in gltests
37437         subdirectory.
37438         (func_create_testdir, func_create_megatestdir, test): There is
37439         no need for '--force' in most autotool invocations in a new
37440         tree.  Actually fail the whole test if any of the tools, or the
37441         configure or make stages fail.
37442
37443         Sync from Automake.
37444         * build-aux/gnupload: Revert last change.  Add pointer to upload
37445         instructions of the GNU Maintenance Instructions.
37446         Suggestion by Karl Berry.
37447
37448 2006-11-10  Jim Meyering  <jim@meyering.net>
37449
37450         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
37451
37452 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37453
37454         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
37455         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
37456         (bind_textdomain_codeset) [! ENABLE_NLS]:
37457         Evaluate all the arguments.  That way, callers get compatible behavior
37458         if the arguments have side effects.  Also, it avoids some GCC
37459         diagnostics in some cases; Joel E. Denny reported problems when Bison
37460         was configured with --enable-gcc-warnigs.
37461
37462 2006-11-10  Jim Meyering  <jim@meyering.net>
37463
37464         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
37465         relevant options in CFLAGS (like -O, -fno-inline) are taken into
37466         account.
37467
37468 2006-11-10  Jim Meyering  <jim@meyering.net>
37469
37470         * modules/inline: New file/module.
37471         * modules/xalloc (Files): Remove m4/inline.m4.
37472         (Depends-on): Add inline, instead.
37473         * modules/oset: Likewise.
37474         * modules/list: Likewise.
37475
37476 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37477
37478         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
37479         Problem reported by Matthew Woehlke.
37480
37481 2006-11-09  Bruno Haible  <bruno@clisp.org>
37482
37483         * lib/tempname.c (gen_tempname): Remove variant that invokes
37484         __gen_tempname.
37485         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
37486         __gen_tempname.
37487
37488 2006-11-08  Bruno Haible  <bruno@clisp.org>
37489
37490         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
37491         to 'yes' instead of 'cross-compiling'.
37492
37493 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
37494
37495         * lib/quotearg.h (quotearg_free): New decl.
37496         * lib/quotearg.c (quotearg_free): New function.
37497         (slot0, nslots, slotvec0, slotvec):
37498         Now file-scope so that quotearg_free can get at them.
37499
37500 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37501
37502         Sync from Automake.
37503         * build-aux/gnupload: Add missing 'gnu' to example URL.
37504         Report by Karl Berry.
37505
37506 2006-11-08  Bruno Haible  <bruno@clisp.org>
37507
37508         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
37509         Suggested by Paul Eggert.
37510
37511 2006-11-08  Jim Meyering  <jim@meyering.net>
37512
37513         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
37514         It's already included if !_LIBC.
37515         (fts_safe_changedir): Add a comment.
37516
37517 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37518
37519         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
37520         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
37521         Matthew Woehlke.
37522
37523         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37524         definitions up, to avoid colliding with change below.
37525         (static_inline) [HAVE_INLINE]: New macro.
37526         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37527         Provide extern decls when !HAVE_INLINE.  Do not define unless
37528         static_inline is defined, either by us or by xmalloc.c.  Use
37529         static_inline rather than static inline.
37530         (XCALLOC): Optimize sizeof(T) = 1 case.
37531         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37532
37533 2006-11-07  Bruno Haible  <bruno@clisp.org>
37534
37535         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37536         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37537         AC_C_INLINE.
37538         * modules/xalloc (Files): Add m4/inline.m4.
37539
37540 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37541
37542         * README: Fix typo.
37543         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37544         (Miscellanous Notes): ...from this.
37545
37546 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37547
37548         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37549         Mention that offsetof should be used instead of sizeof.
37550         From Bruno Haible.
37551
37552 2006-11-07  Bruno Haible  <bruno@clisp.org>
37553
37554         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37555
37556 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37557
37558         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37559         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37560         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37561         (gl_tree_add_before, gl_tree_add_after):
37562         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37563         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37564         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37565         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37566         (gl_linked_add_after, gl_linked_add_at): Likewise.
37567         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37568         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37569         (gl_tree_add_before, gl_tree_add_after): Likewise.
37570         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37571         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37572         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37573
37574 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37575
37576         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37577
37578 2006-11-06  Bruno Haible  <bruno@clisp.org>
37579
37580         * m4/inline.m4: New file.
37581         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37582         * modules/list (Files): Add m4/inline.m4.
37583         * modules/oset (Files): Likewise.
37584
37585 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37586
37587         * lib/idcache.c: Include <stddef.h>, for offsetof.
37588         (struct userid.name): Change from char * to a flexible array member.
37589         All uses changed.
37590         * modules/idcache (Depends-on): Add flexmember.
37591
37592         * MODULES.html.sh (Core language properties): New module flexmember.
37593         * modules/flexmember, m4/flexmember.m4: New files.
37594
37595         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37596         inline functions that are identical with the old xnmalloc_inline,
37597         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37598         that we can avoid some unnecessary integer multiplications and
37599         divisions in the common case where the element size is known at
37600         compile time.
37601         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37602         needed.
37603         (xnboundedmalloc): Remove.
37604         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37605         arguments, for consistency with rest of this header.
37606         (xcharalloc): Rewrite using XNMALLOC.
37607         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37608         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37609         versions have been moved to lib/xalloc.h and renamed to be the
37610         non-*_inline versions.
37611         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37612         and xnrealloc functions, since those functions are now inline and
37613         now call us.
37614         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37615         renaming described above.
37616         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37617         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37618         captures the dependency in AC_C_INLINE.
37619
37620         New module canonicalize-lgpl, proposed by Charles Wilson in
37621         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37622         with a few small changes afterwards.
37623         * MODULES.html.sh (File system functions): New module
37624         canonicalize-lgpl.
37625         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37626         and canonicalize_file_name.
37627         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37628         * modules/canonicalize-lgpl: New files.
37629
37630 2006-11-05  Bruno Haible  <bruno@clisp.org>
37631
37632         * gnulib-tool (func_import, func_create_testdir): Create directories
37633         also for files in subdirectories of lib/.
37634
37635 2006-11-05  Bruno Haible  <bruno@clisp.org>
37636
37637         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37638         ANSI C compliant.
37639
37640 2006-11-03  Bruno Haible  <bruno@clisp.org>
37641
37642         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37643         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37644         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37645         (xnboundedmalloc): New inline function.
37646         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37647         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37648         xmalloc.
37649         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37650         xmalloc.
37651         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37652         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37653         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37654         xmalloc.
37655         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37656         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37657         xmalloc.
37658         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37659         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37660         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37661         xmalloc.
37662         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37663         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37664         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37665         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37666         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37667         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37668         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37669
37670 2006-11-03  Bruno Haible  <bruno@clisp.org>
37671
37672         * lib/c-ctype.h [C++]: Define functions without name mangling.
37673         * lib/fwriteerror.h [C++]: Likewise.
37674         * lib/gcd.h [C++]: Likewise.
37675         * lib/linebreak.h [C++]: Likewise.
37676
37677 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37678
37679         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
37680         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
37681         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
37682         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37683         Check for functions and headers just once.
37684         Check for declaration of canonicalize_file_name.
37685         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
37686
37687 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37688
37689         * gnulib-tool (func_import): Fix typo in actioncmd.
37690
37691 2006-11-02  Bruno Haible  <bruno@clisp.org>
37692
37693         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
37694         newline sequence in the Makefile.am snippet as a space, like "make"
37695         does.
37696         Reported by Roger Persson <perrog@gmail.com>.
37697
37698 2006-11-01  Bruno Haible  <bruno@clisp.org>
37699
37700         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
37701         already declared in <string.h>.
37702         * lib/strcase.h (strncasecmp): Don't declare it if yes.
37703
37704 2006-11-01  Bruno Haible  <bruno@clisp.org>
37705
37706         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
37707         * lib/strcase.h: Include <string.h>.
37708         (strcasecmp): Define to rpl_strcasecmp here.
37709
37710 2006-11-01  Bruno Haible  <bruno@clisp.org>
37711
37712         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
37713
37714 2006-11-01  Eric Blake  <ebb9@byu.net>
37715
37716         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
37717
37718         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
37719
37720 2006-10-29  Bruno Haible  <bruno@clisp.org>
37721
37722         Make it compile in C++ mode.
37723         * lib/full-write.c (full_rw): Add a cast.
37724
37725 2006-11-01  Bruno Haible  <bruno@clisp.org>
37726
37727         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
37728         be POSIX compliant.
37729         Reported by Roger Persson <perrog@gmail.com>.
37730
37731 2006-11-01  Eric Blake  <ebb9@byu.net>
37732
37733         * lib/getopt_.h: Fix comments.
37734
37735 2006-10-31  Eric Blake  <ebb9@byu.net>
37736
37737         * modules/tmpdir (Depends-on): Add sys_stat.
37738         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
37739         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
37740         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
37741         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
37742         tempname.
37743
37744 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
37745
37746         Avoid some C++ diagnostics reported by Bruno Haible.
37747         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
37748         xmalloc.
37749         (quotearg_alloc): Use xcharalloc rather than xmalloc.
37750         (struct slotvec): Move to top level.
37751         (quotearg_n_options): Rewrite to avoid xmalloc.
37752         * lib/xalloc.h (xcharalloc): New function.
37753         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
37754         [defined __cplusplus]: Add function template that provides result
37755         type propagation.  This part of the change is from Bruno Haible.
37756
37757 2006-10-29  Bruno Haible  <bruno@clisp.org>
37758
37759         Make it compile in C++ mode.
37760         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
37761         * lib/strnlen1.c (strnlen1): Cast memchr result.
37762         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
37763         * lib/clean-temp.c (string_equals, string_hash): Add casts.
37764         (create_temp_dir): Rename local variable 'template'.
37765         (compile_csharp_using_sscli): Add cast.
37766         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
37767         * lib/findprog.c (find_in_path): Likewise.
37768         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
37769         * lib/wait-process.c (register_slave_subprocess): Likewise.
37770
37771 2006-10-22  Bruno Haible  <bruno@clisp.org>
37772
37773         * modules/tsearch: New file.
37774         * lib/tsearch.h: New file.
37775         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
37776         * m4/tsearch.m4: New file.
37777         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
37778
37779 2006-10-29  Eric Blake  <ebb9@byu.net>
37780
37781         * lib/arcfour.c: Assume config.h.
37782         * lib/arctwo.c: Likewise.
37783         * lib/base64.c: Likewise.
37784         * lib/check-version.c: Likewise.
37785         * lib/crc.c: Likewise.
37786         * lib/des.c: Likewise.
37787         * lib/gc-gnulib.c: Likewise.
37788         * lib/gc-libgcrypt.c: Likewise.
37789         * lib/gc-pbkdf2-sha1.c: Likewise.
37790         * lib/getaddrinfo.c: Likewise.
37791         * lib/getdelim.c: Likewise.
37792         * lib/getline.c: Likewise.
37793         * lib/hmac-md5.c: Likewise.
37794         * lib/hmac-sha1.c: Likewise.
37795         * lib/iconvme.c: Likewise.
37796         * lib/md2.c: Likewise.
37797         * lib/md4.c: Likewise.
37798         * lib/memxor.c: Likewise.
37799         * lib/read-file.c: Likewise.
37800         * lib/readline.c: Likewise.
37801         * lib/rijndael-alg-fst.c: Likewise.
37802         * lib/rijndael-api-fst.c: Likewise.
37803         * lib/xgetdomainname.c: Likewise.
37804
37805 2006-10-28  Eric Blake  <ebb9@byu.net>
37806
37807         * lib/xstrndup.c: Assume config.h.
37808
37809 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37810
37811         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
37812         stat-macros.h is now for our own macros, whereas stat_h is for
37813         macros in the <sys/stat.h> name space.
37814         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
37815         (STAT_MACROS_H): Remove.
37816         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
37817         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
37818         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
37819         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
37820         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
37821         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
37822         Move these macros to ...
37823         * lib/stat_.h: here.  Don't include stat-macros.h.
37824         * lib/canonicalize.c: Don't include stat-macros.h.
37825         * lib/chown.c: Likewise.
37826         * lib/euidaccess.c: Likewise.
37827         * lib/file-type.c: Likewise.
37828         * lib/filemode.c: Likewise.
37829         * lib/glob.c: Likewise.
37830         * lib/isapipe.c: Likewise.
37831         * lib/lchown.c: Likewise.
37832         * lib/lstat.c: Likewise.
37833         * lib/mkdir-p.c: Likewise.
37834         * lib/rmdir.c: Likewise.
37835         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
37836         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
37837         unless mkdir isn't declared, to speed up 'configure'.
37838         Always create sys/stat.h, since it's unlikely any real sys/stat.h
37839         would define all the S_* symbols.
37840         * modules/canonicalize (Depends-on):
37841         Depend on sys_stat, not stat-macros.
37842         * modules/chown: Likewise.
37843         * modules/euidaccess: Likewise.
37844         * modules/filemode: Likewise.
37845         * modules/file-type: Likewise.
37846         * modules/glob: Likewise.
37847         * modules/isapipe: Likewise.
37848         * modules/lchown: Likewise.
37849         * modules/lstat: Likewise.
37850         * modules/mkancesdirs: Likewise.
37851         * modules/rmdir: Likewise.
37852         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
37853         * modules/modechange: Likewise.
37854         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
37855         (configure.ac): Remove gl_STAT_MACROS.
37856         * modules/sys_stat (Depends-on): Remove stat-macros.
37857
37858 2006-10-27  Bruno Haible  <bruno@clisp.org>
37859
37860         * m4/signed.m4: Remove file.
37861         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
37862         invocation.
37863         * modules/vasnprintf (Files): Remove m4/signed.m4.
37864
37865 2006-10-27  Bruno Haible  <bruno@clisp.org>
37866
37867         Update to GNU gettext 0.16.
37868         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
37869         m4/inttypes-h.m4, m4/signed.m4.
37870         * m4/gettext.m4: Update to GNU gettext 0.16.
37871         * m4/intl.m4: New file, from GNU gettext.
37872         * m4/intldir.m4: New file, from GNU gettext.
37873         * config/srclist.txt: Update
37874
37875 2006-10-27  Eric Blake  <ebb9@byu.net>
37876
37877         * MODULES.html.sh: Document tempname.
37878         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
37879         dependencies.
37880         (Files): Move lib/tempname.c...
37881         * modules/tempname: ...to this new module.
37882         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
37883         (gl_PREREQ_TEMPNAME): Move...
37884         * m4/tempname.m4: ...to this new file.
37885         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
37886         * modules/sys_stat (Depends-on): Add stat-macros.
37887         * lib/stat_.h (includes): Pick up stat macros.
37888         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
37889         if stat macros are broken.
37890         * lib/tempname.c (includes): No need to include "stat-macros.h".
37891         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
37892         (direxists, __path_search) [!_LIBC]: Don't compile these in
37893         gnulib; the tmpdir module covers that.
37894         * lib/tempname.h: New file.
37895
37896 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
37897
37898         * COPYING: Explain how gnulib-tool converts licence headers.
37899         Almost all wording by Eric Blake.
37900
37901 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
37902
37903         * lib/mbchar.h (is_basic_table): Make read-only.
37904         * lib/mbchar.c (is_basic_table): Likewise.
37905         Reported by John Darrington.
37906
37907 2006-10-25  Bruno Haible  <bruno@clisp.org>
37908
37909         * lib/progname.h (set_program_name): Undefine before defining.
37910
37911 2006-10-25  Bruno Haible  <bruno@clisp.org>
37912
37913         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
37914         false for non-gcc C++ compilers.
37915         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
37916
37917 2006-10-24  Bruno Haible  <bruno@clisp.org>
37918
37919         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
37920         iconv implementations like Irix iconv.
37921
37922 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37923
37924         * modules/vararrays: New file.
37925         * m4/vararrays.m4: New file, taken from diffutils.
37926         * MODULES.html.sh: New module vararrays.
37927
37928 2006-10-24  Karl Berry  <karl@gnu.org>
37929
37930         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
37931         Don't call GNU Unix.
37932
37933 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37934
37935         * users.txt: Add Libtool.
37936
37937         Sync from Libtool:
37938
37939         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37940
37941         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
37942         to gnulib's policy of including config.h unconditionally.
37943
37944 2006-10-24  Bruno Haible  <bruno@clisp.org>
37945
37946         * modules/wcwidth (Files): Add m4/wint_t.m4.
37947         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
37948         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
37949
37950 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37951
37952         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
37953         to pacify GCC with some -W flags enabled.  Problem reported by
37954         Bruno Haible.
37955
37956 2006-10-24  Jim Meyering  <jim@meyering.net>
37957
37958         * MODULES.html.sh: Remove uinttostr.  It's not a module.
37959         Reported by Karl Berry.
37960
37961 2006-10-23  Bruno Haible  <bruno@clisp.org>
37962
37963         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
37964
37965 2006-10-24  Bruno Haible  <bruno@clisp.org>
37966
37967         * lib/gl_list.h: Use C comment style, not C++ comment style.
37968
37969 2006-10-23  Eric Blake  <ebb9@byu.net>
37970
37971         * lib/getaddrinfo.c (includes): Add missing include.
37972
37973 2006-10-23  Bruno Haible  <bruno@clisp.org>
37974             Paul Eggert  <eggert@cs.ucla.edu>
37975
37976         Ability to rename obstack_free.
37977         * lib/obstack.h (__obstack_free): New macro. Declare instead of
37978         obstack_free.
37979         (obstack_free): Invoke the __obstack_free macro.
37980         * lib/obstack.c (obstack_free): Use __obstack_free macro.
37981
37982 2006-10-23  Bruno Haible  <bruno@clisp.org>
37983             Paul Eggert  <eggert@cs.ucla.edu>
37984
37985         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
37986         __argc, __argv from the declaration. (They are defined as macros on
37987         mingw.)
37988
37989 2006-10-22  Bruno Haible  <bruno@clisp.org>
37990
37991         * doc/gnulib-intro.texi: New file.
37992         * doc/gnulib.texi: Include it.
37993
37994 2006-10-21  Bruno Haible  <bruno@clisp.org>
37995
37996         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
37997         "Introduction", "Miscellanous Notes", "Particular Modules".
37998
37999 2006-10-21  Bruno Haible  <bruno@clisp.org>
38000
38001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38002         Change mostlyclean-local rule to avoid sh syntax error from bash
38003         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
38004
38005 2006-10-23  Jim Meyering  <jim@meyering.net>
38006
38007         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
38008         in place of snprintf.
38009
38010         * modules/inttostr (Files): Add lib/uinttostr.c.
38011         * lib/uinttostr.c (inttostr): New file/function.
38012         * lib/inttostr.h (uinttostr): Declare.
38013         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
38014         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
38015         Add uinttostr.
38016         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
38017
38018 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38019
38020         * lib/canonicalize.c (ELOOP): Define if not already defined.
38021         Problem reported by Bruno Haible in
38022         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
38023
38024 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38025
38026         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
38027         Problem reported by Perry Smith and Ville Laurikari.
38028
38029         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
38030         uses.
38031
38032 2006-10-19  Bruno Haible  <bruno@clisp.org>
38033
38034         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
38035         for mingw.
38036
38037 2006-10-19  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
38040         Needed for mingw.
38041
38042 2006-10-19  Bruno Haible  <bruno@clisp.org>
38043
38044         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
38045
38046 2006-10-19  Bruno Haible  <bruno@clisp.org>
38047
38048         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
38049         it.
38050
38051 2006-10-19  Bruno Haible  <bruno@clisp.org>
38052
38053         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
38054         invocation.
38055
38056 2006-10-19  Bruno Haible  <bruno@clisp.org>
38057
38058         * gnulib-tool (func_create_testdir): Don't include ftruncate and
38059         mountlist by default.
38060
38061 2006-10-16  Bruno Haible  <bruno@clisp.org>
38062
38063         * lib/c-strstr.c: Include c-strstr.h.
38064
38065 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38066
38067         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
38068         in a slash.
38069
38070 2006-10-18  Bruno Haible  <bruno@clisp.org>
38071
38072         * lib/lock.h [C++]: Wrap definitions in extern "C".
38073
38074 2006-10-18  Bruno Haible  <bruno@clisp.org>
38075
38076         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
38077         gl_LIBOBJS list.
38078
38079 2006-10-18  Bruno Haible  <bruno@clisp.org>
38080
38081         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
38082
38083 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
38084
38085         * lib/xstrtol.h: Include gettext.h.
38086         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
38087         Problem reported by Eric Blake.
38088         * modules/xstrtol (Depends-on): Add gettext-h.
38089
38090 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
38091
38092         * lib/strftime.c (advance): New macro.
38093         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
38094         incomplete type, so you can't add 0 to it.  Problem and patch
38095         reported by Eelco Dolstra for dietlibc.
38096
38097 2006-10-18  Jim Meyering  <jim@meyering.net>
38098
38099         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
38100         type for a local, and rename it: s/up/user_proc/.
38101
38102 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
38103
38104         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
38105         READ_UTMP_USER_PROCESS.
38106         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
38107
38108 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38109
38110         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
38111         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
38112
38113 2006-10-17  Eric Blake  <ebb9@byu.net>
38114
38115         * lib/sigprocmask.c (sigprocmask): Fix typo.
38116
38117         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
38118
38119         * modules/clean-temp (Makefile.am): Don't add to make output...
38120         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
38121         config.h.
38122
38123 2006-10-17  Bruno Haible  <bruno@clisp.org>
38124
38125         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
38126         differently if DEFAULT_TEXT_DOMAIN is set.
38127
38128 2006-10-16  Bruno Haible  <bruno@clisp.org>
38129
38130         * lib/clean-temp.c: Include fwriteerror.h.
38131
38132 2006-10-16  Bruno Haible  <bruno@clisp.org>
38133
38134         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
38135
38136 2006-10-16  Bruno Haible  <bruno@clisp.org>
38137
38138         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
38139         * lib/sigprocmask.h: Include <sys/types.h>.
38140         (sigset_t): Use the system's definition if present.
38141
38142 2006-10-17  Eric Blake  <ebb9@byu.net>
38143
38144         * lib/xvasprintf.c (includes): Assume config.h.
38145         * lib/xasprintf.c (includes): Likewise.
38146
38147 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
38148
38149         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
38150         at least as wide as intmax_t.
38151
38152 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
38153
38154         (Imported from Automake.)
38155         * build-aux/gnupload: Update to version 1.1 of directive file.
38156
38157 2006-10-16  Eric Blake  <ebb9@byu.net>
38158
38159         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
38160         match Automake 1.10a.
38161
38162 2006-10-14  Bruno Haible  <bruno@clisp.org>
38163
38164         * modules/sigprocmask: New file.
38165         * lib/sigprocmask.h: New file.
38166         * lib/sigprocmask.c: New file.
38167         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
38168         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
38169         request sigprocmask.o.
38170         (gl_PREREQ_SIGPROCMASK): New macro.
38171         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
38172         (Depends-on): Add sigprocmask.
38173         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
38174         gt_SIGNALBLOCKING. Test for 'raise' only once.
38175         * lib/fatal-signal.c: Include sigprocmask.h.
38176         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
38177         unblock_fatal_signals): Define always.
38178         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38179         sigprocmask.
38180
38181 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38182
38183         Sync from Automake.
38184         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
38185         which incorrectly sets the mode of an existing destination
38186         directory.  In some cases the unpatched install-sh could do the
38187         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
38188         system.  We hope this is rare in practice, but it's clearly worth
38189         fixing.  Problem reported by Alex Unleashed in
38190         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
38191         Also, don't bother to check for -m bugs unless we're using -m;
38192         suggested by Stepan Kasal.
38193
38194 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38195
38196         Sync from Automake.
38197         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
38198         `-c' flag, so they appear at the same position as in %FASTDEP%
38199         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
38200         which ignores unknown options only after the first non-option.
38201         Bug report against M4 by Nelson H. F. Beebe.
38202
38203 2006-10-13  Jim Meyering  <jim@meyering.net>
38204
38205         Fix a bug in yesterday's change.
38206         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
38207         p->fts_statp->st_dev would be used uninitialized.
38208         Ensures that we always call fts_stat on the very first entry.
38209         Miklos Szeredi reported that find -xdev stopped working.
38210
38211 2006-10-12  Bruno Haible  <bruno@clisp.org>
38212
38213         * gnulib-tool (func_get_automake_snippet): Append an automatically
38214         computed EXTRA_DIST augmentation.
38215         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
38216         * modules/alloca-opt (Makefile.am): Likewise.
38217         * modules/allocsa (Makefile.am): Likewise.
38218         * modules/arcfour (Makefile.am): Likewise.
38219         * modules/arctwo (Makefile.am): Likewise.
38220         * modules/argmatch (Makefile.am): Likewise.
38221         * modules/argz (Makefile.am): Likewise.
38222         * modules/atexit (Makefile.am): Likewise.
38223         * modules/backupfile (Makefile.am): Likewise.
38224         * modules/byteswap (Makefile.am): Likewise.
38225         * modules/c-strtod (Makefile.am): Likewise.
38226         * modules/c-strtold (Makefile.am): Likewise.
38227         * modules/calloc (Makefile.am): Likewise.
38228         * modules/canon-host (Makefile.am): Likewise.
38229         * modules/canonicalize (Makefile.am): Likewise.
38230         * modules/chdir-long (Makefile.am): Likewise.
38231         * modules/chdir-safer (Makefile.am): Likewise.
38232         * modules/check-version (Makefile.am): Likewise.
38233         * modules/chown (Makefile.am): Likewise.
38234         * modules/cloexec (Makefile.am): Likewise.
38235         * modules/close-stream (Makefile.am): Likewise.
38236         * modules/closeout (Makefile.am): Likewise.
38237         * modules/crc (Makefile.am): Likewise.
38238         * modules/csharpexec (Makefile.am): Likewise.
38239         * modules/cycle-check (Makefile.am): Likewise.
38240         * modules/des (Makefile.am): Likewise.
38241         * modules/dev-ino (Makefile.am): Likewise.
38242         * modules/dirfd (Makefile.am): Likewise.
38243         * modules/dirname (Makefile.am): Likewise.
38244         * modules/dup2 (Makefile.am): Likewise.
38245         * modules/eealloc (Makefile.am): Likewise.
38246         * modules/error (Makefile.am): Likewise.
38247         * modules/euidaccess (Makefile.am): Likewise.
38248         * modules/exclude (Makefile.am): Likewise.
38249         * modules/exitfail (Makefile.am): Likewise.
38250         * modules/fcntl-safer (Makefile.am): Likewise.
38251         * modules/fcntl (Makefile.am): Likewise.
38252         * modules/file-type (Makefile.am): Likewise.
38253         * modules/fileblocks (Makefile.am): Likewise.
38254         * modules/filemode (Makefile.am): Likewise.
38255         * modules/filenamecat (Makefile.am): Likewise.
38256         * modules/fnmatch (Makefile.am): Likewise.
38257         * modules/fopen-safer (Makefile.am): Likewise.
38258         * modules/fpending (Makefile.am): Likewise.
38259         * modules/fprintftime (Makefile.am): Likewise.
38260         * modules/free (Makefile.am): Likewise.
38261         * modules/fsusage (Makefile.am): Likewise.
38262         * modules/ftruncate (Makefile.am): Likewise.
38263         * modules/fts (Makefile.am): Likewise.
38264         * modules/gc-arcfour (Makefile.am): Likewise.
38265         * modules/gc-des (Makefile.am): Likewise.
38266         * modules/gc-hmac-md5 (Makefile.am): Likewise.
38267         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
38268         * modules/gc-md4 (Makefile.am): Likewise.
38269         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38270         * modules/gc-sha1 (Makefile.am): Likewise.
38271         * modules/gc (Makefile.am): Likewise.
38272         * modules/getaddrinfo (Makefile.am): Likewise.
38273         * modules/getcwd (Makefile.am): Likewise.
38274         * modules/getdelim (Makefile.am): Likewise.
38275         * modules/getdomainname (Makefile.am): Likewise.
38276         * modules/getgroups (Makefile.am): Likewise.
38277         * modules/gethostname (Makefile.am): Likewise.
38278         * modules/gethrxtime (Makefile.am): Likewise.
38279         * modules/getline (Makefile.am): Likewise.
38280         * modules/getloadavg (Makefile.am): Likewise.
38281         * modules/getlogin_r (Makefile.am): Likewise.
38282         * modules/getndelim2 (Makefile.am): Likewise.
38283         * modules/getopt (Makefile.am): Likewise.
38284         * modules/getpagesize (Makefile.am): Likewise.
38285         * modules/getpass-gnu (Makefile.am): Likewise.
38286         * modules/getpass (Makefile.am): Likewise.
38287         * modules/getsubopt (Makefile.am): Likewise.
38288         * modules/gettime (Makefile.am): Likewise.
38289         * modules/gettimeofday (Makefile.am): Likewise.
38290         * modules/getugroups (Makefile.am): Likewise.
38291         * modules/getusershell (Makefile.am): Likewise.
38292         * modules/glob (Makefile.am): Likewise.
38293         * modules/group-member (Makefile.am): Likewise.
38294         * modules/hard-locale (Makefile.am): Likewise.
38295         * modules/hash (Makefile.am): Likewise.
38296         * modules/hmac-md5 (Makefile.am): Likewise.
38297         * modules/hmac-sha1 (Makefile.am): Likewise.
38298         * modules/human (Makefile.am): Likewise.
38299         * modules/idcache (Makefile.am): Likewise.
38300         * modules/imaxabs (Makefile.am): Likewise.
38301         * modules/imaxdiv (Makefile.am): Likewise.
38302         * modules/inet_ntop (Makefile.am): Likewise.
38303         * modules/inet_pton (Makefile.am): Likewise.
38304         * modules/intprops (Makefile.am): Likewise.
38305         * modules/inttostr (Makefile.am): Likewise.
38306         * modules/inttypes (Makefile.am): Likewise.
38307         * modules/isapipe (Makefile.am): Likewise.
38308         * modules/javaversion (Makefile.am): Likewise.
38309         * modules/lchmod (Makefile.am): Likewise.
38310         * modules/lchown (Makefile.am): Likewise.
38311         * modules/localcharset (Makefile.am): Likewise.
38312         * modules/long-options (Makefile.am): Likewise.
38313         * modules/lstat (Makefile.am): Likewise.
38314         * modules/malloc (Makefile.am): Likewise.
38315         * modules/mathl (Makefile.am): Likewise.
38316         * modules/mbchar (Makefile.am): Likewise.
38317         * modules/md2 (Makefile.am): Likewise.
38318         * modules/md4 (Makefile.am): Likewise.
38319         * modules/md5 (Makefile.am): Likewise.
38320         * modules/memcasecmp (Makefile.am): Likewise.
38321         * modules/memchr (Makefile.am): Likewise.
38322         * modules/memcmp (Makefile.am): Likewise.
38323         * modules/memcoll (Makefile.am): Likewise.
38324         * modules/memcpy (Makefile.am): Likewise.
38325         * modules/memmem (Makefile.am): Likewise.
38326         * modules/memmove (Makefile.am): Likewise.
38327         * modules/mempcpy (Makefile.am): Likewise.
38328         * modules/memrchr (Makefile.am): Likewise.
38329         * modules/memset (Makefile.am): Likewise.
38330         * modules/memxor (Makefile.am): Likewise.
38331         * modules/mkancesdirs (Makefile.am): Likewise.
38332         * modules/mkdir-p (Makefile.am): Likewise.
38333         * modules/mkdir (Makefile.am): Likewise.
38334         * modules/mkdtemp (Makefile.am): Likewise.
38335         * modules/mkstemp (Makefile.am): Likewise.
38336         * modules/mktime (Makefile.am): Likewise.
38337         * modules/modechange (Makefile.am): Likewise.
38338         * modules/mountlist (Makefile.am): Likewise.
38339         * modules/nanosleep (Makefile.am): Likewise.
38340         * modules/obstack (Makefile.am): Likewise.
38341         * modules/openat (Makefile.am): Likewise.
38342         * modules/pagealign_alloc (Makefile.am): Likewise.
38343         * modules/pathmax (Makefile.am): Likewise.
38344         * modules/physmem (Makefile.am): Likewise.
38345         * modules/poll (Makefile.am): Likewise.
38346         * modules/posixtm (Makefile.am): Likewise.
38347         * modules/posixver (Makefile.am): Likewise.
38348         * modules/putenv (Makefile.am): Likewise.
38349         * modules/quote (Makefile.am): Likewise.
38350         * modules/quotearg (Makefile.am): Likewise.
38351         * modules/raise (Makefile.am): Likewise.
38352         * modules/read-file (Makefile.am): Likewise.
38353         * modules/readline (Makefile.am): Likewise.
38354         * modules/readlink (Makefile.am): Likewise.
38355         * modules/readtokens (Makefile.am): Likewise.
38356         * modules/readutmp (Makefile.am): Likewise.
38357         * modules/realloc (Makefile.am): Likewise.
38358         * modules/regex (Makefile.am): Likewise.
38359         * modules/rename-dest-slash (Makefile.am): Likewise.
38360         * modules/rename (Makefile.am): Likewise.
38361         * modules/rijndael (Makefile.am): Likewise.
38362         * modules/rmdir (Makefile.am): Likewise.
38363         * modules/rpmatch (Makefile.am): Likewise.
38364         * modules/safe-read (Makefile.am): Likewise.
38365         * modules/safe-write (Makefile.am): Likewise.
38366         * modules/same-inode (Makefile.am): Likewise.
38367         * modules/same (Makefile.am): Likewise.
38368         * modules/save-cwd (Makefile.am): Likewise.
38369         * modules/savedir (Makefile.am): Likewise.
38370         * modules/setenv (Makefile.am): Likewise.
38371         * modules/settime (Makefile.am): Likewise.
38372         * modules/sha1 (Makefile.am): Likewise.
38373         * modules/sig2str (Makefile.am): Likewise.
38374         * modules/snprintf (Makefile.am): Likewise.
38375         * modules/stat-macros (Makefile.am): Likewise.
38376         * modules/stat-time (Makefile.am): Likewise.
38377         * modules/stdbool (Makefile.am): Likewise.
38378         * modules/stdint (Makefile.am): Likewise.
38379         * modules/stdlib-safer (Makefile.am): Likewise.
38380         * modules/stpcpy (Makefile.am): Likewise.
38381         * modules/stpncpy (Makefile.am): Likewise.
38382         * modules/strcase (Makefile.am): Likewise.
38383         * modules/strcasestr (Makefile.am): Likewise.
38384         * modules/strchrnul (Makefile.am): Likewise.
38385         * modules/strcspn (Makefile.am): Likewise.
38386         * modules/strdup (Makefile.am): Likewise.
38387         * modules/strerror (Makefile.am): Likewise.
38388         * modules/strftime (Makefile.am): Likewise.
38389         * modules/strndup (Makefile.am): Likewise.
38390         * modules/strnlen (Makefile.am): Likewise.
38391         * modules/strpbrk (Makefile.am): Likewise.
38392         * modules/strsep (Makefile.am): Likewise.
38393         * modules/strstr (Makefile.am): Likewise.
38394         * modules/strtod (Makefile.am): Likewise.
38395         * modules/strtoimax (Makefile.am): Likewise.
38396         * modules/strtok_r (Makefile.am): Likewise.
38397         * modules/strtol (Makefile.am): Likewise.
38398         * modules/strtoll (Makefile.am): Likewise.
38399         * modules/strtoul (Makefile.am): Likewise.
38400         * modules/strtoull (Makefile.am): Likewise.
38401         * modules/strtoumax (Makefile.am): Likewise.
38402         * modules/strverscmp (Makefile.am): Likewise.
38403         * modules/sys_socket (Makefile.am): Likewise.
38404         * modules/sys_stat (Makefile.am): Likewise.
38405         * modules/sysexits (Makefile.am): Likewise.
38406         * modules/time_r (Makefile.am): Likewise.
38407         * modules/timegm (Makefile.am): Likewise.
38408         * modules/timespec (Makefile.am): Likewise.
38409         * modules/tmpfile-safer (Makefile.am): Likewise.
38410         * modules/trim (Makefile.am): Likewise.
38411         * modules/unistd-safer (Makefile.am): Likewise.
38412         * modules/unlinkdir (Makefile.am): Likewise.
38413         * modules/unlocked-io (Makefile.am): Likewise.
38414         * modules/userspec (Makefile.am): Likewise.
38415         * modules/utime (Makefile.am): Likewise.
38416         * modules/utimecmp (Makefile.am): Likewise.
38417         * modules/utimens (Makefile.am): Likewise.
38418         * modules/vasnprintf (Makefile.am): Likewise.
38419         * modules/vasprintf (Makefile.am): Likewise.
38420         * modules/vsnprintf (Makefile.am): Likewise.
38421         * modules/xalloc (Makefile.am): Likewise.
38422         * modules/xgetcwd (Makefile.am): Likewise.
38423         * modules/xnanosleep (Makefile.am): Likewise.
38424         * modules/xreadlink (Makefile.am): Likewise.
38425         * modules/xstrtod (Makefile.am): Likewise.
38426         * modules/xstrtol (Makefile.am): Likewise.
38427         * modules/xstrtold (Makefile.am): Likewise.
38428         * modules/yesno (Makefile.am): Likewise.
38429         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
38430
38431 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38432
38433         * modules/error (Makefile.am): Distribute files through
38434         EXTRA_DIST, not lib_SOURCES.
38435
38436 2006-10-12  Eric Blake  <ebb9@byu.net>
38437
38438         * modules/error (Makefile.am): Distribute files in /lib.
38439         * modules/obstack (Makefile.am): Likewise.
38440
38441 2006-10-12  Bruno Haible  <bruno@clisp.org>
38442
38443         * modules/acl (Makefile.am): Distribute all files in lib/ through
38444         EXTRA_DIST.
38445         * modules/arcfour (Makefile.am): Likewise.
38446         * modules/arctwo (Makefile.am): Likewise.
38447         * modules/argmatch (Makefile.am): Likewise.
38448         * modules/argz (Makefile.am): Likewise.
38449         * modules/atexit (Makefile.am): Likewise.
38450         * modules/backupfile (Makefile.am): Likewise.
38451         * modules/c-strtod (Makefile.am): Likewise.
38452         * modules/c-strtold (Makefile.am): Likewise.
38453         * modules/calloc (Makefile.am): Likewise.
38454         * modules/canon-host (Makefile.am): Likewise.
38455         * modules/canonicalize (Makefile.am): Likewise.
38456         * modules/chdir-long (Makefile.am): Likewise.
38457         * modules/chdir-safer (Makefile.am): Likewise.
38458         * modules/check-version (Makefile.am): Likewise.
38459         * modules/chown (Makefile.am): Likewise.
38460         * modules/cloexec (Makefile.am): Likewise.
38461         * modules/close-stream (Makefile.am): Likewise.
38462         * modules/closeout (Makefile.am): Likewise.
38463         * modules/crc (Makefile.am): Likewise.
38464         * modules/cycle-check (Makefile.am): Likewise.
38465         * modules/des (Makefile.am): Likewise.
38466         * modules/dirfd (Makefile.am): Likewise.
38467         * modules/dirname (Makefile.am): Likewise.
38468         * modules/dup2 (Makefile.am): Likewise.
38469         * modules/euidaccess (Makefile.am): Likewise.
38470         * modules/exclude (Makefile.am): Likewise.
38471         * modules/exitfail (Makefile.am): Likewise.
38472         * modules/fcntl-safer (Makefile.am): Likewise.
38473         * modules/file-type (Makefile.am): Likewise.
38474         * modules/fileblocks (Makefile.am): Likewise.
38475         * modules/filemode (Makefile.am): Likewise.
38476         * modules/filenamecat (Makefile.am): Likewise.
38477         * modules/fnmatch (Makefile.am): Likewise.
38478         * modules/fopen-safer (Makefile.am): Likewise.
38479         * modules/fpending (Makefile.am): Likewise.
38480         * modules/fprintftime (Makefile.am): Likewise.
38481         * modules/free (Makefile.am): Likewise.
38482         * modules/fsusage (Makefile.am): Likewise.
38483         * modules/ftruncate (Makefile.am): Likewise.
38484         * modules/fts (Makefile.am): Likewise.
38485         * modules/gc (Makefile.am): Likewise.
38486         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38487         * modules/getaddrinfo (Makefile.am): Likewise.
38488         * modules/getcwd (Makefile.am): Likewise.
38489         * modules/getdelim (Makefile.am): Likewise.
38490         * modules/getdomainname (Makefile.am): Likewise.
38491         * modules/getgroups (Makefile.am): Likewise.
38492         * modules/gethostname (Makefile.am): Likewise.
38493         * modules/gethrxtime (Makefile.am): Likewise.
38494         * modules/getline (Makefile.am): Likewise.
38495         * modules/getloadavg (Makefile.am): Likewise.
38496         * modules/getlogin_r (Makefile.am): Likewise.
38497         * modules/getopt (Makefile.am): Likewise.
38498         * modules/getpass (Makefile.am): Likewise.
38499         * modules/getpass-gnu (Makefile.am): Likewise.
38500         * modules/getsubopt (Makefile.am): Likewise.
38501         * modules/gettime (Makefile.am): Likewise.
38502         * modules/gettimeofday (Makefile.am): Likewise.
38503         * modules/getugroups (Makefile.am): Likewise.
38504         * modules/getusershell (Makefile.am): Likewise.
38505         * modules/glob (Makefile.am): Likewise.
38506         * modules/group-member (Makefile.am): Likewise.
38507         * modules/hard-locale (Makefile.am): Likewise.
38508         * modules/hash (Makefile.am): Likewise.
38509         * modules/hmac-md5 (Makefile.am): Likewise.
38510         * modules/hmac-sha1 (Makefile.am): Likewise.
38511         * modules/human (Makefile.am): Likewise.
38512         * modules/idcache (Makefile.am): Likewise.
38513         * modules/imaxabs (Makefile.am): Likewise.
38514         * modules/imaxdiv (Makefile.am): Likewise.
38515         * modules/inet_ntop (Makefile.am): Likewise.
38516         * modules/inet_pton (Makefile.am): Likewise.
38517         * modules/inttostr (Makefile.am): Likewise.
38518         * modules/isapipe (Makefile.am): Likewise.
38519         * modules/lchown (Makefile.am): Likewise.
38520         * modules/long-options (Makefile.am): Likewise.
38521         * modules/lstat (Makefile.am): Likewise.
38522         * modules/malloc (Makefile.am): Likewise.
38523         * modules/mathl (Makefile.am): Likewise.
38524         * modules/mbchar (Makefile.am): Likewise.
38525         * modules/md2 (Makefile.am): Likewise.
38526         * modules/md4 (Makefile.am): Likewise.
38527         * modules/md5 (Makefile.am): Likewise.
38528         * modules/memcasecmp (Makefile.am): Likewise.
38529         * modules/memchr (Makefile.am): Likewise.
38530         * modules/memcmp (Makefile.am): Likewise.
38531         * modules/memcoll (Makefile.am): Likewise.
38532         * modules/memcpy (Makefile.am): Likewise.
38533         * modules/memmem (Makefile.am): Likewise.
38534         * modules/memmove (Makefile.am): Likewise.
38535         * modules/mempcpy (Makefile.am): Likewise.
38536         * modules/memrchr (Makefile.am): Likewise.
38537         * modules/memset (Makefile.am): Likewise.
38538         * modules/memxor (Makefile.am): Likewise.
38539         * modules/mkancesdirs (Makefile.am): Likewise.
38540         * modules/mkdir (Makefile.am): Likewise.
38541         * modules/mkdir-p (Makefile.am): Likewise.
38542         * modules/mkdtemp (Makefile.am): Likewise.
38543         * modules/mkstemp (Makefile.am): Likewise.
38544         * modules/mktime (Makefile.am): Likewise.
38545         * modules/modechange (Makefile.am): Likewise.
38546         * modules/mountlist (Makefile.am): Likewise.
38547         * modules/nanosleep (Makefile.am): Likewise.
38548         * modules/openat (Makefile.am): Likewise.
38549         * modules/pagealign_alloc (Makefile.am): Likewise.
38550         * modules/physmem (Makefile.am): Likewise.
38551         * modules/poll (Makefile.am): Likewise.
38552         * modules/posixtm (Makefile.am): Likewise.
38553         * modules/posixver (Makefile.am): Likewise.
38554         * modules/putenv (Makefile.am): Likewise.
38555         * modules/quote (Makefile.am): Likewise.
38556         * modules/quotearg (Makefile.am): Likewise.
38557         * modules/raise (Makefile.am): Likewise.
38558         * modules/read-file (Makefile.am): Likewise.
38559         * modules/readline (Makefile.am): Likewise.
38560         * modules/readlink (Makefile.am): Likewise.
38561         * modules/readtokens (Makefile.am): Likewise.
38562         * modules/readutmp (Makefile.am): Likewise.
38563         * modules/realloc (Makefile.am): Likewise.
38564         * modules/regex (Makefile.am): Likewise.
38565         * modules/rename (Makefile.am): Likewise.
38566         * modules/rename-dest-slash (Makefile.am): Likewise.
38567         * modules/rijndael (Makefile.am): Likewise.
38568         * modules/rmdir (Makefile.am): Likewise.
38569         * modules/rpmatch (Makefile.am): Likewise.
38570         * modules/safe-read (Makefile.am): Likewise.
38571         * modules/safe-write (Makefile.am): Likewise.
38572         * modules/same (Makefile.am): Likewise.
38573         * modules/save-cwd (Makefile.am): Likewise.
38574         * modules/savedir (Makefile.am): Likewise.
38575         * modules/setenv (Makefile.am): Likewise.
38576         * modules/settime (Makefile.am): Likewise.
38577         * modules/sha1 (Makefile.am): Likewise.
38578         * modules/sig2str (Makefile.am): Likewise.
38579         * modules/snprintf (Makefile.am): Likewise.
38580         * modules/stdlib-safer (Makefile.am): Likewise.
38581         * modules/stpcpy (Makefile.am): Likewise.
38582         * modules/stpncpy (Makefile.am): Likewise.
38583         * modules/strcase (Makefile.am): Likewise.
38584         * modules/strcasestr (Makefile.am): Likewise.
38585         * modules/strchrnul (Makefile.am): Likewise.
38586         * modules/strcspn (Makefile.am): Likewise.
38587         * modules/strdup (Makefile.am): Likewise.
38588         * modules/strerror (Makefile.am): Likewise.
38589         * modules/strftime (Makefile.am): Likewise.
38590         * modules/strndup (Makefile.am): Likewise.
38591         * modules/strnlen (Makefile.am): Likewise.
38592         * modules/strpbrk (Makefile.am): Likewise.
38593         * modules/strsep (Makefile.am): Likewise.
38594         * modules/strstr (Makefile.am): Likewise.
38595         * modules/strtod (Makefile.am): Likewise.
38596         * modules/strtoimax (Makefile.am): Likewise.
38597         * modules/strtok_r (Makefile.am): Likewise.
38598         * modules/strtol (Makefile.am): Likewise.
38599         * modules/strtoll (Makefile.am): Likewise.
38600         * modules/strtoul (Makefile.am): Likewise.
38601         * modules/strtoull (Makefile.am): Likewise.
38602         * modules/strtoumax (Makefile.am): Likewise.
38603         * modules/strverscmp (Makefile.am): Likewise.
38604         * modules/time_r (Makefile.am): Likewise.
38605         * modules/timegm (Makefile.am): Likewise.
38606         * modules/tmpfile-safer (Makefile.am): Likewise.
38607         * modules/unistd-safer (Makefile.am): Likewise.
38608         * modules/unlinkdir (Makefile.am): Likewise.
38609         * modules/userspec (Makefile.am): Likewise.
38610         * modules/utime (Makefile.am): Likewise.
38611         * modules/utimecmp (Makefile.am): Likewise.
38612         * modules/utimens (Makefile.am): Likewise.
38613         * modules/vasnprintf (Makefile.am): Likewise.
38614         * modules/vasprintf (Makefile.am): Likewise.
38615         * modules/vsnprintf (Makefile.am): Likewise.
38616         * modules/xalloc (Makefile.am): Likewise.
38617         * modules/xgetcwd (Makefile.am): Likewise.
38618         * modules/xnanosleep (Makefile.am): Likewise.
38619         * modules/xreadlink (Makefile.am): Likewise.
38620         * modules/xstrtod (Makefile.am): Likewise.
38621         * modules/xstrtol (Makefile.am): Likewise.
38622         * modules/xstrtold (Makefile.am): Likewise.
38623         * modules/yesno (Makefile.am): Likewise.
38624
38625 2006-10-12  Jim Meyering  <jim@meyering.net>
38626
38627         * m4/getloadavg.m4: Revert the change below.
38628
38629         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38630         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38631         fail with a symlink, which is what coreutils' ./bootstrap now
38632         creates by default.
38633
38634 2006-10-12  Bruno Haible  <bruno@clisp.org>
38635
38636         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38637         mingw.
38638         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38639         MSVC and mingw explicitly.
38640
38641 2006-10-11  Simon Josefsson  <jas@extundo.com>
38642             Bruno Haible  <bruno@clisp.org>
38643
38644         Add support for multiple gnulib-tool invocations in the scope of a
38645         single configure.ac file.
38646         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38647         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38648         with the same contents as the _LIBADD variable.
38649         (func_emit_initmacro_start, func_emit_initmacro_end,
38650         func_emit_initmacro_done): New functions.
38651         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38652         gl_LIBOBJS and gl_LTLIBOBJS.
38653
38654 2006-10-11  Bruno Haible  <bruno@clisp.org>
38655
38656         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38657         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38658         autoreconf. Instead, invoke autopoint explicitly but move back the
38659         *.m4 files from gnulib.
38660
38661 2006-10-11  Bruno Haible  <bruno@clisp.org>
38662
38663         * gnulib-tool (func_usage): Make module names after --create-testdir
38664         optional.
38665         (func_create_testdir): If no module was specified, use nearly all
38666         modules.
38667
38668 2006-10-12  Jim Meyering  <jim@meyering.net>
38669
38670         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38671         Avoid spurious inode-mismatch problems on non-POSIX file systems.
38672         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
38673         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
38674         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
38675         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
38676         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
38677         (fts_set_stat_required): New function.
38678         (fts_open): Defer the calls to fts_stat, if possible or requested.
38679         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
38680         into fts_stat itself.
38681         (fts_read): Perform any required (deferred) fts_stat call.
38682         (fts_build): Likewise, for the directory we're about to open and read.
38683         In the readdir loop, carefully decide whether each entry will require
38684         an eventual call to fts_stat, using dirent.d_type info if available.
38685         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
38686         a command line argument into this function.  Update all callers.
38687         Map a return value of FTS_DOT to FTS_D for a command line argument.
38688         * modules/fts (Depends-on): Add d-type.  Alphabetize.
38689         Thanks to Miklos Szeredi for his tenacity and for the initial
38690         bug report about "find" failing on a FUSE-based file system.
38691
38692         * lib/fts.c (fts_open): Use consistent indentation.
38693
38694 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38695
38696         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
38697         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
38698         reported by Jim Meyering.  All uses of cache variables renamed
38699         to match Autoconf's.
38700         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
38701         the other one.
38702
38703         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38704         Fix misspelling in diagnostic.
38705
38706 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38707
38708         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
38709         defined.  Problem reported by Matthew Woehlke.
38710
38711         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
38712         Add support for Tandem NonStop R series.
38713         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
38714         Use new macro.
38715
38716         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
38717         (has_trailing_slash): Omit size arg; all callers changed.
38718         Omit 'inline', since it doesn't help performance and we'd
38719         need to configure it.
38720         Don't count //, ///, etc. as having a trailing slash.
38721         As a side effect, this removes a C99ism reported by Matthew Woehlke.
38722         (rpl_rename_dest_slash): On failure, use rename's errno rather
38723         than (in some cases) an incorrect or junk errno.
38724         Simplify code by removing need to compute length; this does
38725         cause it to make two passes instead of one over the file name,
38726         but it's worth it.
38727
38728         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
38729         change, since Autoconf's version may no longer be appropriate now
38730         that we are using CVS Autoconf's version.  Add support for Tandem.
38731
38732 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38733             Bruno Haible  <bruno@clisp.org>
38734
38735         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
38736         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
38737         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
38738         gl_AC_TYPE_LONG_LONG.
38739
38740         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
38741         instead of HAVE_LONG_LONG.
38742         * lib/printf-args.c (printf_fetchargs): Likewise.
38743         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
38744         * lib/vasnprintf.c (VASNPRINTF): Likewise.
38745         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
38746         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
38747         gl_AC_TYPE_LONG_LONG.
38748
38749 2006-10-11  Bruno Haible  <bruno@clisp.org>
38750
38751         * m4/longlong.m4: Add comments.
38752         * m4/ulonglong.m4: Likewise.
38753
38754 2006-10-10  Bruno Haible  <bruno@clisp.org>
38755
38756         Make it possible to #define stpcpy, strdup to aliases.
38757         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
38758         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
38759
38760 2006-10-10  Bruno Haible  <bruno@clisp.org>
38761
38762         Make it possible to #define gcd to an alias.
38763         * lib/gcd.c: Include config.h.
38764
38765 2006-10-10  Bruno Haible  <bruno@clisp.org>
38766
38767         Make it possible to #define c_isascii to an alias.
38768         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
38769         defined. Undefine the macros before defining them, to avoid gcc
38770         warnings.
38771         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
38772         define NO_C_CTYPE_MACROS early.
38773
38774 2006-10-10  Bruno Haible  <bruno@clisp.org>
38775
38776         Make it possible to #define set_program_name to an alias.
38777         * lib/progname.c: Don't undefine set_program_name; instead, undefine
38778         ENABLE_RELOCATABLE early.
38779
38780 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38781
38782         Port to Tandem NSK OSS, which has 64-bit signed int but at most
38783         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
38784         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
38785         More generally, don't assume that 64-bit signed int is available
38786         if unsigned int is, and vice versa.
38787         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
38788         unsigned symbols, not on their signed counterparts.
38789         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
38790         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
38791         (UINT64_C, UINTMAX_C):
38792         Likewise.
38793         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
38794         unsigned counterparts.
38795         (Have_long_long, Unsigned): New macros.
38796         (Int): Renamed from INT.
38797         (strtoimax): Use the new macros.
38798         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
38799         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
38800         * modules/inttypes (inttypes.h): Substitute
38801         HAVE_UNSIGNED_LONG_LONG_INT.
38802         * modules/stdint (stdint.h): Likewise.
38803         (Files): Add m4/ulonglong.m4.
38804
38805 2006-10-10  Bruno Haible  <bruno@clisp.org>
38806
38807         Fix a gcc -Wshadow warning.
38808         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
38809         to 'bucket'.
38810         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38811         gl_linked_indexof_from_to): Likewise.
38812         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
38813         Likewise.
38814         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
38815         Likewise.
38816         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
38817         Reported by Eric Blake.
38818
38819 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
38820
38821         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
38822         for NetBSD.  Problem reported by Bruno Haible.
38823
38824 2006-10-09  Jim Meyering  <jim@meyering.net>
38825
38826         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
38827         Patch from Bruno Haible.
38828
38829 2006-10-09  Jim Meyering  <jim@meyering.net>
38830
38831         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
38832         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
38833         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
38834
38835 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38836
38837         Don't include <config.h> twice; this doesn't work in some cases,
38838         e.g., when config.h has "#define intmax_t long long int" and
38839         we include <config.h>, <inttypes.h>, <config.h> in that order.
38840         Problem reported by Matthew Woehlke in:
38841         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
38842         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
38843         * lib/fts-cycle.c: Don't include config.h.
38844         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
38845         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
38846         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
38847         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
38848         inttypes.h.
38849         * lib/xstrtoumax.c: Likewise.
38850         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
38851         __strtol and the like, so that this module is more like its siblings.
38852         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
38853         Remove; no longer needed now that we assume gnulib inttypes.h.
38854
38855 2006-10-08  Bruno Haible  <bruno@clisp.org>
38856
38857         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
38858         option.
38859
38860 2006-10-07  Jim Meyering  <jim@meyering.net>
38861
38862         * modules/inttypes (inttypes.h): Revert what seems to have been
38863         an inadvertent part of today's change: use "|", not "/" in the
38864         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
38865
38866 2006-10-07  Bruno Haible  <bruno@clisp.org>
38867
38868         * modules/sublist: New file.
38869
38870 2006-10-07  Bruno Haible  <bruno@clisp.org>
38871
38872         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
38873         * modules/argz (argz.h): Likewise.
38874         * modules/arpa_inet (arpa/inet.h): Likewise.
38875         * modules/byteswap (byteswap.h): Likewise.
38876         * modules/configmake (configmake.h): Likewise.
38877         * modules/fcntl (fcntl.h): Likewise.
38878         * modules/fnmatch (fnmatch.h): Likewise.
38879         * modules/getopt (getopt.h): Likewise.
38880         * modules/glob (glob.h): Likewise.
38881         * modules/inttypes (inttypes.h): Likewise.
38882         * modules/netinet_in (netinet/in.h): Likewise.
38883         * modules/poll (poll.h): Likewise.
38884         * modules/stdbool (stdbool.h): Likewise.
38885         * modules/stdint (stdint.h): Likewise.
38886         * modules/sys_select (sys/select.h): Likewise.
38887         * modules/sys_socket (sys/socket.h): Likewise.
38888         * modules/sys_stat (sys/stat.h): Likewise.
38889         * modules/sysexits (sysexits.h): Likewise.
38890         * modules/unistd (unistd.h): Likewise.
38891         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38892         Add a "DO NOT EDIT" comment to the generated file.
38893         (func_import): Likewise for gnulib-comp.m4.
38894
38895 2006-10-07  Bruno Haible  <bruno@clisp.org>
38896
38897         * lib/gl_sublist.h: New file.
38898         * lib/gl_sublist.c: New file.
38899
38900 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38901
38902         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
38903         name (relative to the original working directory) and the file
38904         name component (relative to the temporary working directory).  All
38905         callers changed.
38906         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
38907         * lib/mkdir-p.c (make_dir_parents): Likewise.
38908         * lib/mkdir-p.h (make_dir_parents): Likewise.
38909
38910 2006-10-06  Eric Blake  <ebb9@byu.net>
38911
38912         Define several macros for use by the clean-temp module.
38913         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
38914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
38915         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
38916
38917         * lib/clean-temp.h (close_stream_temp): New declaration.
38918         * lib/clean-temp.c (includes): Pull in headers according to what
38919         other modules are in use.
38920         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
38921
38922 2006-10-06  Bruno Haible  <bruno@clisp.org>
38923
38924         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
38925         instead of fopen, fwriteerror.
38926
38927 2006-10-06  Bruno Haible  <bruno@clisp.org>
38928
38929         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
38930         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
38931         int.
38932         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
38933         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
38934         Return an error indicator.
38935         Suggested by Eric Blake.
38936
38937 2006-10-06  Bruno Haible  <bruno@clisp.org>
38938
38939         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
38940         Reported by Eric Blake.
38941
38942 2006-10-06  Bruno Haible  <bruno@clisp.org>
38943
38944         * modules/closeout (Description): Mention stderr too.
38945
38946 2006-10-06  Bruno Haible  <bruno@clisp.org>
38947         and Paul Eggert  <eggert@cs.ucla.edu>
38948
38949         * lib/closeout.c (close_stdout): Also close stderr.
38950         * lib/closeout.h: Update comment.
38951
38952 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38953
38954         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
38955         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
38956         * lib/dirchownmod.c: Include lchown.h.
38957         * lib/lchown.c: Don't include files that lchown.h now includes.
38958         Don't declare chown, since lchown.h now does that.
38959         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
38960         (lchown): Define to rpl_chown if lchown is declared but
38961         does not exist.  Declare using a prototype if lchown is not
38962         declared.  Add a copyright notice.
38963         * lib/mkstemp.h: Include <unistd.h>.
38964         * lib/openat.c: Include lchown.h.
38965
38966         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
38967         we now test for that separately.
38968         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
38969         rather than O_NOFOLLOW, when testing whether it's possible to
38970         avoid a race condition reliably.
38971         * lib/savewd.c (savewd_chdir): Likewise.
38972
38973         Remove macros that are no longer needed now that stdint.h is
38974         reliable.
38975         * lib/fsusage.c (UINTMAX_MAX): Remove.
38976         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
38977         * lib/utimecmp.c (SIZE_MAX): Remove.
38978
38979         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
38980
38981         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
38982         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
38983         O_NOATIME works.
38984
38985 2006-10-05  Bruno Haible  <bruno@clisp.org>
38986
38987         * lib/gl_list.h (gl_sortedlist_search_from_to,
38988         gl_sortedlist_indexof_from_to): New declarations.
38989         (gl_list_implementation): New fields sortedlist_search_from_to,
38990         sortedlist_indexof_from_to.
38991         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
38992         inline functions.
38993         * lib/gl_list.c (gl_sortedlist_search_from_to,
38994         gl_sortedlist_indexof_from_to): New functions.
38995         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
38996         function.
38997         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
38998         (gl_array_sortedlist_search_from_to): New function.
38999         (gl_array_list_implementation): Update.
39000         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
39001         function.
39002         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
39003         (gl_carray_sortedlist_search_from_to): New function.
39004         (gl_carray_list_implementation): Update.
39005         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
39006         gl_linked_sortedlist_indexof_from_to): New functions.
39007         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39008         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39009         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
39010         gl_tree_sortedlist_indexof_from_to): New functions.
39011         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39012         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39013         Update.
39014         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39015         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
39016         Update.
39017
39018 2006-10-05  Bruno Haible  <bruno@clisp.org>
39019
39020         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
39021         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
39022         (struct gl_list_implementation): Add fields search_from_to,
39023         indexof_from_to. Remove fields search, indexof.
39024         (gl_list_search): Use the search_from_to method.
39025         (gl_list_search_from, gl_list_search_from_to): New functions.
39026         (gl_list_indexof): Use the indexof_from_to method.
39027         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39028         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
39029         (gl_list_search_from, gl_list_search_from_to): New functions.
39030         (gl_list_indexof): Use the indexof_from_to method.
39031         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39032         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
39033         gl_array_indexof. Add start_index, end_index arguments.
39034         (gl_array_search_from_to): Renamed from gl_array_search. Add
39035         start_index, end_index arguments.
39036         (gl_array_remove, gl_array_list_implementation): Update.
39037         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
39038         gl_carray_indexof. Add start_index, end_index arguments.
39039         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
39040         start_index, end_index arguments.
39041         (gl_carray_remove, gl_carray_list_implementation): Update.
39042         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
39043         gl_linked_search. Add start_index, end_index arguments.
39044         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
39045         start_index, end_index arguments.
39046         (gl_linked_remove): Update.
39047         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39048         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39049         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
39050         field to 'size_t'.
39051         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
39052         gl_tree_search. Add start_index, end_index arguments.
39053         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39054         start_index, end_index arguments.
39055         (gl_tree_remove): Update.
39056         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39057         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39058         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
39059         function.
39060         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
39061         gl_tree_search. Add start_index, end_index arguments.
39062         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39063         start_index, end_index arguments.
39064         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39065         Update.
39066         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
39067
39068 2006-10-05  Bruno Haible  <bruno@clisp.org>
39069
39070         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
39071
39072         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
39073         fwriteerror_temp): New declarations.
39074         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
39075         (descriptors): New variable.
39076         (cleanup): First, close the descriptors.
39077         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
39078         fclose_temp, fwriteerror_temp): New functions.
39079
39080 2006-10-04  Jim Meyering  <jim@meyering.net>
39081
39082         * lib/fts.c (fts_open): Tiny comment change.
39083
39084 2006-10-04  Bruno Haible  <bruno@clisp.org>
39085
39086         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
39087         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
39088         gl_LOCK_BODY.
39089         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
39090         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
39091         gl_LOCK_EARLY_BODY.
39092         (gl_LOCK): Require gl_LOCK_BODY.
39093
39094 2006-10-04  Bruno Haible  <bruno@clisp.org>
39095
39096         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
39097         (gl_oset_search_atleast): New declaration.
39098         (struct gl_oset_implementation): Add field 'search_atleast'.
39099         (gl_oset_search_atleast): New inline function.
39100         * lib/gl_oset.c (gl_oset_search_atleast): New function.
39101         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
39102         (gl_array_oset_implementation): Update.
39103         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
39104         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
39105         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
39106
39107 2006-10-04  Bruno Haible  <bruno@clisp.org>
39108
39109         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
39110
39111 2006-10-03  Bruno Haible  <bruno@clisp.org>
39112
39113         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
39114         from gl_avltreehash_list_implementation.
39115
39116 2006-10-03  Bruno Haible  <bruno@clisp.org>
39117
39118         * lib/gl_oset.c (gl_oset_add): Fix return type.
39119
39120 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
39121
39122         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
39123
39124 2006-10-02  Eric Blake  <ebb9@byu.net>
39125
39126         * modules/strnlen (Depends-on): Add extensions.
39127
39128 2006-10-02  Eric Blake  <ebb9@byu.net>
39129
39130         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
39131         definition in 2.60+.
39132
39133 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39134
39135         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
39136         checks.
39137
39138 2006-10-02  Bruno Haible  <bruno@clisp.org>
39139
39140         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
39141         to the AUTOMAKE_OPTIONS.
39142         Reported by Jim Meyering.
39143
39144 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39145
39146         Work around bug in Solaris 10 /proc file system:
39147         /proc/self/fd/NNN/.. isn't the parent directory of
39148         the directory whose file descriptor is NNN.  This needs to
39149         be worked around at run time, not compile time, since a
39150         program might be built on Solaris 8, where things work, and
39151         run on Solaris 10.
39152         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
39153         to use the following interface instead:
39154         (OPENAT_BUFFER_SIZE): New macro.
39155         (openat_proc_name): New function.
39156         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
39157         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
39158         Likewise.
39159         * lib/openat-proc.c: New file.
39160         * modules/openat (Files): Add lib/openat-proc.c.
39161         (Depends-on): Add same-inode, stdbool.
39162         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
39163
39164 2006-09-29  Bruno Haible  <bruno@clisp.org>
39165
39166         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
39167         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
39168         argument. Set stdout_closed before testing for ferror, not after.
39169         (fwriteerror, fwriteerror_no_ebadf): New functions.
39170
39171 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39172
39173         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
39174
39175 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
39176
39177         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
39178         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
39179
39180 2006-09-28  Jim Meyering  <jim@meyering.net>
39181
39182         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
39183         Include <unistd.h>.
39184
39185 2006-09-28  Bruno Haible  <bruno@clisp.org>
39186
39187         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
39188         * modules/linkedhash-list (Depends-on): Likewise.
39189         * modules/rbtreehash-list (Depends-on): Likewise.
39190
39191 2006-09-28  Bruno Haible  <bruno@clisp.org>
39192
39193         * lib/strndup.h: Simplify the redefinition of strndup.
39194         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
39195         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
39196
39197 2006-09-28  Bruno Haible  <bruno@clisp.org>
39198
39199         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
39200         * lib/gl_linkedhash_list.c: Likewise.
39201         * lib/gl_rbtreehash_list.c: Likewise.
39202
39203 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39204
39205         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
39206         getaddrinfo.
39207
39208         * lib/__fpending.h: Don't include <stdio_ext.h> unless
39209         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
39210         it causes <stdio_ext.h> to cause a compile-time error.
39211         Problem reported by Nelson H. F. Beebe.
39212         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
39213         of HAVE_DECL___PENDING.
39214
39215         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
39216         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
39217         declaration.
39218
39219 2006-09-27  Jim Meyering  <jim@meyering.net>
39220
39221         This file could end up with a definition for a function
39222         named __strndup, rather than rpl_strndup on a system with
39223         incomplete weak_alias support.
39224         * lib/strndup.c (strndup): Rename from __strndup.
39225         Remove #defines that used to map __strndup to strndup.
39226         Don't use K&R prototypes.
39227         Remove LIBC-related code, since this file is not sync'd with glibc.
39228         * lib/strndup.h: Revamp, accordingly.
39229         * m4/strndup.m4: Modernize.
39230
39231 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39232
39233         * modules/savewd (Depends-on): Add 'raise'.
39234         * lib/savewd.c: Include <signal.h>, for 'raise'.
39235
39236 2006-09-26  Jim Meyering  <jim@meyering.net>
39237
39238         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
39239         when we detect Darwin 8.7.0's acl_get_file bug.
39240         Rearrange to perform the new (below) run-test while $LIBS
39241         contains any acl-related library.  Set USE_ACL at the end.
39242         (gl_ACL_GET_FILE): New function.
39243
39244 2006-09-26  Eric Blake  <ebb9@byu.net>
39245
39246         * lib/verror.c: Include <config.h> unconditionally.
39247
39248 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
39249
39250         * modules/clock-time (Maintainer): Add self.
39251         * modules/getlogin_r (Depends-on): Add extensions.
39252
39253 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39254
39255         * modules/clock-time: New module.
39256         * modules/nanosleep (Depends-on): Add clock-time.
39257         * modules/gethrxtime (Depends-on): Likewise.
39258         * modules/gettime (Depends-on): Likewise.
39259         * modules/settime (Depends-on): Likewise.
39260
39261         * modules/fts-lgpl: Depend on openat.
39262         * modules/mkancesdirs: Depend on savewd.
39263         * modules/mkdir-p: Likewise.
39264
39265 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39266
39267         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
39268
39269         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
39270         `gl_have_arbitrary_file_name_length_limit' to
39271         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
39272         actually works between configure runs.
39273
39274 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39275             Bruno Haible  <bruno@clisp.org>
39276
39277         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
39278
39279 2006-09-25  Jim Meyering  <jim@meyering.net>
39280
39281         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
39282         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
39283
39284 2006-09-25  Eric Blake  <ebb9@byu.net>
39285
39286         * gnulib-tool (func_import, func_create_testdir): Fix typos in
39287         exec's in 2006-09-18 patch when shuffling fds.
39288
39289 2006-09-25  Bruno Haible  <bruno@clisp.org>
39290
39291         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
39292         Reported by Jim Meyering.
39293
39294 2006-09-24  Jim Meyering  <jim@meyering.net>
39295
39296         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
39297         compare a pointer against a literal "0".  That caused failures with
39298         at least HP-UX's hpcc.
39299
39300 2006-09-22  Simon Josefsson  <jas@extundo.com>
39301
39302         * modules/gc-sha1:
39303         * modules/gc-md4:
39304         * modules/gc-hmac-sha1:
39305         * modules/gc-hmac-md5:
39306         * modules/gc-des:
39307         * modules/gc-arcfour: Distribute more files.
39308
39309 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39310
39311         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
39312         (gl_linked_iterator_from_to): Initialize struct completely.
39313         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
39314         (gl_tree_iterator_from_to): Likewise
39315         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
39316         * lib/gl_array_list.c [lint] (gl_array_iterator)
39317         (gl_array_iterator_from_to): Likewise.
39318         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
39319         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
39320         (gl_carray_iterator_from_to): Likewise.
39321
39322         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
39323         * lib/md4.c (md4_process_block): Remove unused variable.
39324         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
39325         parentheses for clarity.
39326
39327 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39328
39329         * modules/bison-i18n (Depends-on): Add gettext.
39330
39331 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39332
39333         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
39334         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
39335         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
39336         also add missing comma that caused broken test.
39337         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
39338         stdlib.h, for `abort'.
39339         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
39340         variables.
39341         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
39342         include unistd.h if present, for `rmdir'.
39343         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
39344         variables.
39345         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
39346         in the process include standard headers for prototypes.
39347         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
39348         gets declared on GNU/Linux.
39349         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
39350         unistd.h, for `rmdir'.
39351         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
39352
39353         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
39354         always true.
39355         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
39356
39357         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
39358
39359 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39360
39361         * gnulib-tool (func_version): Create output all at once.  This
39362         may help avoid triggering unnecessary SIGPIPEs, and at any
39363         rate it doesn't hurt.
39364
39365 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39366             Bruno Haible  <bruno@clisp.org>
39367
39368         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39369         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39370         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39371
39372         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39373         (gl_FUNC_VASPRINTF): Invoke it.
39374
39375 2006-09-22  Bruno Haible  <bruno@clisp.org>
39376
39377         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
39378         getloadavg.c as first argument.
39379
39380 2006-09-22  Bruno Haible  <bruno@clisp.org>
39381
39382         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
39383         at the beginning of the gl_INIT macro.
39384         * modules/getloadavg (configure.ac): Pass $gl_source_base to
39385         gl_GETLOADAVG.
39386
39387 2006-09-22  Bruno Haible  <bruno@clisp.org>
39388
39389         * gnulib-tool (func_create_megatestdir): Don't include the config-h
39390         module.
39391         Suggested by Ralf Wildenhues.
39392
39393 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39394
39395         Import this patch from libc:
39396
39397         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
39398
39399         * lib/regex_internal.c (re_string_reconstruct): Handle
39400         offset < pstr->valid_raw_len && pstr->offsets_needed case.
39401         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
39402         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
39403         re_string_context_at.
39404
39405         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
39406         now requires it.
39407         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
39408         gl_REGEX now does it for us.
39409         (gl_REGEX): Add test taken from
39410         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
39411
39412         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
39413         Check that large offsets work.  Modernize Autoconf usages.
39414         Prefer "yes" to mean a good thing rather than a bad.
39415         Don't put "#define mkstemp" in config.h, as this might interfere
39416         with standard system headers that "#define mkstemp mkstemp64".
39417
39418         * modules/mkstemp (Depends-on): Add extensions, so that
39419         mkstemp is visible on some platforms.
39420         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
39421         (Include): Change to "mkstemp.h" from <stdlib.h>.
39422         (Files): Add mkstemp.h.
39423
39424         * lib/mkstemp.h: New file, since some standard headers
39425         #define mkstemp.
39426         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
39427         Include "mkstemp.h".
39428         Make the _LIBC code resemble glibc original more,
39429         e.g., use K&R style.
39430         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
39431         (mkstemp): Remove, since mkstemp.h does this for us.
39432         * lib/stdlib--.h: Include mkstemp.h.
39433
39434         Import this patch from libc:
39435
39436         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39437
39438         * lib/tempname.c (__gen_tempname): Change attempts_min
39439         into a macro.  Use preprocessor to decide how to initialize
39440         attempts [Coverity CID 67].
39441
39442 2006-09-20  Bruno Haible  <bruno@clisp.org>
39443
39444         * lib/mkdtemp.c: Import from libc.
39445         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39446                 * sysdeps/posix/tempname.c (__gen_tempname): Change
39447                 attempts_min into a macro.  Use preprocessor to decide how to
39448                 initialize attempts [Coverity CID 67].
39449         2001-11-27  Paul Eggert  <eggert@twinsun.com>
39450                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
39451                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
39452
39453 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39454
39455         * gnulib-tool (func_exit): New function, to allow to pass the
39456         exit status portably through the trap.  Use everywhere.
39457         (--help, --version): Signal a write error.
39458         (trap): catch SIGPIPE, for write errors.
39459         Exit at the end of the trap, with the correct exit status.
39460
39461 2006-09-19  Karl Berry  <karl@gnu.org>
39462
39463         * doc/gnulib.texi: note about the license texinfo files.
39464
39465 2006-09-19  Eric Blake  <ebb9@byu.net>
39466
39467         * gnulib-tool: Avoid space-tab.
39468
39469 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39470
39471         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
39472         that prevented coreutils 6.1 from building.  Problem reported
39473         by Petter Reinholdtsen.
39474
39475 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39476
39477         * gnulib-tool (avoidlist): Fix typo that broke options like
39478         --avoid=lock that are used by coreutils bootstrap.
39479
39480 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
39481
39482         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
39483         more systematically.
39484
39485 2006-09-18  Jim Meyering  <jim@meyering.net>
39486
39487         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
39488
39489 2006-09-18  Bruno Haible  <bruno@clisp.org>
39490
39491         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
39492
39493 2006-09-18  Bruno Haible  <bruno@clisp.org>
39494
39495         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
39496         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
39497         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
39498         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
39499         * m4/gettext.m4: Require autoconf >= 2.52.
39500         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
39501         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
39502         of gl_cv_header_inttypes_h.
39503
39504 2006-09-18  Bruno Haible  <bruno@clisp.org>
39505
39506         * lib/javaversion.c: Include configmake.h.
39507
39508 2006-09-18  Bruno Haible  <bruno@clisp.org>
39509
39510         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
39511         avoid that the while loops be executed in a subshell.
39512
39513 2006-09-18  Bruno Haible  <bruno@clisp.org>
39514
39515         * MODULES.html.sh (func_module): Break long lines.
39516         Suggested by Bruce Korb <bkorb@gnu.org>.
39517
39518 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39519
39520         Speed up by a factor of 1.12.
39521         * gnulib-tool (nl): New variable.
39522         (func_import): Rewrite include directive extraction to only read each
39523         directive once.
39524
39525 2006-09-17  Bruno Haible  <bruno@clisp.org>
39526
39527         * modules/javaversion (Makefile.am): Remove DEFS setting.
39528         (Depends-on): Add configmake, for PKGDATADIR definition.
39529
39530 2006-09-17  Bruno Haible  <bruno@clisp.org>
39531
39532         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39533
39534 2006-09-17  Bruno Haible  <bruno@clisp.org>
39535
39536         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39537         (func_modules_transitive_closure, func_modules_add_dummy,
39538         func_modules_to_filelist, func_import, func_create_testdir,
39539         func_create_megatestdir, ...): Use it wherever possible.
39540         Suggested by Ralf Wildenhues.
39541
39542 2006-09-16  Karl Berry  <karl@gnu.org>
39543
39544         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39545         to avoid sectioning errors.
39546         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39547         [ifinfo]: blank line after @center-ed titles.
39548         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39549         Spell FSF address consistently with others.
39550         (These changes approved by rms.)
39551
39552 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39553
39554         Speed up by a factor of 1.61.
39555         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39556         already checked module names again.
39557
39558 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39559
39560         Speed up by a factor of 1.13.
39561         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39562         for new_files, and the input to func_add_or_update.
39563
39564 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39565
39566         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39567         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39568
39569 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * modules/mkancesdirs (Depends-on): Add fcntl.
39572         * modules/savewd: New file.
39573         * MODULES.html.sh (File system functions): Add savewd.
39574
39575         * modules/configmake (Makefile.am): Add support for the
39576         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39577
39578 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39579
39580         * m4/savewd.m4: New file.
39581
39582 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39583
39584         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39585         (dirchownmod): New arg FD.  All callers changed.
39586         Use FD rather than opening the directory ourself, as opening is
39587         now the caller's responsibility.
39588         * lib/dirchownmod.h: Likewise.
39589         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39590         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39591         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39592         (test_dir): Remove.
39593         (mkancesdirs): Return length of prefix of FILE that has already
39594         been made, or -2 if there is a child doing the work.  Redo
39595         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39596         ".", and treat ".." specially since it might stray back into
39597         already-created areas.  Use a subprocess if necessary.  New arg
39598         WD; all users changed.  MAKE_DIR function should now return 1
39599         if it creates a directory that is not readable.  Return -2 if
39600         a child process is spun off.
39601         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39602         Adjust signature to match code.
39603         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39604         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39605         all users changed.
39606         * lib/savewd.c, lib/savewd.h: New files.
39607
39608 2006-09-15  Jim Meyering  <jim@meyering.net>
39609
39610         * modules/rename-dest-slash: New module.
39611         * MODULES.html.sh (posix_compat): Add it here.
39612
39613         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39614
39615 2006-09-15  Jim Meyering  <jim@meyering.net>
39616
39617         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39618         file.
39619
39620         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39621
39622 2006-09-15  Jim Meyering  <jim@meyering.net>
39623
39624         * lib/rename-dest-slash.c (has_trailing_slash): Use
39625         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39626         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39627         test before testing whether SRC is a directory.
39628         Suggestions from Bruno Haible.
39629
39630         Avoid a warning about an unused variable.
39631         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39632         into the #ifdef block where it's used.
39633
39634         * lib/rename-dest-slash.c: New file.
39635
39636 2006-09-14  Bruno Haible  <bruno@clisp.org>
39637
39638         * lib/allocsa.c: Include <config.h> unconditionally.
39639         * lib/asnprintf.c: Likewise.
39640         * lib/asprintf.c: Likewise.
39641         * lib/c-strcasecmp.c: Likewise.
39642         * lib/c-strcasestr.c: Likewise.
39643         * lib/c-strncasecmp.c: Likewise.
39644         * lib/c-strstr.c: Likewise.
39645         * lib/classpath.c: Likewise.
39646         * lib/clean-temp.c: Likewise.
39647         * lib/concatpath.c: Likewise.
39648         * lib/copy-file.c: Likewise.
39649         * lib/csharpcomp.c: Likewise.
39650         * lib/csharpexec.c: Likewise.
39651         * lib/execute.c: Likewise.
39652         * lib/fatal-signal.c: Likewise.
39653         * lib/findprog.c: Likewise.
39654         * lib/fwriteerror.c: Likewise.
39655         * lib/gl_array_list.c: Likewise.
39656         * lib/gl_array_oset.c: Likewise.
39657         * lib/gl_avltree_list.c: Likewise.
39658         * lib/gl_avltree_oset.c: Likewise.
39659         * lib/gl_avltreehash_list.c: Likewise.
39660         * lib/gl_carray_list.c: Likewise.
39661         * lib/gl_linked_list.c: Likewise.
39662         * lib/gl_linkedhash_list.c: Likewise.
39663         * lib/gl_list.c: Likewise.
39664         * lib/gl_oset.c: Likewise.
39665         * lib/gl_rbtree_list.c: Likewise.
39666         * lib/gl_rbtree_oset.c: Likewise.
39667         * lib/gl_rbtreehash_list.c: Likewise.
39668         * lib/imaxabs.c: Likewise.
39669         * lib/imaxdiv.c: Likewise.
39670         * lib/javacomp.c: Likewise.
39671         * lib/javaexec.c: Likewise.
39672         * lib/javaversion.c: Likewise.
39673         * lib/linebreak.c: Likewise.
39674         * lib/localcharset.c: Likewise.
39675         * lib/lock.c: Likewise.
39676         * lib/mbchar.c: Likewise.
39677         * lib/mbswidth.c: Likewise.
39678         * lib/mkdtemp.c: Likewise.
39679         * lib/pipe.c: Likewise.
39680         * lib/printf-args.c: Likewise.
39681         * lib/printf-parse.c: Likewise.
39682         * lib/progname.c: Likewise.
39683         * lib/progreloc.c: Likewise.
39684         * lib/readlink.c: Likewise.
39685         * lib/sh-quote.c: Likewise.
39686         * lib/stpcpy.c: Likewise.
39687         * lib/stpncpy.c: Likewise.
39688         * lib/strcasecmp.c: Likewise.
39689         * lib/strcasestr.c: Likewise.
39690         * lib/strcspn.c: Likewise.
39691         * lib/striconv.c: Likewise.
39692         * lib/strncasecmp.c: Likewise.
39693         * lib/strnlen1.c: Likewise.
39694         * lib/strstr.c: Likewise.
39695         * lib/strtok_r.c: Likewise.
39696         * lib/tls.c: Likewise.
39697         * lib/tmpdir.c: Likewise.
39698         * lib/unicodeio.c: Likewise.
39699         * lib/unsetenv.c: Likewise.
39700         * lib/vasnprintf.c: Likewise.
39701         * lib/vasprintf.c: Likewise.
39702         * lib/wait-process.c: Likewise.
39703         * lib/xallocsa.c: Likewise.
39704         * lib/xsetenv.c: Likewise.
39705         * lib/xstriconv.c: Likewise.
39706
39707 2006-09-13  Simon Josefsson  <jas@extundo.com>
39708
39709         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
39710         that internally, suggested by Ralf Wildenhues
39711         <Ralf.Wildenhues@gmx.de>.
39712
39713 2006-09-13  Simon Josefsson  <jas@extundo.com>
39714
39715         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
39716         @LIBOBJS@.
39717         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39718
39719 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39720
39721         * lib/_fpending.c: Include <config.h> unconditionally, since we no
39722         longer worry about uses that don't define HAVE_CONFIG_H.
39723         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
39724         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
39725         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
39726         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
39727         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
39728         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
39729         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
39730         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
39731         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
39732         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
39733         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
39734         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
39735         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
39736         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
39737         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
39738         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
39739         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
39740         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
39741         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
39742         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
39743         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
39744         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
39745         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
39746         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
39747         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
39748         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
39749         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
39750         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
39751         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
39752         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
39753         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
39754         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
39755         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
39756         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
39757         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
39758         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
39759         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
39760         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
39761         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
39762         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
39763         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
39764         Likewise.
39765
39766 2006-09-13  Eric Blake  <ebb9@byu.net>
39767
39768         * lib/getopt.c: Fix typo in last commit.
39769
39770 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39771
39772         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
39773         dgettext.
39774
39775 2006-09-12  Jim Meyering  <jim@meyering.net>
39776
39777         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
39778         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
39779         Reported by Nelson H. F. Beebe.
39780
39781 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39782
39783         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
39784         program_invocation_name and program_invocation_short_name are
39785         initialized.
39786         * lib/argp-namefrob.h: Move declarations of program_invocation_name
39787         and program_invocation_short_name to argp.h, so they are visible
39788         to user programs.
39789         * lib/argp.h: Likewise
39790
39791 2006-09-10  Bruno Haible  <bruno@clisp.org>
39792
39793         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39794         m4/inttypes_h.m4, m4/uintmax_t.m4.
39795
39796 2006-09-10  Bruno Haible  <bruno@clisp.org>
39797
39798         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
39799         gl_AC_TYPE_UINTMAX_T.
39800
39801 2006-09-10  Bruno Haible  <bruno@clisp.org>
39802
39803         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
39804
39805 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39806
39807         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
39808         convention.  Text proposed by Bruno Haible.
39809         (struct argp_option): Document the use of N_() wrappers.
39810
39811         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
39812         '\v', and translate the two parts separately, instead of feeding
39813         the whole string to gettext.  This allows to exclude
39814         '\v' from the strings visible to the translator by writing doc
39815         strings as N_("..") "\v" N_("..").
39816
39817 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
39818
39819         * config/srclist.txt: Undo latest change; the bug was fixed.
39820
39821 2006-09-09  Bruno Haible  <bruno@clisp.org>
39822
39823         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
39824         assignments if building a library without libtool.
39825         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
39826         in func_emit_lib_Makefile_am.
39827         (func_import): When building a static library libfoo.a, arrange to
39828         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
39829         (func_create_testdir): Likewise.
39830         * modules/gc (configure.ac, Makefile.am): If building statically,
39831         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
39832         * modules/iconvme (configure.ac, Makefile.am): Likewise.
39833         * modules/striconv (configure.ac, Makefile.am): Likewise.
39834         Based on a suggestion by Ralf Wildenhues.
39835
39836 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39837
39838         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39839         Check for unistd.h too, since Autoconf doesn't assume POSIX.
39840         Also:
39841
39842         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39843         Add year_2050_test to catch glibc bug 2821
39844         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39845
39846         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39847         Prefer #ifdef to #if.
39848
39849         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
39850         Return from 'main' instead of calling 'exit'.
39851
39852 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39853
39854         * lib/mktime.c (guess_time_tm): Fix bug where mktime
39855         returned the maximum time_t value rather than (time_t) -1.
39856         Problem originally reported by William Bardwell
39857         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39858
39859         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39860         Moved to here ...
39861         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39862         ... from here.
39863
39864 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39865
39866         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
39867         2821 is fixed.
39868
39869 2006-09-08  Jim Meyering  <jim@meyering.net>
39870
39871         Don't make generated files read-only.  That would bother too many
39872         people.  However, do retain the ability to work when targets are
39873         read-only: remove the destination and temporary files before writing
39874         them (when generated via sed or echo), or by using the -f option for
39875         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
39876         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39877         * modules/byteswap, modules/configmake, modules/fcntl:
39878         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39879         * modules/localcharset, modules/netinet_in, modules/poll:
39880         * modules/stdbool, modules/stdint, modules/sys_select:
39881         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39882
39883 2006-09-08  Jim Meyering  <jim@meyering.net>
39884
39885         Avoid new build failure on FreeBSD 6.0.
39886         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
39887         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
39888         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
39889
39890 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39891
39892         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
39893
39894 2006-09-07  Jim Meyering  <jim@meyering.net>
39895
39896         Fix global typo in last change: use chmod u-w, not chmod u-x.
39897         Spotted by Paul Eggert and Bruce Korb.
39898         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39899         * modules/byteswap, modules/configmake, modules/fcntl:
39900         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39901         * modules/localcharset, modules/netinet_in, modules/poll:
39902         * modules/stdbool, modules/stdint, modules/sys_select:
39903         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39904
39905 2006-09-06  Jim Meyering  <jim@meyering.net>
39906
39907         Make generated files be read-only.
39908         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
39909         Ensure that each generated file is now read-only.
39910         * modules/argz: Likewise.
39911         * modules/arpa_inet: Likewise.
39912         * modules/byteswap: Likewise.
39913         * modules/configmake: Likewise.
39914         * modules/fcntl: Likewise.
39915         * modules/fnmatch: Likewise.
39916         * modules/getopt: Likewise.
39917         * modules/glob: Likewise.
39918         * modules/inttypes: Likewise.
39919         * modules/netinet_in: Likewise.
39920         * modules/poll: Likewise.
39921         * modules/stdbool: Likewise.
39922         * modules/stdint: Likewise.
39923         * modules/sys_select: Likewise.
39924         * modules/sys_socket: Likewise.
39925         * modules/sys_stat: Likewise.
39926         * modules/sysexits: Likewise.
39927         * modules/localcharset: Same as above, but continue using temporary
39928         file named "t-$@" (why different?) rather than the "$@-t" used
39929         everywhere else.
39930
39931         * modules/sysexits (Makefile.am): Replace literal occurrences
39932         of "sysexit.h" more readable, and more consistent, "$@".
39933
39934 2006-09-06  Bruno Haible  <bruno@clisp.org>
39935
39936         * modules/striconv: New file.
39937         * modules/xstriconv: New file.
39938         * MODULES.html.sh (Internationalization functions): Add striconv,
39939         xstriconv.
39940
39941 2006-09-06  Bruno Haible  <bruno@clisp.org>
39942
39943         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
39944         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
39945         not using libtool correctly.
39946
39947 2006-09-06  Bruno Haible  <bruno@clisp.org>
39948
39949         * lib/striconv.h: New file.
39950         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
39951         iconvstring.c.
39952         * lib/xstriconv.h: New file.
39953         * lib/xstriconv.c: New file.
39954
39955 2006-09-06  Bruno Haible  <bruno@clisp.org>
39956
39957         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39958         lib_..._LDFLAGS.
39959
39960 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39961
39962         * lib/argz_.h: Sync from Libtool.
39963
39964         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
39965                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39966
39967         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
39968
39969 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39970
39971         * modules/trim: New file.
39972
39973 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39974
39975         * lib/trim.h: New file.
39976         * lib/trim.c: New file.
39977
39978 2006-09-05  Bruno Haible  <bruno@clisp.org>
39979
39980         * MODULES.html.sh (String handling): Add trim.
39981
39982 2006-09-04  Karl Berry  <karl@gnu.org>
39983
39984         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
39985         until next release.
39986
39987 2006-09-03  Bruno Haible  <bruno@clisp.org>
39988
39989         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
39990         correctly.
39991
39992 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39993
39994         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
39995         not gl_GETLOADAVG.  Omit unneeded semicolons.
39996         Problems reported by Ralf Wildenhues in
39997         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39998         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
39999         at the end, which is the usual gnulib style.
40000
40001         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
40002         of doing all the work ourselves.
40003         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
40004         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
40005
40006 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40007
40008         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
40009         Problem reported by Ralf Wildenhues in
40010         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
40011
40012         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
40013         HAVE_STRUCT_STATFS_F_FSTYPENAME.
40014
40015 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40016
40017         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
40018         yesterday's patch by changing test -n to test -z.
40019
40020 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40021
40022         * modules/getloadavg (Files): Add m4/getloadavg.m4.
40023         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
40024         the former is now obsolescent.
40025
40026         * modules/chdir-long (Depends-on): Add fcntl.
40027
40028 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40029
40030         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
40031         obsolescent, and programs should use gnulib instead.
40032         * m4/getloadavg.m4: New file, with contents taken from Autoconf
40033         but with prefixes changed.
40034
40035 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40036
40037         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
40038         or stdbool.h, because they might not exist while configuring.
40039
40040         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
40041         Don't include unistd.h or limits.h; not needed, since chdir-long.h
40042         does that for us.
40043         (O_DIRECTORY): Remove.
40044
40045 2006-08-31  Eric Blake  <ebb9@byu.net>
40046
40047         * gnulib-tool: Don't let emacs change spaces to TAB.
40048
40049 2006-08-31  Bruno Haible  <bruno@clisp.org>
40050
40051         * gnulib-tool: When calling func_import more than once, do it in a
40052         subshell.
40053         Reported by Eric Blake <ebb9@byu.net>.
40054
40055 2006-08-31  Bruno Haible  <bruno@clisp.org>
40056
40057         * gnulib-tool (nl): Remove variable.
40058         (sed_transform_lib_file): Use more robust test for config-h module.
40059         (func_import): Fix typo in 2006-08-25 patch.
40060
40061 2006-08-31  Bruno Haible  <bruno@clisp.org>
40062
40063         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
40064         specified, augment Makefile.am variables instead of assigning them.
40065
40066 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40067
40068         Work around a bug in both the Linux and SunOS 64-bit kernels:
40069         nanosleep mishandles sleeps for longer than 2**31 seconds.
40070         Problem reported by Frank v Waveren in
40071         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40072         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
40073         Check for nanosleep bug.
40074         (LIB_NANOSLEEP): Append clock_gettime library if needed.
40075
40076 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40077
40078         Work around a bug in both the Linux and SunOS 64-bit kernels:
40079         nanosleep mishandles sleeps for longer than 2**31 seconds.
40080         Problem reported by Frank v Waveren in
40081         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40082         * lib/nanosleep.c (BILLION): New constant.
40083         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
40084         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
40085         implementation.
40086
40087 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40088
40089         * modules/nanosleep (Depends-on): Add gettime.
40090
40091 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40092         and Simon Josefsson  <jas@extundo.com>
40093         and Oskar Liljeblad  <oskar@osk.mine.nu>
40094
40095         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
40096         * gnulib-tool (func_import): New license type 'unmodifiable license
40097         text'.
40098         * modules/fdl: Use it.  Longer description.
40099         * module/gpl, module/lgpl: New files.
40100
40101 2006-08-30  Jim Meyering  <jim@meyering.net>
40102
40103         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
40104         shadowing the parameter.
40105
40106 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40107
40108         Sync from Libtool:
40109
40110         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40111
40112         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
40113         sharing with gnulib.  Report by Eric Blake.
40114
40115 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40116
40117         * modules/isapipe: New file.
40118         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
40119
40120 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40121
40122         * modules/configmake (Makefile.am): Add a comment, and omit
40123         the CONFIGMAKE_ prefix from generated macro names.  Suggested
40124         by Bruno Haible.
40125
40126 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40127
40128         * m4/isapipe.m4: New file.
40129
40130 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40131
40132         * lib/isapipe.c, lib/isapipe.h: New files.
40133
40134 2006-08-29  Jim Meyering  <jim@meyering.net>
40135
40136         * modules/configmake (Makefile.am): Make configmake.h depend on
40137         Makefile.  Otherwise, a stale configmake.h could hang around.
40138
40139 2006-08-29  Eric Blake  <ebb9@byu.net>
40140
40141         * lib/error.c (error_at_line, print_errno_message): Match libc, after
40142         resolution of upstream bug 3044.
40143
40144 2006-08-29  Bruno Haible  <bruno@clisp.org>
40145
40146         * modules/localcharset (Depends-on): Add configmake.
40147         (Makefile.am): Remove setting of LIBDIR through DEFS.
40148
40149 2006-08-29  Bruno Haible  <bruno@clisp.org>
40150
40151         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
40152         defined.
40153
40154 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40155
40156         * modules/fcntl: New file.
40157         * modules/chdir-safer (Depends-on): Add fcntl.
40158         * modules/fts: Likewise.
40159         * modules/mkdir-p: Likewise.
40160
40161         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
40162         This undoes the most recent change, since we're now addressing the
40163         problem in a different way.
40164
40165         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
40166         into output, since the output might be called Makefile.am even
40167         if $makefile_name is something different.
40168         (func_import): Use $makefile_am rather than
40169         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
40170         empty.
40171
40172         * modules/inttypes (Files): Add m4/inttypes-h.m4.
40173
40174 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40175
40176         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
40177         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
40178         recent change to stdint.m4, since we're now addressing the problem in a
40179         different way.
40180
40181 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40182
40183         * m4/fcntl_h.m4: New file.
40184
40185 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40186
40187         * lib/fcntl_.h: New file.
40188         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
40189         the fcntl module.
40190         * lib/dirchownmod.c: Likewise.
40191         * lib/fts.c: Likewise.
40192
40193         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
40194         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
40195         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
40196         just before including <inttypes.h>, to avoid circular inclusion.
40197
40198 2006-08-28  Jim Meyering  <jim@meyering.net>
40199
40200         * doc/visibility.texi: Actually read and correct the grammar of the
40201         sentence affected by yesterday's change.
40202
40203 2006-08-28  Eric Blake  <ebb9@byu.net>
40204
40205         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
40206         needs wrapper.
40207
40208 2006-08-28  Eric Blake  <ebb9@byu.net>
40209
40210         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
40211
40212 2006-08-28  Eric Blake  <ebb9@byu.net>
40213
40214         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
40215
40216 2006-08-28  Bruno Haible  <bruno@clisp.org>
40217
40218         * modules/c-strstr: New file, from GNU gettext.
40219         * MODULES.html.sh (String handling): Add c-strstr.
40220
40221 2006-08-28  Bruno Haible  <bruno@clisp.org>
40222
40223         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
40224         macros.
40225         Reported by Eric Blake.
40226
40227 2006-08-28  Bruno Haible  <bruno@clisp.org>
40228
40229         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
40230         (VASNPRINTF): Return a string of length > INT_MAX without failing.
40231         * lib/vasprintf.c: Include errno.h, limits.h.
40232         (EOVERFLOW): New fallback definition.
40233         (vasprintf): Test here whether the string length is > INT_MAX.
40234         * lib/vsnprintf.c: Include errno.h, limits.h.
40235         (EOVERFLOW): New fallback definition.
40236         (vsnprintf): Fix bug when generated string was too long for the buffer.
40237         Test here whether the string length is > INT_MAX.
40238
40239 2006-08-28  Bruno Haible  <bruno@clisp.org>
40240
40241         * lib/inttypes_.h (SCNX*): Remove definitions.
40242         Reported by Eric Blake.
40243
40244 2006-08-28  Bruno Haible  <bruno@clisp.org>
40245
40246         * lib/c-strstr.h: New file, from GNU gettext.
40247         * lib/c-strstr.c: New file, from GNU gettext.
40248
40249 2006-08-28  Bruno Haible  <bruno@clisp.org>
40250
40251         * gnulib-tool: Reorder some statements.
40252
40253 2006-08-28  Bruno Haible  <bruno@clisp.org>
40254
40255         * gnulib-tool: New option --makefile-name.
40256         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
40257         $makefile_name.
40258         (func_import): Write $makefile_name to the cache file, and read it from
40259         there unless explicitly specified. Use $makefile_name as file name
40260         instead of Makefile.am. Adjust the recommendations accordingly.
40261
40262 2006-08-28  Bruno Haible  <bruno@clisp.org>
40263
40264         * gnulib-tool (func_verify_module): Check against misapplying patch.
40265
40266 2006-08-28  Bruno Haible  <bruno@clisp.org>
40267
40268         * gnulib-tool (func_relativize, func_relconcat): New functions.
40269         Give an error if --local-dir is given with --update.
40270         Remove trailing slashes from $local_gnulib_dir.
40271         (func_import): Store the relativized $local_gnulib_dir in
40272         gnulib-cache.m4, and read it from there if not specified explicitly.
40273
40274 2006-08-28  Bruno Haible  <bruno@clisp.org>
40275
40276         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
40277         is the current directory. Respect also $local_gnulib_dir.
40278
40279 2006-08-28  Bruno Haible  <bruno@clisp.org>
40280             Simon Josefsson  <jas@extundo.com>
40281
40282         BeOS portability.
40283         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
40284
40285 2006-08-27  Jim Meyering  <jim@meyering.net>
40286
40287         * doc/visibility.texi: Remove duplicate word: "pointer".
40288
40289 2006-08-26  Bruno Haible  <bruno@clisp.org>
40290
40291         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
40292         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
40293         (Makefile.am): Create inttypes.h from inttypes_.h.
40294         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
40295
40296         * modules/imaxabs: New file.
40297
40298         * modules/imaxdiv: New file.
40299
40300 2006-08-26  Bruno Haible  <bruno@clisp.org>
40301
40302         * m4/inttypes.m4: New file.
40303         * m4/_inttypes_h.m4: Remove file.
40304         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
40305         PRI_MACROS_BROKEN.
40306         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
40307
40308         * m4/imaxabs.m4: New file.
40309
40310         * m4/imaxdiv.m4: New file.
40311
40312 2006-08-26  Bruno Haible  <bruno@clisp.org>
40313
40314         * lib/inttypes_.h: New file.
40315         * lib/inttypes.h: Remove file.
40316         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
40317
40318         * lib/imaxabs.c: New file.
40319
40320         * lib/imaxdiv.c: New file.
40321
40322 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40323
40324         New config-h module, so that "make" output needn't be cluttered
40325         by -DHAVE_CONFIG_H.
40326         * MODULES.html.sh (Support for building libraries and executables):
40327         Add config-h.
40328         * modules/config-h: New file.
40329         * gnulib-tool (nl, sed_transform_lib_file): New vars.
40330         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
40331         the config-h module is used.
40332
40333         New configmake module, so that "make" output needn't be cluttered
40334         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
40335         * MODULES.html.sh (Support for building libraries and executables):
40336         Add configmake.
40337         * modules/configmake: New file.
40338
40339 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40340
40341         * m4/config-h.m4: New file.
40342
40343 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40344
40345         * config/srclist.txt: Add elisp-comp.
40346
40347 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40348
40349         * MODULES.html.sh (Support for building libraries and executables):
40350         Add elisp-comp.
40351         * build-aux/elisp-comp: New file.
40352         * modules/elisp-comp: New file.
40353
40354 2006-08-24  Bruno Haible  <bruno@clisp.org>
40355
40356         * gnulib-tool (func_create_testdir): Use non-default values of
40357         sourcebase and m4base.
40358
40359 2006-08-24  Bruno Haible  <bruno@clisp.org>
40360
40361         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
40362         HTML structure.
40363
40364 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40365
40366         * modules/openat (Depends-on): Add lchown.
40367
40368 2006-08-23  Bruno Haible  <bruno@clisp.org>
40369
40370         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40371         of gl_LOCK_EARLY instead of gl_LOCK.
40372
40373 2006-08-23  Bruno Haible  <bruno@clisp.org>
40374
40375         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40376         on OSF/1 to no.
40377         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
40378
40379 2006-08-23  Bruno Haible  <bruno@clisp.org>
40380
40381         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
40382         as unusable.
40383
40384         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
40385         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
40386         (gl_LOCK): New macro.
40387
40388 2006-08-22  Simon Josefsson  <jas@extundo.com>
40389
40390         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
40391         to md5 module.
40392
40393 2006-08-22  Simon Josefsson  <jas@extundo.com>
40394
40395         * MODULES.html.sh: Add "Support for maintaining and release
40396         projects".
40397
40398         * build-aux/gnupload: New file, from coreutils.
40399
40400 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         Avoid the need for AC_LIBSOURCES in m4 macros.
40403         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
40404         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
40405         * modules/check-version (EXTRA_DIST): Add check-version.h.
40406         * modules/crc (EXTRA_DIST): Add crc.h.
40407         * modules/des (EXTRA_DIST): Add des.h.
40408         * modules/gc (EXTRA_DIST): Add gc.h.
40409         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
40410         * modules/getline (EXTRA_DIST): Add getline.h.
40411         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
40412         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
40413         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
40414         * modules/md2 (EXTRA_DIST): Add md2.h.
40415         * modules/md4 (EXTRA_DIST): Add md4.h.
40416         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
40417         * modules/read-file (EXTRA_DIST): Add read-file.h.
40418         * modules/readline (EXTRA_DIST): Add readline.h.
40419         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
40420         rijndael-api-fst.h.
40421
40422 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40423
40424         * m4/rijndael.m4 (gl_ARCFOUR):
40425         * m4/arctwo.m4 (gl_ARCTWO):
40426         * m4/check-version.m4 (gl_CHECK_VERSION):
40427         * m4/crc.m4 (gl_CRC):
40428         * m4/des.m4 (gl_DES):
40429         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
40430         * m4/gc.m4 (gl_GC):
40431         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
40432         * m4/getline.m4 (gl_FUNC_GETLINE):
40433         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
40434         * m4/hmac-md5.m4 (gl_HMAC_MD5):
40435         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
40436         * m4/md2.m4 (gl_MD2):
40437         * m4/md4.m4 (gl_MD4):
40438         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
40439         * m4/read-file.m4 (gl_FUNC_READ_FILE):
40440         * m4/readline.m4 (gl_FUNC_READLINE):
40441         * m4/rijndael.m4 (gl_RIJNDAEL):
40442         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40443         to get the necessary .h files and whatnot.
40444
40445 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40446
40447         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
40448         gnulib rather than the other way around.
40449         * config/srclistvars.sh (COREUTILS): Remove.
40450
40451 2006-08-22  Jim Meyering  <jim@meyering.net>
40452
40453         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
40454
40455         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
40456
40457 2006-08-22  Eric Blake  <ebb9@byu.net>
40458
40459         * modules/regexprops-generic: New file.
40460         * MODULES.html.sh (Support for building documentation): List it.
40461
40462 2006-08-22  Eric Blake  <ebb9@byu.net>
40463
40464         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
40465         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
40466         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
40467         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
40468
40469 2006-08-22  Bruno Haible  <bruno@clisp.org>
40470
40471         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
40472         and lib_LTLIBRARIES like the other lib_* variables.
40473
40474 2006-08-22  Bruno Haible  <bruno@clisp.org>
40475
40476         * build-aux/x-to-1.in: New file, from GNU gettext.
40477
40478 2006-08-22  Bruno Haible  <bruno@clisp.org>
40479
40480         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
40481         <utmpx.h> exists.
40482
40483 2006-08-22  Bruno Haible  <bruno@clisp.org>
40484
40485         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
40486         <utmpx.h> exists.
40487
40488 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40489
40490         BeOS portability.
40491         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
40492         exist.
40493         Problem reported by Bruno Haible.
40494
40495 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40496
40497         Avoid the need for AC_LIBSOURCES in m4 macros.
40498         * modules/acl (EXTRA_DIST): Add acl.h.
40499         * modules/argmatch (Files): Add m4/argmatch.m4.
40500         (configure.ac): Add gl_ARGMATCH.
40501         (EXTRA_DIST): Renamed from lib_SOURCES, for
40502         consistency with the other modules.  Remove argmatch.c.
40503         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
40504         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
40505         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
40506         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
40507         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
40508         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
40509         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
40510         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
40511         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
40512         * modules/closeout (EXTRA_DIST): Add closeout.h.
40513         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
40514         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
40515         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
40516         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
40517         dirname.h; remove basename.c and stripslash.c.
40518         * modules/exclude (EXTRA_DIST): Add exclude.h.
40519         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
40520         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
40521         * modules/file-type (EXTRA_DIST): Add file-type.h.
40522         * modules/filemode (EXTRA_DIST): Add filemode.h.
40523         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40524         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40525         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40526         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40527         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40528         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40529         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40530         * modules/getdate (EXTRA_DIST): Add getdate.c.
40531         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40532         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40533         * modules/getpass (EXTRA_DIST): Add getpass.h.
40534         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40535         * modules/group-member (EXTRA_DIST): Add group-member.h.
40536         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40537         * modules/hash (EXTRA_DIST): Add hash.h.
40538         * modules/human (EXTRA_DIST): Add human.h.
40539         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40540         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40541         * modules/lchown (EXTRA_DIST): Add lchown.h.
40542         * modules/long-options (EXTRA_DIST): Add long-options.h.
40543         * modules/lstat (EXTRA_DIST): Add lstat.h.
40544         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40545         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40546         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40547         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40548         * modules/memxor (EXTRA_DIST): Add memxor.h.
40549         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40550         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40551         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40552         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40553         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40554         * modules/physmem (EXTRA_DIST): Add physmem.h.
40555         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40556         * modules/posixver (EXTRA_DIST): Add posixver.h.
40557         * modules/quote (EXTRA_DIST): Add quote.h.
40558         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40559         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40560         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40561         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40562         regex_internal.h regexec.c.
40563         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40564         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40565         * modules/same (EXTRA_DIST): Add same.h.
40566         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40567         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40568         * modules/savedir (EXTRA_DIST): Add savedir.h.
40569         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40570         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40571         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40572         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40573         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40574         * modules/strdup (EXTRA_DIST): Add strdup.h.
40575         * modules/strftime (EXTRA_DIST): Add strftime.h.
40576         * modules/strndup (EXTRA_DIST): Add strndup.h.
40577         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40578         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40579         * modules/time_r (EXTRA_DIST): Add time_r.h.
40580         * modules/timespec (EXTRA_DIST): Add timespec.h.
40581         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40582         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40583         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40584         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40585         * modules/userspec (EXTRA_DIST): Add userspec.h.
40586         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40587         * modules/utimens (EXTRA_DIST): Add utimens.h.
40588         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40589         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40590         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40591         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40592         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40593         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40594         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40595         * modules/yesno (EXTRA_DIST): Add yesno.h.
40596
40597 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40598
40599         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40600
40601         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40602         * m4/dev-ino.m4, same-inode.m4: Remove.
40603
40604         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40605         * m4/acl.m4 (AC_FUNC_ACL):
40606         * m4/backupfile.m4 (gl_BACKUPFILE):
40607         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40608         * m4/canon-host.m4 (gl_CANON_HOST):
40609         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40610         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40611         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40612         * m4/cloexec.m4 (gl_CLOEXEC):
40613         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40614         * m4/closeout.m4 (gl_CLOSEOUT):
40615         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40616         * m4/dirname.m4 (gl_DIRNAME):
40617         * m4/exclude.m4 (gl_EXCLUDE):
40618         * m4/exitfail.m4 (gl_EXITFAIL):
40619         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40620         * m4/file-type.m4 (gl_FILE_TYPE):
40621         * m4/filemode.m4 (gl_FILEMODE):
40622         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40623         * m4/fpending.m4 (gl_FUNC_FPENDING):
40624         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40625         * m4/fts.m4 (gl_FUNC_FTS):
40626         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40627         * m4/getdate.m4 (gl_GETDATE):
40628         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40629         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40630         * m4/getpass.m4 (gl_FUNC_GETPASS):
40631         * m4/gettime.m4 (gl_GETTIME):
40632         * m4/getugroups.m4 (gl_GETUGROUPS):
40633         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40634         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40635         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40636         * m4/hash.m4 (gl_HASH):
40637         * m4/idcache.m4 (gl_IDCACHE):
40638         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40639         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40640         * m4/long-options.m4 (gl_LONG_OPTIONS):
40641         * m4/lstat.m4 (gl_FUNC_LSTAT):
40642         * m4/md5.m4 (gl_MD5):
40643         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40644         * m4/memcoll.m4 (gl_MEMCOLL):
40645         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40646         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40647         * m4/memxor.m4 (gl_MEMXOR):
40648         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40649         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40650         * m4/modechange.m4 (gl_MODECHANGE):
40651         * m4/mountlist.m4 (gl_MOUNTLIST):
40652         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40653         * m4/openat.m4 (gl_FUNC_OPENAT):
40654         * m4/pathmax.m4 (gl_PATHMAX):
40655         * m4/physmem.m4 (gl_PHYSMEM):
40656         * m4/posixtm.m4 (gl_POSIXTM):
40657         * m4/posixver.m4 (gl_POSIXVER):
40658         * m4/quote.m4 (gl_QUOTE):
40659         * m4/quotearg.m4 (gl_QUOTEARG):
40660         * m4/readtokens.m4 (gl_READTOKENS):
40661         * m4/readutmp.m4 (gl_READUTMP):
40662         * m4/regex.m4 (gl_REGEX):
40663         * m4/safe-read.m4 (gl_SAFE_READ):
40664         * m4/safe-write.m4 (gl_SAFE_WRITE):
40665         * m4/same.m4 (gl_SAME):
40666         * m4/save-cwd.m4 (gl_SAVE_CWD):
40667         * m4/savedir.m4 (gl_SAVEDIR):
40668         * m4/settime.m4 (gl_SETTIME):
40669         * m4/sha1.m4 (gl_SHA1):
40670         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40671         * m4/stat-macros.m4 (gl_STAT_MACROS):
40672         * m4/stat-time.m4 (gl_STAT_TIME):
40673         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
40674         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
40675         * m4/strdup.m4 (gl_FUNC_STRDUP):
40676         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
40677         * m4/strndup.m4 (gl_FUNC_STRNDUP):
40678         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
40679         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
40680         * m4/time_r.m4 (gl_TIME_R):
40681         * m4/timespec.m4 (gl_TIMESPEC):
40682         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
40683         * m4/unlinkdir.m4 (gl_UNLINKDIR):
40684         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
40685         * m4/userspec.m4 (gl_USERSPEC):
40686         * m4/utimecmp.m4 (gl_UTIMECMP):
40687         * m4/utimens.m4 (gl_UTIMENS):
40688         * m4/xalloc.m4 (gl_XALLOC):
40689         * m4/xgetcwd.m4 (gl_XGETCWD):
40690         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
40691         * m4/xreadlink.m4 (gl_XREADLINK):
40692         * m4/xstrtod.m4 (gl_XSTRTOD):
40693         * m4/yesno.m4 (gl_YESNO):
40694         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40695         to get the necessary .h files and whatnot.
40696
40697 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
40698             Bruno Haible  <bruno@clisp.org>
40699
40700         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
40701         /bin/sh understanding of '!' conditional negation.
40702
40703 2006-08-21  Jim Meyering  <jim@meyering.net>
40704
40705         * modules/openat (Depends-on): Really alphabetize.
40706
40707         * modules/acl (Depends-on): Add error and quote.
40708
40709         * check-module (find_included_lib_files): Add at-func.c to the
40710         ok-to-include-more-than-once white list.
40711
40712         * modules/openat (Depends-on): Add lstat.  Alphabetize.
40713
40714 2006-08-21  Bruno Haible  <bruno@clisp.org>
40715
40716         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40717         Emit a pkgdata_DATA variable only if some snippets add contents to it.
40718         Reported by Martin Lambers <marlam@marlam.de>.
40719
40720 2006-08-21  Bruno Haible  <bruno@clisp.org>
40721
40722         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
40723         specify an installation location, don't emit a noinst_LIBRARIES or
40724         noinst_LTLIBRARIES assignment.
40725
40726 2006-08-21  Bruno Haible  <bruno@clisp.org>
40727
40728         BeOS portability.
40729         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
40730         BeOS has mbrtowc() but no <wctype.h>.
40731
40732 2006-08-21  Bruno Haible  <bruno@clisp.org>
40733
40734         BeOS portability.
40735         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
40736         exist.
40737
40738 2006-08-21  Bruno Haible  <bruno@clisp.org>
40739
40740         BeOS portability.
40741         * lib/mbchar.h: Include <wctype.h> only if it exists.
40742
40743 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40744
40745         Remove files that are no longer needed by their respective modules.
40746         * m4/obstack.m4: Remove.
40747         * m4/strerror_r.m4: Remove.
40748         * m4/uint32_t.m4: Remove.
40749         * m4/uintptr_t.m4: Remove.
40750         * m4/ullong_max.m4: Remove.
40751         * m4/xstrtoimax.m4: Remove.
40752         * m4/xstrtoumax.m4: Remove.
40753
40754         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
40755         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
40756         dependencies now capture this.
40757
40758         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
40759         Do not use AC_LIBSOURCES, since gnulib modules now do this.
40760         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
40761         * m4/human.m4 (gl_HUMAN): Likewise.
40762         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
40763         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
40764
40765         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
40766
40767         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
40768         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
40769         stdint.
40770         * m4/human.m4 (gl_HUMAN): Likewise.
40771         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
40772         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
40773         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40774         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40775         * m4/xstrtol (gl_XSTRTOL): Likewise.
40776
40777         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
40778         AC_TYPE_LONG_LONG_INT.
40779         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40780         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
40781         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
40782         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40783
40784         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
40785         on stdbool.
40786
40787         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
40788         (gl_PREREQ_XSTRTOUL): Remove.
40789
40790         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
40791
40792         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
40793         mode.
40794
40795 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40796
40797         Add and change modules to make it easier for coreutils to use
40798         gnulib-tool.
40799         * modules/backupfile (Files): Remove m4/d-ino.m4.
40800         (Depends-on): Add d-ino.
40801         * modules/cycle-check (Depends-on): Add stdint.
40802         (lib_SOURCES): Add cycle-check.h.
40803         * modules/d-ino: New module.
40804         * modules/d-type: New module.
40805         * modules/error (Files): Remove m4/strerror_r.m4.
40806         * modules/filemode (Files): Add m4/st_dm_mode.m4.
40807         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40808         m4/inttypes_h.m4, m4/uintmax_t.m4.
40809         (Depends-on): Add stdint.
40810         (lib_SOURCES): Add fsusage.h.
40811         * modules/getcwd (Files): Remove d-ino.m4.
40812         (Depends-on): Add d-ino.
40813         * modules/getndelim2 (Depends-on): Add stdint.
40814         * modules/glob (Files): Remove m4/d-type.m4.
40815         (Depends-on): Add d-type.
40816         * modules/host-os: New module.
40817         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
40818         m4/inttypes_h.m4, m4/uintmax_t.m4.
40819         * Depends-on: Add stdint.
40820         (lib_SOURCES): Add human.h.
40821         * modules/inttostr (Files): Remove m4/intmax_t.m4,
40822         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
40823         m4/uintmax_t.m4, m4/ulonglong.m4.
40824         (Depends-on): Add stdint.
40825         (EXTRA_DIST): Add inttostr.h.
40826         * modules/lchmod: New module.
40827         * modules/link-follow: New module.
40828         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
40829         (Depends-on): Add lchmod.
40830         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
40831         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
40832         (Depends-on): Add stdint.
40833         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
40834         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
40835         (Depends-on): Add stdint.
40836         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
40837         * modules/perl: New module.
40838         * modules/regex (Depends-on): Add stdint.
40839         * modules/rmdir-errno: New module.
40840         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40841         m4/intmax_t.m4.
40842         (Depends-on): Add stdint.
40843         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40844         m4/uintmax_t.m4.
40845         (Depends-on): Add stdint.
40846         * modules/unlink-busy: New module.
40847         * modules/utimecmp (Depends-on): Add stdint.
40848         * modules/uptime: New module.
40849         * modules/winsz-ioctl: New module.
40850         * modules/winsz-termios: New module.
40851         * modules/xnanosleep (Depends-on): Add nanosleep.
40852         * modules/ullong_max: Remove.
40853         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
40854         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
40855         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
40856         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
40857         (Depends-on): Add inttypes.
40858         (lib_SOURCES): Add xstrtol.h.
40859         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
40860         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
40861         * MODULES.html.sh: Move 'assert' into the assert section.
40862         Move 'dummy' into the linking section.
40863         Remove ullong_max.
40864         Add section for compatibility checks for POSIX:2001 functions,
40865         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
40866         winsz-ioctl, and winsz-termios into it.
40867         Add lchmod.
40868         Add top-level Misc section and put host-os, perl, and uptime
40869         into it.
40870
40871 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40872
40873         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
40874         now assume the stdint module.  Do not include inttypes.h.
40875         * lib/fsusage.h: Likewise.
40876         * lib/getndelim2.c: Likewise.
40877         * lib/human.h: Likewise.
40878         * lib/inttostr.h: Likewise.
40879         * lib/obstack.c: Likewise.
40880         * lib/regex_internal.h: Likewise.
40881         * lib/tempname.c: Likewise.
40882         * lib/utimecmp.c: Likewise.
40883         * lib/xstrtol.h: Likewise.
40884
40885         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
40886
40887         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
40888         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
40889         * lib/xtime.h: Likewise.
40890
40891 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40892
40893         * modules/openat (Files): Add lib/fchmodat.c.
40894         Fixes problem reported by Jay Youngman.
40895
40896 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40897
40898         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
40899         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
40900
40901 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
40902             Bruno Haible  <bruno@clisp.org>
40903
40904         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
40905         and is a script that invokes bison. Tighten the code. Add comments.
40906
40907 2006-08-18  Jim Meyering  <jim@meyering.net>
40908
40909         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
40910         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
40911         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
40912         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
40913
40914 2006-08-18  Bruno Haible  <bruno@clisp.org>
40915
40916         * modules/bison-i18n: New file.
40917         * MODULES.html.sh (Internationalization functions): Add it.
40918
40919 2006-08-18  Bruno Haible  <bruno@clisp.org>
40920
40921         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
40922         sys/statvfs.h. When getmntinfo was found, check its declaration and
40923         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
40924
40925 2006-08-18  Bruno Haible  <bruno@clisp.org>
40926
40927         * m4/bison-i18n.m4: New file, from bison.
40928
40929 2006-08-18  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
40932         (ME_DUMMY): Treat "kernfs" as a dummy.
40933         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
40934
40935 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40936
40937         Update from coreutils.
40938
40939         2006-08-15  Jim Meyering  <jim@meyering.net>
40940
40941         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
40942
40943         2006-01-17  Jim Meyering  <jim@meyering.net>
40944
40945         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
40946
40947         2006-01-11  Jim Meyering  <jim@meyering.net>
40948
40949         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
40950         Check for the lchmod function.
40951
40952 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40953
40954         Update from coreutils.
40955
40956         * lib/__fpending.h: Add copyright notice.
40957         * lib/fprintftime.h: Likewise.
40958         * lib/savedir.c: Use (C) in copyright notice.
40959         * lib/savedir.h: Likewise.
40960
40961         2006-08-15  Jim Meyering  <jim@meyering.net>
40962
40963         * lib/at-func.c: New file, with the logic of all emulated at-functions.
40964         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
40965         in support of the EXPECTED_ERRNO macro.
40966         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
40967         definitions.  Instead, define the appropriate symbols and include
40968         "at-func.c".
40969         * lib/mkdirat.c (mkdirat): Likewise.
40970         * lib/fchmodat.c (fchmodat): Likewise.
40971         (ENOSYS): Remove definition.
40972         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
40973         it.  Don't include "unistd--.h" -- it wasn't ever used.
40974
40975         2006-01-17  Jim Meyering  <jim@meyering.net>
40976
40977         Rewrite fts.c not to change the current working directory,
40978         by using openat, fstatat, fdopendir, etc..
40979
40980         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
40981         (HAVE_OPENAT_SUPPORT): Define.
40982         [_LIBC] (fchdir): Don't undef or define; no longer used.
40983         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
40984         Now, this `function' always succeeds, and consumes its file descriptor
40985         parameter -- so callers must not close such FDs.  Update callers.
40986         (diropen_fd, opendirat, cwd_advance_fd): New functions.
40987         (diropen): Add parameter, SP.  Adjust all callers.
40988         Implement using diropen_fd, rather than open.
40989         (fts_open): Initialize new member, fts_cwd_fd.
40990         Remove fts_rft-setting code.
40991         (fts_close): Close fts_cwd_fd, if necessary.
40992         (__opendir2): Define in terms of opendir or opendirat,
40993         depending on whether the FST_NOCHDIR flag is set.
40994         (fts_build): Since fts_safe_changedir consumes its FD, and since
40995         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
40996         and close the dup'd file descriptor upon failure.
40997         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
40998         (fts_safe_changedir): Tweak semantics to reflect that this function
40999         now calls cwd_advance_fd and hence consumes its FD argument.
41000         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
41001         [struct FTS] (fts_rft): Remove now-unused member.
41002         [struct FTS] (fts_cycle.state): Improve comment.
41003
41004         * lib/openat.c (openat_needs_fchdir): New function.
41005         * lib/openat.h (openat_needs_fchdir): Declare it.
41006
41007 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
41008
41009         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
41010         Problem and fix reported by Pádraig Brady in
41011         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
41012
41013 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41014
41015         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
41016
41017 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41018
41019         * lib/memcoll.c (memcoll): Optimize for the common case where the
41020         arguments are bytewise equal.
41021
41022 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41023
41024         * doc/regexprops-generic.texi: Add a copyright notice.
41025
41026 2006-08-15  Bruno Haible  <bruno@clisp.org>
41027
41028         * modules/tmpdir (License): Change to LGPL.
41029
41030 2006-08-15  Bruno Haible  <bruno@clisp.org>
41031
41032         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
41033         module.
41034
41035 2006-08-14  Simon Josefsson  <jas@extundo.com>
41036
41037         * config/srclist.txt: Add gnupload.
41038
41039 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41040
41041         Change copyright notice from LGPL 2 to GPL 2, since that's the
41042         standard form used in the gnulib repository.
41043         * tests/test-lock.c: Likewise.
41044         * tests/test-stdint.c: Likewise.
41045         * tests/test-tls.c: Likewise.
41046
41047         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
41048         prelude-manager.  User shorter URLs for GNU projects, without '?'.
41049         Add copyright notice.
41050
41051         * check-module: Add copyright notice.  Output a copyright
41052         notice if "--version" is specified.
41053         * modules/COPYING: New file.
41054         * tests/test-getaddrinfo.c: Add copyright notice.
41055         * tests/test-verify.c: Likewise.
41056
41057 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41058
41059         Change copyright notice from LGPL 2 to GPL 2, since that's the
41060         standard form used in the gnulib repository.
41061         * lib/lock.c: LGPL -> GPL.
41062         * lib/lock.h: Likewise.
41063         * lib/strnlen1.c: Likewise.
41064         * lib/strnlen1.h: Likewise.
41065         * lib/tls.c: Likewise.
41066         * lib/tls.h: Likewise.
41067         * lib/tmpdir.c: Likewise.
41068
41069         * lib/TODO: Remove; this belongs only in coreutils.
41070
41071 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         Add copyright notices to long-enough files that lack them, since
41074         otherwise the files aren't clearly free.  Use the same notice that
41075         getdate.texi already uses.
41076         * doc/alloca-opt.texi: Add copyright notice.
41077         * doc/alloca.texi: Likewise.
41078         * doc/ctime.texi: Likewise.
41079         * doc/functions.texi: Likewise.
41080         * doc/gcd.texi: Likewise.
41081         * doc/gnulib-tool.texi: Likewise.
41082         * doc/inet_ntoa.texi: Likewise.
41083         * doc/visibility.texi: Likewise.
41084
41085         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
41086         * doc/quote.texi: Add copyright notice.
41087
41088         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
41089         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
41090         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
41091         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
41092         is now obsolete, and give a pointer to the Sun list.
41093         Add copyright notice.
41094
41095 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41096
41097         * config/srclistvars.sh: Add copyright notice.
41098
41099 2006-08-14  Eric Blake  <ebb9@byu.net>
41100
41101         Import the following change from libc:
41102
41103         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
41104
41105         Upstream bug 2997.
41106         * lib/misc/error.c: Add space between program name and message if file
41107         name is missing.
41108
41109 2006-08-12  Karl Berry  <karl@gnu.org>
41110
41111         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
41112         remove, these originate in gnulib now.
41113
41114 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41115
41116         * doc/Makefile (standards.info standards.html standards.dvi):
41117         Also depend on make-stds.texi.
41118
41119 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41120
41121         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
41122         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
41123
41124         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
41125         in wchar_t.  Problem reported by Eric Blake.
41126
41127         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
41128         LEN is smaller than SIZE.  Suggested by Bruno Haible.
41129         Also, help the compiler to keep LEN in a register.
41130
41131 2006-08-11  Eric Blake  <ebb9@byu.net>
41132
41133         * users.txt: Sort.  Add tar.
41134
41135 2006-08-11  Bruno Haible  <bruno@clisp.org>
41136
41137         * users.txt: New file.
41138
41139 2006-08-11  Bruno Haible  <bruno@clisp.org>
41140
41141         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
41142         before <wchar.h>. Needed for OSF/1 and BSD/OS.
41143
41144 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41145
41146         * modules/snprintf (Depends-on): Remove minmax.
41147         (Maintainer): Add self and Bruno.
41148
41149 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41150
41151         * lib/.cppi-disable: Add snprintf.h, socket_.h.
41152         * lib/snprintf.c: Include <errno.h> and <limits.h>.
41153         (EOVERFLOW): Define if the system does not.
41154         Do not include "minmax.h"; it wasn't used.
41155         (snprintf): Don't assume size_t promotes to an unsigned type.
41156         Fix bug when generated string was too long for the buffer: the
41157         buffer's contents are supposed to be the initial prefix of the
41158         output.  Don't assume vasnprintf returns EOVERFLOW if the size
41159         exceeds INT_MAX; do the check ourselves.
41160
41161         Import the following changes from libc:
41162
41163         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
41164
41165         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
41166         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
41167         set wc to the byte which couldn't be converted.
41168         (re_string_reconstruct): Don't clear valid_raw_len before calling
41169         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
41170         tip_context using re_string_context_at.
41171
41172         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
41173
41174         * lib/posix/regex.h: g++ still cannot handled [restrict].
41175
41176         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
41177
41178         * lib/posix/regex.h: Remove special handling for VMS.
41179
41180 2006-08-10  Jim Meyering  <jim@meyering.net>
41181
41182         * modules/same-inode: New module.
41183         * modules/dev-ino: New module.
41184         * modules/cycle-check: Depend on these modules, rather than simply
41185         including their .h files.
41186         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
41187         required via m4/cycle-check.m4.
41188         * modules/same: Depend on new same-inode module, rather than
41189         including same-inode.h.
41190         * modules/chdir-safer: New file.
41191
41192         * modules/chown (Depends-on): Add stat-macros.
41193
41194 2006-08-10  Jim Meyering  <jim@meyering.net>
41195
41196         * m4/cycle-check.m4: New file.
41197         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
41198         * m4/dev-ino.m4, m4/same-inode.m4: New files.
41199
41200 2006-08-10  Eric Blake  <ebb9@byu.net>
41201
41202         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
41203         in from original proposal.
41204
41205 2006-08-10  Eric Blake  <ebb9@byu.net>
41206         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41207
41208         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
41209         namespace.
41210
41211 2006-08-10  Bruno Haible  <bruno@clisp.org>
41212
41213         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
41214         as well.
41215
41216 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41217
41218         Sync from coreutils.
41219
41220         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
41221
41222         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
41223         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
41224
41225 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41226
41227         * modules/restrict: Remove; no longer needed now that we assume
41228         Autoconf 2.59 or later.
41229         * MODULES.html.sh: Remove 'restrict'.
41230         * modules/argp (Depends-on): Remove 'restrict'.
41231         * modules/base64 (Depends-on): Likewise.
41232         * modules/gc (Depends-on): Likewise.
41233         * modules/getaddrinfo (Depends-on): Likewise.
41234         * modules/glob (Depends-on): Likewise.
41235         * modules/inet_ntop (Depends-on): Likewise.
41236         * modules/inet_pton (Depends-on): Likewise.
41237         * modules/memxor (Depends-on): Likewise.
41238         * modules/regex (Depends-on): Likewise.
41239         * modules/strtok_r (Depends-on): Likewise.
41240         * modules/time_r (Depends-on): Likewise.
41241
41242 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41243
41244         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
41245         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
41246         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41247         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
41248         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
41249         * m4/memxor.m4 (gl_MEMXOR): Likewise.
41250         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
41251         gl_C_RESTRICT replaced by AC_C_RESTRICT.
41252
41253         Merge from coreutils.
41254         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
41255         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
41256         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
41257         * m4/time_r.m4 (gl_TIME_R): Likewise.
41258
41259 2006-08-09  Karl Berry  <karl@gnu.org>
41260
41261         * config/srclist.txt: no more gettext-tools, per Bruno.
41262
41263 2006-08-08  Eric Blake  <ebb9@byu.net>
41264
41265         * modules/verror: New module.
41266         * MODULES.html.sh: Document it.
41267
41268 2006-08-08  Eric Blake  <ebb9@byu.net>
41269
41270         * lib/verror.h, lib/verror.c: New files.
41271
41272 2006-08-08  Eric Blake  <ebb9@byu.net>
41273
41274         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
41275         verror_at_line output complies with GNU Coding Standards even when
41276         file is NULL.
41277
41278 2006-08-07  Bruno Haible  <bruno@clisp.org>
41279
41280         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
41281         versions of AIX.
41282         Reported by Ralf Wildenhues.
41283
41284 2006-08-07  Bruno Haible  <bruno@clisp.org>
41285
41286         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
41287         in an AC_DEFUN. Needed so that the autoconf snippets can use
41288         AC_REQUIRE.
41289
41290 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41291
41292         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41293         Initialize pkgdata_DATA.
41294         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
41295         overriding it.
41296
41297 2006-08-06  Eric Blake  <ebb9@byu.net>
41298
41299         * lib/error.h: Fold in some upstream changes from glibc.
41300         * lib/error.c: Likewise.
41301
41302 2006-08-04  Bruno Haible  <bruno@clisp.org>
41303
41304         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41305         Make the mostlyclean-local rule depend on mostlyclean-generic.
41306         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
41307
41308 2006-07-31  Bruno Haible  <bruno@clisp.org>
41309
41310         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
41311         <stdlib.h>, <string.h>.
41312
41313 2006-07-30  Bruno Haible  <bruno@clisp.org>
41314
41315         * modules/readlink (License): Change to LGPL.
41316
41317 2006-07-30  Bruno Haible  <bruno@clisp.org>
41318
41319         * modules/javaversion (Makefile.am): Distribute javaversion.java and
41320         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
41321         set PKGDATADIR to point to it.
41322
41323 2006-07-30  Bruno Haible  <bruno@clisp.org>
41324
41325         * modules/csharpexec (configure.ac): Comment out macro invocation.
41326         * modules/javaexec (configure.ac): Likewise.
41327         * modules/javacomp-script (configure.ac): Likewise.
41328
41329         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
41330
41331 2006-07-30  Bruno Haible  <bruno@clisp.org>
41332
41333         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
41334         linked-list.
41335
41336 2006-07-30  Bruno Haible  <bruno@clisp.org>
41337
41338         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
41339
41340 2006-07-30  Bruno Haible  <bruno@clisp.org>
41341
41342         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41343         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
41344         get removed.
41345
41346 2006-07-29  Bruno Haible  <bruno@clisp.org>
41347
41348         Make it possible for gnulib-tool to work with locally modified or
41349         augmented gnulib repositories.
41350         * gnulib-tool (func_usage): Document --local-dir option.
41351         (local_gnulib_dir): New variable.
41352         Handle --local-dir option.
41353         (func_lookup_file): New function.
41354         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
41355         (func_get_description, func_get_filelist, func_get_description,
41356         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
41357         func_get_automake_snippet, func_get_include_directive,
41358         func_get_license, func_get_maintainer): Use func_lookup_file.
41359         (func_import, func_create_testdir): Use func_lookup_file.
41360
41361 2006-07-29  Bruno Haible  <bruno@clisp.org>
41362
41363         * modules/setenv (Depends-on): Add unistd.
41364
41365 2006-07-29  Bruno Haible  <bruno@clisp.org>
41366
41367         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41368
41369 2006-07-29  Bruno Haible  <bruno@clisp.org>
41370
41371         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41372
41373 2006-07-29  Bruno Haible  <bruno@clisp.org>
41374
41375         * gnulib-tool (import, update): If there is no Makefile.am, look at
41376         aclocal.m4, instead of bailing out.
41377
41378 2006-07-29  Bruno Haible  <bruno@clisp.org>
41379
41380         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
41381         Categorize the options by when they are useful.
41382
41383 2006-07-29  Bruno Haible  <bruno@clisp.org>
41384
41385         * gnulib-tool (func_usage): Document option --no-libtool.
41386         Handle option --no-libtool.
41387         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
41388         for changed semantics of $libtool variable.
41389         (func_import): Likewise. If libtool is not used, show this through
41390         an option --no-libtool.
41391         (func_create_testdir): Update.
41392
41393 2006-07-29  Bruno Haible  <bruno@clisp.org>
41394
41395         * gnulib-tool (func_import): Extend error message about missing
41396         --doc-base.
41397
41398 2006-07-29  Bruno Haible  <bruno@clisp.org>
41399
41400         * gnulib-tool (func_import): Don't create the $docbase directory if
41401         there is no file to store there.
41402
41403 2006-07-29  Bruno Haible  <bruno@clisp.org>
41404
41405         * gnulib-tool (autoconf_minversion): If a --dir option is given and
41406         relevant, look for configure.ac there, not in the current directory.
41407         Also use a simple search for AC_PREREQ, not "autoconf --trace".
41408
41409 2006-07-29  Bruno Haible  <bruno@clisp.org>
41410
41411         * gnulib-tool (SORT): New variable.
41412         (func_usage): Undocument --assume-autoconf option.
41413         Remove --assume-autoconf option handling.
41414         (autoconf_minversion): Determine from the contents of configure.ac.
41415         (func_import): Remove autoconf_minversion handling.
41416         Suggested by Eric Blake.
41417
41418 2006-07-29  Bruno Haible  <bruno@clisp.org>
41419
41420         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
41421
41422 2006-07-29  Bruno Haible  <bruno@clisp.org>
41423
41424         * config/srclist.txt (*setenv.[ch]): Remove rules.
41425
41426 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41427
41428         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
41429
41430 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41431
41432         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
41433         arpa/inet.h.
41434
41435 2006-07-28  Simon Josefsson  <jas@extundo.com>
41436
41437         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
41438         * modules/inet_pton (Depends-on): Likewise.
41439
41440 2006-07-28  Simon Josefsson  <jas@extundo.com>
41441
41442         * m4/netinet_in_h.m4: New file.
41443
41444 2006-07-28  Simon Josefsson  <jas@extundo.com>
41445
41446         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
41447         #include's.
41448
41449 2006-07-28  Simon Josefsson  <jas@extundo.com>
41450
41451         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
41452         #include's.
41453
41454 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
41455
41456         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
41457         setgid on directories only if they set these bits.
41458         * lib/modechange.h: Remove obsolete comment about masks.
41459
41460 2006-07-28  Eric Blake  <ebb9@byu.net>
41461
41462         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
41463         macro expansion.
41464
41465 2006-07-28  Bruno Haible  <bruno@clisp.org>
41466
41467         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
41468
41469 2006-07-28  Bruno Haible  <bruno@clisp.org>
41470
41471         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
41472
41473 2006-07-28  Bruno Haible  <bruno@clisp.org>
41474
41475         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
41476         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
41477         Define fallbacks.
41478         Avoids link error on FreeBSD 4.x.
41479         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41480
41481         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
41482         encoding.
41483         * lib/mbswidth.c (iswcntrl): Likewise.
41484
41485 2006-07-27  Bruno Haible  <bruno@clisp.org>
41486
41487         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
41488         test.
41489
41490 2006-07-27  Bruno Haible  <bruno@clisp.org>
41491
41492         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
41493         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
41494         defined.
41495
41496 2006-07-26  Eric Blake  <ebb9@byu.net>
41497
41498         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
41499
41500 2006-07-26  Eric Blake  <ebb9@byu.net>
41501
41502         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
41503         like mingw that lack mkstemp.
41504         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
41505         avoid compilation warning on mingw.
41506
41507 2006-07-26  Bruno Haible  <bruno@clisp.org>
41508
41509         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
41510         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
41511         INT_FAST*_MIN, INTPTR_MIN.
41512
41513 2006-07-25  Bruno Haible  <bruno@clisp.org>
41514
41515         * modules/version-etc (Depends-on): Add stdarg.
41516
41517 2006-07-25  Bruno Haible  <bruno@clisp.org>
41518
41519         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
41520         complex commands.
41521
41522 2006-07-25  Bruno Haible  <bruno@clisp.org>
41523
41524         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41525         defined in <stdarg.h> or config.h.
41526
41527 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41528
41529         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41530         (gl_STDIO_SAFER): Remove.
41531
41532 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41533
41534         * MODULES.html.sh (File stream based Input/Output):
41535         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41536         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41537         * modules/fopen-safer, modules/tmpfile-safer: New files.
41538         * modules/stdio-safer: Remove.
41539
41540 2006-07-24  Bruno Haible  <bruno@clisp.org>
41541
41542         * modules/tmpdir: New file.
41543         * MODULES.html.sh (File system functions): Add it.
41544
41545 2006-07-24  Bruno Haible  <bruno@clisp.org>
41546
41547         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41548         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41549
41550 2006-07-24  Bruno Haible  <bruno@clisp.org>
41551
41552         * modules/clean-temp: New file.
41553
41554 2006-07-24  Bruno Haible  <bruno@clisp.org>
41555
41556         * m4/tmpdir.m4: New file, from GNU gettext.
41557
41558 2006-07-24  Bruno Haible  <bruno@clisp.org>
41559
41560         * lib/tmpdir.h: New file, from GNU gettext.
41561         * lib/tmpdir.c: New file, from GNU gettext.
41562
41563 2006-07-24  Bruno Haible  <bruno@clisp.org>
41564
41565         * lib/clean-temp.h: New file, from GNU gettext.
41566         * lib/clean-temp.c: New file, from GNU gettext.
41567
41568 2006-07-23  Eric Blake  <ebb9@byu.net>
41569
41570         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41571         (Depends-on): Add binary-io.
41572
41573 2006-07-23  Eric Blake  <ebb9@byu.net>
41574
41575         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41576
41577 2006-07-23  Eric Blake  <ebb9@byu.net>
41578
41579         * lib/tmpfile-safer.c: New file.
41580         * lib/stdio-safer.h (fopen_safer): Add prototype.
41581         * lib/stdio--.h (tmpfile): Make safer.
41582
41583 2006-07-23  Bruno Haible  <bruno@clisp.org>
41584
41585         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41586         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41587         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41588         gl_linked_remove_at): Use it.
41589
41590 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41591         and Simon Josefsson <jas@extundo.com>
41592
41593         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41594
41595         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41596
41597 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41598
41599         * modules/close-stream: New file.
41600         * modules/closeout (Description): Make it clear that it exits
41601         with a diagnostic on error.
41602         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41603         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41604
41605 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41606
41607         * m4/close-stream.m4: New file.
41608
41609 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41610
41611         * lib/close-stream.c, lib/close-stream.h: New files.
41612
41613 2006-07-22  Bruno Haible  <bruno@clisp.org>
41614
41615         Merge from GNU gettext 0.15.
41616
41617         2006-05-01  Bruno Haible  <bruno@clisp.org>
41618
41619                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41620
41621         2006-07-22  Bruno Haible  <bruno@clisp.org>
41622
41623                 * modules/javaversion: New file.
41624                 * MODULES.html.sh (Java): Add javaversion.
41625
41626         2006-03-12  Bruno Haible  <bruno@clisp.org>
41627
41628                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41629
41630         2005-12-04  Bruno Haible  <bruno@clisp.org>
41631
41632                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41633                 (untested).
41634
41635         2006-06-21  Bruno Haible  <bruno@clisp.org>
41636
41637                 Avoid warnings from recent versions of mcs.
41638                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41639                 -o, -L, -r any more. Use options documented since mcs-1.0
41640                 instead. Similarly for -g.
41641
41642         2005-12-04  Bruno Haible  <bruno@clisp.org>
41643
41644                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41645                 .resources, not .resource.
41646
41647         2005-07-09  Bruno Haible  <bruno@clisp.org>
41648
41649                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41650                 add a .dll suffix.
41651                 Reported by Mark Junker <mjscod@gmx.de>.
41652
41653         2006-07-22  Bruno Haible  <bruno@clisp.org>
41654
41655                 * modules/gettext: Upgrade to gettext-0.15.
41656                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41657                 m4/visibility.m4.
41658                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41659
41660 2006-07-22  Bruno Haible  <bruno@clisp.org>
41661
41662         Merge from GNU gettext 0.15.
41663
41664         2006-03-25  Bruno Haible  <bruno@clisp.org>
41665
41666                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41667
41668         2006-07-21  Bruno Haible  <bruno@clisp.org>
41669
41670                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41671                 "1.1".
41672
41673         2006-05-09  Bruno Haible  <bruno@clisp.org>
41674
41675                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
41676                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
41677                 for the conftestver execution.
41678
41679         2006-05-01  Bruno Haible  <bruno@clisp.org>
41680
41681                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
41682                 optional target-version argument. Verify that the compiler
41683                 groks source of the specified source-version, or add -source
41684                 option as necessary. Verify that the compiler produces
41685                 bytecode in the specified target-version, or add -target and
41686                 -source options as necessary. Make the result of the test
41687                 available as variable CONF_JAVAC. Also log error output in
41688                 config.log.
41689
41690         2006-03-11  Bruno Haible  <bruno@clisp.org>
41691
41692                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
41693
41694         2006-05-09  Bruno Haible  <bruno@clisp.org>
41695
41696                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
41697                 CLASSPATH_SEPARATOR to a semicolon.
41698
41699         2006-03-12  Bruno Haible  <bruno@clisp.org>
41700
41701                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
41702                 available as variable CONF_JAVA, for subsequent autoconf
41703                 tests. Also log error output in config.log.
41704
41705         2006-07-19  Bruno Haible  <bruno@clisp.org>
41706
41707                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
41708                 that getline works on glibc2 systems. Needed to avoid trouble
41709                 in relocatable.c.
41710                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
41711
41712         2005-12-04  Bruno Haible  <bruno@clisp.org>
41713
41714                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
41715                 launcher (untested).
41716
41717         2005-12-04  Bruno Haible  <bruno@clisp.org>
41718
41719                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
41720
41721         2006-07-22  Bruno Haible  <bruno@clisp.org>
41722
41723                 * gettext.m4: Update from GNU gettext-0.15.
41724                 * nls.m4: Likewise.
41725                 * po.m4: Likewise.
41726                 * inttypes-pri.m4: Likewise.
41727                 * inttypes-h.m4: Renamed from inttypes.m4.
41728                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
41729
41730 2006-07-22  Bruno Haible  <bruno@clisp.org>
41731
41732         Merge from GNU gettext 0.15.
41733
41734         2005-07-05  Bruno Haible  <bruno@clisp.org>
41735
41736                 * printf-args.c (printf_fetchargs): Work around broken
41737                 definition of wint_t on mingw.
41738
41739         2005-02-12  Bruno Haible  <bruno@clisp.org>
41740
41741                 * xallocsa.h: Add extern "C" for C++.
41742
41743         2006-05-17  Bruno Haible  <bruno@clisp.org>
41744
41745                 Cygwin portability.
41746                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
41747
41748         2006-04-30  Bruno Haible  <bruno@clisp.org>
41749
41750                 * progreloc.c: Include <mach-o/dyld.h> if available.
41751                 (find_executable): Use _NSGetExecutablePath when possible.
41752
41753         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41754
41755                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
41756                 function.
41757
41758         2005-12-29  Bruno Haible  <bruno@clisp.org>
41759
41760                 * progreloc.c (set_program_name_and_installdir): Fix
41761                 compilation error.
41762
41763         2005-12-04  Bruno Haible  <bruno@clisp.org>
41764
41765                 Cygwin portability.
41766                 * progreloc.c: Include <windows.h> also on Cygwin.
41767                 (find_executable): Add support for Cygwin.
41768                 (set_program_name_and_installdir): Handle also platforms with
41769                 nonempty EXEEXT.
41770
41771         2006-07-11  Bruno Haible  <bruno@clisp.org>
41772
41773                 * javacomp.c: Fix a comment.
41774                 Reported by Jim Meyering.
41775
41776         2006-04-30  Bruno Haible  <bruno@clisp.org>
41777
41778                 * javacomp.h (compile_java_class): Add source_version,
41779                 target_version arguments.
41780                 * javacomp.c: Rewritten to choose only a compiler that
41781                 respects the specified source_version and target_version.
41782
41783         2006-06-27  Bruno Haible  <bruno@clisp.org>
41784
41785                 Assume correct S_ISDIR macro.
41786                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
41787
41788         2006-07-22  Bruno Haible  <bruno@clisp.org>
41789
41790                 * javaversion.h: New file, from GNU gettext.
41791                 * javaversion.c: New file, from GNU gettext.
41792                 * javaversion.java: New file, from GNU gettext.
41793                 * javaversion.class: New file, from GNU gettext.
41794
41795         2006-05-17  Bruno Haible  <bruno@clisp.org>
41796
41797                 Cygwin portability.
41798                 * javaexec.c (execute_java_class): Test for jview program
41799                 also on Cygwin.
41800
41801         2006-04-09  Bruno Haible  <bruno@clisp.org>
41802
41803                 * fatal-signal.c: Don't include string.h.
41804                 (at_fatal_signal): Use a copying loop instead of memcpy.
41805
41806         2005-12-04  Bruno Haible  <bruno@clisp.org>
41807
41808                 * csharpexec.c: Add support for 'clix' launcher (untested).
41809                 (execute_csharp_using_sscli): New function.
41810                 (execute_csharp_program): Call it.
41811
41812         2006-06-21  Bruno Haible  <bruno@clisp.org>
41813
41814                 Avoid warnings from recent versions of mcs.
41815                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
41816                 -o, -L, -r any more. Use options documented since mcs-1.0
41817                 instead. Similarly for -g.
41818
41819         2005-07-09  Bruno Haible  <bruno@clisp.org>
41820
41821                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
41822                 add a .dll suffix.
41823                 Reported by Mark Junker <mjscod@gmx.de>.
41824
41825         2006-06-17  Bruno Haible  <bruno@clisp.org>
41826
41827                 * config.charset: Update for NetBSD 3.0.
41828
41829         2006-05-17  Bruno Haible  <bruno@clisp.org>
41830
41831                 Cygwin portability.
41832                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
41833
41834         2006-05-16  Bruno Haible  <bruno@clisp.org>
41835
41836                 * localcharset.c [CYGWIN]: Include <windows.h>.
41837                 (get_charset_aliases): For Cygwin, return the same CPxxx
41838                 aliases list as under WIN32.
41839                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
41840                 the environment variables. Fall back to GetACP().
41841
41842         2006-04-05  Bruno Haible  <bruno@clisp.org>
41843
41844                 * config.charset: Update Juan Manuel Guerrero's address.
41845
41846         2005-02-12  Bruno Haible  <bruno@clisp.org>
41847
41848                 * allocsa.h: Add extern "C" for C++.
41849
41850         2005-02-10  Bruno Haible  <bruno@clisp.org>
41851
41852                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
41853                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
41854
41855         2006-07-22  Bruno Haible  <bruno@clisp.org>
41856
41857                 * gettext.h: Update to GNU gettext-0.15.
41858
41859 2006-07-22  Bruno Haible  <bruno@clisp.org>
41860
41861         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
41862         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
41863         lib-prefix.m4, longdouble.m4, ssize_t.m4.
41864
41865 2006-07-21  Eric Blake  <ebb9@byu.net>
41866
41867         * modules/stdlib-safer: New file.
41868         * MODULES.html.sh (File stream based Input/Output): Add
41869         stdlib-safer.
41870
41871 2006-07-21  Eric Blake  <ebb9@byu.net>
41872
41873         * lib/stdlib-safer.h: New file from coreutils, required by
41874         stdlib--.h.
41875
41876 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
41877
41878         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
41879
41880 2006-07-20  Bruno Haible  <bruno@clisp.org>
41881
41882         * gnulib-tool: Recognize new option --assume-autoconf.
41883         (autoconf_minversion): New variable.
41884         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
41885
41886 2006-07-20  Bruno Haible  <bruno@clisp.org>
41887
41888         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
41889
41890 2006-07-19  Derek R. Price  <derek@ximbiot.com>
41891
41892         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
41893         Reindent and repaginate.
41894
41895 2006-07-19  Derek Price  <derek@ximbiot.com>
41896
41897         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
41898         Correct grammar.
41899
41900 2006-07-17  Bruno Haible  <bruno@clisp.org>
41901
41902         * modules/list: New file.
41903         * modules/array-list: New file.
41904         * modules/carray-list, modules/carray-list-tests: New files.
41905         * modules/linked-list, modules/linked-list-tests: New files.
41906         * modules/avltree-list, modules/avltree-list-tests: New files.
41907         * modules/rbtree-list, modules/rbtree-list-tests: New files.
41908         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
41909         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
41910         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
41911         * modules/oset: New file.
41912         * modules/array-oset: New file.
41913         * modules/avltree-oset, modules/avltree-oset-tests: New files.
41914         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
41915         * tests/test-carray_list.c: New file.
41916         * tests/test-linked_list.c: New file.
41917         * tests/test-avltree_list.c: New file.
41918         * tests/test-rbtree_list.c: New file.
41919         * tests/test-linkedhash_list.c: New file.
41920         * tests/test-avltreehash_list.c: New file.
41921         * tests/test-rbtreehash_list.c: New file.
41922         * tests/test-avltree_oset.c: New file.
41923         * tests/test-rbtree_oset.c: New file.
41924         * MODULES.html.sh (Container data structures): New section.
41925
41926 2006-07-17  Bruno Haible  <bruno@clisp.org>
41927
41928         * m4/gl_list.m4: New file.
41929
41930 2006-07-17  Bruno Haible  <bruno@clisp.org>
41931
41932         * lib/gl_list.h: New file.
41933         * lib/gl_list.c: New file.
41934         * lib/gl_array_list.h: New file.
41935         * lib/gl_array_list.c: New file.
41936         * lib/gl_carray_list.h: New file.
41937         * lib/gl_carray_list.c: New file.
41938         * lib/gl_linked_list.h: New file.
41939         * lib/gl_linked_list.c: New file.
41940         * lib/gl_anylinked_list1.h: New file.
41941         * lib/gl_anylinked_list2.h: New file.
41942         * lib/gl_avltree_list.h: New file.
41943         * lib/gl_avltree_list.c: New file.
41944         * lib/gl_anyavltree_list1.h: New file.
41945         * lib/gl_anyavltree_list2.h: New file.
41946         * lib/gl_rbtree_list.h: New file.
41947         * lib/gl_rbtree_list.c: New file.
41948         * lib/gl_anyrbtree_list1.h: New file.
41949         * lib/gl_anyrbtree_list2.h: New file.
41950         * lib/gl_anytree_list1.h: New file.
41951         * lib/gl_anytree_list2.h: New file.
41952         * lib/gl_linkedhash_list.h: New file.
41953         * lib/gl_linkedhash_list.c: New file.
41954         * lib/gl_anyhash_list1.h: New file.
41955         * lib/gl_anyhash_list2.h: New file.
41956         * lib/gl_avltreehash_list.h: New file.
41957         * lib/gl_avltreehash_list.c: New file.
41958         * lib/gl_rbtreehash_list.h: New file.
41959         * lib/gl_rbtreehash_list.c: New file.
41960         * lib/gl_anytreehash_list1.h: New file.
41961         * lib/gl_anytreehash_list2.h: New file.
41962
41963         * lib/gl_oset.h: New file.
41964         * lib/gl_oset.c: New file.
41965         * lib/gl_array_oset.h: New file.
41966         * lib/gl_array_oset.c: New file.
41967         * lib/gl_avltree_oset.h: New file.
41968         * lib/gl_avltree_oset.c: New file.
41969         * lib/gl_rbtree_oset.h: New file.
41970         * lib/gl_rbtree_oset.c: New file.
41971         * lib/gl_anytree_oset.h: New file.
41972
41973 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41974
41975         * m4/mkancesdirs.m4: New file.
41976         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
41977         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
41978         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
41979         it.
41980
41981 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41982
41983         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
41984         * lib/mkancesdirs.h: New files.
41985         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
41986         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
41987         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
41988         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
41989         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
41990         callers changed.  Revamp internals significantly, by not
41991         attempting to create directories that are temporarily more
41992         permissive than the final results.  Do not attempt to use
41993         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
41994         This removes some race conditions, fixes some bugs, and simplifies
41995         things.  Use new dirchownmod function to do owner and mode changes.
41996         * lib/mkdir-p.h: Likewise.
41997         * lib/modechange.c (octal_to_mode): New function.
41998         (struct mode_change): New member mentioned.
41999         (make_node_op_equals): New arg mentioned.  All callers changed.
42000         (mode_compile): Keep track of which mode bits the user has explicitly
42001         mentioned.
42002         (mode_adjust): New arg DIR, so that we implement the X op correctly.
42003         New arg PMODE_BITS, to keep track of which mode bits the user
42004         mentioned; it treats S_ISUID and S_ISGID speciall.
42005         All callers changed.
42006         * lib/modechange.h: Likewise.
42007
42008 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42009
42010         * MODULES.html.sh: Add mkancestors.
42011         * modules/mkancesdirs: New module.
42012         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
42013         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
42014         The chdir-safer and afs files are now orphans; I'll remove them
42015         unless someone speaks up.
42016         Add lib/dirchownmod.c, lib/dirchownmod.h.
42017         (Depends-on): Remove alloca, chown, save-cwd, dirname.
42018         Add lchown, mkancesdirs.
42019         (Maintainer): Add self.
42020
42021 2006-07-15  Karl Berry  <karl@gnu.org>
42022
42023         * gnulib-tool: help message wording/arrangement.
42024
42025 2006-07-14  Simon Josefsson  <jas@extundo.com>
42026
42027         * doc/gnulib.texi (Libtool and Windows): New section.
42028
42029 2006-07-12  Simon Josefsson  <jas@extundo.com>
42030
42031         * modules/gendocs (License): Fix license, approved by Karl.
42032
42033 2006-07-12  Eric Blake  <ebb9@byu.net>
42034
42035         * MODULES.html.sh: Add gendocs.
42036
42037 2006-07-11  Eric Blake  <ebb9@byu.net>
42038
42039         * modules/fdl: New module, to install doc/fdl.texi.
42040         * MODULES.html.sh: Add new section for documentation modules.
42041         * gnulib-tool: Avoid space-tab.
42042         (--doc-base): New option, to manage files from doc.
42043
42044 2006-07-11  Eric Blake  <ebb9@byu.net>
42045
42046         * m4/absolute-header.m4: Fix comments to match recent change.
42047
42048 2006-07-11  Eric Blake  <ebb9@byu.net>
42049
42050         * gnulib-tool: List --doc-base before --tests-base.
42051
42052 2006-07-11  Derek R. Price  <derek@ximbiot.com>
42053
42054         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
42055
42056 2006-07-11  Bruno Haible  <bruno@clisp.org>
42057
42058         * README: Mention where to put documentation.
42059
42060 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42061
42062         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
42063
42064 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42065
42066         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
42067         to stdint.m4.
42068
42069 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42070
42071         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
42072         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
42073         "no/such/file/stdint.h" when there is no such file, so that
42074         the resulting C code can be parsed by dodgy compilers.
42075         Problems reported by Bob Proulx.
42076
42077 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42078
42079         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
42080         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42081         macros into the GNU _D_EXACT_NAMLEN.
42082         * lib/savedir.c:  Likewise.
42083         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
42084
42085 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42086         and Paul Eggert  <eggert@cs.ucla.edu>
42087
42088         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
42089         * m4/savedir.m4:
42090         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42091         macros into the GNU _D_EXACT_NAMLEN.
42092
42093 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42094
42095         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
42096         around the absolute name, to work around a problem with the HP-UX
42097         11.23 native C compiler, reported by Bob Proulx.
42098
42099 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42100
42101         * doc/maintain.texi, make-stds.texi: Sync from
42102         <http://savannah.gnu.org/projects/gnustandards>.
42103
42104 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42105
42106         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
42107
42108 2006-07-09  Jim Meyering  <jim@meyering.net>
42109
42110         * m4/glob.m4: Remove a doubled word in a comment.
42111
42112 2006-07-09  Jim Meyering  <jim@meyering.net>
42113
42114         * lib/argp-pv.c: Remove a doubled word in a comment.
42115         * lib/check-version.c (check_version): Likewise.
42116         * lib/javacomp.c (compile_java_class): Likewise.
42117
42118 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42119
42120         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
42121         for the benefit of people using Autoconf 2.60.  If you want to
42122         support older Autoconf versions you can copy m4/onceonly_2_57.m4
42123         (or m4/onceonly.m4, if pre-2.57) manually.
42124
42125 2006-07-08  Jim Meyering  <jim@meyering.net>
42126
42127         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
42128         comment.
42129         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
42130         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
42131         comment.
42132
42133 2006-07-08  Jim Meyering  <jim@meyering.net>
42134
42135         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
42136
42137 2006-07-07  Simon Josefsson  <jas@extundo.com>
42138
42139         * tests/test-crc.c: Change expected crc value, the test vector
42140         were probably computed using the old broken crc.c?
42141
42142 2006-07-06  Simon Josefsson  <jas@extundo.com>
42143
42144         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
42145         now the canonical place for the M4 file).
42146
42147         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
42148         from the sys_socket dependency now.
42149
42150         * modules/inet_pton (Files): Ditto.
42151
42152         * modules/inet_ntop (Files): Ditto.
42153
42154 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42155
42156         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
42157         not gl_PREREQ_GETUSERSHELL.
42158
42159 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42160
42161         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
42162         with only one argument, for Autoconf 2.60.
42163         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
42164         expand to nothing, so add a shell command to avoid syntax error.
42165         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42166
42167 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42168
42169         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
42170
42171 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42172
42173         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
42174         no longer needed.  Check for isblank decl.
42175         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
42176         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
42177         of existence.
42178
42179 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42180
42181         * lib/getloadavg.c: Use __VMS, not VMS.
42182         * lib/getopt.c: Likewise.
42183         * lib/getpagesize.h: Likewise.
42184         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
42185         and probably does not work.
42186
42187 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42188
42189         * lib/.cppi-disable: Add wcwidth.
42190         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
42191         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
42192         (ISGRAPH): Remove.  All uses changed to isgraph.
42193         (FOLD) [!defined _LIBC]: Remove special case.
42194         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
42195         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
42196         HAVE_ISBLANK.
42197         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
42198         case.
42199
42200 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42201
42202         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
42203         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
42204         brackets.  Other minor changes to suppress some compiler
42205         warnings.
42206
42207 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42208         and Paul Eggert  <eggert@cs.ucla.edu>
42209
42210         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
42211         of invoking obsolescent AC_HEADER_DIRENT macro.
42212         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
42213         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
42214         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
42215         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
42216         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
42217         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
42218         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
42219         * m4/readdir.m4: Remove; no longer needed.
42220
42221 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42222         and Paul Eggert  <eggert@cs.ucla.edu>
42223
42224         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
42225         Don't worry about this obsolete case any more.
42226         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
42227         directories.
42228         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
42229         worry about this obsolete case any more.
42230         * lib/fts.c: Likewise.
42231         * lib/getcwd.c: Likewise.
42232         * lib/glob.h: Likewise.
42233         * lib/savedir.c: Likewise.
42234
42235 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42236
42237         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
42238         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
42239         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
42240         needed.
42241         All uses removed.
42242         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42243         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42244         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
42245         needed.
42246         * m4/getdate.m4 (gl_GETDATE): Likewise.
42247         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42248         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42249         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42250         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42251         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42252         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42253         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
42254         needed.
42255
42256 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42257
42258         * lib/memcasecmp.c: Include <limits.h>.
42259         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
42260         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
42261         Don't assume isdigit succeeds only on '0' through '9'.
42262
42263 2006-07-05  Eric Blake  <ebb9@byu.net>
42264
42265         * modules/getaddrinfo (Depends-on): Add snprintf.
42266
42267 2006-07-05  Eric Blake  <ebb9@byu.net>
42268
42269         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
42270         to avoid 'header present but could not be compiled' on cygwin.
42271
42272 2006-07-05  Eric Blake  <ebb9@byu.net>
42273
42274         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
42275         missing from netdb.h.
42276         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
42277
42278 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42279
42280         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
42281         no longer needed.
42282         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
42283         * m4/getdate.m4 (gl_GETDATE): Likewise.
42284         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42285         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42286         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42287         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42288         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42289
42290 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42291
42292         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
42293         All uses of is_space replaced by isspace.
42294         * lib/exit.h: Don't talk about STDC_HEADERS.
42295         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
42296         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
42297         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
42298         replaced by isprint etc.
42299         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
42300         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42301         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
42302         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
42303         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
42304         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42305
42306 2006-07-05  Bruno Haible  <bruno@clisp.org>
42307
42308         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
42309         the function exists, before testing against AIX.
42310         Reported by Martin Lambers <marlam@marlam.de>.
42311
42312 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42313
42314         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
42315         From Mark D. Baushke.
42316
42317 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42318
42319         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
42320         to the absolute name, not just one, to bypass Sun C 5.8's
42321         "warning: #include of /usr/include/... may be non-portable".
42322
42323 2006-07-04  Eric Blake  <ebb9@byu.net>
42324
42325         * modules/dirname-tests: New test module.
42326         * tests/test-dirname.c: New file, replacing dirname.c
42327         TEST_DIRNAME section that was recently deleted.
42328
42329 2006-07-04  Bruno Haible  <bruno@clisp.org>
42330
42331         Assume ANSI C header files and <ctype.h> functions.
42332         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
42333         (mbsnwidth): Use isprint, iscntrl instead.
42334
42335 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42336
42337         Merge from coreutils.
42338         * MODULES.html.sh: Add xstrtold.
42339         * modules/xstrtold: New file.
42340         * modules/cycle-check (Files): Add lib/same-inode.h.
42341         * modules/dirname (Files): Add m4/double-slash-root.m4.
42342         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
42343         * modules/mkdir-p (Files): Add lib/same-inode.h.
42344         * modules/same (Files): Add lib/same-inode.h.
42345
42346 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42347
42348         * m4/absolute-header.m4: Renamed from full-header-path.m4.
42349         This is to keep the terminology clean; POSIX talks about
42350         "absolute pathnames", not "full pathnames", but the GNU
42351         Coding Standards say to use "path" for something else;
42352         so use "absolute" to keep both sides happy.
42353         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
42354         Set gl_absolute_header, not gl_full_header_path.
42355         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
42356         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
42357         All uses changed.
42358
42359         Merge from coreutils.
42360
42361         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42362
42363         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
42364         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
42365         want to require the building of c-strtod.o.
42366         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
42367         needs -lm directly.
42368         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42369
42370         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42371
42372         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42373         --as-needed option if available.  Problem reported by Albert Chin in
42374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42375         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42376         cc merely issues a bunch of annoying warnings for --as-needed
42377         (this problem was reported by Bob Proulx).  Also, try linking with
42378         -lm to detect a bug in binutils 2.16 (this problem was reported
42379         by Ralf Wildenhues).
42380
42381         2006-06-18  Jim Meyering  <jim@meyering.net>
42382
42383         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
42384         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
42385         macro.
42386         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
42387         also check for glibc-2.4's abort-inducing bug.
42388
42389         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
42390         Low-probability clean-up should be to use rmdir to get rid of
42391         the just-created directory, not unlink.
42392
42393         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
42394         configure fail, and request a bug report to inform us about it.
42395         Add a comment that, barring reports to the contrary, in 2007 we'll
42396         assume ftruncate is universally available.
42397
42398         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42399
42400         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
42401
42402         2006-03-12  Jim Meyering  <jim@meyering.net>
42403
42404         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
42405         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
42406         * m4/same.m4 (gl_SAME): Likewise.
42407         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
42408
42409         2006-03-11  Eric Blake  <ebb9@byu.net>
42410
42411         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
42412         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
42413         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
42414         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
42415
42416 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42417
42418         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
42419         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
42420         reported by Mark D. Baushke, one in
42421         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
42422
42423         Merge from coreutils.
42424
42425         * lib/.cppi-disable: Add stdint_.h.
42426         * lib/.cvsignore: Add stdint.h.
42427
42428         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42429
42430         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
42431         both double and long double versions.
42432         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
42433         * lib/xstrtold.c: New file.
42434         * lib/xstrtod.h (xstrtold): New decl.
42435
42436         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42437
42438         * lib/filemode.c (setst): Remove.
42439         (strmode): Rewrite to avoid setst.  This makes the code shorter,
42440         (arguably) clearer, and the generated code is a bit smaller on my
42441         Debian GNU/Linux stable x86 host.
42442
42443         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42444
42445         * lib/filemode.c: Include "filemode.h" first, to test the interface.
42446         Assume that filemode.h includes sys/types.h and sys/stat.h.
42447         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
42448         (ftypelet): Reorder to put common cases first, for efficiency.
42449         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
42450         to do 'M'.
42451         (strmode): Renamed from mode_string, and now stores 12 bytes instead
42452         of 10, for compatibility with FreeBSD.  All callers changed.
42453         (filemodestring): Now stores 12 bytes instead of 10, and sets file
42454         types that can't be deduced solely from st_mode.  First arg is now a
42455         const pointer.
42456         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
42457         (strmode): Renamed from mode_string.
42458         (filemodestring): New decl.
42459         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
42460         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
42461         needed.
42462         (S_ISPORT, S_ISWHT): New macros, if not already defined.
42463
42464         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42465
42466         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
42467         fsusage.h now does that.  Include fsusage.h first, to test interface.
42468         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
42469         at most one method (the old code could have generated decls that
42470         didn't conform to C89, not that this was ever exercised).
42471         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
42472
42473         2006-03-19  Jim Meyering  <jim@meyering.net>
42474
42475         Work even in a chroot where d_ino values for entries in "/"
42476         don't match the stat.st_ino values for the same names.
42477         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
42478         number, iterate through all entries again, using lstat instead.
42479         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
42480         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
42481
42482         * lib/getcwd.c (__getcwd): Clarify a comment.
42483         Use memcpy in place of a call to strcpy.
42484
42485         2006-03-12  Jim Meyering  <jim@meyering.net>
42486
42487         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
42488         matches that of the current directory (which we're about to chdir ".."
42489         out of), then save the dev-ino of the parent, instead.
42490
42491         * lib/same-inode.h (SAME_INODE): New file/macro.
42492         * lib/chdir-safer.c (SAME_INODE): Remove definition.
42493         Include "same-inode.h", instead.
42494         * lib/same.c: Likewise.
42495         * lib/cycle-check.h: Include "same-inode.h".
42496         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
42497         * lib/cycle-check.c (SAME_INODE): Remove definition.
42498         * lib/root-dev-ino.h: Include "same-inode.h".
42499
42500         2006-03-11  Eric Blake  <ebb9@byu.net>
42501
42502         * lib/same.c (same_name): s/base_name/last_component/
42503         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
42504         * lib/filenamecat.c (file_name_concat): Likewise.
42505
42506         2006-03-11  Eric Blake  <ebb9@byu.net>,
42507                     Paul Eggert  <eggert@cs.ucla.edu>
42508
42509         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
42510         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
42511         drive prefix.
42512         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
42513         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
42514         (last_component): New method.
42515         * lib/dirname.c (dir_len): Determine when drive letters need a
42516         subsequent slash.  Preserve // when it is special.
42517         (dir_name): Don't append dot when drive letter is absolute.
42518         [TEST_DIRNAME]: Move into a full-blown gnulib test.
42519         * lib/basename.c (base_name): New semantics - malloc the result.
42520         Preserve // when it is special.  Preserve relative files that look
42521         like drive letters.
42522         (base_len): Preserve // when it is special.
42523         (last_component): New method, similar to old base_name semantics.
42524         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42525         base_name.  Strip redundant slashes from ///.
42526
42527 2006-07-03  Jim Meyering  <jim@meyering.net>
42528
42529         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42530         macro is used before the first cycle_check call.
42531
42532 2006-07-03  Eric Blake  <ebb9@byu.net>
42533
42534         * modules/dirname (Depends-on): Add xstrndup.
42535
42536 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42537
42538         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42539         test cases, so that config.log is a bit easier to follow.
42540
42541 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42542
42543         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42544         both are 64 bits, since this seems to be the tradition, and this
42545         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42546         we ever run into a host that prefers long long to long in this
42547         case, we'll need another configure-time test.  Problem reported by
42548         Jim Meyering.
42549
42550 2006-07-02  Eric Blake  <ebb9@byu.net>
42551
42552         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42553
42554 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42555
42556         * modules/inttypes (Depends-on): No longer depends on stdint.
42557         * modules/stdint (Description): Say more about assumptions.
42558         Say that the fast types might differ.  Say macros are used.
42559         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42560         (Makefile.am): Revise list of substituted symbols to match
42561         new stdint.m4.
42562         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42563         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42564         * tests/test-stdint.c (verify_same_types)
42565         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42566         the code conforms to C99/C89.
42567         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42568         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42569
42570 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42571
42572         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42573         but fix a bug, by requiring at least 64 bits.
42574         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42575         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42576         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42577         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42578
42579         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42580         changes.  Make 2.59 a prerequisite.  Check and substitute for
42581         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42582         inttypes.h.  Do not use special include files; just use the
42583         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42584         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42585         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42586         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42587         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42588         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42589         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42590         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42591         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42592         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42593         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42594         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42595         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42596         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42597         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42598         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42599         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42600         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42601         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42602         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42603         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42604         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42605         not check for things that C99 does not require, e.g., int8_t.  If
42606         a test isn't needed unless <stdint.h> isn't working, and is
42607         unlikely to be needed for any other reason, then don't do it
42608         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42609         size_t, since we assume C89 freestanding at least.  Do not check
42610         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42611         the right thing even if the types are not defined.  Instead use:
42612         (gl_STDINT_TYPE_PROPERTIES): New macro.
42613         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42614         testing whether <sys/types.h> clashes, as Autoconf does this for
42615         us now.  All uses removed.
42616         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42617         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42618         (gl_CHECK_TYPE_SAME):
42619         Remove; no longer needed.
42620         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42621         exists, since we'll return 0 anyway in that case.
42622         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42623
42624 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42625
42626         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42627         possible collision with system files.
42628         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42629         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42630         WCHAR_MIN and WCHAR_MAX in this case.
42631         (<stddef.h>): Do not include; no longer needed.
42632         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42633         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42634         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42635         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42636         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42637         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42638         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42639         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42640         !defined(__c99))]: Include in this case too, since it's harmless
42641         now.
42642         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42643         dangerous to do so.
42644         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42645         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42646         (_STDINT_MIN, _STDINT_MAX): New macros.
42647         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42648         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42649         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42650         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42651         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42652         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42653         macros, not typedefs; this simplifies things quite a bit.
42654         Use long int for all types narrower than int64_t.
42655         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42656         Define in terms of long long int or int64_t or long int,
42657         not int64_t or int32_t.  This saves some compile-time testing.
42658         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42659         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42660         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42661         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42662         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42663         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42664         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42665         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42666         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42667         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42668         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42669         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42670         undef any previous version and define our own version, for
42671         simplicity and consistency with the new macros for types.
42672         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42673         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42674         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
42675         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
42676         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
42677         @WINT_T_SUFFIX@ to keep things simple here.
42678         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
42679         Simplify by assuming typical 8/16/32/64 host, since we're
42680         already doing that elsewhere anyway.
42681         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
42682         and assume long long int is 64 bits if available.  This
42683         speeds up 'configure'.
42684
42685 2006-07-01  Eric Blake  <ebb9@byu.net>
42686
42687         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
42688         Reported by Andreas Buening.
42689
42690 2006-07-01  Eric Blake  <ebb9@byu.net>
42691
42692         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
42693
42694 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42695
42696         * lib/getaddrinfo.c: fixed typo
42697
42698 2006-06-29  Jim Meyering  <jim@meyering.net>
42699
42700         * modules/strftime (Maintainer): Add my name, since with the
42701         FPRINTFTIME changes strftime.c has forked from glibc.
42702
42703 2006-06-29  Eric Blake  <ebb9@byu.net>
42704
42705         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
42706
42707 2006-06-29  Eric Blake  <ebb9@byu.net>
42708
42709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
42710
42711 2006-06-29  Eric Blake  <ebb9@byu.net>
42712
42713         * lib/stat_.h: New file.
42714
42715 2006-06-29  Eric Blake  <ebb9@byu.net>
42716
42717         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
42718         unused static function.
42719
42720 2006-06-29  Eric Blake  <ebb9@byu.net>
42721
42722         * doc/functions.texi (Function Portability): Document missing lstat
42723         on mingw.
42724
42725 2006-06-29  Eric Blake  <ebb9@byu.net>
42726
42727         * MODULES.html.sh: Add sys_stat.
42728         * modules/sys_stat: New module.
42729         * modules/mkstemp (Depends-on): Add sys_stat.
42730
42731 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42732
42733         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
42734
42735 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42736
42737         * m4/c-bs-a.m4: Removed.
42738
42739 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42740
42741         * lib/strftime.c: Assume strftime() exists.
42742
42743 2006-06-29  Derek Price  <derek@ximbiot.com>
42744
42745         * modules/c-bs-a: Removed - \a is C89.
42746         * MODULES.html.sh: Remove c-bs-a.
42747
42748 2006-06-29  Bruno Haible  <bruno@clisp.org>
42749
42750         * modules/wcwidth (License): Change to LGPL.
42751
42752 2006-06-28  Simon Josefsson  <jas@extundo.com>
42753
42754         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
42755         on _WIN32.
42756
42757         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
42758         getnameinfo.
42759
42760 2006-06-28  Simon Josefsson  <jas@extundo.com>
42761
42762         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
42763
42764 2006-06-28  Simon Josefsson  <jas@extundo.com>
42765
42766         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
42767         functions there.  It will succeed on Windows XP, but on Windows
42768         2000 and (presumably) earlier, it will fail, and use the internal
42769         re-implementation.
42770         (use_win32_p): New function.
42771         (getaddrinfo): Use strtoul on servname, to support numeric ports.
42772         Support AI_NUMERICSERV to disable getservbyname.
42773         (getnameinfo): New function, only supports
42774         NI_NUMERICHOST|NI_NUMERICSERV for now.
42775
42776         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
42777         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
42778         getnameinfo.
42779
42780 2006-06-28  Eric Blake  <ebb9@byu.net>
42781
42782         * modules/wcwidth: New file.
42783         * modules/mbchar (Depends-on): Add wcwidth.
42784         * modules/mbswidth (Depends-on): Add wcwidth.
42785         * MODULES.html.sh: Add wcwidth.
42786
42787 2006-06-28  Eric Blake  <ebb9@byu.net>
42788
42789         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
42790         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
42791
42792 2006-06-28  Eric Blake  <ebb9@byu.net>
42793
42794         * lib/xvasprintf.h: Fix comments.
42795
42796 2006-06-28  Eric Blake  <ebb9@byu.net>
42797
42798         * lib/mbchar.h (wcwidth): Include wcwidth.h.
42799         * lib/mbswidth.c (wcwidth): Move from here...
42800         * lib/wcwidth.h: ...to this new file.
42801
42802 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42803
42804         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
42805
42806         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
42807         it's obsolete.
42808         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
42809
42810 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42811
42812         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
42813         Autoconf 2.60 says this stuff was obsolete.
42814
42815 2006-06-28  Bruno Haible  <bruno@clisp.org>
42816
42817         * modules/wcwidth (Files): Add m4/wchar_t.m4.
42818
42819 2006-06-28  Bruno Haible  <bruno@clisp.org>
42820
42821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
42822         gt_TYPE_WCHAR_T.
42823
42824 2006-06-28  Bruno Haible  <bruno@clisp.org>
42825
42826         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
42827         declaration for wcwidth.
42828         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
42829
42830 2006-06-28  Bruno Haible  <bruno@clisp.org>
42831
42832         * lib/mkdtemp.c [MINGW]: Include <io.h>.
42833         (mkdir): Define using _mkdir.
42834
42835 2006-06-28  Bruno Haible  <bruno@clisp.org>
42836
42837         * lib/getaddrinfo.h: Fix POSIX URL.
42838         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
42839         _WIN32.
42840         (use_win32_p): Make static.
42841         (getaddrinfo): Reject service name if it is empty or does not consist
42842         solely of decimal digits, or if its value is > 65535.
42843         (getnameinfo): Remove useless casts.
42844
42845 2006-06-27  Simon Josefsson  <jas@extundo.com>
42846
42847         * modules/sys_select: New file, suggested by Bruno Haible, Paul
42848         Eggert and Martin Lambers.
42849
42850 2006-06-27  Simon Josefsson  <jas@extundo.com>
42851
42852         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
42853         Eggert and Martin Lambers.
42854
42855 2006-06-27  Bruno Haible  <bruno@clisp.org>
42856
42857         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
42858         result to 0, not to empty.
42859         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
42860
42861 2006-06-27  Bruno Haible  <bruno@clisp.org>
42862
42863         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
42864
42865 2006-06-26  Simon Josefsson  <jas@extundo.com>
42866
42867         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
42868         present.
42869
42870 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
42871
42872         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
42873         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
42874         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
42875
42876 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
42877
42878         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
42879
42880 2006-06-26  Bruno Haible  <bruno@clisp.org>
42881
42882         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
42883
42884 2006-06-26  Bruno Haible  <bruno@clisp.org>
42885
42886         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
42887
42888 2006-06-26  Bruno Haible  <bruno@clisp.org>
42889
42890         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
42891         SGI C compiler in pre-C99 mode.
42892         Suggested by Mark D. Baushke and Larry Jones.
42893
42894 2006-06-26  Bruno Haible  <bruno@clisp.org>
42895
42896         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
42897         WCHAR_MAX.
42898         Reported by Mark D. Baushke and Larry Jones.
42899
42900 2006-06-26  Bruno Haible  <bruno@clisp.org>
42901
42902         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
42903         in pre-C99 mode.
42904         Suggested by Mark D. Baushke and Larry Jones.
42905
42906 2006-06-23  Simon Josefsson  <jas@extundo.com>
42907             Bruno Haible  <bruno@clisp.org>
42908
42909         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
42910         Emit mostlyclean-local rule.
42911         (func_emit_tests_Makefile_am): Likewise.
42912         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
42913
42914 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
42915
42916         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
42917
42918 2006-06-23  Bruno Haible  <bruno@clisp.org>
42919
42920         * tests/test-stdint.c: Update to match ISO C 99 Technical
42921         Corrigendum 1.
42922
42923 2006-06-23  Bruno Haible  <bruno@clisp.org>
42924
42925         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
42926
42927 2006-06-23  Bruno Haible  <bruno@clisp.org>
42928
42929         * lib/stdint_.h: Treat IRIX like OpenBSD.
42930
42931 2006-06-23  Bruno Haible  <bruno@clisp.org>
42932
42933         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
42934         ISO C 99 Technical Corrigendum 1.
42935
42936 2006-06-22  Simon Josefsson  <jas@extundo.com>
42937
42938         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
42939         MinGW.
42940
42941 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42942
42943         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
42944         needed.  Some compiler complained about some of them.  Problem reported
42945         by Larry Jones in
42946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
42947
42948 2006-06-21  Simon Josefsson  <jas@extundo.com>
42949
42950         * tests/test-getaddrinfo.c: New file.
42951
42952         * modules/getaddrinfo-tests: New file.
42953
42954         * MODULES.html.sh: Add inet_pton.
42955
42956         * modules/inet_pton: New file.
42957
42958 2006-06-21  Simon Josefsson  <jas@extundo.com>
42959
42960         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
42961         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
42962         of using the (limited) gnulib implementation on Windows XP.
42963
42964         * m4/inet_pton.m4: New file.
42965
42966 2006-06-21  Simon Josefsson  <jas@extundo.com>
42967
42968         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
42969         variable.
42970
42971         * lib/socket_.h: Don't define WINVER.
42972
42973         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
42974         slightly modified to work in gnulib.
42975
42976 2006-06-21  Simon Josefsson  <jas@extundo.com>
42977
42978         * doc/gnulib.texi (Windows sockets): Add.
42979
42980 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
42981
42982         * lib/read-file.c (fread_file): Start with buffer allocation of
42983         0 bytes rather than 1 byte; this simplifies the code.
42984         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
42985         code to free buffer and save/restore errno.
42986         (internal_read_file): Remove unused local.
42987
42988 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
42989
42990         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
42991         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
42992         Problem reported by Denis Excoffier in
42993         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
42994
42995 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42996
42997         * modules/sys_socket, modules/socklen: Include sys/types since
42998         FreeBSD 4.x's sys/socket.h needs it.
42999
43000 2006-06-19  Simon Josefsson  <jas@extundo.com>
43001
43002         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
43003
43004 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
43005
43006         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
43007
43008 2006-06-19  Bruno Haible  <bruno@clisp.org>
43009
43010         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
43011         and FULL_PATH_INTTYPES_H in angle brackets.
43012         Reported by Mark D. Baushke <mdb@gnu.org>.
43013
43014 2006-06-17  Eric Blake  <ebb9@byu.net>
43015
43016         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
43017         errno.
43018
43019 2006-06-17  Bruno Haible  <bruno@clisp.org>
43020
43021         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
43022         <sys/inttypes.h>.
43023
43024 2006-06-17  Bruno Haible  <bruno@clisp.org>
43025
43026         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
43027         whether errno is declared. Assume <errno.h> declares errno.
43028
43029 2006-06-17  Bruno Haible  <bruno@clisp.org>
43030
43031         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
43032
43033 2006-06-17  Bruno Haible  <bruno@clisp.org>
43034
43035         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
43036         problem on Solaris 2.5.1.
43037
43038 2006-06-16  Eric Blake  <ebb9@byu.net>
43039
43040         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
43041         * lib/unicodeio.c [!defined errno]: Likewise.
43042         * lib/strtol.c [!defined errno]: Likewise.
43043         * lib/strtod.c [!defined errno]: Likewise.
43044
43045 2006-06-15  Eric Blake  <ebb9@byu.net>
43046
43047         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
43048
43049 2006-06-15  Eric Blake  <ebb9@byu.net>
43050
43051         * config/srclist.txt (ssize_t.m4): Lose sync.
43052
43053 2006-06-15  Bruno Haible  <bruno@clisp.org>
43054
43055         * modules/stdint (Files): Include m4/full-header-path.m4,
43056         m4/size_max.m4, m4/wchar_t.m4.
43057         (Makefile.am): Many more substitutions.
43058         * modules/stdint-tests: New file.
43059         * tests/test-stdint.c: New file.
43060
43061 2006-06-15  Bruno Haible  <bruno@clisp.org>
43062
43063         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
43064         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
43065         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
43066         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
43067         gl_CHECK_TYPE_SAME): New macros.
43068
43069 2006-06-15  Bruno Haible  <bruno@clisp.org>
43070
43071         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
43072
43073 2006-06-15  Bruno Haible  <bruno@clisp.org>
43074
43075         * lib/stdint_.h: Rewritten to be fully auto-configured.
43076         Fixes bug on HP-UX/IA64.
43077
43078 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
43079
43080         * lib/getdate.y (__attribute__): Don't define if already defined.
43081         Problem reported by Larry Jones.
43082         * lib/utimens.c (__attribute__): Likewise.
43083
43084 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
43085
43086         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
43087         reported by Andreas Schwab.
43088
43089 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43090             Bruno Haible  <bruno@clisp.org>
43091
43092         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
43093         check for the declaration of strnlen and a run test that exposes the
43094         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
43095         rpl_strndup.
43096
43097 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43098             Bruno Haible  <bruno@clisp.org>
43099
43100         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
43101
43102 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43103
43104         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
43105         compile test, for Tru64 4.0D.
43106
43107 2006-05-28  Karl Berry  <karl@gnu.org>
43108
43109         * config/srclist.txt (printf-args.c): lose sync.
43110
43111 2006-05-26  Martin Lambers  <marlam@marlam.de>
43112
43113         * lib/getpass.c: Updates the test for the native W32 API, and adds
43114         missing includes, thus fixing compilation warnings.
43115
43116 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43117
43118         * lib/exclude.c (exclude_fnmatch): New function.
43119         (excluded_file_name): Call exclude_fnmatch.
43120         * lib/exclude.h (excluded_file_name): New prototype
43121
43122 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
43123
43124         * lib/tempname.c (small_open, large_open): New macros.
43125         (__open, __open64) [!_LIBC]: Remove.
43126         (__gen_tempname): Use small_open and large_open instead of __open
43127         and __open64.  This fixes a portability bug on HP-UX 11.11i
43128         reported by Simon Wing-Tang in
43129         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
43130
43131 2006-05-24  Bruno Haible  <bruno@clisp.org>
43132
43133         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
43134         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
43135         Reported by Thorsten Maerz <torte@netztorte.de> via
43136         Aaron Stone <aaron@serendipity.cx>.
43137
43138 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43139
43140         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
43141         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
43142         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
43143         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
43144         not really conditional on the cache.
43145         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
43146
43147 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43148
43149         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
43150         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
43151         (my_usleep): Don't mishandle maximum value.
43152
43153 2006-05-19  Jim Meyering  <jim@meyering.net>
43154
43155         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
43156
43157 2006-05-17  Bruno Haible  <bruno@clisp.org>
43158
43159         Cygwin portability.
43160         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
43161
43162 2006-05-17  Bruno Haible  <bruno@clisp.org>
43163
43164         * lib/stdint_.h: Fix recognition of Cygwin.
43165
43166 2006-05-15  Bruno Haible  <bruno@clisp.org>
43167
43168         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
43169         on libtool patch by Ralf Wildenhues.
43170
43171 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43172
43173         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
43174         test for C99 conformance; (bool) 0.5 is an integer constant
43175         expression, but (bool) -0.5 is not.  Problem reported by Fedor
43176         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
43177
43178 2006-05-11  Simon Josefsson  <jas@extundo.com>
43179
43180         * m4/xvasprintf.m4: Fix obvious typo.
43181
43182 2006-05-11  Jim Meyering  <jim@meyering.net>
43183
43184         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
43185         James Lemley.
43186
43187 2006-05-10  Simon Josefsson  <jas@extundo.com>
43188
43189         * lib/md4.c: Typo fix, update copyright years.
43190         (K1, K2): Don't use L because it turn computations into 64-bit on
43191         64-bit platforms.
43192
43193 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43194
43195         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
43196         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
43197         unwanted sign propagation, e.g., on hosts with 64-bit int.
43198         There still are some problems with reeelly weird theoretical hosts
43199         (e.g., 33-bit int) but it's not worth worrying about now.
43200         * lib/sha1.c (rol): Likewise.
43201         (K1, K2, K3, K4): Remove unnecessary L suffix.
43202
43203 2006-05-10  Bruno Haible  <bruno@clisp.org>
43204
43205         * lib/des.c: Cast to avoid warnings.
43206
43207 2006-05-09  Bruno Haible  <bruno@clisp.org>
43208
43209         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
43210         (Depends-on): Depend also on xsize, stdarg.
43211         (configure.ac): Add gl_XVASPRINTF.
43212
43213 2006-05-09  Bruno Haible  <bruno@clisp.org>
43214
43215         * m4/xvasprintf.m4: New file.
43216
43217 2006-05-09  Bruno Haible  <bruno@clisp.org>
43218
43219         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
43220         (EOVERFLOW): Define fallback value.
43221         (xstrcat): New function.
43222         (xvasprintf): Recognize the special case of a string concatenation.
43223
43224 2006-05-08  Eric Blake  <ebb9@byu.net>
43225
43226         * gnulib-tool (func_version): Base copyright year on CVS date.
43227         (func_emit_copyright_notice): New function.
43228         (func_emit_lib_Makefile_am): Use it.
43229         (func_emit_tests_Makefile_am): Likewise.
43230         (func_import): Likewise.
43231
43232 2006-05-08  Bruno Haible  <bruno@clisp.org>
43233
43234         * modules/stdarg: New file.
43235         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
43236
43237 2006-05-08  Bruno Haible  <bruno@clisp.org>
43238
43239         * m4/stdarg.m4: New file, from GNU gettext.
43240
43241 2006-05-08  Bruno Haible  <bruno@clisp.org>
43242
43243         * config/srclist.txt (build-aux/config.rpath): different from latest
43244         release.
43245
43246 2006-05-08  Bruno Haible  <bruno@clisp.org>
43247
43248         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
43249
43250 2006-05-05  Jim Meyering  <jim@meyering.net>
43251
43252         * m4/warning.m4: New file, derived from bison's file by the same name.
43253
43254 2006-05-03  Bruno Haible  <bruno@clisp.org>
43255
43256         * lib/stdint_.h: Shorter URL.
43257         * lib/inttypes.h: Likewise.
43258
43259 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43260
43261         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
43262
43263 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43264
43265         * lib/verify.h: Document the internals better.  Most of this change
43266         was written by Bruno Haible.
43267
43268 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43269
43270         * doc/verify.texi: New file, partly based on a proposal by
43271         Bruno Haible.
43272
43273 2006-05-02  Bruno Haible  <bruno@clisp.org>
43274
43275         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
43276         test from here...
43277         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
43278
43279 2006-04-29  Bruno Haible  <bruno@clisp.org>
43280
43281         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
43282         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
43283
43284 2006-04-29  Bruno Haible  <bruno@clisp.org>
43285
43286         * gnulib-tool: Make --update option actually work.
43287
43288 2006-04-29  Bruno Haible  <bruno@clisp.org>
43289
43290         * doc/gcd.texi: New file.
43291         * doc/gnulib.texi: Include it.
43292
43293 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
43294
43295         * lib/getdate.y (get_date): When adding relative date, start with the
43296         initial time, not with the result of the first mktime call.
43297
43298 2006-04-25  Bruno Haible  <bruno@clisp.org>
43299
43300         * gnulib-tool (func_import): Output the include directives in three
43301         blocks, sorted separately.
43302         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43303
43304 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43305
43306         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
43307         to define main with arguments, for C++.  Reported by Eric Blake.
43308         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
43309         Prefer 'int main ()' to 'int main (void)', for C++.
43310         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
43311         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
43312         for 'main', for C99 and C++.
43313
43314 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43315
43316         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
43317         Don't assume that exit status -1 is valid.
43318         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43319         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
43320         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
43321         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
43322         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
43323         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
43324         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
43325         functions can be used without declaring them, or that you can
43326         exit with status -1.
43327         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
43328
43329 2006-04-24  Karl Berry  <karl@gnu.org>
43330
43331         * config/srclist.txt (longdouble.m4): sync lost.
43332
43333 2006-04-24  Eric Blake  <ebb9@byu.net>
43334
43335         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
43336
43337 2006-04-24  Bruno Haible  <bruno@clisp.org>
43338
43339         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
43340         poll() implementation in AIX.
43341         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43342
43343 2006-04-24  Bruno Haible  <bruno@clisp.org>
43344
43345         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
43346         assigned exactly once.
43347
43348 2006-04-23  Claudio Fontana  <claudio@gnu.org>
43349             Bruno Haible  <bruno@clisp.org>
43350
43351         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
43352         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
43353         for AM_CPPFLAGS.
43354
43355 2006-04-23  Bruno Haible  <bruno@clisp.org>
43356
43357         * modules/copy-file: Depend on unistd.
43358         * modules/execute: Likewise.
43359         * modules/fatal-signal: Likewise.
43360         * modules/findprog: Likewise.
43361         * modules/mkdtemp : Likewise.
43362         * modules/pipe: Likewise.
43363         * modules/wait-process: Likewise.
43364
43365 2006-04-23  Bruno Haible  <bruno@clisp.org>
43366
43367         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43368         condition was already detected.
43369         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43370
43371 2006-04-23  Bruno Haible  <bruno@clisp.org>
43372
43373         * lib/copy-file.c: Include <unistd.h> unconditionally.
43374         * lib/execute.c: Likewise.
43375         * lib/fatal-signal.c: Likewise.
43376         * lib/findprog.c: Likewise.
43377         * lib/mkdtemp.c: Likewise.
43378         * lib/pipe.h: Likewise.
43379         * lib/pipe.c: Likewise.
43380         * lib/wait-process.h: Likewise.
43381
43382 2006-04-23  Bruno Haible  <bruno@clisp.org>
43383
43384         * gnulib-tool (func_usage): Fix --import description. Document
43385         --update.
43386         (func_import): Create temporary file in a temporary directory, if
43387         --dry-run is specified. Silence errors from 'grep' when there are no
43388         m4 files in $m4dir.
43389         (func_create_testdir): Silence errors from 'grep' when there are no
43390         m4 files in $m4dir.
43391         Reported by Karl Berry <karl@freefriends.org>.
43392
43393 2006-04-20  Bruno Haible  <bruno@clisp.org>
43394
43395         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
43396         one argument, so that the code will be portable to Autoconf 2.60.
43397         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
43398         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43399         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
43400
43401 2006-04-19  Derek Price  <derek@ximbiot.com>
43402             Eric Blake  <ebb9@byu.net>
43403
43404         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
43405         rather than "/full/path.h".  Update comment to match.  Shorten &
43406         generalize m4_translit call via AS_TR_CPP.
43407
43408 2006-04-19  Derek Price  <derek@ximbiot.com>
43409             Eric Blake  <ebb9@byu.net>
43410
43411         * lib/inttypes.h: Correct grammar in comment.
43412
43413 2006-04-18  Derek Price  <derek@ximbiot.com>
43414             Paul Eggert  <eggert@cs.ucla.edu>
43415
43416         * modules/inttypes: New file.
43417         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
43418
43419 2006-04-18  Derek Price  <derek@ximbiot.com>
43420             Paul Eggert  <eggert@cs.ucla.edu>
43421
43422         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
43423         New files.
43424
43425 2006-04-18  Derek Price  <derek@ximbiot.com>
43426             Paul Eggert  <eggert@cs.ucla.edu>
43427
43428         * lib/inttypes.h: New file.
43429         * lib/strtoimax.c: Assume <inttypes.h>.
43430
43431 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
43432
43433         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
43434         isn't mounted.  Problem reported by Kir Kolyshkin.
43435
43436 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43437
43438         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
43439         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
43440         Derek R. Price.
43441         * lib/regex.h (RE_DUP_MAX): Update comment to match current
43442         implementation.
43443
43444 2006-04-12  Eric Blake  <ebb9@byu.net>
43445
43446         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
43447         is now done automatically by the corresponding Autoconf macro.
43448
43449 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
43450
43451         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
43452         time_r.h.
43453
43454 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43455
43456         Merge regex changes from libc, removing some of our
43457         POSIX-conformance changes that were rejected and redoing them in a
43458         less-intrusive way.
43459
43460         * lib/regcomp.c (re_compile_internal, init_dfa):
43461         Length arg is now size_t, not Idx.  All uses changed.
43462         (peek_token): Forward decl now says internal_function.
43463         (__re_error_msgid, __re_error_msgid_idx):
43464         Now static rather than extern with attribute_hidden.
43465         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
43466         For some reason libc prefers K&R style defns for external functions.
43467         (regerror) [!defined _LIBC]: Likewise.
43468         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
43469         (seek_collating_symbol_entry, lookup_collation_sequence_value):
43470         (build_range_exp, build_collating_symbol):
43471         Use K&R-style defn.
43472         (re_compile_fastmap): Use '\0' to memset, not 0.
43473         (utf8_sb_map): Make the calculations more obvious.
43474         (init_dfa, parse_bracket_exp, build_charclass_op):
43475         Call calloc and cast result, as glibc does.
43476         (init_word_char, fetch_token, peek_token, peek_token_bracket):
43477         (build_range_exp, build_collating_symbol):
43478         Now internal functions.
43479
43480         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
43481
43482         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
43483         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
43484         Don't depend on VMS; depend on __VMS instead, for POSIX
43485         namespace cleanness.
43486         (regoff_t): Define to ssize_t, not long int.
43487
43488         Remove the REG_ macros named below.  Instead, make the old names
43489         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
43490         __USE_GNU_REGEX.
43491         (REG_BACKSLASH_ESCAPE_IN_LISTS):
43492         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
43493         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
43494         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
43495         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
43496         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
43497         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
43498         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
43499         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
43500         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
43501         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
43502         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
43503         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
43504         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
43505         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
43506         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
43507         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
43508         (REG_NREGS):
43509         Remove.  All uses replaced by the old RE_* names.
43510         (RE_BACKSLASH_ESCAPE_IN_LISTS):
43511         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
43512         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
43513         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
43514         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
43515         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
43516         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
43517         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
43518         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
43519         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
43520         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
43521         Don't bother having these macros be independent of each others'
43522         values, since they no longer exist in the POSIX name space.
43523
43524         Rename the following member names back to their old names,
43525         unless !__USE_GNU_REGEX.  All uses changed back.
43526         (buffer): Renamed from re_buffer.
43527         (allocated): Renamed from re_allocated.
43528         (used): Renamed from re_used.
43529         (syntax): Renamed from re_syntax.
43530         (fastmap): Renamed from re_fastmap.
43531         (translate): Renamed from re_translate.
43532         (can_be_null): Renamed from re_can_be_null.
43533         (regs_allocated): Renamed from re_regs_allocated.
43534         (fastmap_accurate): Renamed from re_fastmap_accurate.
43535         (no_sub): Renamed from re_no_sub.
43536         (not_bol): Renamed from re_not_bol.
43537         (not_eol): Renamed from re_not_eol.
43538         (newline_anchor): Renamed from re_newline_anchor.
43539         (num_regs): Renamed from rm_num_regs.
43540         (start): Renamed from rm_start.
43541         (end): Renamed from rm_end.
43542
43543         (free_state): Move up a bit.
43544
43545         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43546         #define to be empty.
43547         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43548         when that is what is intended.
43549         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43550         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43551         (MAX): New macro.
43552         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43553         All uses changed back to re_malloc, etc.  It's now the caller's
43554         responsibility to check for overflow; all callers changed.
43555         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43556         (re_x2nrealloc): Remove.
43557         (free_state): Remove decl.
43558
43559         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43560         (re_set_registers, re_exec):
43561         Use K&R-style defn.
43562
43563         2006-01-31  Roland McGrath  <roland@redhat.com>
43564
43565         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43566         Reported by Mike Frysinger <vapier@gentoo.org>.
43567
43568         2006-01-15  Andreas Jaeger  <aj@suse.de>
43569
43570         [BZ #1950]
43571         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43572         build_wcs_upper_buffer change.
43573         (build_wcs_upper_buffer): Change return type.
43574
43575         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43576
43577         * lib/regex_internal.h: Include <stdint.h> if available.
43578
43579         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43580
43581         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43582
43583         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43584
43585         * lib/regcomp.c: Adjust for changed secondary hash function.
43586
43587         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43588
43589         * lib/regex.h: Pretty printing.
43590         Clean up namespace a bit.
43591
43592         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43593
43594         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43595         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43596
43597         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43598                     Ulrich Drepper  <drepper@redhat.com>
43599
43600         [BZ #1302]
43601         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43602         changed.
43603         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43604
43605         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43606
43607         [BZ #281]
43608         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43609         * lib/regcomp.c: Remove unnecessary uses of
43610         unsigned RE_TRANSLATE_TYPE.
43611         * lib/regex_internal.h: Likewise.
43612         * lib/regex_internal.c: Likewise.
43613         * lib/regexec.c: Likewise.
43614         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43615
43616         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43617
43618         * lib/regexec.c (find_recover_state): Remove unnecessary
43619         initialization.
43620         (transit_state_bkref): Make DFA a const pointer.
43621         (get_subexp): Likewise.
43622         (check_arrival): Likewise.
43623         (update_cur_sifted_state): Likewise.
43624         (re_search_internal): Likewise.
43625         (prune_impossible_nodes): Likewise.
43626         (acquire_init_state_context): Likewise.
43627         (proceed_next_node): Likewise.
43628         (set_regs): Likewise.
43629         (free_fail_stack_return): Likewise.
43630         (check_arrival_expand_ecl): Mark DFA parameter as const.
43631         (check_arrival_expand_ecl_sub): Likewise.
43632         (check_subexp_limits): Likewise.
43633         (sub_epsilon_src_nodes):  Likewise.
43634         (add_epsilon_src_nodes):  Likewise.
43635         (merge_state_array): Likewise.
43636         (update_regs): Likewise.
43637         (build_trtable): Likewise.
43638         (sift_states_backward): Mark MCTX parameter as const.
43639         (build_sifted_states): Likewise.
43640         (update_cur_sifted_state): Likewise.
43641         (sift_states_mkref): Likewise.
43642         (check_arrival_expand_ecl): Mark eclosure as const.
43643         (check_dst_limits_calc_pos_1): Likewise.
43644         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43645         pointer.
43646
43647         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43648
43649         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43650         (transit_state_sb): Likewise.
43651         (transit_state_mb): Likewise.
43652         (sift_states_iter_mb): Likewise.
43653         (check_arrival_add_next_nodes): Likewise.
43654         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43655         [_LIBC] (re_search_2_stub): Use mempcpy.
43656
43657         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43658         mbrtowc for very simple UTF-8 case.
43659
43660         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43661         a pointer-to-const.
43662         (re_acquire_state_context): Likewise.
43663         * lib/regex_internal.h: Adjust prototypes.
43664
43665         * lib/regex.c: Prevent using C++ compilers.
43666
43667         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43668         (re_acquire_state_context): Likewise.
43669
43670 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43671
43672         * modules/regex (Depends-on): Add ssize_t.
43673
43674 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43675
43676         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
43677         translation table.
43678
43679 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43680
43681         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
43682
43683 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
43684             Bruno Haible  <bruno@clisp.org>
43685
43686         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
43687         <sys/types.h> and <inttypes.h>.
43688
43689 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43690
43691         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
43692         `__error_t_defined', so argp.h will not typedef the former.
43693
43694 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
43695
43696         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
43697         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
43698         glibc names.  Even if glibc is changed to conform to POSIX, the
43699         traditional names will be available anyway, since regex depends on
43700         the extensions module.  Also, fix a longstanding typo in the
43701         implementation of Spencer ERE test #75 from grep 2.3.  Problems
43702         reported by Emanuele Giaquinta.  Also, change sense of cached
43703         variable, so that the message makes sense.
43704
43705 2006-03-24  Simon Josefsson  <jas@extundo.com>
43706
43707         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
43708         including some doc fixes.
43709         (base64_encode_alloc): Fix +1 bug on allocation failures.
43710
43711 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43712
43713         * lib/base64.c (base64_encode): Do not read past end of array with
43714         unsanitized input on systems with CHAR_BIT > 8.
43715
43716 2006-03-24  Eric Blake  <ebb9@byu.net>
43717
43718         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
43719
43720 2006-03-22  Karl Berry  <karl@gnu.org>
43721
43722         * config/srclist.txt (*setenv.[ch]): get from coreutils.
43723         * config/srclistvars.sh (COREUTILS): new var.
43724
43725 2006-03-17  Jim Meyering  <jim@meyering.net>
43726
43727         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
43728         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
43729
43730 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43731
43732         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
43733         no longer needs it.  Instead, check that regoff_t is as least
43734         as wide as ptrdiff_t.
43735
43736         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
43737         so that our regex.h stays compatible with the installed regex.
43738         This is helpful for installers who configure --without-included-regex.
43739         Problem reported by Emanuele Giaquinta.
43740
43741 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43742
43743         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
43744         Typedef to long int, not to off_, as POSIX will likely change
43745         in that direction.
43746
43747 2006-03-15  Eric Blake  <ebb9@byu.net>
43748
43749         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
43750
43751 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43752
43753         * lib/argp-help.c (validate_uparams): Fix typo
43754         * lib/argp-parse.c (argp_default_options): Consistently begin help
43755         messages with a lowercase letter.
43756
43757 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
43758
43759         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
43760         overrun buffers and shouldn't be used (much as gets shouldn't be
43761         used).
43762         * lib/time_r.c (asctime_r, ctime_r): Likewise.
43763
43764 2006-03-08  Simon Josefsson  <jas@extundo.com>
43765
43766         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
43767         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43768
43769 2006-03-08  Simon Josefsson  <jas@extundo.com>
43770
43771         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
43772         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43773
43774 2006-03-08  Simon Josefsson  <jas@extundo.com>
43775
43776         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
43777         signal that configure disabled the device.
43778
43779 2006-03-08  Simon Josefsson  <jas@extundo.com>
43780
43781         * build-aux/maint.mk: Fix refresh-po, to handle no translated
43782         languages.
43783
43784 2006-03-07  Simon Josefsson  <jas@extundo.com>
43785
43786         * modules/getopt (Depends-on): Add unistd.
43787
43788         * modules/unistd: New file.
43789
43790 2006-03-07  Simon Josefsson  <jas@extundo.com>
43791
43792         * modules/gc-random: New file.
43793
43794 2006-03-07  Simon Josefsson  <jas@extundo.com>
43795
43796         * m4/unistd_h.m4: New file.
43797
43798 2006-03-07  Simon Josefsson  <jas@extundo.com>
43799
43800         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
43801         test to be side-effect free by storing the result in the cache
43802         variable gl_cv_lib_readline, and moving the assignment of
43803         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
43804         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43805
43806 2006-03-07  Simon Josefsson  <jas@extundo.com>
43807
43808         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
43809         error on missing devices (the functions will return an error).
43810
43811         * m4/gc.m4: Move random stuff to gc-random.m4
43812
43813 2006-03-07  Simon Josefsson  <jas@extundo.com>
43814
43815         * lib/unistd_.h: New file.
43816
43817 2006-03-07  Simon Josefsson  <jas@extundo.com>
43818
43819         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
43820
43821 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43822
43823         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
43824         Problem reported by Juan Manuel Guerrero.
43825
43826 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43827
43828         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
43829         the unistd module.
43830         * lib/getlogin_r.c: Likewise.
43831         * lib/getlogin_r.h: Likewise.
43832         * lib/glob.c: Likewise.
43833         * lib/pagealign_alloc.c: Likewise.
43834         * lib/unistd_.h: Remove; no longer needed.
43835
43836 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43837
43838         * MODULES.html.sh (Support for systems lacking POSIX:2001):
43839         Add unistd.
43840         * modules/c-stack (Depends-on): Add unistd.
43841         * modules/getlogin_r: Likewise.
43842         * modules/glob: Likewise.
43843         * modules/pagealign_alloc: Likewise.
43844         * modules/unistd (Files): Remove lib/unistd_.h.
43845         (EXTRA_DIST): Remove.
43846         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
43847         need unistd_.h.
43848         (MOSTLYCLEANFILES): Remove unistd.h-t.
43849
43850 2006-03-03  Simon Josefsson  <jas@extundo.com>
43851
43852         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
43853
43854 2006-03-03  Simon Josefsson  <jas@extundo.com>
43855
43856         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
43857         libidn and bison.
43858
43859 2006-03-03  Simon Josefsson  <jas@extundo.com>
43860
43861         * build-aux/maint.mk: Add indent target.
43862
43863 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
43864
43865         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
43866         our replacement poll.h in any case, to avoid a differing
43867         declaration from a system header.  Seen on AIX.
43868
43869 2006-03-01  Simon Josefsson  <jas@extundo.com>
43870
43871         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
43872         <kasal@ucw.cz>.
43873
43874 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43875
43876         * modules/gettime (Depends-on): Add extensions module.
43877         * modules/nanosleep (Depends-on): Likewise.
43878         * modules/settime (Depends-on): Likewise.
43879
43880 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43881
43882         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
43883         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
43884         pedantically.
43885         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43886         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
43887
43888         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
43889         not "==".  Reported by Ralf Wildenhues.
43890
43891 2006-03-01  Karl Berry  <karl@gnu.org>
43892
43893         * doc/Copyright/request-*: new files, synced from gnuorg.
43894
43895 2006-03-01  Karl Berry  <karl@gnu.org>
43896
43897         * config/srclist.txt (Copyright/*): new entries.
43898
43899 2006-02-28  Simon Josefsson  <jas@extundo.com>
43900
43901         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
43902
43903 2006-02-27  Simon Josefsson  <jas@extundo.com>
43904
43905         * lib/base64.h: Indent #define's.  From Jim Meyering
43906         <jim@meyering.net>.
43907
43908 2006-02-27  Jim Meyering  <jim@meyering.net>
43909
43910         Revert the change of 2006-02-24, so these files can continue
43911         to be sync'd from gettext.
43912         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
43913         of `config.h'.
43914
43915 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43916
43917         * modules/intprops: New file.
43918         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43919         Add intprops.
43920         * modules/getloadavg (Files): Remove lib/intprops.h.
43921         (Depends-on): Add intprops.
43922         * modules/human: Likewise.
43923         * modules/inttostr: Likewise.
43924         * modules/openat: Likewise.
43925         * modules/sig2str: Likewise.
43926         * modules/userspec: Likewise.
43927         * modules/utimecmp: Likewise.
43928         * modules/xnanosleep: Likewise.
43929         * modules/xstrtol: Likewise.
43930
43931 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
43932
43933         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
43934         * modules/lock-tests (TESTS): Use $(EXEEXT).
43935         * modules/tls-tests: Likewise.
43936         * modules/argp-tests: Likewise.
43937         (check_PROGRAMS): New var, replacing...
43938         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
43939
43940 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43941
43942         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
43943         `config.h'.
43944
43945 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
43946
43947         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
43948
43949 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43950
43951         Sync from coreutils.
43952         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
43953         gl_CHDIR_SAFER.
43954
43955 2006-02-22  Jim Meyering  <jim@meyering.net>
43956
43957         Sync from coreutils.
43958         * m4/chdir-safer.m4: New file.
43959
43960 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
43961
43962         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
43963         AT_FDCWD exceeds INT_MAX.
43964         * lib/openat.h (AT_FDCWD): Likewise.
43965
43966 2006-02-17  Eric Blake  <address@hidden>
43967
43968         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
43969
43970 2006-02-16  Simon Josefsson  <jas@extundo.com>
43971
43972         * modules/getaddrinfo (Depends-on): Add sys_socket.
43973
43974 2006-02-15  Simon Josefsson  <jas@extundo.com>
43975
43976         * build-aux/maint.mk: Add dsyntax-check rule.
43977
43978 2006-02-15  Eric Blake  <ebb9@byu.net>
43979
43980         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
43981         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
43982         'present but cannot compile' warnings on cygwin.
43983         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
43984         use ws2tcpip.h if sys/socket.h works.
43985         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
43986         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
43987
43988 2006-02-14  Simon Josefsson  <jas@extundo.com>
43989
43990         * modules/maintainer-makefile (Files): Rename.
43991
43992         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
43993         and (the local) Makefile.cfg to maint-cfg.mk.
43994
43995         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
43996         to the latter.
43997
43998         * modules/maintainer-makefile: New module.
43999
44000         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
44001         severaly stripped to make it possible to build it up from scratch
44002         with reliable tests.
44003
44004         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
44005         fixes to permit overriding the default actions when configure and
44006         makefile are not available.
44007
44008 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
44009
44010         Sync from coreutils.
44011         * modules/lstat (Depends-on): Don't depend on xalloc.
44012         (License): Change from GPL to LGPL, since this is now simply a
44013         replacement for a libc function.
44014
44015 2006-02-14  Jim Meyering  <jim@meyering.net>
44016
44017         Sync from coreutils.
44018
44019         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
44020         failure on deficient systems, and simplify gnulib lgpl dependencies.
44021         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
44022         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
44023
44024         * lib/xalloc-die.c: Remove unused definition of N_.
44025
44026 2006-02-14  Jim Meyering  <jim@meyering.net>
44027
44028         Sync from coreutils.
44029         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
44030         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
44031         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
44032         double-quote uses of that variable, to accommodate the rare case in
44033         which getmntent is available in none of the libraries checked.  This
44034         happens at least on FreeBSD 5.0.
44035
44036 2006-02-13  Simon Josefsson  <jas@extundo.com>
44037
44038         * gnulib-tool (Usage): Fix --import, from
44039         karl@freefriends.org (Karl Berry).
44040
44041 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
44042
44043         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
44044
44045 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
44046
44047         * lib/argp-namefrob.h: Restore changes accidentally lost during the
44048         "autoupdate" on 2005-12-12.
44049
44050 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44051
44052         * modules/closeout (Depends-on): Remove atexit.
44053
44054 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44055
44056         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
44057         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
44058
44059 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
44060
44061         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
44062         __EXTENSIONS__ if this causes compilation to fail.  Problem
44063         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
44064         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
44065
44066 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
44067
44068         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
44069         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
44070         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
44071         All uses changed.
44072
44073 2006-01-26  Simon Josefsson  <jas@extundo.com>
44074
44075         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
44076         prototype is visible on mingw32.
44077
44078         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
44079         for mingw32.
44080
44081         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
44082         mingw32).
44083
44084 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
44085
44086         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
44087         attempt to open for write; this always fails, at least on POSIX
44088         hosts.  This reinstates the 2006-01-09 change, which was
44089         inadvertently removed.
44090
44091 2006-01-26  Bruno Haible  <bruno@clisp.org>
44092
44093         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
44094         Reported by Paul Eggert.
44095
44096 2006-01-26  Bruno Haible  <bruno@clisp.org>
44097             Paul Eggert  <eggert@cs.ucla.edu>
44098
44099         * lib/stdbool_.h (_Bool)
44100         [(! (defined __cplusplus || defined __BEOS__)
44101           && !defined __GNUC__
44102           && !(defined __HP_cc || defined __xlc__
44103                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
44104                || defined __sgi))]:
44105         #define to signed char in these cases too; this simplifies
44106         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
44107         etc., separately) and makes it more conservative.
44108
44109 2006-01-25  Simon Josefsson  <jas@extundo.com>
44110
44111         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
44112         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
44113         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
44114
44115 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44116
44117         * lib/argp-namefrob.h: Bugfix. Remove stray #
44118
44119 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
44120
44121         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
44122         so that we test the test.
44123         Check for yet another HP-UX cc bug involving *bool |= bool.
44124
44125 2006-01-25  Karl Berry  <karl@gnu.org>
44126
44127         * config/srclist.txt (vasnprintf.c): sync lost.
44128
44129 2006-01-25  Jim Meyering  <jim@meyering.net>
44130
44131         Sync from the stable (b5) branch of coreutils:
44132
44133         * lib/fts.c (fts_children): Don't let close() clobber errno from
44134         failed fchdir().
44135
44136         * lib/fts.c (fts_stat): When following a symlink-to-directory,
44137         don't necessarily interpret stat-fails+lstat-succeeds as indicating
44138         a dangling symlink.  That can also happen at least for ELOOP.
44139         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
44140         FYI, this bug predates the inclusion of fts.c in coreutils.
44141
44142         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
44143         in their own block, so pre-c99 compilers don't object.
44144
44145         Avoid the double-free (first in fts_read, second in fts_close) that
44146         would occur when an `active' directory is made inaccessible (e.g.,
44147         via chmod a-x) during a traversal.
44148         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44149         before returning.  Reproduce this failure by
44150         mkdir -p a/b; cd a; chmod a-x . b
44151         Reported by Stavros Passas.
44152
44153 2006-01-25  Jim Meyering  <jim@meyering.net>
44154
44155         * lib/fileblocks.c: Remove more useless parentheses.
44156         * lib/readutmp.h: Likewise.
44157
44158 2006-01-25  Bruno Haible  <bruno@clisp.org>
44159
44160         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
44161         warnings.
44162         Reported by Paul Eggert.
44163
44164 2006-01-25  Bruno Haible  <bruno@clisp.org>
44165
44166         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
44167         rid of a trap command. For Solaris sh.
44168         Reported by Mark D. Baushke <mdb@gnu.org>.
44169
44170 2006-01-24  Simon Josefsson  <jas@extundo.com>
44171
44172         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
44173         Bruno.
44174
44175 2006-01-24  Karl Berry  <karl@gnu.org>
44176
44177         * config/srclist.txt (argp-namefrob.h): sync lost.
44178
44179 2006-01-24  Jim Meyering  <jim@meyering.net>
44180
44181         * modules/openat (Files): Add lib/intprops.h.
44182         From Mark D. Baushke.
44183
44184 2006-01-24  Jim Meyering  <jim@meyering.net>
44185
44186         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
44187         Reported by Mark D. Baushke.
44188
44189 2006-01-24  Jim Meyering  <jim@meyering.net>
44190
44191         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
44192
44193 2006-01-24  Bruno Haible  <bruno@clisp.org>
44194
44195         * modules/strnlen (Maintainer): Change from glibc to all.
44196
44197 2006-01-24  Bruno Haible  <bruno@clisp.org>
44198
44199         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
44200         Patch by Paul Eggert.
44201
44202 2006-01-24  Bruno Haible  <bruno@clisp.org>
44203
44204         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
44205         already has it.
44206         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
44207         2005-11-26.
44208
44209         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
44210         'signed char' to avoid problems with the built-in _Bool type.
44211         Reported by Paul Eggert on 2005-11-26.
44212
44213 2006-01-24  Bruno Haible  <bruno@clisp.org>
44214
44215         * gnulib-tool (func_import): Avoid constructing complicated sed
44216         expressions inside backquote.
44217         Report and solution by Mark D. Baushke <mdb@gnu.org>.
44218
44219 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
44220
44221         These changes imported from libc.
44222         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
44223         test and two separate function calls.
44224         * lib/strndup.c (__strndup): Add libc_hidden_def.
44225
44226 2006-01-23  Simon Josefsson  <jas@extundo.com>
44227
44228         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
44229         Remove the test_*_SOURCES variable: automake infers it by default.
44230         * modules/tls-tests: Likewise.
44231
44232 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44233
44234         Work around porting bugs reported by Dieter in
44235         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
44236         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
44237         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
44238         Include "getopt.h" first, to check interface.
44239         (getenv): Declare only if defined HAVE_DECL_GETENV &&
44240         !HAVE_DECL_GETENV.
44241         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
44242         (__strndup): Revert to K&R-style function dfns, the glibc style.
44243         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
44244         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
44245         Include strnlen.h first, to get prototype properly.
44246         (strnlen): Renamed from __strnlen.
44247         Remove weak alias.
44248
44249 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44250
44251         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
44252
44253 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44254
44255         * config/srclist.txt: Adjust to reflect glibc reorganization.
44256         This affects only comments.
44257
44258 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44259
44260          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
44261          Reported by Bruce Korb <bkorb@gnu.org>.
44262
44263 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
44264
44265         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
44266         to pacify gcc -Wswitch-default.
44267
44268 2006-01-22  Bruno Haible  <bruno@clisp.org>
44269
44270         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
44271         temporary buffer for sprintf, take into account the precision also
44272         for 'd', 'i', 'u', 'o', 'x', 'X'.
44273
44274 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44275
44276         * modules/argp-tests: New module
44277         * tests/test-argp.c: New file
44278         * tests/test-argp-2.sh: New file
44279
44280 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44281
44282         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
44283         (__argp_base_name): Removed
44284         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
44285         typo.
44286         (__argp_base_name): Provide macro definition or extern declaration
44287         depending on the configuration
44288
44289 2006-01-20  Simon Josefsson  <jas@extundo.com>
44290
44291         * modules/inet_ntop (Depends-on): Depend on sys_socket.
44292
44293 2006-01-20  Simon Josefsson  <jas@extundo.com>
44294
44295         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
44296
44297 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44298
44299         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
44300         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
44301         Suggested by Bruno Haible.
44302
44303 2006-01-20  Karl Berry  <karl@gnu.org>
44304
44305         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
44306         until changes propagate, I guess.
44307
44308 2006-01-19  Simon Josefsson  <jas@extundo.com>
44309
44310         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
44311
44312 2006-01-19  Simon Josefsson  <jas@extundo.com>
44313
44314         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
44315
44316 2006-01-19  Simon Josefsson  <jas@extundo.com>
44317
44318         * gnulib-tool: Set check_PROGRAMS.
44319
44320         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44321         modules/des-tests, modules/gc-arcfour-tests,
44322         modules/gc-arctwo-tests, modules/gc-des-tests,
44323         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44324         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44325         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44326         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44327         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44328         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
44329         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
44330         test_*_SOURCES.
44331
44332 2006-01-18  Simon Josefsson  <jas@extundo.com>
44333
44334         * modules/socklen (Depends-on): Depend on sys_socket.
44335
44336 2006-01-18  Simon Josefsson  <jas@extundo.com>
44337
44338         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44339         modules/des-tests, modules/gc-arcfour-tests,
44340         modules/gc-arctwo-tests, modules/gc-des-tests,
44341         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44342         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44343         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44344         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44345         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44346         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
44347         $(EXEEXT) to automake TESTS variable, for mingw32.
44348
44349 2006-01-17  Simon Josefsson  <jas@extundo.com>
44350
44351         * modules/socklen (Include): Need sys/socket.h.
44352
44353 2006-01-17  Bruno Haible  <bruno@clisp.org>
44354
44355         * modules/ssize_t (Include): Add <sys/types.h>.
44356
44357 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
44358
44359         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
44360         it's not portable and it doesn't work with cross-compiles.
44361         Problem reported by Bruno Haible.  Fix missing-$ typo in
44362         'test "gl_cv_ignore_unused_libraries" ...' that prevented
44363         -zignore from being used with Sun's C compiler.
44364
44365 2006-01-12  Simon Josefsson  <jas@extundo.com>
44366
44367         * lib/base64.c: Fix warning, reported by Bruno Haible
44368         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44369
44370 2006-01-12  Bruno Haible  <bruno@clisp.org>
44371
44372         * modules/ldd: New file.
44373         * build-aux/ldd.sh.in: New file.
44374         * MODULES.html.sh (Support for building libraries and executables): Add
44375         ldd.
44376
44377 2006-01-12  Bruno Haible  <bruno@clisp.org>
44378
44379         * m4/ldd.m4: New file.
44380
44381 2006-01-12  Bruno Haible  <bruno@clisp.org>
44382
44383         * gnulib-tool (func_import, func_create_testdir): Don't go into an
44384         endless loop while replacing $auxdir with build-aux.
44385
44386 2006-01-11  Simon Josefsson  <jas@extundo.com>
44387
44388         * lib/stdint_.h (SIZE_MAX): Add missing (.
44389
44390 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
44391
44392         Sync from coreutils.
44393         * lib/md5.c: Fix commentary typos.
44394         (alignof, UNALIGNED_P): No need for a GCC-specific version.
44395         * lib/md5.h (__attribute__): Remove; unused.
44396         * lib/sha1.c: Fix commentary to match md5 better.
44397         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
44398         so that we don't need to worry about alignment.  All uses changed.
44399         This merges the 2005-10-28 md5 change into sha1.
44400
44401 2006-01-11  Jim Meyering  <jim@meyering.net>
44402
44403         Sync from coreutils.
44404         * lib/md5.c (OP): Fix spacing.
44405
44406 2006-01-11  Bruno Haible  <bruno@clisp.org>
44407
44408         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44409         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
44410         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
44411
44412 2006-01-11  Bruno Haible  <bruno@clisp.org>
44413
44414         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44415         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
44416         the "early" section as well.
44417
44418 2006-01-11  Bruno Haible  <bruno@clisp.org>
44419
44420         Avoid "ar: no archive members specified" error on MacOS X.
44421         * gnulib-tool (func_modules_add_dummy): New function.
44422         (func_import, func_create_testdir): Invoke it.
44423
44424 2006-01-11  Bruno Haible  <bruno@clisp.org>
44425
44426         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
44427         with $auxdir in AC_CONFIG_FILES statements.
44428
44429 2006-01-11  Bruno Haible  <bruno@clisp.org>
44430
44431         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44432         Initialize also noinst_HEADERS to empty.
44433
44434 2006-01-11  Bruno Haible  <bruno@clisp.org>
44435
44436         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
44437         variables.
44438         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
44439         autoreconf.
44440
44441 2006-01-11  Bruno Haible  <bruno@clisp.org>
44442
44443         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
44444         overridable by the user.
44445         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44446
44447 2006-01-10  Simon Josefsson  <jas@extundo.com>
44448
44449         * modules/sys_socket: New file.
44450
44451 2006-01-10  Simon Josefsson  <jas@extundo.com>
44452
44453         * m4/sys_socket_h.m4: New file.
44454
44455 2006-01-10  Simon Josefsson  <jas@extundo.com>
44456
44457         * lib/socket_.h: New file.
44458
44459 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44460
44461         * modules/readutmp (Maintainer): Add myself.
44462
44463 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44464
44465         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
44466         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
44467         People who are still concerned with buggy memcmp implementations
44468         can invoke gl_FUNC_MEMCMP themselves.
44469
44470 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44471
44472         * lib/regex_internal.h (BITSET_WORD_BITS):
44473         Work around a bug in 64-bit PGC (before version 6.1-2), where the
44474         preprocessor mishandles large unsigned values as if they were signed.
44475         Problem reported by Claudio Fontana in
44476         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
44477
44478 2006-01-10  Jim Meyering  <jim@meyering.net>
44479
44480         Avoid the double-free (first in fts_read, second in fts_close) that
44481         would occur when an `active' directory is made inaccessible (e.g.,
44482         via chmod a-x) during a traversal.
44483         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44484         before returning.  Reproduce this failure by
44485         mkdir -p a/b; cd a; chmod a-x . b
44486         Reported by Stavros Passas.
44487
44488         Sync from coreutils.
44489         * lib/sha1.c: Tweak grammar in a comment.
44490
44491 2006-01-10  Jim Meyering  <jim@meyering.net>
44492
44493         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
44494         Patch by Joerg Sonnenberger.
44495
44496 2006-01-10  Bruno Haible  <bruno@clisp.org>
44497
44498         * modules/readutmp: Depend on module free.
44499         * modules/strtok_r: Depend on module restrict.
44500
44501 2006-01-10  Bruno Haible  <bruno@clisp.org>
44502
44503         * modules/gettext (configure.ac): Add an invocation of
44504         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
44505
44506 2006-01-10  Bruno Haible  <bruno@clisp.org>
44507
44508         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
44509         Reported by Werner Lemberg <wl@gnu.org>.
44510
44511 2006-01-10  Bruno Haible  <bruno@clisp.org>
44512
44513         * lib/localcharset.c: Update from GNU gettext.
44514
44515 2006-01-10  Bruno Haible  <bruno@clisp.org>
44516
44517         * lib/argp.h (__const): Remove macro. Use const instead.
44518         * lib/argp-fmtstream.h (__const): Likewise.
44519         * lib/glob_.h (__const): Remove macro.
44520         * lib/glob-libc.h: Use const instead of __const.
44521
44522 2006-01-10  Bruno Haible  <bruno@clisp.org>
44523
44524         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44525         variable.
44526         Needed to avoid an automake error regarding the 'gettext' module.
44527
44528 2006-01-09  Simon Josefsson  <jas@extundo.com>
44529
44530         * modules/inet_ntop (Depends-on): Add restrict.
44531
44532 2006-01-09  Simon Josefsson  <jas@extundo.com>
44533
44534         * modules/gc-rijndael-tests (License): Put under LGPL.
44535
44536         * modules/gc-des-tests (License): Likewise.
44537
44538         * modules/gc-arcfour-tests (License): Likewise.
44539
44540         * modules/gc-arctwo-tests (License): Likewise.
44541
44542         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44543
44544         * modules/gc-hmac-sha1-tests (Files): Likewise.
44545
44546         * modules/gc-hmac-md5-tests (License): Likewise.
44547
44548         * modules/gc-sha1-tests (License): Likewise.
44549
44550         * modules/gc-md5-tests (License): Likewise.
44551
44552         * modules/gc-md4-tests (License): Likewise.
44553
44554         * modules/gc-md2-tests (License): Likewise.
44555
44556         * modules/gc-tests (License): Likewise.
44557
44558         * modules/des-tests (License): Likewise.
44559
44560         * modules/md4-tests (License): Likewise.
44561
44562         * modules/md2-tests (License): Likewise.
44563
44564 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44565
44566         Sync from coreutils:
44567
44568         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44569         * modules/lib-ignore: New file.
44570         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44571         chdir-safer.m4, lchmod.m4.
44572         * modules/openat: Add mkdirat.c, openat-priv.h.
44573
44574 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44575
44576         Sync from coreutils.
44577         * m4/lib-ignore.m4: New file.
44578         * m4/lchmod.m4: New file.
44579
44580 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44581
44582         Sync from coreutils.
44583         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44584         for write access: POSIX says that must fail.
44585         * lib/fts.c (diropen): Likewise.
44586         * lib/save-cwd.c (save_cwd): Likewise.
44587         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44588         well, for minor improvements on hosts that lack O_DIRECTORY.
44589         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44590         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44591         Fall back on chown if open failed with EACCES.
44592
44593         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44594         Report an error at compile-time if only a 1-second nominal clock
44595         resolution is found.
44596
44597         * lib/lchmod.h: New file.
44598         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44599         (make_dir_parents): Use lchown rather than chown, and
44600         lchmod rather than chmod.
44601
44602         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44603         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44604         "proc" reported by n0dalus.
44605
44606         * lib/mountlist.c: Include <limits.h>.
44607         (dev_from_mount_options)
44608         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44609         New function.  It no longer assumes "dev=" has the System V meaning
44610         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44611         (read_file_system_list)
44612         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44613         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44614         dev= in that case.
44615
44616         * lib/posixtm.h (PDS_PRE_2000): New macro.
44617         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44618         allow_century.  All usages changed.  Reject dates outside the range
44619         1969-1999 if PDS_PRE_2000 is used.
44620
44621 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44622
44623         Sync from coreutils.
44624         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44625         (Time of day items): Mention the possibility of leap seconds.
44626         Problem reported by Dr. David Alan Gilbert.
44627
44628 2006-01-09  Jim Meyering  <jim@meyering.net>
44629
44630         Sync from coreutils.
44631
44632         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44633
44634         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44635
44636         * lib/modechange.c (mode_compile): Reject an invalid mode string
44637         that starts with an octal digit.  From Andreas Gruenbacher.
44638
44639         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44640         and dup to open_safer and dup_safer, respectively.
44641         (openat_permissive): Fix typo in comment.
44642
44643         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44644         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44645         (_): Remove; no longer needed.
44646         (openat): Renamed from rpl_openat; no need for rpl_openat
44647         since openat.h renames openat for us.
44648         Replace most of the body with a call to openat_permissive,
44649         to avoid duplicate code.
44650         Port to (probably hypothetical) environments were mode_t is
44651         wider than int.
44652         (openat_permissive): Require mode arg, so that we can check
44653         types better.  Put it just after flags.  Change cwd failure
44654         indicator from pointer-to-bool to pointer-to-errno-value.
44655         All callers changed.
44656         Invoke openat_save_fail and/or openat_restore_fail if
44657         cwd_errno is null, so that openat can call us.
44658         (openat_permissive, fdopendir, fstatat, unlinkat):
44659         Simplify errno handling to avoid some duplicate code,
44660         as it's OK to set errno on success.
44661         * lib/openat.h: Revamp code so that function macros depend on
44662         __OPENAT_PREFIX only, not also on AT_FDCWD.
44663         (openat_ro): Remove.  Caller changed to use openat_permissive.
44664         (openat_permissive): Now a macro, if not a function.
44665         (openat_restore_fail, openat_save_fail): Now always functions,
44666         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44667
44668         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44669         and openat.c.
44670         * lib/mkdirat.c: Include openat-priv.h.
44671         Remove definitions of macros defined therein.
44672         * lib/openat.c: Likewise.
44673
44674         * lib/mkdirat.c (mkdirat): New file and function.
44675         * lib/openat.h (mkdirat): Declare.
44676
44677         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
44678
44679         * lib/openat.h (openat_permissive): Declare.
44680         (openat_ro): Define.
44681
44682         * lib/openat.c (EXPECTED_ERRNO): New macro.
44683         (openat_permissive): New function -- used in remove.c rewrite.
44684         (all functions): Set errno just before returning, only if there
44685         was an actual failure.
44686         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
44687
44688         Emulate openat-family functions using Linux's procfs, if possible.
44689         Idea and some code based on Ulrich Drepper's glibc changes.
44690
44691         * lib/openat.c: (BUILD_PROC_NAME): New macro.
44692         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
44693         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
44694         before falling back on save_cwd and restore_cwd.
44695         (fdopendir, fstatat, unlinkat): Likewise.
44696
44697         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
44698         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
44699
44700         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
44701         as second argument to va_arg.  Otherwise, some versions of gcc
44702         warn that `if this code is reached, the program will abort'.
44703
44704 2006-01-09  Jim Meyering  <jim@meyering.net>
44705
44706         Sync from coreutils.
44707         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
44708         Require openat-priv.h.
44709
44710 2006-01-09  Bruno Haible  <bruno@clisp.org>
44711
44712         * modules/strnlen (Include): Use strnlen.h.
44713
44714 2006-01-09  Bruno Haible  <bruno@clisp.org>
44715
44716         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
44717
44718 2006-01-09  Bruno Haible  <bruno@clisp.org>
44719
44720         * lib/sysexit_.h (EX_OK): New macro.
44721         Suggested by Martin Lambers <marlam@marlam.de>.
44722
44723 2006-01-09  Bruno Haible  <bruno@clisp.org>
44724
44725         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
44726         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
44727
44728 2006-01-09  Bruno Haible  <bruno@clisp.org>
44729
44730         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
44731         numbers.
44732
44733 2006-01-09  Bruno Haible  <bruno@clisp.org>
44734
44735         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
44736         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
44737         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
44738         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
44739
44740 2006-01-09  Bruno Haible  <bruno@clisp.org>
44741
44742         * build-aux/javacomp.sh.in: New file, moved from lib/.
44743         * modules/javacomp-script (Files): Update.
44744         (configure.ac): Add AC_CONFIG_FILES invocation.
44745         (EXTRA_DIST): Remove variable.
44746
44747         * build-aux/javaexec.sh.in: New file, moved from lib/.
44748         * modules/javaexec (Files): Update.
44749         (configure.ac): Add AC_CONFIG_FILES invocation.
44750         (EXTRA_DIST): Remove javaexec.sh.in.
44751
44752         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
44753         * modules/csharpcomp-script (Files): Update.
44754         (configure.ac): Add AC_CONFIG_FILES invocation.
44755         (EXTRA_DIST): Remove variable.
44756
44757         * build-aux/csharpexec.sh.in: New file, moved from lib/.
44758         * modules/csharpexec (Files): Update.
44759         (configure.ac): Add AC_CONFIG_FILES invocation.
44760         (EXTRA_DIST): Remove csharpexec.sh.in.
44761
44762 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44763
44764         Sync from coreutils.
44765
44766         Add POSIX ACL support
44767         * lib/acl.h (copy_acl, set_acl): Add declarations.
44768         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
44769         systems other than Linux.
44770         (chmod_or_fchmod): New function: use fchmod when possible,
44771         and chmod otherwise.
44772         (file_has_acl): Add a POSIX ACL implementation, with a
44773         Linux-specific subcase.
44774         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
44775         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
44776         acls are unsupported.
44777         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
44778         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
44779         are unsupported.
44780
44781 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44782
44783         Sync from coreutils.
44784         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
44785
44786 2006-01-07  Bruno Haible  <bruno@clisp.org>
44787
44788         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
44789         gl_EARLY.
44790
44791 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44792
44793         * lib/strftime.c (tzname): Don't declare if it is already #defined.
44794         Problem reported for Mingw by Mark Junker.
44795
44796 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44797
44798         * README: Gnulib normally doesn't generate a tarball.
44799
44800 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
44801
44802         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
44803         long int, not int, for nanosecond counts, so that people who are
44804         used to POSIX struct timespec won't be surprised.  Reported by Jim
44805         Meyering.
44806
44807 2005-12-28  Bruno Haible  <bruno@clisp.org>
44808
44809         * build-aux/config.rpath: Update from GNU gettext.
44810
44811 2005-12-16  Jim Meyering  <jim@meyering.net>
44812
44813         * modules/fprintftime: New module.
44814         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
44815
44816 2005-12-16  Jim Meyering  <jim@meyering.net>
44817
44818         * m4/fprintftime.m4: New file.
44819
44820 2005-12-16  Jim Meyering  <jim@meyering.net>
44821
44822         * lib/fprintftime.c, lib/fprintftime.h: New files.
44823
44824 2005-12-15  Simon Josefsson  <jas@extundo.com>
44825
44826         * modules/socklen (configure.ac): Fix M4 macro name, to align with
44827         new m4/socklen.m4.
44828
44829 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44830
44831         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
44832         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
44833
44834 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44835
44836         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
44837         * lib/argp-help.c (fill_in_uparams): Check if the constructed
44838         struct uparams is valid. Fall back to the default values if it is
44839         not.
44840
44841 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44842
44843         * modules/argp (Files): Add argp-pin.c
44844         (Depends-on): dirname
44845         (lib_SOURCES): Add argp-pin.c
44846
44847 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44848
44849         * m4/argp.m4:  Check if program_invocation_name and
44850         program_invocation_short_name are declared and define appropriate
44851         macros if they are not.
44852
44853 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44854
44855         * lib/argp-help.c (__argp_base_name): New function
44856         (__argp_short_program_name): Rewrite using __argp_base_name
44857         * lib/argp-namefrob.h: Define program_invocation_name and
44858         program_invocation_short_name if requested
44859         (__argp_base_name): Add prototype
44860         * lib/argp-parse.c (argp_def): Use gettext wrappers
44861         (argp_default_parser): Use __argp_base_name
44862         * lib/argp-pin.c: New file. Defines program_invocation_name and
44863         program_invocation_short_name on systems that lack them.
44864
44865 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44866
44867         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
44868         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44869         porting problem reported by Georg Schwarz in
44870         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44871
44872 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44873
44874         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
44875         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44876         porting problem reported by Georg Schwarz in
44877         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44878
44879 2005-12-05  Bruno Haible  <bruno@clisp.org>
44880
44881         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
44882         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
44883         Reported by Mark Junker <mjscod@gmx.de>.
44884
44885 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
44886
44887         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
44888         Use implementation from Albert Chin, with some
44889         comments/corrections by Stepan Kasal and myself.
44890
44891 2005-12-02  Bruno Haible  <bruno@clisp.org>
44892
44893         * gnulib-tool (func_import): Accept GPLed build tool modules when
44894         --lgpl is given.
44895         * modules/csharpcomp-script: New file.
44896         * modules/csharpcomp: Depend on it.
44897         * modules/javacomp-script: New file.
44898         * modules/javacomp: Depend on it.
44899         Suggested by Simon Josefsson.
44900
44901 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
44902
44903         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
44904         statement, to work around an HP-UX 10.20 compiler bug reported by
44905         Peter O'Gorman.
44906
44907 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44908
44909         * modules/savedir (Depends-on): Add openat.
44910
44911 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44912
44913         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
44914         (uintmax_t) [defined uintmax_t]: Do not declare.
44915         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
44916         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
44917         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
44918         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
44919         sake of portability to weird hosts that C allows (though we don't
44920         know of any practical examples).
44921
44922         * lib/savedir.h (fdsavedir): New decl.
44923         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
44924         contains most of the former guts of savedir.
44925         (savedir): Use savedirstream.
44926         Include "openat.h".
44927
44928 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44929
44930         * modules/obstack (Files): Add m4/ulonglong.m4.
44931         Problem reported by Davide Angelocola.
44932
44933 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
44934
44935         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
44936         coreutils no longer futzes with rounding modes.
44937
44938 2005-11-14  Jim Meyering  <jim@meyering.net>
44939
44940         * lib/mkstemp-safer.c: Include <config.h>, required for possible
44941         replacement of mkstemp.
44942
44943 2005-11-10  Simon Josefsson  <jas@extundo.com>
44944
44945         * lib/readline.c: Remove EOL.
44946
44947 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44948
44949         * modules/gethrxtime (Depends-on): Add gettime.
44950
44951 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44952
44953         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
44954         or gettimeofday; no longer needed.
44955
44956 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44957
44958         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
44959         time business.
44960         (gethrxtime) [! (HAVE_NANOUPTIME
44961         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
44962         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
44963         our own approximation.
44964
44965 2005-11-08  Eric Blake  <ebb9@byu.net>
44966
44967         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44968
44969 2005-11-08  Eric Blake  <ebb9@byu.net>
44970
44971         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44972
44973 2005-11-04  Bruno Haible  <bruno@clisp.org>
44974
44975         * gnulib-tool: Implement --update mode.
44976
44977 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44978
44979         Fix porting problem reported by Theodoros V. Kalamatianos.
44980         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
44981         Don't assume that futimes failing means we must fail.
44982
44983 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44984
44985         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
44986         variables to suggest the intended function of the PATH_MAX check.
44987
44988 2005-10-30  Kean Johnston  <jkj@sco.com>
44989
44990         Trivial changes to support SCO systems.
44991         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
44992         as PATH_MAX.
44993         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
44994         where __ptr is null when no I/O is pending.
44995
44996 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44997
44998         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
44999         leave errno alone.  Problem reported by Dmitry V. Levin.
45000
45001 2005-10-28  Simon Josefsson  <jas@extundo.com>
45002
45003         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
45004         Test more.
45005
45006         * tests/test-gc-md2.c, tests/test-md2.c: New files.
45007
45008         * modules/md2, modules/md2-tests: New files.
45009
45010 2005-10-28  Simon Josefsson  <jas@extundo.com>
45011
45012         * m4/inet_ntop.m4: More tests.
45013
45014         * m4/gc-md2.m4, md2.m4: New file.
45015
45016 2005-10-28  Simon Josefsson  <jas@extundo.com>
45017
45018         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
45019         "restrict" keywords, as per POSIX.  Protect the function
45020         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
45021         Don't use K&R prototypes.  Check the sprintf return values.
45022         Re-define EAFNOSUPPORT if not present.  Indent.
45023
45024         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
45025         suggested by Bruno Haible <bruno@clisp.org>.
45026
45027         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
45028
45029         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
45030
45031         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
45032         libgcrypt).
45033
45034         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
45035
45036         * lib/md2.h, lib/md2.c: New files.
45037
45038 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
45039
45040         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
45041         errno alone.  Problem reported by Frederic Jolliton.
45042
45043 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
45044
45045         * modules/verify (License): Change from GPL to LGPL.  This is a
45046         tiny module and there are apparently near-equivalents that are
45047         under the BSD license.
45048
45049 2005-10-24  Simon Josefsson  <jas@extundo.com>
45050
45051         * modules/sha1: Relicense to LGPL.
45052
45053 2005-10-24  Simon Josefsson  <jas@extundo.com>
45054
45055         * lib/md4.h: Shrink buffer size, now that we changed the type.
45056
45057 2005-10-23  Simon Josefsson  <jas@extundo.com>
45058
45059         * gnulib-tool (func_import): Fix --tests-base.
45060
45061 2005-10-22  Simon Josefsson  <jas@extundo.com>
45062
45063         * modules/arcfour (Depends-on): Need stdint.
45064
45065 2005-10-22  Simon Josefsson  <jas@extundo.com>
45066
45067         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
45068         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
45069
45070 2005-10-22  Simon Josefsson  <jas@extundo.com>
45071
45072         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
45073         suggested by Bruno Haible <bruno@clisp.org>.
45074
45075 2005-10-22  Simon Josefsson  <jas@extundo.com>
45076
45077         * lib/crc.h: Include stddef.h, for size_t.
45078
45079 2005-10-22  Simon Josefsson  <jas@extundo.com>
45080
45081         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
45082         arcfour_context struct (simplify test vector testing in GNU
45083         Shishi).
45084
45085 2005-10-21  Simon Josefsson  <jas@extundo.com>
45086
45087         * modules/des, modules/des-tests: New files.
45088
45089         * modules/gc-des, modules/gc-des-tests: New files.
45090
45091         * tests/test-des.c, tests/test-gc-des.c: New file.
45092
45093 2005-10-21  Simon Josefsson  <jas@extundo.com>
45094
45095         * modules/arctwo, modules/arctwo-tests: New files.
45096
45097         * tests/test-arctwo.c: New file.
45098
45099         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
45100
45101         * tests/test-gc-arctwo.c: New file.
45102
45103 2005-10-21  Simon Josefsson  <jas@extundo.com>
45104
45105         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
45106         Bruno Haible <bruno@clisp.org>.
45107
45108         * m4/gc-des.m4: New file.
45109
45110 2005-10-21  Simon Josefsson  <jas@extundo.com>
45111
45112         * m4/arctwo.m4: New file.
45113
45114         * m4/gc-arctwo.m4: New file.
45115
45116 2005-10-21  Simon Josefsson  <jas@extundo.com>
45117
45118         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
45119         block.
45120
45121 2005-10-21  Simon Josefsson  <jas@extundo.com>
45122
45123         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
45124         <bruno@clisp.org>.
45125
45126         * lib/hmac-sha1.c (hmac_sha1): Likewise.
45127
45128         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
45129         Bruno Haible <bruno@clisp.org>.
45130
45131         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
45132         <bruno@clisp.org>.
45133
45134 2005-10-21  Simon Josefsson  <jas@extundo.com>
45135
45136         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
45137
45138 2005-10-21  Simon Josefsson  <jas@extundo.com>
45139
45140         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
45141
45142 2005-10-21  Simon Josefsson  <jas@extundo.com>
45143
45144         * lib/des.h, lib/des.c: New files.
45145
45146         * lib/gc-gnulib.c: Support DES.c
45147
45148 2005-10-21  Simon Josefsson  <jas@extundo.com>
45149
45150         * lib/arctwo.h, lib/arctwo.c: New files.
45151
45152         * lib/gc-gnulib.c: Support ARCTWO.
45153
45154 2005-10-21  Simon Josefsson  <jas@extundo.com>
45155
45156         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
45157         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45158
45159 2005-10-21  Simon Josefsson  <jas@extundo.com>
45160
45161         * gnulib-tool (func_import, func_create_testdir): Define automake
45162         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
45163         Makefile.am snippet),
45164         suggested by Bruno Haible <bruno@clisp.org>.
45165
45166         * modules/gc (Makefile.am): Use it.
45167
45168 2005-10-21  Bruno Haible  <bruno@clisp.org>
45169
45170         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
45171         patch.
45172
45173 2005-10-19  Simon Josefsson  <jas@extundo.com>
45174
45175         * tests/test-gc-rijndael.c: New file.
45176
45177         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
45178
45179 2005-10-19  Simon Josefsson  <jas@extundo.com>
45180
45181         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
45182         interface too.
45183
45184 2005-10-19  Simon Josefsson  <jas@extundo.com>
45185
45186         * tests/test-gc-arcfour.c: New file.
45187
45188         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
45189
45190 2005-10-19  Simon Josefsson  <jas@extundo.com>
45191
45192         * modules/gc-md4, modules/gc-md4-tests: New file.
45193
45194         * tests/test-gc-md4.c: New file.
45195
45196 2005-10-19  Simon Josefsson  <jas@extundo.com>
45197
45198         * m4/gc-md4.m4: New file.
45199
45200 2005-10-19  Simon Josefsson  <jas@extundo.com>
45201
45202         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
45203         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
45204         <kasal@ucw.cz>.
45205
45206 2005-10-19  Simon Josefsson  <jas@extundo.com>
45207
45208         * m4/gc-arcfour.m4: New file.
45209
45210         * m4/gc-rijndael.m4: New file.
45211
45212 2005-10-19  Simon Josefsson  <jas@extundo.com>
45213
45214         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
45215
45216 2005-10-19  Simon Josefsson  <jas@extundo.com>
45217
45218         * lib/gc-gnulib.c: Support ARCFOUR.
45219
45220 2005-10-19  Simon Josefsson  <jas@extundo.com>
45221
45222         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
45223         support.
45224
45225         * lib/gc.h: Add ECB enum type.
45226
45227         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
45228
45229 2005-10-18  Simon Josefsson  <jas@extundo.com>
45230
45231         * tests/test-md5.c: New file.
45232
45233         * modules/md5-tests: New file.
45234
45235 2005-10-18  Simon Josefsson  <jas@extundo.com>
45236
45237         * tests/test-md4.c: New file.
45238
45239         * modules/md4, modules/md4-tests: New files.
45240
45241 2005-10-18  Simon Josefsson  <jas@extundo.com>
45242
45243         * m4/md4.m4: New file.
45244
45245 2005-10-18  Simon Josefsson  <jas@extundo.com>
45246
45247         * lib/md4.h, lib/md4.c: New files, based on md5.?.
45248
45249 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
45250
45251         * gnulib-tool (func_create_testdir): Omit the second check whether
45252         BUILT_SOURCES in nonempty.
45253
45254 2005-10-17  Simon Josefsson  <jas@extundo.com>
45255
45256         * tests/test-rijndael.c: New file.
45257
45258 2005-10-17  Simon Josefsson  <jas@extundo.com>
45259
45260         * modules/sha1: Depend on stdint instead of md5.
45261
45262         * modules/md5: Depend on stdint, remove uint32_t.
45263
45264 2005-10-17  Simon Josefsson  <jas@extundo.com>
45265
45266         * modules/gc-sha1-tests: New file.
45267
45268         * tests/test-gc-sha1.c: New file.
45269
45270 2005-10-17  Simon Josefsson  <jas@extundo.com>
45271
45272         * m4/md5.m4: Remove call to uint32_t.m4.
45273
45274 2005-10-17  Simon Josefsson  <jas@extundo.com>
45275
45276         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
45277
45278         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
45279         md5.h.
45280
45281         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
45282
45283         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
45284
45285 2005-10-17  Simon Josefsson  <jas@extundo.com>
45286
45287         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
45288
45289 2005-10-17  Simon Josefsson  <jas@extundo.com>
45290
45291         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
45292
45293 2005-10-17  Simon Josefsson  <jas@extundo.com>
45294
45295         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
45296
45297         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
45298
45299 2005-10-17  Bruno Haible  <bruno@clisp.org>
45300
45301         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
45302         that it can also be used in a test.
45303
45304 2005-10-16  Bruno Haible  <bruno@clisp.org>
45305
45306         * gnulib-tool (func_emit_tests_Makefile_am): Also define
45307         TESTS_ENVIRONMENT, so that individual tests can augment it.
45308
45309         * gnulib-tool (func_create_testdir): Use an intermediate target for
45310         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
45311         macros, like $(ALLOCA_H), which cannot be passed through the command
45312         line.
45313
45314 2005-10-15  Simon Josefsson  <jas@extundo.com>
45315
45316         * modules/rijndael-tests: New file.
45317
45318         * modules/rijndael: New file.
45319
45320 2005-10-15  Simon Josefsson  <jas@extundo.com>
45321
45322         * m4/rijndael.m4: New file.
45323
45324 2005-10-15  Simon Josefsson  <jas@extundo.com>
45325
45326         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
45327
45328         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
45329
45330 2005-10-14  Simon Josefsson  <jas@extundo.com>
45331
45332         * tests/test-arcfour.c: New file.
45333
45334         * modules/arcfour, modules/arcfour-tests: New files.
45335
45336 2005-10-14  Simon Josefsson  <jas@extundo.com>
45337
45338         * m4/arcfour.m4: New file.
45339
45340 2005-10-14  Simon Josefsson  <jas@extundo.com>
45341
45342         * lib/arcfour.h, lib/arcfour.c: New files.
45343
45344 2005-10-14  Roland McGrath  <roland@redhat.com>
45345
45346         Import from libc.  [BZ #1331]
45347         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
45348         macro argument.
45349         Reported by Matej Vela <vela@debian.org>.
45350
45351 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45352
45353         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
45354         include <wchar.h>; no longer needed.
45355
45356 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45357
45358         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
45359
45360 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
45361         and  Ulrich Drepper  <drepper@redhat.com>
45362
45363         Import from libc.
45364         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
45365         instead of inline stream orientation test and two separate
45366         function calls.  Pay no attention to USE_IN_LIBIO.
45367
45368 2005-10-13  Simon Josefsson  <jas@extundo.com>
45369
45370         * modules/gc-hmac-md5-tests: New file.
45371
45372         * tests/test-gc-hmac-sha1.c: New file.
45373
45374         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45375
45376         * modules/gc-hmac-md5-tests: New file.
45377
45378         * tests/test-gc-md5.c: New file.
45379
45380         * modules/gc-md5-tests: New file.
45381
45382 2005-10-13  Simon Josefsson  <jas@extundo.com>
45383
45384         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
45385         Move memory allocation outside of loop.
45386
45387 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
45388
45389         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
45390         intermediate directory is in a read-only file system.  Problem
45391         reported by Eric Blake.
45392
45393 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
45394
45395         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
45396
45397 2005-10-12  Simon Josefsson  <jas@extundo.com>
45398
45399         * tests/test-hmac-sha1.c: New file.
45400
45401         * modules/hmac-sha1-tests: New file.
45402
45403         * modules/hmac-sha1: New file.
45404
45405 2005-10-12  Simon Josefsson  <jas@extundo.com>
45406
45407         * modules/gc-sha1: New file.
45408
45409 2005-10-12  Simon Josefsson  <jas@extundo.com>
45410
45411         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
45412
45413         * tests/test-gc-pbkdf2-sha1.c: New file.
45414
45415 2005-10-12  Simon Josefsson  <jas@extundo.com>
45416
45417         * modules/gc-md5, modules/gc-hmac-md5: New files.
45418
45419         * modules/gc (Files): Remove md5, memxor and hmac files.
45420
45421 2005-10-12  Simon Josefsson  <jas@extundo.com>
45422
45423         * m4/gc-pbkdf2-sha1.m4: New file.
45424
45425         * m4/gc-hmac-sha1.m4: New file.
45426
45427         * m4/gc-sha1: New file.
45428
45429         * m4/hmac-sha1.m4: New file.
45430
45431 2005-10-12  Simon Josefsson  <jas@extundo.com>
45432
45433         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
45434
45435         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
45436
45437 2005-10-12  Simon Josefsson  <jas@extundo.com>
45438
45439         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
45440         suggested by Bruno Haible <bruno@clisp.org>.
45441
45442 2005-10-12  Simon Josefsson  <jas@extundo.com>
45443
45444         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
45445
45446 2005-10-12  Simon Josefsson  <jas@extundo.com>
45447
45448         * lib/gc-pbkdf2-sha1.c: New file.
45449
45450         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
45451
45452 2005-10-12  Simon Josefsson  <jas@extundo.com>
45453
45454         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
45455
45456         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
45457
45458 2005-10-12  Simon Josefsson  <jas@extundo.com>
45459
45460         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
45461         GC_USE_HMAC_MD5, respectively.
45462
45463         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
45464         (gc_md5): Fix typo.
45465
45466         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
45467
45468         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
45469
45470         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
45471
45472 2005-10-12  Bruno Haible  <bruno@clisp.org>
45473
45474         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
45475         Reported by Stepan Kasal <kasal@ucw.cz>.
45476
45477 2005-10-11  Simon Josefsson  <jas@extundo.com>
45478
45479         * tests/test-crc.c: New file.
45480
45481         * modules/crc, modules/crc-tests: New files.
45482
45483 2005-10-11  Simon Josefsson  <jas@extundo.com>
45484
45485         * m4/crc.m4: New file.
45486
45487 2005-10-11  Simon Josefsson  <jas@extundo.com>
45488
45489         * lib/gc.h: Add gc_hash and gc_hash_buffer.
45490
45491         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
45492
45493         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
45494
45495 2005-10-11  Simon Josefsson  <jas@extundo.com>
45496
45497         * lib/crc.h, lib/crc.c: New files.
45498
45499         * lib/gc.h (gc_hash_buffer): Add doc.
45500
45501 2005-10-11  Bruno Haible  <bruno@clisp.org>
45502
45503         * modules/c-strcasestr: New file.
45504         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
45505
45506 2005-10-11  Bruno Haible  <bruno@clisp.org>
45507
45508         * modules/c-strcase: New file.
45509         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
45510
45511 2005-10-11  Bruno Haible  <bruno@clisp.org>
45512
45513         * lib/strcasecmp.c: Include limits.h.
45514         (strcasecmp): Avoid integer overflow on exotic platforms.
45515         * lib/strncasecmp.c: Include limits.h.
45516         (strncasecmp): Avoid integer overflow on exotic platforms.
45517         Reported by Paul Eggert.
45518
45519 2005-10-11  Bruno Haible  <bruno@clisp.org>
45520
45521         * lib/c-strcasestr.h: New file, from GNU gettext.
45522         * lib/c-strcasestr.c: New file, from GNU gettext.
45523
45524 2005-10-11  Bruno Haible  <bruno@clisp.org>
45525
45526         * lib/c-strcase.h: New file, from GNU gettext.
45527         * lib/c-strcasecmp.c: New file, from GNU gettext.
45528         * lib/c-strncasecmp.c: New file, from GNU gettext.
45529
45530 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45531
45532         * modules/mempcpy (License): GPL -> LGPL.
45533         * modules/strchrnul (License): Likewise.
45534         * modules/sysexits (License): Likewise.
45535
45536 2005-10-08  Simon Josefsson  <jas@extundo.com>
45537
45538         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45539
45540 2005-10-07  Simon Josefsson  <jas@extundo.com>
45541
45542         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45543
45544 2005-10-06  Simon Josefsson  <jas@extundo.com>
45545
45546         * tests/test-hmac-md5.c: New file.
45547
45548         * modules/hmac-md5-tests: New file.
45549
45550         * modules/hmac-md5: New file.
45551
45552 2005-10-06  Simon Josefsson  <jas@extundo.com>
45553
45554         * m4/hmac-md5.m4: New file.
45555
45556         * m4/memxor.m4: Require gl_C_RESTRICT.
45557
45558 2005-10-06  Simon Josefsson  <jas@extundo.com>
45559
45560         * lib/memxor.c (memxor): Avoid casts and warnings.
45561
45562 2005-10-06  Simon Josefsson  <jas@extundo.com>
45563
45564         * lib/hmac-md5.c: New file.
45565
45566         * lib/hmac.h: New file.
45567
45568 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45569
45570         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45571         promotes to int, not unsigned int, to catch the AIX 5.3
45572         compiler bug.
45573
45574 2005-10-05  Simon Josefsson  <jas@extundo.com>
45575
45576         * modules/memxor: New file.
45577
45578         * modules/iconv (Files): Move config.rpath to havelib, it is used
45579         there.
45580
45581         * modules/havelib (Files): Add config.rpath.
45582
45583 2005-10-05  Simon Josefsson  <jas@extundo.com>
45584
45585         * m4/memxor.m4: New file.
45586
45587 2005-10-05  Simon Josefsson  <jas@extundo.com>
45588
45589         * lib/memxor.c (memxor): Fix compiler error.
45590
45591         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45592         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45593
45594         * lib/memxor.h, lib/memxor.c: New files.
45595
45596         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45597         we assume all systems have it, suggested by Jim Meyering
45598         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45599         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45600         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45601         same reasons.
45602
45603 2005-10-05  Simon Josefsson  <jas@extundo.com>
45604
45605         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45606
45607 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45608
45609         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45610         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45611         needed, since the source code now assumes these .h files.
45612
45613 2005-10-05  Derek Price  <derek@ximbiot.com>
45614
45615         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45616
45617 2005-10-05  Bruno Haible  <bruno@clisp.org>
45618
45619         * modules/stdint (License): Change to LGPL.
45620
45621 2005-10-04  Simon Josefsson  <jas@extundo.com>
45622
45623         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45624         D. Baushke" <mdb@gnu.org>.
45625
45626 2005-10-04  Bruno Haible  <bruno@clisp.org>
45627
45628         * lib/verify.h (verify_true): Provide alternative definition for C++.
45629
45630 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45631
45632         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45633         (SSIZE_MAX): New macro, if not already defined.
45634         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45635         than 2 GiB.
45636
45637 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45638
45639         Sync from coreutils.
45640         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45641         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45642         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45643         ULLONG_MAX doesn't work with 2.7.2.1.
45644
45645 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45646
45647         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45648         From Ben Pfaff.
45649
45650         * modules/exclude (Depends-on): Depend on verify.
45651         * modules/strtoimax (Depends-on): Likewise.
45652         * modules/utimecmp (Depends-on): Likewise.
45653
45654 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45655
45656         * lib/exclude.c: Include verify.h.
45657         (verify): Remove.  All callers changed to use verify.h's version.
45658         * lib/strtoimax.c: Likewise.
45659         * lib/utimecmp.c: Likewis.e
45660
45661         Sync from coreutils.
45662         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45663         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45664         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45665         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45666         bother returning ENOSYS if settimeofday or stime fails; just let
45667         them return whatever errno they want to return.
45668         * lib/utimens.c: Include unistd.h, for dup2.
45669         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45670         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45671
45672 2005-10-02  Jim Meyering  <jim@meyering.net>
45673
45674         Sync from coreutils.
45675         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
45676         from glibc-2.2.5 that fails for read-only files.
45677
45678 2005-10-02  Jim Meyering  <jim@meyering.net>
45679
45680         Sync from coreutils.
45681         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
45682         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
45683         `#if HAVE_CONFIG_H'.
45684         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
45685         Remove AT_FDCWD test.
45686         Do not consume the fd unless successful.
45687         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
45688         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
45689         block, so that we don't even try to compile it if settimeofday is
45690         available.  This works around a compilation failure on OSF1 V5.1,
45691         due to stime requiring a `long int*' while tv_sec is `int'.
45692
45693 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
45694
45695         Sync from coreutils.
45696         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
45697         against `yes', rather than just testing for nonempty.
45698
45699 2005-10-01  Simon Josefsson  <jas@extundo.com>
45700
45701         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
45702         and Darwin.
45703
45704         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
45705         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
45706         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
45707         freeaddrinfo and gai_strerror are declared by the POSIX headers.
45708         Check if struct addrinfo is declared.
45709
45710 2005-10-01  Simon Josefsson  <jas@extundo.com>
45711
45712         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
45713         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
45714         AI_* and EAI_* definitions.  Protect function declarations.
45715
45716 2005-10-01  Jim Meyering  <jim@meyering.net>
45717
45718         Sync from coreutils.
45719
45720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
45721         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
45722         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
45723         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45724         in the inet and nsl libraries.  Required on Solaris 5.7.
45725
45726 2005-10-01  Jim Meyering  <jim@meyering.net>
45727
45728         Sync from coreutils.
45729         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45730         in the inet and nsl libraries.  Required on Solaris 5.7.
45731
45732 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
45733
45734         * lib/getdelim.c (getdelim): Remove unused variables.
45735
45736 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
45737
45738         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
45739         so that the code works even with ancient cpp.  Portability problem
45740         with GCC 2.7.2.1 reported by Thomas M.Ott.
45741
45742 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
45743
45744         * modules/regex (Depends-on): Add strcase.
45745
45746         * modules/gethostname (Licence): Change from GPL to LGPL, since
45747         gethostname.c is a trivial implementation of a standard library
45748         function.
45749         * modules/poll (License): Change from GPL to LGPL, since it's
45750         derived from LGPL code.
45751
45752 2005-09-27  Jim Meyering  <jim@meyering.net>
45753
45754         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
45755         HAVE_CONFIG_H.
45756
45757         * lib/intprops.h (signed_type_or_expr__): Define.
45758         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
45759         for unsigned types.
45760
45761 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
45762
45763         * lib/verify.h (verify_expr): Remove, replacing with:
45764         (verify_true): New macro that returns true instead of void.
45765         (verify_type__): Remove.
45766         (verify): Use verify_true rather than verify_type__.
45767
45768 2005-09-26  Bruno Haible  <bruno@clisp.org>
45769
45770         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
45771         is necessary.
45772         (lib_SOURCES): Remove mbchar.c.
45773         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
45774         (Files): Add m4/mbrtowc.m4.
45775         * modules/mbiter: Likewise.
45776         * modules/mbuiter: Likewise.
45777
45778 2005-09-26  Bruno Haible  <bruno@clisp.org>
45779
45780         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
45781         compile mbchar.c if they are not both present.
45782         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
45783         * m4/mbiter.m4 (gl_MBITER): Likewise.
45784         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
45785         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
45786         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
45787
45788 2005-09-25  Jim Meyering  <jim@meyering.net>
45789
45790         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
45791         also uses socklen_t.
45792
45793 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
45794
45795         * lib/utimens.c (ENOSYS): Define if not already defined.
45796         (futimens): Support having a null PATH if the file descriptor
45797         is nonnegative.
45798
45799         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
45800         Remove.
45801         (__attribute): Define to empty unless GCC 3.1 or later.
45802         This works around a core dump on OpenBSD 3.4, which has GCC
45803         2.95.3, which dumps core when given __attribute__(()).  It also
45804         simplifies other tests, since we really don't want to bother with
45805         worrying about which ancient version of GCC supported what.
45806         Original problem reported by Yoann Vandoorselaere, with part of
45807         the fix suggested by Derek Price.
45808
45809 2005-09-24  Jim Meyering  <jim@meyering.net>
45810
45811         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
45812         so we can once again use a positive bitfield width of 1 -- now we
45813         don't have to explain why we were using a bitfield width of 2.
45814
45815 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45816
45817         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
45818         and similarly for the other external symbols.  Problem reported
45819         by James Gallager.
45820
45821         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
45822         bug reported by Jim Meyering.
45823
45824         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
45825         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
45826         not needed, since socklen is a prerequisite module.
45827
45828 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45829
45830         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
45831         Problem reported by Eric Blake.
45832         (getaddrinfo): Initialize se so that it's not garbage.
45833         Redo internal storage allocation so that it doesn't make unportable
45834         assumptions about alignment.
45835         Fix a memory leak.
45836
45837         * lib/utimens.c (futimens): Use futimesat if available.
45838         Prefer it to futimes since it doesn't have the futimes bug.
45839
45840         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
45841         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
45842         Instead, declare a function that returns a pointer to an array,
45843         and use verify_type__ to declare the size of the array.
45844         Problem and germ of a solution reported by Bruno Haible.
45845         (verify_type__): Use 2, not 1, for bitfield size, to avoid
45846         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
45847
45848 2005-09-23  Jim Meyering  <jim@meyering.net>
45849
45850         Sync from coreutils.
45851         Correct build failure (socklen_t not defined) on at least
45852         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
45853         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
45854
45855 2005-09-23  Jim Meyering  <jim@meyering.net>
45856
45857         * modules/getaddrinfo (Depends-on): Add socklen.
45858
45859 2005-09-23  Bruno Haible  <bruno@clisp.org>
45860
45861         * tests/test-verify.c: New file.
45862
45863 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45864
45865         Sync from coreutils.
45866
45867         * modules/argmatch (Depends-on): Add verify.
45868         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
45869         unistd-safer.
45870         * modules/save-cwd (Depends-on): Likewise.
45871
45872         * modules/openat (Files): Add lib/openat-die.c.
45873         (Depends-on): Remove error, exitfail.
45874         Add dirname.
45875
45876         * modules/verify: New file.
45877         * MODULES.html.sh (Diagnostics <assert.h>): New section,
45878         with "verify" module.
45879
45880 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45881
45882         Sync from coreutils.
45883
45884         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
45885         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
45886         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
45887         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
45888         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
45889         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
45890         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
45891         Don't bother checking for string.h, stdlib.h, unistd.h.
45892         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
45893         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
45894         module's job.
45895         * m4/jm-macros.m4 (gl_MACROS): Likewise.
45896         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
45897
45898         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
45899         (gl_GETDATE): Use it.
45900
45901         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
45902
45903 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45904
45905         Sync from coreutils.
45906
45907         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
45908         stat-time.h.
45909         * lib/argmatch.h: Include verify.h
45910         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
45911         (ARGMATCH_ASSERT): Remove; unused.
45912         * lib/canonicalize.c: Assume STDC_HEADERS.
45913         * lib/exclude.c: Include "strcase.h".
45914         * lib/regex_internal.h [!defined _LIBC]: Likewise.
45915         * lib/getusershell.c: Include stdio--.h rather than stdio.h
45916         and stdio-safer.h.
45917         (getusershell): Call fopen, not fopen_safer.
45918         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
45919         Do not include unistd-safer.h.
45920         (save_cwd): Don't call fd_safer; no longer needed
45921         now that we include fcntl--.h.
45922
45923         * lib/getdate.y (relative_time): New type.
45924         (RELATIVE_TIME_0): New constant.
45925         (parser_control): Use relative_time instead of doing it ourselves.
45926         (%union): Add new relative_time rel member.
45927         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
45928         Now typeless.
45929         (relunit, relunit_snumber): Now of type rel.
45930         (zone, rel, relunit, get_date): Adjust to above changes.
45931
45932         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
45933         Do not include unistd-safer.h.
45934         (getloadavg): Don't call fd_safer; no longer needed
45935         now that we include fcntl--.h.
45936
45937         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
45938         (make_dir_parents): Treat ENOSYS like EEXIST.
45939
45940         Improve quality of diagnostics on restore_cwd failure.
45941         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
45942         (make_dir_parents): Last arg is now int * (for errno), not bool *.
45943         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
45944         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
45945         each time through the loop.  Do not diagnose restore_cwd failure;
45946         that is the caller's job (and perhaps the caller does not care).
45947
45948         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
45949         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
45950         If the file already exists but is not a directory, don't bother
45951         to try to make its parents.
45952         Close potential file descriptor leak if we can't chdir("/") (!).
45953         Don't always return true if chdir($PWD) fails; return true only
45954         if the requested action was done successfully (except for the
45955         chdir($PWD)).
45956         Don't log final directory unless we actually made it.
45957         Refactor to avoid duplicate code to fix up permissions.
45958         Don't attempt to fix up parent permissions if chdir($PWD) fails.
45959
45960         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
45961         to make it a bit faster and (I hope) clearer.
45962         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
45963         Fix bug in formats like %2N.
45964
45965         * lib/verify.h: New file.
45966
45967 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45968
45969         Sync from coreutils.
45970         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
45971
45972 2005-09-22  Jim Meyering  <jim@meyering.net>
45973
45974         Sync from coreutils.
45975
45976         * m4/lstat.m4 (gl_FUNC_LSTAT):
45977         Use AC_LIBSOURCES to require lstat.c and lstat.h.
45978         Remove obsolete comment.
45979         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
45980         * m4/xstrtod.m4: Likewise.
45981
45982         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
45983
45984 2005-09-22  Jim Meyering  <jim@meyering.net>
45985
45986         Sync from coreutils.
45987
45988         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
45989
45990         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
45991         the .tm_year member, since otherwise gcc-4.0 would now warn about
45992         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
45993
45994         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
45995         order to avoid an unsuppressible warning from gcc on 64-bit systems.
45996
45997         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
45998         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
45999         when run in a time zone for which daylight savings time is in effect
46000         for the starting date.
46001
46002         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
46003         stop us from restricting permissions of just-created absolute-named
46004         directories.
46005         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
46006         to restore initial working directory.
46007         * lib/mkdir-p.c (make_dir_parents): New parameter:
46008         different_working_dir, to tell caller if/when we change the working
46009         directory and are unable to return to the initial one.
46010         * lib/mkdir-p.h (make_dir_parents): Update prototype.
46011         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
46012         `return false'.  This fixes a bug introduced on 2004-07-30.
46013
46014         * lib/openat.c (fdopendir): Be sure to close the supplied
46015         file descriptor before returning.  This makes our replacement
46016         implementation a little closer to Solaris's, where fdopendir
46017         ties the file descriptor to the returned DIR* pointer.
46018         * lib/openat.c (unlinkat): New function.
46019         * lib/openat.h (unlinkat): Add prototype.
46020         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
46021         (openat_restore_fail): Rename from openat_restore_die.
46022         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
46023
46024         Provide an alternative to exiting immediately upon save_cwd or
46025         restore_cwd failure.  Now, an application can arrange e.g.,
46026         to perform a longjump in that case.
46027         * lib/openat.c: Include dirname.h.
46028         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
46029         (rpl_openat, fdopendir, fstatat): Call openat_save_die
46030         and openat_restore_die rather than calling error directly.
46031         Don't include "error.h" or "exitfail.h"; they're no longer needed.
46032
46033         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
46034         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
46035         define.
46036
46037         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
46038         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
46039                             int utc, int nanoseconds);
46040         Background:
46041         date should not have to allocate a megabyte of virtual memory to
46042         handle a format argument like +%1048575T.  When implemented with
46043         strftime, it must allocate such a buffer, use strftime to fill it
46044         in, print it, then free it.
46045         With fprintftime, it simply prints everything and exits.
46046         With no need for memory allocation, that's one fewer way to fail.
46047         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
46048         optional field width, not before, so we accept %9:z, not %:9z.
46049         (my_strftime): Be sure to use L_('x') for literals.
46050
46051         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
46052         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
46053         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
46054         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
46055         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
46056         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
46057         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
46058         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
46059         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
46060         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
46061         * lib/xgethostname.c, lib/xreadlink.c:
46062         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
46063
46064         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
46065         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
46066         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
46067         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
46068         and don't include <sys/file.h>).
46069
46070 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
46071
46072         Sync from coreutils.
46073
46074         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
46075         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
46076         [!LDAV_DONE]: Avoid unused variable warning.
46077
46078 2005-09-21  Bruno Haible  <bruno@clisp.org>
46079
46080         * lib/unicodeio.h (unicode_to_mb): New declaration.
46081
46082 2005-09-20  Derek Price  <derek@ximbiot.com>
46083
46084         * lib/getaddrinfo.c: Don't include <netdb.h> included from
46085         getaddrinfo.h.
46086
46087 2005-09-20  Bruno Haible  <bruno@clisp.org>
46088
46089         * gnulib-tool: Remove trailing slashes from the values specified for
46090         --source-base, --m4-base, --tests-base, --aux-dir.
46091         Suggested by Simon Josefsson <jas@extundo.com>.
46092
46093 2005-09-20  Bruno Haible  <bruno@clisp.org>
46094
46095         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
46096         func_modules_to_filelist, func_import, func_create_testdir): Make all
46097         sorting results locale-independent, so that gnulib-cache.m4 doesn't
46098         change when gnulib-tool is invoked in a different locale.
46099
46100 2005-09-19  Simon Josefsson  <jas@extundo.com>
46101
46102         * m4/socklen.m4: Fix typo.
46103
46104 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46105
46106         Use a consistent style for including <config.h>.
46107         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
46108         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
46109         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
46110         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
46111         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
46112         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
46113         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
46114         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
46115         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
46116         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
46117         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
46118         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
46119         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
46120         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
46121         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
46122         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
46123         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
46124         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
46125         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
46126         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
46127         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
46128         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
46129         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
46130         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
46131         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
46132         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
46133         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
46134         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
46135         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
46136         lib/xstrtoumax.c, lib/yesno.c:
46137         Standardize inclusion of config.h.
46138         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
46139         lib/inttostr.h:  Removed inclusion of config.h from header files.
46140         * lib/inttostr.c:  Adjusted in-tree users.
46141         * lib/timespec.h: Remove superfluous warning to include config.h.
46142         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
46143         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
46144         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
46145         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
46146         config.h with HAVE_CONFIG_H.
46147
46148 2005-09-19  Jim Meyering  <jim@meyering.net>
46149
46150         * modules/pathmax (License): Change to LGPL.
46151
46152 2005-09-19  Derek Price  <derek@ximbiot.com>
46153
46154         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
46155
46156 2005-09-19  Bruno Haible  <bruno@clisp.org>
46157
46158         * gnulib-tool (import): Provide default for --tests-base.
46159
46160 2005-09-19  Bruno Haible  <bruno@clisp.org>
46161
46162         * doc/quote.texi: New file, extracted from gnulib.texi.
46163         * doc/ctime.texi: New file, extracted from gnulib.texi.
46164         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
46165         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
46166         * doc/gnulib.texi: Include them.
46167
46168 2005-09-18  Bruno Haible  <bruno@clisp.org>
46169
46170         Portability fix.
46171         * gnulib-tool (func_readlink): New function.
46172         (func_ln_if_changed): Use it.
46173
46174 2005-09-18  Bruno Haible  <bruno@clisp.org>
46175
46176         * gnulib-tool: Support --with-tests also with --import.
46177         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
46178         (func_import): Use variables $testsbase and $inctests. Emit a
46179         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
46180         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
46181         SUBDIRS += $testsdir.
46182         (func_create_testdir): Update.
46183
46184 2005-09-18  Bruno Haible  <bruno@clisp.org>
46185
46186         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
46187         instead of $dry_run.
46188         (func_cp_if_changed, func_mv_if_changed): Remove functions.
46189         (func_ln_if_changed): Don't handle dry-run here.
46190         (func_import): In dry-run mode, detect more precisely which actions
46191         would be performed, and don't use "...ing" verbs.
46192
46193 2005-09-18  Bruno Haible  <bruno@clisp.org>
46194
46195         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
46196         (func_import): Use join on two temporary files instead of three nested
46197         loops, in order to determine which files are new or old.
46198
46199 2005-09-18  Bruno Haible  <bruno@clisp.org>
46200
46201         * gnulib-tool (func_import): Comment out code that spits out the
46202         new files with --dry-run.
46203
46204 2005-09-18  Bruno Haible  <bruno@clisp.org>
46205
46206         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
46207
46208 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46209
46210         * lib/stat-time.h: New file.
46211         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
46212         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
46213         in a different way.
46214         (timespec_cmp): New function.
46215         * lib/utimecmp.c: Include stat-time.h.
46216         (SYSCALL_RESOLUTION): Depend on whether various struct stat
46217         members exist, not on the obsolescent ST_MTIM_NSEC.
46218         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
46219
46220 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46221
46222         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
46223
46224 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46225
46226         * MODULES.html.sh (File system functions): Add stat-time.
46227         * modules/stat-time: New file.
46228         * modules/timespec (Files): Remove m4/st_mtim.m4; this
46229         is now done in a different way, by the stat-time module.
46230         * modules/utimecmp (Depends-on): Add stat-time.
46231
46232 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
46233
46234         * m4/st_mtim.m4: Remove.  Superseded by...
46235         * m4/stat-time.m4: New file.
46236         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
46237         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
46238
46239 2005-09-15  Derek Price  <derek@ximbiot.com>
46240
46241         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
46242
46243 2005-09-15  Derek Price  <derek@ximbiot.com>
46244
46245         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
46246         * lib/regex_internal.c: Ditto, using this...
46247         (__GNUC_PREREQ): ...new macro.
46248         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
46249         using...
46250         (__GNUC_PREREQ): ...this new macro.
46251
46252         * lib/strstr.h: Include string.h. Define strstr as a macro here.
46253
46254 2005-09-15  Derek Price  <derek@ximbiot.com>
46255             Paul Eggert  <eggert@cs.ucla.edu>
46256
46257         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
46258         changes, consolidating in...
46259         * lib/regex_internal.h: ...this file.
46260
46261 2005-09-13  Jim Meyering  <jim@meyering.net>
46262
46263         * lib/canon-host.c: Filter through gnu indent and reword comments
46264         slightly.
46265         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
46266
46267 2005-09-13  Derek Price  <derek@ximbiot.com>
46268
46269         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
46270         failure.
46271         Reported by Jim Meyering  <jim@meyering.net>.
46272
46273 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46274
46275         * lib/base64.c: Typo.
46276         (base64_encode): Put b64str in initialized data section.
46277
46278 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
46279
46280         Merge glibc and coreutils changes into gnulib, plus a few
46281         extra fixes.
46282         * lib/md5.c: Use #error rather than a string.
46283         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
46284         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
46285         (__attribute__): Define to empty for non recent-GCC.
46286         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
46287         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
46288         Renamed from their non-__ counterparts, with new macros replacing
46289         them if not _LIBC.  Add __THROW attribute.
46290         (rol): Remove.
46291         (struct md5_ctx): Align buffer if using GCC.
46292         * lib/sha1.h (struct sha1_ctx): Likewise.
46293         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
46294         The old name was backwards.
46295         (NOTSWAP): Remove; not used.
46296         (rol): New macro, moved here from md5.h.
46297         (sha1_process_block): Remove a FIXME that doesn't make sense.
46298
46299 2005-09-12  Derek Price  <derek@ximbiot.com>
46300
46301         Return usable errors from canon-host.
46302         * lib/canon-host.h: New file.
46303         * lib/canon-host.c (canon_host): Wrap...
46304         (canon_host_r): ...this new function, which now relies exclusively on
46305         getaddrinfo.
46306         (ch_strerror): New function.
46307         (last_cherror): New global.
46308         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
46309         interface.
46310         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
46311         void *.
46312         (freeaddrinfo): Free ai->ai_canonname when set.
46313
46314 2005-09-12  Derek Price  <derek@ximbiot.com>
46315
46316         Make canon-host require getaddrinfo.
46317         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
46318         AC_LIBSOURCE canon-host.h.  Call...
46319         (gl_PREREQ_CANON_HOST): ...this new function, which requires
46320         gl_GETADDRINFO.
46321         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
46322
46323 2005-09-12  Derek Price  <derek@ximbiot.com>
46324
46325         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
46326         LGPL.
46327         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
46328
46329 2005-09-12  Derek Price  <derek@ximbiot.com>
46330
46331         * lib/gai_strerror.c: Include config.h when available.  Include
46332         getaddrinfo.h before other headers to test interface.
46333         Reported by Larry Jones <lawrence.jones@ugs.com>.
46334
46335 2005-09-12  Derek Price  <derek@ximbiot.com>
46336             Paul Eggert  <eggert@cs.ucla.edu>
46337
46338         * modules/glob (Files): Add glob-libc.h.
46339
46340 2005-09-12  Derek Price  <derek@ximbiot.com>
46341             Paul Eggert  <eggert@cs.ucla.edu>
46342
46343         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
46344         glob_.h, glob-libc.h.
46345         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
46346
46347 2005-09-12  Derek Price  <derek@ximbiot.com>
46348             Paul Eggert  <eggert@cs.ucla.edu>
46349
46350         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
46351         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
46352         protecting things that should be done only in gnulib contexts.
46353         * lib/glob_.h: New file, containing only the glob things needed for
46354         gnulib.
46355         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
46356         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
46357         (glob, globfree, glob_pattern_p): Now defined simply in terms of
46358         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
46359         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
46360         and to respect the namespace rules better.
46361
46362 2005-09-08  Simon Josefsson  <jas@extundo.com>
46363
46364         * modules/socklen: New file.
46365
46366 2005-09-08  Simon Josefsson  <jas@extundo.com>
46367
46368         * m4/socklen.m4: New file.
46369
46370 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46371
46372         * modules/utimens (Files): Add m4/utimbuf.m4, since
46373         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46374         Reported by Sergey Poznyakoff.
46375
46376 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46377
46378         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
46379         definitions, since that's the preferred style in glibc.
46380         Fix a minor spacing issue, and update copyright notice to match
46381         glibc's.
46382
46383 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46384
46385         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
46386
46387 2005-09-06  Simon Josefsson  <jas@extundo.com>
46388
46389         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
46390         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
46391
46392 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46393
46394         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
46395         warning.
46396
46397 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46398
46399         * config/srclist.txt: Add glibc bug 1302.
46400
46401 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
46402
46403         Change bitset word type from unsigned int to unsigned long int,
46404         as this has better performance on typical 64-bit hosts.
46405         Port bitset code to hosts with unusual word sizes.
46406         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
46407         (build_collating_symbol):
46408         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
46409         argument is a bitset.  This is merely a style issue, but it makes
46410         it clearer that an entire array is expected.
46411         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
46412         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
46413         Port to the case where bitset_word is not the same as unsigned int.
46414         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46415         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
46416         Likewise.
46417         * lib/regexec.c (check_dst_limits_calc_pos_1,
46418         check_subexp_matching_top):
46419         (build_trtable, group_nodes_into_DFAstates):
46420         Likewise.
46421         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
46422         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
46423         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
46424         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
46425         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
46426         * lib/regcomp.c (optimize_subexps, lower_subexp):
46427         Work even if bitset_word has holes in its bitwise representation.
46428         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
46429         * lib/regexec.c (check_dst_limits_calc_pos_1,
46430         check_subexp_matching_top):
46431         Likewise.
46432         * lib/regex_internal.c (re_string_reconstruct):
46433         Don't assume UCHAR_MAX == 255.
46434         * lib/regex_internal.h (bitset_set_all): Likewise.
46435         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
46436         All uses changed.
46437         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
46438         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
46439         All uses changed.
46440         (BITSET_WORD_MAX): New macro.
46441         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
46442         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
46443         (bitset_empty, bitset_copy):
46444         Prefer sizeof (bitset) to multiplying it out ourselves.
46445         (bitset_not_merge): Remove; unused.
46446         (bitset_contain): Return bool, not unsigned int with one bit on.
46447         All callers changed.
46448         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
46449         alignment than re_node_set; do this by defining a new internal
46450         type struct dests_alloc and using it to allocate memory.
46451
46452 2005-09-05  Bruno Haible  <bruno@clisp.org>
46453
46454         * gnulib-tool (func_import): Fix comparison in handling of symbolic
46455         links.
46456
46457 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
46458
46459         * modules/size_max (Makefile.am): Add size_max.h
46460
46461 2005-09-04  Derek Price  <derek@ximbiot.com>
46462
46463         * gnulib-tool (func_import): Fix reversed $symbolic logic.
46464
46465 2005-09-03  Simon Josefsson  <jas@extundo.com>
46466
46467         * gnulib-tool: Fix typo.
46468
46469 2005-09-03  Simon Josefsson  <jas@extundo.com>
46470
46471         * config/srclist.txt: Add glibc bug 1293.
46472
46473 2005-09-03  Derek Price  <derek@ximbiot.com>
46474
46475         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
46476         From Larry Jones <lawrence.jones@ugs.com>.
46477
46478 2005-09-02  Simon Josefsson  <jas@extundo.com>
46479
46480         * modules/socklen: New file.
46481
46482 2005-09-02  Simon Josefsson  <jas@extundo.com>
46483
46484         * modules/havelib: New module.
46485
46486         * modules/gettext, modules/iconv, modules/lock, modules/readline:
46487         Use havelib.
46488
46489 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46490
46491         Check for arithmetic overflow when calculating sizes, to prevent
46492         some buffer-overflow issues.  These patches are conservative, in the
46493         sense that when I couldn't determine whether an overflow was possible,
46494         I inserted a run-time check.
46495         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
46496         macros.
46497         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
46498         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
46499         (re_xnrealloc, re_x2nrealloc): New inline functions.
46500         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
46501         parse_bracket_exp):
46502         (build_equiv_class, build_charclass): Check for arithmetic overflow
46503         in size expression calculations.
46504         * lib/regex_internal.c (re_string_realloc_buffers):
46505         (build_wcs_upper_buffer, re_node_set_add_intersect):
46506         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
46507         (re_dfa_add_node, register_state): Likewise.
46508         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
46509         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
46510         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
46511         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
46512
46513 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46514
46515         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46516         m4/ulonglong.m4.  Problem reported by Martin Lambers.
46517
46518 2005-09-02  Bruno Haible  <bruno@clisp.org>
46519
46520         Support for lib vs. lib64 distinction on biarch platforms.
46521         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
46522         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
46523         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46524
46525 2005-09-02  Bruno Haible  <bruno@clisp.org>
46526
46527         * gnulib-tool (import): In the other first-use case, provide defaults
46528         as well.
46529
46530 2005-09-02  Bruno Haible  <bruno@clisp.org>
46531
46532         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46533         patches not yet found in the latest gettext release.
46534
46535 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46536
46537         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46538         to avoid a collision with bits/local_lim.h in glibc.
46539         All uses changed.  Problem reported by Dmitry V. Levin in
46540         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46541
46542         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46543         bugs in int versus size_t comparisons.
46544         (re_string_context_at): Fix bug where the code assumed that
46545         Idx is signed.
46546
46547         Use bool where appropriate.
46548         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46549         All callers changed.
46550         (calc_eclosure_iter): Likewise, for ROOT arg.
46551         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46552         (build_charclass_op): Likewise, for NON_MATCH arg.
46553         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46554         (re_string_construct_common): Likewise, for ICASE arg.
46555         * lib/regexec.c (re_search_2_stub, re_search_stub):
46556         Likewise, for RET_LEN arg.
46557         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46558         (set_regs): Likewise, for FL_BACKTRACK arg.
46559         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46560         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46561         (calc_eclosure_iter, parse_bracket_exp):
46562         Use bool for internal variables that are booleans.
46563         * lib/regexec.c (re_search_internal, check_matching,
46564         proceed_next_node):
46565         (set_regs, build_sifted_states, sift_states_bkref):
46566         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46567         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46568         (find_collation_sequence_value):
46569         Likewise.
46570         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46571         (re_node_set_compare):
46572         Return bool, not int. All callers changed.
46573         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46574         (build_trtable, check_node_accept): Likewise.
46575         * lib/regex_internal.h: Include stdbool.h.
46576
46577         Fix bugs uncovered when converting to bool.
46578         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46579         failure instead of charging ahead blindly.
46580         * lib/regex_internal.c (register_state): Likewise.
46581         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46582         for freeing internal storage.
46583         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46584         bitset pieces used as boolean, to avoid undefined behavior
46585         on hosts that do int overflow checking.
46586
46587 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46588
46589         * config/srclist.txt: Add glibc bugs 1285-1287.
46590
46591 2005-09-01  Jim Meyering  <jim@meyering.net>
46592
46593         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46594         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46595         Require gl_STAT_MACROS, too.
46596
46597 2005-09-01  Bruno Haible  <bruno@clisp.org>
46598
46599         * gnulib-tool (import): In the first-use case, provide defaults.
46600
46601 2005-09-01  Bruno Haible  <bruno@clisp.org>
46602
46603         * gnulib-tool (func_import): Remove the .tmp files.
46604
46605 2005-09-01  Bruno Haible  <bruno@clisp.org>
46606
46607         * gnulib-tool (func_import): Fix handling of symbolic links.
46608
46609 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46610
46611         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46612         old glibc regex code mishandles strings longer than 2**31 bytes.
46613         This patch fixes this when the regex code is used in gnulib
46614         (i.e., outside glibc).
46615
46616         This patch should not affect the use of the regex code inside
46617         glibc.  No doubt this problem also needs to be handled for glibc
46618         as well, but the result will be an incompatible change to the
46619         glibc ABI, and the old ABI will have to be supported too.  That
46620         can be the the subject for another patch.
46621
46622         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46623         governing whether the rest of this patch is active.  By default,
46624         the macro is disabled and the patch has no effect.
46625         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46626         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46627         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46628         (re_match_2, re_set_registers): Use the new types.
46629         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46630         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46631         New macros.
46632         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46633         (re_string_context_at, bin_tree_t, re_dfastate_t):
46634         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46635         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46636         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46637         (re_string_char_size_at, re_string_wchar_at):
46638         (re_string_elem_size_at):
46639         Use the new types and macros to port to 64-bit hosts.
46640         Use unsigned types for internal values, so that the code
46641         mostly works even for arrays larger than SSIZE_MAX.
46642         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46643         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46644         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46645         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46646         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46647         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46648         (calc_inveclosure, parse_dup_op, build_range_exp):
46649         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46650         (fetch_number, create_token_tree, mark_opt_subexp):
46651         Likewise.
46652         * lib/regex_internal.c (re_string_construct_common,
46653         create_ci_newstate):
46654         (create_cd_newstate, re_string_allocate, re_string_construct):
46655         (re_string_realloc_buffers, build_wcs_upper_buffer):
46656         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46657         (re_string_reconstruct, re_string_peek_byte_case):
46658         (re_string_fetch_byte_case, re_string_context_at):
46659         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46660         (re_node_set_init_copy, re_node_set_add_intersect):
46661         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46662         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46663         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46664         (re_acquire_state, re_acquire_state_context, register_state):
46665         Likewise.
46666         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46667         search_cur_bkref_entry):
46668         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46669         (re_search_internal, re_search_2_stub, re_search_stub)
46670         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46671         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
46672         (update_cur_sifted_state, check_dst_limits):
46673         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46674         (check_subexp_limits, sift_states_bkref, merge_state_array):
46675         (check_subexp_matching_top, get_subexp, get_subexp_sub):
46676         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
46677         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46678         (expand_bkref_cache, check_node_accept_bytes):
46679         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
46680         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
46681         (acquire_init_state_context, check_halt_node_context):
46682         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
46683         (sift_states_backward, clean_state_log_if_needed):
46684         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
46685         (find_recover_state, transit_state_sb, transit_state_mb):
46686         (transit_state_bkref, build_trtable, match_ctx_clean):
46687         Likewise.
46688         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
46689         to work around an assumption that REG_MISSING is negative.
46690
46691         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
46692         (seek_collating_symbol_entry) [defined _LIBC]:
46693         (lookup_collation_sequence_value) [defined _LIBC]:
46694         (build_range_exp, build_collating_symbol) [defined _LIBC]:
46695         Use prototypes rather than old-style function definitions.
46696         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
46697         (transit_state_sb) [0]:
46698         (find_collation_sequence_value) [defined _LIBC]: Likewise.
46699
46700         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
46701         rm_eo.
46702
46703         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
46704         (optimize_subexps, lower_subexp):
46705         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
46706         since the signed shift might overflow.  Use 1u<<31 instead.
46707         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46708         Likewise.
46709         * lib/regexec.c (check_dst_limits_calc_pos_1,
46710         check_subexp_matching_top): Likewise.
46711
46712         * lib/regcomp.c (optimize_subexps, lower_subexp):
46713         Use CHAR_BIT rather than 8, for clarity.
46714         * lib/regexec.c (check_dst_limits_calc_pos_1):
46715         (check_subexp_matching_top): Likewise.
46716         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
46717         have to worry about portability issues when shifting it left.
46718         Remove no-longer-needed test for table_size > 0.
46719         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
46720         in a word, as the resulting behavior is undefined.
46721         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
46722         in one case, a <= should have been an <, and in another case the
46723         whole test was missing.
46724         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
46725         the standard name CHAR_BIT.
46726         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
46727         this is not true on one's complement and signed-magnitude hosts.
46728
46729         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
46730         next_last_offset.
46731         (struct re_dfa_t): Remove unused member states_alloc.
46732         * lib/regcomp.c (init_dfa): Don't initialize unused members.
46733
46734 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46735
46736         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
46737         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
46738         and large-file glibc and in 32-bit large-file Solaris.
46739
46740 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46741
46742         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
46743         lengths fit in regoff_t; this isn't true if regoff_t is the same
46744         width as size_t.
46745         * lib/regex.c (re_search_internal): 5th arg is LAST_START
46746         (= START + RANGE) instead of RANGE.  This avoids overflow
46747         problems when regoff_t is the same width as size_t.
46748         All callers changed.
46749         (re_search_2_stub): Check for overflow when adding the
46750         sizes of the two strings.
46751         (re_search_stub): Check for overflow when adding START
46752         to RANGE; if it occurs, substitute the extreme value.
46753
46754 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46755
46756         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
46757
46758 2005-08-31  Jim Meyering  <jim@meyering.net>
46759
46760         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
46761         a pointer-to-const.
46762         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
46763         (register_state): Likewise.
46764         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
46765         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46766         (group_nodes_into_DFAstates): Likewise.
46767
46768 2005-08-31  Jim Meyering  <jim@meyering.net>
46769
46770         * check-module: Add a FIXME comment.
46771
46772 2005-08-31  Eric Blake  <ebb9@byu.net>
46773
46774         * modules/unistd-safer (Files): Add unistd--.h.
46775         * modules/stdio-safer (Files): Add stdio--.h.
46776
46777 2005-08-31  Derek Price  <derek@ximbiot.com>
46778
46779         * lib/getdelim.c (getdelim): Return EOF on EOF.
46780         Reported by Larry Jones <lawrence.jones@ugs.com>.
46781
46782 2005-08-31  Bruno Haible  <bruno@clisp.org>
46783
46784         Avoid unnecessary diffs in the generated lib/Makefile.am.
46785         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
46786         the generated files.
46787         (func_import): Don't set cmd.
46788
46789 2005-08-31  Bruno Haible  <bruno@clisp.org>
46790
46791         * lib/strstr.c: Include <stddef.h>, for NULL.
46792         * lib/strcasestr.c: Likewise.
46793         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46794
46795 2005-08-31  Bruno Haible  <bruno@clisp.org>
46796
46797         * gnulib-tool: New option --macro-prefix.
46798         (func_import): Use macro_prefix.
46799         (import): Handle option --macro-prefix.
46800
46801 2005-08-31  Bruno Haible  <bruno@clisp.org>
46802
46803         * gnulib-tool (import): Rename most ac_* variables to cached_*.
46804         Also use new variables cached_lgpl, cached_libtool.
46805
46806 2005-08-31  Bruno Haible  <bruno@clisp.org>
46807
46808         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
46809         always instantiating them.
46810
46811 2005-08-31  Bruno Haible  <bruno@clisp.org>
46812
46813         * gnulib-tool (func_import): Read the previous cached settings
46814         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
46815         earlier added by gnulib but are now dropped. Warn when a gnulib file
46816         overwrites a non-gnulib file.
46817
46818 2005-08-31  Bruno Haible  <bruno@clisp.org>
46819
46820         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
46821         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
46822         projects that don't keep autogenerated files in CVS. Put into
46823         actioncmd only the specified modules, not the transitive closure.
46824
46825 2005-08-31  Bruno Haible  <bruno@clisp.org>
46826
46827         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
46828         Create directories that shall be filled.
46829         (import): Don't look for gl_* macros in configure.ac. Recurse across
46830         all directories containing a gnulib-cache.m4 files, if meaningful.
46831
46832 2005-08-31  Bruno Haible  <bruno@clisp.org>
46833
46834         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
46835         (import): Set seen_libtool when we see gl_LIBTOOL.
46836
46837 2005-08-31  Bruno Haible  <bruno@clisp.org>
46838
46839         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
46840         declaration macro definitions from generated gnulib.m4.
46841
46842 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
46843
46844         * lib/iconvme.h: Add prototype for iconv_alloc.
46845
46846 2005-08-29  Simon Josefsson  <jas@extundo.com>
46847
46848         * lib/iconvme.c: Fix errno.
46849
46850 2005-08-29  Bruno Haible  <bruno@clisp.org>
46851
46852         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
46853         that it works when the directory contains spaces.
46854
46855 2005-08-29  Bruno Haible  <bruno@clisp.org>
46856
46857         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
46858
46859 2005-08-29  Bruno Haible  <bruno@clisp.org>
46860
46861         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
46862         Emit more advice.
46863
46864 2005-08-29  Bruno Haible  <bruno@clisp.org>
46865         and Stepan Kasal  <kasal@ucw.cz>
46866
46867         * check-module: If more parameters are given, check each of them
46868         separately; add more exceptions, as noted by Jim Meyering.
46869         (check_module): New procedure.
46870         (%exempt_header): Now contains all exceptions.
46871
46872 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
46873
46874         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
46875
46876 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46877
46878         * lib/iconvme.c: Split iconv_string into iconv_alloc.
46879
46880 2005-08-28  Bruno Haible  <bruno@clisp.org>
46881
46882         * m4/gnulib-tool.m4: New file.
46883
46884 2005-08-27  Jim Meyering  <jim@meyering.net>
46885
46886         * modules/unistd-safer (Files): Add pipe-safer.c.
46887         * modules/fcntl-safer (Files): Add creat-safer.c.
46888
46889 2005-08-27  Jim Meyering  <jim@meyering.net>
46890
46891         * m4/stdlib-safer.m4: New file.  From coreutils.
46892         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
46893         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
46894         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
46895         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
46896         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
46897
46898 2005-08-27  Jim Meyering  <jim@meyering.net>
46899
46900         * lib/fopen-safer.c: Merge minor changes from coreutils.
46901         * lib/dup-safer.c: Likewise.
46902         * lib/fd-safer.c: Likewise.
46903
46904         Merge from coreutils.
46905         * lib/stdio--.h: New file.
46906         * lib/stdlib--.h: New file.
46907         * lib/mkstemp-safer.c: New file.
46908
46909         GNU tar needs these.
46910         * lib/pipe-safer.c: New file.
46911         * lib/creat-safer.c: New file.
46912         * lib/fcntl--.h (creat): Define to creat_safer.
46913         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
46914         * lib/unistd--.h (pipe): Define to pipe_safer.
46915         * lib/unistd-safer.h: Declare pipe_safer.
46916
46917 2005-08-26  Simon Josefsson  <jas@extundo.com>
46918
46919         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
46920         Haible <bruno@clisp.org>.
46921
46922 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
46923
46924         * lib/regex_internal.h: Remove all references to
46925         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
46926         or better.
46927         (bitset_not, bitset_merge, bitset_not_merge):
46928         (bitset_mask, re_string_allocate, re_string_construct):
46929         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
46930         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
46931         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
46932         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
46933         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46934         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46935         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
46936         (re_acquire_state_context):
46937         Remove unnecessary forward decls.
46938         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
46939         Put __attribute at function definition,
46940         now that the function decl has been removed.
46941         * lib/regex_internal.c (re_string_peek_byte_case):
46942         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
46943         Likewise.
46944
46945 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
46946
46947         * m4/regex.m4: Add AC_PREREQ(2.50).
46948         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
46949
46950 2005-08-25  Simon Josefsson  <jas@extundo.com>
46951
46952         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
46953         __fsetlocking.
46954
46955 2005-08-25  Simon Josefsson  <jas@extundo.com>
46956
46957         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
46958         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
46959         GLIBC specific code.
46960
46961 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46962
46963         Make regex safe for g++.  This fixes one real bug (an "err"
46964         that should have been "*err").  g++ problem reported by
46965         Sam Steingold.
46966         * lib/regex_internal.h (re_calloc): New macro, consistent with
46967         re_malloc etc.  All callers of calloc changed to use re_calloc.
46968         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
46969         not int.  All callers changed.
46970         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
46971         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
46972         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
46973         (find_recover_state): Change "err" to "*err"; this fixes what
46974         appears to be a real bug.
46975         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
46976         versus int.
46977
46978 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46979
46980         * modules/regex (Depends-on): Add malloc, since the code
46981         assumes that !malloc(0) means failure.
46982
46983 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46984
46985         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
46986
46987         alloca modernization/simplification for regex.
46988         * lib/regex.c: Remove portability cruft for alloca.  This no longer
46989         needs to be at the start of the file, and can be moved into
46990         regex_internal.h and simplified.
46991         * lib/regex_internal.h: Include <alloca.h>.
46992         (__libc_use_alloca) [!defined _LIBC]: New macro.
46993         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
46994         now works outside glibc.
46995
46996 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46997
46998         * config/srclist.txt: Add glibc bugs 1241, 1245.
46999
47000 2005-08-25  Jim Meyering  <jim@meyering.net>
47001
47002         * lib/open-safer.c: Include <config.h>.
47003         Otherwise, we'd lose LARGEFILE support in any file using
47004         e.g. "fcntl--.h"
47005
47006 2005-08-25  Bruno Haible  <bruno@clisp.org>
47007
47008         * m4/minmax.m4: Require autoconf 2.52.
47009         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
47010         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
47011         alternatives of translit over the alphabet.
47012         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
47013
47014 2005-08-24  Simon Josefsson  <jas@extundo.com>
47015
47016         * tests/test-getpass.c: New file.
47017
47018 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47019
47020         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
47021         for GNU regex features.
47022
47023 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47024
47025         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
47026         * lib/regex.h (regerror): Likewise.
47027
47028         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
47029         requires this.  (The code never needed it.)
47030
47031         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
47032         All uses of recently-renamed identifiers changed to use the new,
47033         POSIX-compliant names.  The code will build and run just fine
47034         without these changes, but it's better to eat our own dog food
47035         and use the standard-conforming names.
47036
47037         * lib/regex.h: Fix a multitude of POSIX name space violations.
47038         These changes have an effect only for programs that define
47039         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
47040         do not change anything for programs compiled in the normal way.
47041         Also, there is no effect on the ABI.
47042
47043         (_REGEX_SOURCE): New macro.
47044         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
47045         defined and _GNU_SOURCE is not; this fixes a name space violation.
47046
47047         Rename the following macros to obey POSIX requirements.
47048         The old names are still visible as macros if _REGEX_SOURCE is defined.
47049         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
47050         RE_BACKSLASH_ESCAPE_IN_LISTS.
47051         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
47052         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
47053         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
47054         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
47055         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
47056         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
47057         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
47058         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
47059         (REG_INTERVALS): renamed from RE_INTERVALS.
47060         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
47061         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
47062         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
47063         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
47064         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
47065         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
47066         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
47067         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
47068         RE_UNMATCHED_RIGHT_PAREN_ORD.
47069         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
47070         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
47071         (REG_DEBUG): renamed from RE_DEBUG.
47072         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
47073         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
47074         unusual, since we can't clash with the POSIX REG_ICASE.
47075         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
47076         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
47077         (REG_NO_SUB): renamed from RE_NO_SUB.
47078         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
47079         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
47080         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
47081         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
47082         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
47083         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
47084         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
47085         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
47086         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
47087         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
47088         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
47089         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
47090         RE_SYNTAX_POSIX_MINIMAL_BASIC.
47091         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
47092         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
47093         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
47094         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
47095         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
47096         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
47097         (REG_FIXED): Renamed from REGS_FIXED.
47098         (REG_NREGS): Renamed from RE_NREGS.
47099
47100         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
47101         of other REG_* macros, since POSIX says the user is allowed to
47102         #undef these macros selectively.
47103
47104         (reg_errcode_t): Update comment stating what other tables need
47105         to be consistent.
47106
47107         Rename the following enum values to obey POSIX requirements.
47108         The old names are still visible as macros.
47109         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
47110         is not defined, since GNU is supposed to be a superset of POSIX as
47111         much as possible, and since we want reg_errcode_t to be a signed
47112         type for implementation consistency.
47113         (_REG_NOERROR): Renamed from REG_NOERROR.
47114         (_REG_NOMATCH): Renamed from REG_NOMATCH.
47115         (_REG_BADPAT): Renamed from REG_BADPAT.
47116         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
47117         (_REG_ECTYPE): Renamed from REG_ECTYPE.
47118         (_REG_EESCAPE): Renamed from REG_EESCAPE.
47119         (_REG_ESUBREG): Renamed from REG_ESUBREG.
47120         (_REG_EBRACK): Renamed from REG_EBRACK.
47121         (_REG_EPAREN): Renamed from REG_EPAREN.
47122         (_REG_EBRACE): Renamed from REG_EBRACE.
47123         (_REG_BADBR): Renamed from REG_BADBR.
47124         (_REG_ERANGE): Renamed from REG_ERANGE.
47125         (_REG_ESPACE): Renamed from REG_ESPACE.
47126         (_REG_BADRPT): Renamed from REG_BADRPT.
47127         (_REG_EEND): Renamed from REG_EEND.
47128         (_REG_ESIZE): Renamed from REG_ESIZE.
47129         (_REG_ERPAREN): Renamed from REG_ERPAREN.
47130         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
47131         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
47132         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
47133         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
47134
47135         (_REG_RE_NAME, _REG_RM_NAME): New macros.
47136         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
47137         changed.  But support the old name if the new one is not defined
47138         and if _REGEX_SOURCE.
47139
47140         Change the following member names in struct re_pattern_buffer.
47141         The old names are still supported if !_REGEX_SOURCE.
47142         The new names are always supported, regardless of _REGEX_SOURCE.
47143         (re_buffer): Renamed from buffer.
47144         (re_allocated): Renamed from allocated.
47145         (re_used): Renamed from used.
47146         (re_syntax): Renamed from syntax.
47147         (re_fastmap): Renamed from fastmap.
47148         (re_translate): Renamed from translate.
47149         (re_can_be_null): Renamed from can_be_null.
47150         (re_regs_allocated): Renamed from regs_allocated.
47151         (re_fastmap_accurate): Renamed from fastmap_accurate.
47152         (re_no_sub): Renamed from no_sub.
47153         (re_not_bol): Renamed from not_bol.
47154         (re_not_eol): Renamed from not_eol.
47155         (re_newline_anchor): Renamed from newline_anchor.
47156
47157         Change the following member names in struct re_registers.
47158         The old names are still supported if !_REGEX_SOURCE.
47159         The new names are always supported, regardless of _REGEX_SOURCE.
47160         (rm_num_regs): Renamed from num_regs.
47161         (rm_start): Renamed from start.
47162         (rm_end): Renamed from end.
47163
47164         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
47165         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
47166         Prepend __ to parameter names.
47167
47168         Undo yesterday's changes.
47169
47170 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47171
47172         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
47173         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
47174         lib/regex.c.
47175
47176 2005-08-24  Jim Meyering  <jim@meyering.net>
47177
47178         Sync from coreutils.
47179         * m4/fcntl-safer.m4: New file.
47180
47181         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
47182         and object files for this module.
47183
47184 2005-08-24  Jim Meyering  <jim@meyering.net>
47185
47186         Sync from coreutils.
47187         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
47188
47189 2005-08-24  Jim Meyering  <jim@meyering.net>
47190
47191         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
47192         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
47193
47194 2005-08-24  Jim Meyering  <jim@meyering.net>
47195
47196         * modules/fcntl-safer: New module.
47197         * modules/fts (Depends-on): Add fcntl-safer.
47198         * MODULES.html.sh (File descriptor based Input/Output):
47199         Add fcntl-safer.
47200
47201 2005-08-24  Bruno Haible  <bruno@clisp.org>
47202
47203         Support for unit test modules.
47204         * modules/README: Mention tests modules.
47205         * modules/TEMPLATE-TESTS: New file.
47206         * gnulib-tool: New options --extract-tests-module, --with-tests and
47207         --tests-base (unused for the moment).
47208         (testsbase, inctests): New variables.
47209         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
47210         (func_verify_module): Exclude TEMPLATE-TESTS.
47211         (func_verify_nontests_module, func_verify_tests_module): New functions.
47212         (func_get_dependencies): Add implicit dependency for tests modules.
47213         (func_get_tests_module): New function.
47214         (func_modules_transitive_closure): When --with-tests was specified,
47215         include the unit tests as well, unless explicitly avoided.
47216         (func_emit_lib_Makefile_am): Ignore the tests modules here.
47217         (func_emit_tests_Makefile_am): New function.
47218         (func_create_testdir): When --with-tests was specified, emit a
47219         tests/ directory.
47220         * MODULES.html.sh (Future developments): Update.
47221
47222 2005-08-24  Bruno Haible  <bruno@clisp.org>
47223
47224         * modules/tls-tests: New file.
47225         * tests/test-tls.c: New file, from GNU gettext.
47226
47227 2005-08-24  Bruno Haible  <bruno@clisp.org>
47228
47229         * modules/lock-tests: New file.
47230         * tests/test-lock.c: New file, from GNU gettext.
47231
47232 2005-08-24  Bruno Haible  <bruno@clisp.org>
47233
47234         * lib/lock.h: Add multiple inclusion guard.
47235         * lib/tls.h: Add multiple inclusion guard.
47236
47237 2005-08-24  Bruno Haible  <bruno@clisp.org>
47238
47239         * gnulib-tool: Add support for the --aux-dir option to
47240         --create-testdir, --create-megatestdir, --test, --megatest.
47241         (func_create_testdir, func_create_megatestdir): Optionally emit a
47242         AC_CONFIG_AUX_DIR directive.
47243         (create-testdir, create-megatestdir, test, megatest): Provide a
47244         default value for $auxdir.
47245
47246 2005-08-24  Bruno Haible  <bruno@clisp.org>
47247
47248         * gnulib-tool (import): Use compound statement instead of subshell
47249         where possible.
47250
47251 2005-08-24  Bruno Haible  <bruno@clisp.org>
47252
47253         * gnulib-tool (import): Change --aux-dir default to "build-aux".
47254
47255 2005-08-24  Bruno Haible  <bruno@clisp.org>
47256
47257         * gnulib-tool (func_version): Update.
47258
47259 2005-08-24  Bruno Haible  <bruno@clisp.org>
47260
47261         * gnulib-tool (func_import, func_create_testdir,
47262         func_create_megatestdir): Quote all autoconf macro arguments.
47263
47264 2005-08-24  Bruno Haible  <bruno@clisp.org>
47265
47266         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
47267         option --force, because --force causes the aclocal.m4 of each
47268         subdirectory to be newer than the corresponding config.h.in.
47269
47270 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47271
47272         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
47273         All contents moved to gl_REGEX.
47274         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
47275         assume that it does.
47276
47277 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47278
47279         * lib/regex.h (REG_NOSYS)
47280         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
47281         Define, since POSIX requires it as of 2001.
47282         (_REG_ENOSYS)
47283         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
47284         New private symbol, used to keep the enum signed in all cases.
47285         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
47286         Youngman in
47287         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
47288
47289         * lib/regex_internal.c (re_string_skip_chars, register_state):
47290         (calc_state_hash):
47291         Remove forward decls; no longer needed now that we use prototypes.
47292         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
47293         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
47294         (clean_state_log_if_needed): Likewise.
47295
47296 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47297
47298         * config/srclist.txt: Add glibc bugs 1231-1233.
47299
47300 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47301
47302         Fix problems reported by Sam Steingold in
47303         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
47304         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
47305         assumed that reg_errcode_t is a signed type, which is not
47306         necessarily true if _XOPEN_SOURCE is not defined.
47307         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
47308         since some compilers warn about it otherwise.
47309
47310 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47311
47312         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
47313         (init_word_char, create_initial_state, duplicate_node_closure):
47314         (fetch_token, peek_token_bracket, build_range_exp):
47315         (build_collating_symbol): Remove forward decls; no longer needed
47316         now that we use prototypes.
47317
47318         * lib/regcomp.c:
47319         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
47320         (re_compile_fastmap_iter, regcomp, regerror, regfree):
47321         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
47322         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
47323         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
47324         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
47325         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
47326         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
47327         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
47328         (build_range_exp, build_collating_symbol, parse_bracket_exp):
47329         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
47330         (build_charclass, build_charclass_op, fetch_number, create_tree):
47331         (create_token_tree, mark_opt_subexp, duplicate_tree):
47332         Use prototypes rather than old-style definitions.
47333
47334         * lib/regex_internal.c:
47335         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
47336         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
47337         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47338         (re_string_reconstruct, re_string_peek_byte_case):
47339         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
47340         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47341         (re_node_set_init_copy, re_node_set_add_intersect):
47342         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47343         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47344         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47345         (re_acquire_state, re_acquire_state_context, register_state):
47346         (create_ci_newstate, create_cd_newstate, free_state):
47347         Likewise.
47348         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
47349         re_search_2):
47350         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
47351         (re_search_internal, prune_impossible_nodes):
47352         (acquire_init_state_context, check_matching, static):
47353         (check_halt_node_context, check_halt_state_context, proceed_next_node):
47354         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
47355         (update_regs, sift_states_backward, build_sifted_states):
47356         (clean_state_log_if_needed, merge_state_array):
47357         (update_cur_sifted_state, add_epsilon_src_nodes):
47358         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
47359         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
47360         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
47361         (find_recover_state, check_subexp_matching_top, transit_state_mb):
47362         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
47363         (check_arrival, check_arrival_add_next_nodes):
47364         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47365         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47366         (check_node_accept_bytes, check_node_accept, extend_buffers):
47367         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47368         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47369         (sift_ctx_init):
47370         Likewise.
47371
47372         * lib/regex_internal.h:
47373         (re_string_allocate, re_string_construct, re_string_reconstruct):
47374         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47375         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47376         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47377         (re_string_context_at, re_string_peek_byte_case):
47378         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
47379         is defined, since we now use prototypes always.
47380
47381         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
47382         C89 or better.  All uses removed.
47383
47384 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47385
47386         * config/srclist.txt: Add glibc bugs 1220-1227.
47387
47388 2005-08-20  Jim Meyering  <jim@meyering.net>
47389
47390         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
47391         of unused local, dfa.
47392
47393 2005-08-20  Bruno Haible  <bruno@clisp.org>
47394
47395         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
47396
47397 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47398
47399         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
47400         (re_node_set_insert_last, re_dfa_add_node):
47401         Rename local variables to avoid GCC shadowing warnings.
47402
47403 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47404
47405         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
47406         [defined lint]: Suppress bogus uninitialized-variable warnings.
47407
47408         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
47409         and let the caller return REG_ESPACE if out of space.  This
47410         removes an uninitialied-variable warning with GCC 4.0.1, and also
47411         avoids taking the address of a local variable.  All callers
47412         changed.
47413
47414 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47415
47416         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
47417         $LIBCSRC/posix/regexec.c.
47418         Add glibc bug 1217 for regcomp.c.
47419
47420 2005-08-19  Jim Meyering  <jim@meyering.net>
47421
47422         * lib/regexec.c (proceed_next_node): Redo local variables to
47423         avoid GCC shadowing warnings.
47424
47425 2005-08-18  Bruno Haible  <bruno@clisp.org>
47426
47427         * lib/strstr.c (strstr): Fix return value in multibyte case.
47428         * lib/strcasestr.c (strcasestr): Likewise.
47429
47430 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
47431
47432         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
47433
47434 2005-08-17  Jim Meyering  <jim@meyering.net>
47435
47436         Make the %s format (seconds since the epoch) work for a negative
47437         number and when used with a zero-padded field width, e.g. %015s.
47438
47439         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
47440         label so that it precedes the code to set `digits'.  Otherwise,
47441         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
47442         print `00-22'.  Now, it prints `-0022', as it should.
47443
47444 2005-08-17  Bruno Haible  <bruno@clisp.org>
47445
47446         * modules/strstr (Files): Add m4/mbrtowc.m4.
47447         (Depends-on): Add mbuiter.
47448
47449 2005-08-17  Bruno Haible  <bruno@clisp.org>
47450
47451         * modules/strcasestr: New file.
47452         * MODULES.html.sh (String handling, based on ANSI C 89): Add
47453         strcasestr.
47454
47455 2005-08-17  Bruno Haible  <bruno@clisp.org>
47456
47457         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
47458
47459 2005-08-17  Bruno Haible  <bruno@clisp.org>
47460
47461         * modules/mbuiter: New file.
47462         * MODULES.html.sh (Extended multibyte and wide character utilities):
47463         Add mbuiter.
47464
47465 2005-08-17  Bruno Haible  <bruno@clisp.org>
47466
47467         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
47468         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
47469
47470 2005-08-17  Bruno Haible  <bruno@clisp.org>
47471
47472         * m4/strcasestr.m4: New file.
47473
47474 2005-08-17  Bruno Haible  <bruno@clisp.org>
47475
47476         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
47477         * lib/strstr.c: Completely rewritten, with multibyte locale support.
47478
47479 2005-08-17  Bruno Haible  <bruno@clisp.org>
47480
47481         * lib/strcasestr.h: New file.
47482         * lib/strcasestr.c: New file.
47483
47484 2005-08-17  Bruno Haible  <bruno@clisp.org>
47485
47486         * lib/strcasecmp.c: Use mbuiter.h.
47487
47488 2005-08-17  Bruno Haible  <bruno@clisp.org>
47489
47490         * lib/mbuiter.h: New file.
47491
47492 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
47493
47494         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
47495         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
47496         and gl_GETOPT are both invoked via different paths (as happens
47497         with GNU tar CVS because it uses both argp and getopt), the former
47498         wins.
47499
47500 2005-08-16  Bruno Haible  <bruno@clisp.org>
47501
47502         * modules/tls: New file.
47503         * MODULES.html.sh (Multithreading): Add tls.
47504
47505 2005-08-16  Bruno Haible  <bruno@clisp.org>
47506
47507         * modules/strnlen1: New file.
47508         * MODULES.html.sh (String handling): Add strnlen1.
47509
47510 2005-08-16  Bruno Haible  <bruno@clisp.org>
47511
47512         * modules/strcase (Files): Add m4/mbrtowc.m4.
47513         (Depends-on): Add strnlen1, mbchar.
47514
47515 2005-08-16  Bruno Haible  <bruno@clisp.org>
47516
47517         * modules/mbiter: New file.
47518         * MODULES.html.sh (Extended multibyte and wide character utilities):
47519         Add mbiter.
47520
47521 2005-08-16  Bruno Haible  <bruno@clisp.org>
47522
47523         * modules/mbfile: New file.
47524         * MODULES.html.sh (Extended multibyte and wide character utilities):
47525         Add mbfile.
47526
47527 2005-08-16  Bruno Haible  <bruno@clisp.org>
47528
47529         * modules/mbchar: New file.
47530         * MODULES.html.sh (Extended multibyte and wide character utilities):
47531         New section.
47532
47533 2005-08-16  Bruno Haible  <bruno@clisp.org>
47534
47535         * m4/tls.m4: New file, from GNU gettext.
47536
47537 2005-08-16  Bruno Haible  <bruno@clisp.org>
47538
47539         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47540         always.
47541         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47542
47543 2005-08-16  Bruno Haible  <bruno@clisp.org>
47544
47545         * m4/mbiter.m4: New file.
47546
47547 2005-08-16  Bruno Haible  <bruno@clisp.org>
47548
47549         * m4/mbfile.m4: New file.
47550
47551 2005-08-16  Bruno Haible  <bruno@clisp.org>
47552
47553         * m4/mbchar.m4: New file.
47554
47555 2005-08-16  Bruno Haible  <bruno@clisp.org>
47556
47557         * lib/tls.h: New file, from GNU gettext.
47558         * lib/tls.c: New file, from GNU gettext.
47559
47560 2005-08-16  Bruno Haible  <bruno@clisp.org>
47561
47562         * lib/strnlen1.h: New file.
47563         * lib/strnlen1.c: New file.
47564
47565 2005-08-16  Bruno Haible  <bruno@clisp.org>
47566
47567         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47568         (mbi_init): Update.
47569         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47570         NUL byte, not after it.
47571
47572 2005-08-16  Bruno Haible  <bruno@clisp.org>
47573
47574         * lib/strcase.h (strcasecmp): Add note in comments.
47575         * lib/strncasecmp.c: Use code from strcasecmp.c.
47576         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47577         (strcasecmp): Work correctly in multibyte locales.
47578
47579 2005-08-16  Bruno Haible  <bruno@clisp.org>
47580
47581         * lib/mbiter.h: New file.
47582
47583 2005-08-16  Bruno Haible  <bruno@clisp.org>
47584
47585         * lib/mbfile.h: New file.
47586
47587 2005-08-16  Bruno Haible  <bruno@clisp.org>
47588
47589         * lib/mbchar.h: New file.
47590         * lib/mbchar.c: New file.
47591
47592 2005-08-16  Bruno Haible  <bruno@clisp.org>
47593
47594         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47595         the valid ones. Makes the comparison operations transitive:
47596         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47597         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47598
47599 2005-08-15  Simon Josefsson  <jas@extundo.com>
47600
47601         * modules/ssize_t (License): Change to 'unlimited'.
47602
47603         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47604
47605 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47606
47607         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47608         Add comments for each pending glibc patch.
47609
47610 2005-08-15  Bruno Haible  <bruno@clisp.org>
47611
47612         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47613         __cplusplus is defined.
47614
47615 2005-08-14  Jim Meyering  <jim@meyering.net>
47616
47617         Sync from coreutils.
47618
47619         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47620         Use the hash-table-based cycle-detection code not just when
47621         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47622         Reported by James Youngman in
47623         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47624         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47625         FTS_TIGHT_CYCLE_CHECK.
47626         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47627         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47628         once again.
47629         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47630         * lib/fts.c (fd_safer): Remove decl.
47631         Include fcntl--.h rather than unistd-safer.h
47632         (fts_safe_changedir): Don't call fd_safer; no longer needed
47633         now that we include fcntl--.h.
47634
47635 2005-08-12  Simon Josefsson  <jas@extundo.com>
47636
47637         * modules/getndelim2: Use ssize_t module.
47638         * modules/getnline: Likewise.
47639         * modules/safe-read: Likewise.
47640         * modules/xreadlink: Likewise.
47641
47642         * modules/ssize_t: New file.
47643
47644 2005-08-12  Simon Josefsson  <jas@extundo.com>
47645
47646         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47647
47648 2005-08-12  Simon Josefsson  <jas@extundo.com>
47649
47650         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47651         ssize_t.
47652
47653 2005-08-12  Simon Josefsson  <jas@extundo.com>
47654
47655         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47656         readline, getdelim and check_version.
47657         (Support for systems lacking ISO C 99: Sizes of integer types):
47658         Add size_max.
47659
47660 2005-08-12  Bruno Haible  <bruno@clisp.org>
47661
47662         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47663
47664 2005-08-11  Simon Josefsson  <jas@extundo.com>
47665
47666         * modules/readline: New file.
47667
47668         * modules/strnlen (Files): Add strnlen.h.
47669
47670 2005-08-11  Simon Josefsson  <jas@extundo.com>
47671
47672         * m4/readline.m4: New file.
47673
47674 2005-08-11  Simon Josefsson  <jas@extundo.com>
47675
47676         * lib/readline.h, readline.c: New file.
47677
47678 2005-08-11  Simon Josefsson  <jas@extundo.com>
47679
47680         * doc/gnulib.texi (Initial import, Finishing touches): Mention
47681         gl_AVOID.
47682
47683 2005-08-11  Bruno Haible  <bruno@clisp.org>
47684
47685         * lib/strnlen.h (strnlen): Change parameter name to match comment.
47686
47687 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
47688
47689         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
47690
47691 2005-08-10  Simon Josefsson  <jas@extundo.com>
47692
47693         * tests/test-iconvme.c: New file.
47694
47695 2005-08-10  Simon Josefsson  <jas@extundo.com>
47696
47697         * m4/strnlen.m4: New file.
47698
47699         * m4/strndup.m4: Don't check for strnlen declaration, done in
47700         strnlen.m4.
47701
47702 2005-08-10  Simon Josefsson  <jas@extundo.com>
47703
47704         * lib/strndup.c: Use strnlen.h.
47705
47706         * lib/strnlen.h: New file.
47707
47708 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47709
47710         * README: Typos.
47711
47712 2005-08-02  Simon Josefsson  <jas@extundo.com>
47713
47714         * modules/readline: New file.
47715
47716 2005-08-02  Simon Josefsson  <jas@extundo.com>
47717
47718         * modules/getdelim: New file.
47719
47720         * modules/getline: Rewrite, don't use getndelim2.
47721
47722 2005-08-02  Simon Josefsson  <jas@extundo.com>
47723
47724         * m4/getline.m4: Separate out getdelim stuff into separate module.
47725
47726         * m4/getdelim.m4: New file.
47727
47728 2005-08-02  Simon Josefsson  <jas@extundo.com>
47729
47730         * lib/getline.h, getline.c: Rewrite.
47731
47732         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
47733
47734 2005-07-31  Bruno Haible  <bruno@clisp.org>
47735
47736         * lib/lock.h (gl_lock_initializer): New macro.
47737         (gl_lock_define_initialized): Use it.
47738         (gl_rwlock_initializer): New macro.
47739         (gl_rwlock_define_initialized): Use it.
47740         (gl_recursive_lock_initializer): New macro.
47741         (gl_recursive_lock_define_initialized): Use it.
47742
47743 2005-07-30  Karl Berry  <karl@gnu.org>
47744
47745         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
47746         Report from Ben Pfaff, regarding getopt.
47747
47748 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47749
47750         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
47751         normal way.
47752         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
47753         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
47754         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
47755         (gl_GETOPT): Use the new macros.  Most of the implementation
47756         is moved to the new macros.  This is for programs like Emacs
47757         that don't want all the functionality of gl_GETOPT.
47758
47759 2005-07-26  Bruno Haible  <bruno@clisp.org>
47760
47761         * m4/lock.m4: Update from GNU gettext.
47762
47763 2005-07-26  Bruno Haible  <bruno@clisp.org>
47764
47765         * lib/lock.h: Update from GNU gettext.
47766         * lib/lock.c: Update from GNU gettext.
47767
47768 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
47769
47770         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
47771         obsolescent AC_TRY_RUN.  Include the default includes files, for
47772         'exit'.
47773
47774 2005-07-24  Bruno Haible  <bruno@clisp.org>
47775
47776         * modules/visibility: New file.
47777         * MODULES.html.sh (Misc): Add visibility.
47778
47779 2005-07-24  Bruno Haible  <bruno@clisp.org>
47780
47781         * m4/visibility.m4: New file.
47782
47783 2005-07-24  Bruno Haible  <bruno@clisp.org>
47784
47785         * doc/visibility.texi: New file.
47786
47787 2005-07-22  Bruno Haible  <bruno@clisp.org>
47788
47789         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
47790         $(ALLOCA_H), redundant through BUILT_SOURCES.
47791         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
47792         redundant through BUILT_SOURCES.
47793         * modules/byteswap (Makefile.am): Remove explicit dependency on
47794         $(BYTESWAP_H), redundant through BUILT_SOURCES.
47795         * modules/fnmatch (Makefile.am): Remove explicit dependency on
47796         $(FNMATCH_H), redundant through BUILT_SOURCES.
47797         * modules/getopt (Makefile.am): Remove explicit dependency on
47798         $(GETOPT_H), redundant through BUILT_SOURCES.
47799         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
47800         redundant through BUILT_SOURCES.
47801         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
47802         redundant through BUILT_SOURCES.
47803         * modules/stdbool (Makefile.am): Remove explicit dependency on
47804         $(STDBOOL_H), redundant through BUILT_SOURCES.
47805         * modules/stdint (Makefile.am): Remove explicit dependency on
47806         $(STDINT_H), redundant through BUILT_SOURCES.
47807         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
47808         Remove explicit dependency on $(SYSEXITS_H).
47809         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
47810
47811 2005-07-18  Simon Josefsson  <jas@extundo.com>
47812
47813         * lib/check-version.c (check_version): Accept identical versions too.
47814
47815 2005-07-18  Bruno Haible  <bruno@clisp.org>
47816
47817         * modules/lock: New file.
47818         * MODULES.html.sh (Multithreading): New section.
47819
47820 2005-07-18  Bruno Haible  <bruno@clisp.org>
47821
47822         * m4/lock.m4: New file, from GNU gettext.
47823
47824 2005-07-18  Bruno Haible  <bruno@clisp.org>
47825
47826         * lib/lock.h: New file, from GNU gettext.
47827         * lib/lock.c: New file, from GNU gettext.
47828
47829 2005-07-18  Bruno Haible  <bruno@clisp.org>
47830
47831         * lib/lock.h (gl_once_t): New type.
47832         (gl_once_define, gl_once): New macros.
47833         * lib/lock.c (fresh_once): New variable.
47834         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
47835         functions.
47836
47837 2005-07-16  Simon Josefsson  <jas@extundo.com>
47838
47839         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
47840         workaround, suggested by Bruno.
47841
47842 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47843
47844         * modules/xalloc (Depends-on): Add xalloc-die.
47845         * modules/xvasprintf (Depends-on): Add xalloc-die.
47846
47847 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47848
47849         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
47850         with a minor change.
47851
47852 2005-07-15  Bruno Haible  <bruno@clisp.org>
47853
47854         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
47855         When using lib/poll.c, define poll as rpl_poll.
47856
47857 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
47858
47859         * modules/argp (Depends-on): Remove unlocked-io.
47860
47861 2005-07-14  Derek Price  <derek@ximbiot.com>
47862
47863         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
47864         for glob symlink bug.
47865
47866 2005-07-14  Bruno Haible  <bruno@clisp.org>
47867
47868         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
47869         Instead, test for *_unlocked function declarations directly.
47870
47871 2005-07-11  Simon Josefsson  <jas@extundo.com>
47872
47873         * modules/size_max: New file.
47874
47875         * modules/xsize: Depend on size_max module for size_max.m4.
47876
47877 2005-07-11  Simon Josefsson  <jas@extundo.com>
47878
47879         * lib/size_max.h: New file.
47880
47881 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
47882
47883         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
47884         copyright symbol and the year.
47885         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
47886         (version_etc_va): Use parameterized copyright notice.
47887         Reword to conform to the current GNU coding standards.
47888
47889 2005-07-11  Karl Berry  <karl@gnu.org>
47890
47891         * doc/gnulib.texi (Quoting): new node.
47892         (Initial import): more info, from Patrice.
47893
47894 2005-07-11  Bruno Haible  <bruno@clisp.org>
47895
47896         * gnulib-tool (func_usage): Document option --avoid.
47897         (Command line options): Handle --avoid.
47898         (func_acceptable): New function.
47899         (func_modules_transitive_closure): Use it.
47900
47901 2005-07-11  Bruno Haible  <bruno@clisp.org>
47902
47903         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
47904         Reported by Jim Meyering.
47905
47906 2005-07-10  Bruno Haible  <bruno@clisp.org>
47907
47908         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
47909         Needed when size_t is smaller than 'unsigned int'.
47910         Reported by Paul Eggert.
47911
47912 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47913
47914         * modules/argp (Depends-on): Add unlocked-io
47915
47916 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47917
47918         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
47919         block of defines.
47920
47921 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47922
47923         * config/srclist.txt: Comment out regcomp.c, since we have a porting
47924         fix now.
47925
47926 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
47927         and Paul Eggert  <eggert@cs.ucla.edu>
47928
47929         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
47930         in wint_t, not wchar_t.  Remove now-unnecessary cast.
47931
47932 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47933
47934         * modules/regex (Files): Add lib/regex_internal.c,
47935         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
47936         (Depends-on): Add extensions.
47937         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
47938
47939 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47940
47941         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
47942         pathconf.
47943         * m4/same.m4 (gl_SAME): Likewise.
47944         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
47945
47946         * m4/regex.m4: Adjust to new libc regex implementation.
47947         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
47948         all the .c and .h parts of (the new) regex.
47949         Quote the m4 stuff better.
47950         Check for RE_ICASE bug of old gnulib.
47951         Check for REG_STARTEND of recent libc.
47952         Rename local variables from jm_* to gl_*.
47953         Quote operand of "test -f".
47954         Say "recent enough" version of libc, not "version 2".
47955         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
47956         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
47957         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
47958         Remove check for btowc, isascii.
47959         Require AM_LANGINFO_CODESET.
47960
47961 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47962
47963         * lib/regex.c, regex.h: Sync from libc.
47964         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
47965         * lib/regexec.c:
47966         New files, synced from libc, except that regex_internal.h
47967         currently has a small porting fix.
47968
47969 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47970
47971         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
47972         regex_internal.c, regexec.c.
47973         Add regex_internal.h too, but as a comment, since the libc version
47974         is currently broken in gnulib mode.
47975
47976 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47977
47978         Support programs like Emacs that use gnulib but not gettext.
47979         * MODULES.html.sh (Internationalization functions): Add gettext-h.
47980         * modules/gettext-h: New file.
47981         * modules/gettext (Files): Remove lib/gettext.h.
47982         (Depends-on): Add gettext-h.
47983         (Makefile.am): Remove lib_SOURCES.
47984         * modules/argmatch, modules/c-stack, modules/closeout:
47985         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
47986         * modules/execute, modules/file-type, modules/getaddrinfo:
47987         * modules/getopt, modules/human, modules/javacomp:
47988         * modules/javaexec, modules/mkdir-p, modules/obstack:
47989         * modules/openat, modules/pagealign_alloc, modules/pipe:
47990         * modules/quotearg, modules/regex, modules/rpmatch:
47991         * modules/unicodeio, modules/userspec, modules/version-etc:
47992         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
47993         * modules/xsetenv:
47994         Depend on gettext-h, not gettext.
47995
47996 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47997
47998         * gnulib-tool (func_import): Add support for 'public domain' license.
47999         * modules/alloca, modules/atexit, modules/memmove:
48000         Now public domain, not GPL.
48001         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
48002         * modules/realloc, modules/strerror, modules/strtod:
48003         Now LGPL, not GPL.
48004
48005 2005-07-05  Bruno Haible  <bruno@clisp.org>
48006
48007         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
48008         autoconf CVS. Needed for mingw.
48009
48010 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48011
48012         Remove the dependency of the strftime module on the tzset module.
48013         * modules/strftime (Depends-on): Remove dependency on tzset.
48014
48015 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48016
48017         Remove the dependency of the strftime module on the tzset module.
48018         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
48019         gl_FUNC_TZSET_CLOBBER.
48020
48021 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48022
48023         Remove the dependency of the strftime module on the tzset module.
48024         * lib/strftime.c (my_strftime)
48025         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
48026         Copy the input structure, to work around some of the bug with
48027         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
48028         Solaris releases, you should also use the tzset module, but we won't
48029         require it as a dependency any more since we don't want LGPLed code
48030         to depend on GPLed code.
48031
48032 2005-07-02  Jim Meyering  <jim@meyering.net>
48033
48034         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
48035         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
48036         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
48037         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
48038
48039 2005-07-02  Jim Meyering  <jim@meyering.net>
48040
48041         * lib/backupfile.c (backup_args): Change a `0' to NULL.
48042
48043 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
48044
48045         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
48046         declares only 'struct timespec;' (!).
48047
48048 2005-07-01  Jim Meyering  <jim@meyering.net>
48049
48050         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
48051         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
48052         * lib/save-cwd.c, tempname.c:
48053         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
48054         and don't include <sys/file.h>).
48055
48056 2005-06-29  Jim Meyering  <jim@meyering.net>
48057
48058         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
48059         type name.  Use the variable name instead.
48060         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
48061         Likewise.
48062
48063 2005-06-28  Simon Josefsson  <jas@extundo.com>
48064
48065         * modules/check-version (Files): Add check-version.m4.
48066
48067 2005-06-28  Simon Josefsson  <jas@extundo.com>
48068
48069         * m4/check-version.m4: New file, suggested by Jim Meyering
48070         <jim@meyering.net>.
48071
48072 2005-06-28  Simon Josefsson  <jas@extundo.com>
48073
48074         * lib/check-version.h, lib/check-version.c: New files.
48075
48076 2005-06-28  Simon Josefsson  <jas@extundo.com>
48077
48078         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
48079         collision with global variable.  Better indentation.  Don't
48080         increment buffer pointer beyond buffer end.  Based on comments
48081         from Paul Eggert <eggert@cs.ucla.edu>.
48082
48083         * lib/base64.h: Indent.
48084
48085 2005-06-28  Simon Josefsson  <jas@extundo.com>
48086
48087         * doc/gnulib.texi (Library version handling): New section.
48088
48089 2005-06-28  Jim Meyering  <jim@meyering.net>
48090
48091         * check-module (find_included_lib_files): Hard-code another
48092         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
48093         but modules/fts-lgpl (correctly) does not list those files.
48094
48095         * modules/canonicalize (Files): Add lib/pathmax.h.
48096
48097 2005-06-25  Simon Josefsson  <jas@extundo.com>
48098
48099         * modules/check-version: New file.
48100
48101 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
48102
48103         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
48104         initializer of struct addrinfo, as an indication that we don't
48105         care how many members the structure has.
48106
48107 2005-06-24  Derek Price  <derek@ximbiot.com>
48108         and Bruno Haible  <bruno@clisp.org>
48109
48110         Remove stat module & update lstat.
48111         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
48112         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48113         * m4/stat.m4: Remove this file.
48114
48115 2005-06-24  Derek Price  <derek@ximbiot.com>
48116         and Bruno Haible  <bruno@clisp.org>
48117
48118         Remove stat module & update lstat.
48119         * lib/stat.c: Remove this file...
48120         (slash_aware_lstat): ...moving this content and its support...
48121         * lib/lstat.c (rpl_lstat): ...into here.
48122         * lib/lstat.h: New file.
48123
48124 2005-06-24  Derek Price  <derek@ximbiot.com>
48125         and Bruno Haible  <bruno@clisp.org>
48126
48127         Remove stat module & update lstat.
48128         * config/srclist.txt (libc sources): Remove stat.
48129
48130 2005-06-24  Derek Price  <derek@ximbiot.com>
48131         and Bruno Haible  <bruno@clisp.org>
48132
48133         Remove stat module & update lstat.
48134         * MODULES.html.sh (stat): Remove.
48135         * MODULES.html: Regenerated.
48136         * modules/lstat (Description): Correct function name.
48137         (Files): Add "lstat.h".
48138         (Depends-on): Remove stat, add xalloc, stat-macros.
48139         * modules/stat: Remove this file.
48140         (Include): Add "lstat.h", remove <sys/stat.h>.
48141
48142 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
48143
48144         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
48145         (ranged_convert): Don't save conversion in a temporary struct.
48146         This causes a warning with GCC 4.0.0, and anyway in the typical
48147         case it's not worth the extra 100 bytes or so of code.
48148         (ranged_convert, __mktime_internal): When calling a function via a
48149         pointer P, use P () rather than (*P) (), as we now assume C89 or
48150         better.
48151
48152 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48153
48154         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
48155         "who -r" failed to give output.  Problem reported by Tim Waugh.
48156
48157         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
48158         (xcalloc): Use it to avoid needless tests.
48159         Problem reported by Jim Meyering.
48160
48161 2005-06-20  Derek Price  <derek@ximbiot.com>
48162
48163         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
48164         unnecessary for Autoconfs > 2.59c.
48165
48166 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48167
48168         * lib/argp.h (__option_is_short): Check upper limit of
48169         __key. Isprint() requires its argument to have the value
48170         of an unsigned char or EOF.
48171
48172 2005-06-16  Jim Meyering  <jim@meyering.net>
48173
48174         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
48175         when either N or S is zero.
48176
48177 2005-06-16  Derek Price  <derek@ximbiot.com>
48178
48179         * m4/bison.m4: Declare YACC & YFLAGS precious.
48180
48181 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
48182
48183         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
48184         multibyte string or pattern, fall back on unibyte matching.
48185         Problem reported by James Youngman.
48186
48187 2005-06-08  Bruno Haible  <bruno@clisp.org>
48188
48189         * modules/csharpcomp: New file.
48190         * MODULES.html.sh (C#): Add csharpcomp.
48191
48192 2005-06-08  Bruno Haible  <bruno@clisp.org>
48193
48194         * m4/csharpcomp.m4: New file, from GNU gettext.
48195
48196 2005-06-08  Bruno Haible  <bruno@clisp.org>
48197
48198         * lib/csharpcomp.h: New file, from GNU gettext.
48199         * lib/csharpcomp.c: New file, from GNU gettext.
48200         * lib/csharpcomp.sh.in: New file, from GNU gettext.
48201
48202 2005-06-08  Bruno Haible  <bruno@clisp.org>
48203
48204         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
48205         warning on mingw.
48206
48207 2005-06-07  Derek Price  <derek@ximbiot.com>
48208
48209         Sync from CVS.
48210         * lib/glob_.h: Indent nested #ifdef.
48211
48212 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48213
48214         Sync from coreutils.
48215         Use "file name" when talking about file names, instead of "filename"
48216         or "path", as per the GNU coding standards.
48217         * lib/mkdir-p.c: Renamed from makepath.c.
48218         (make_dir_parents): Renamed from make_path.  All callers changed.
48219         * lib/mkdir-p.h: Likewise.  All includers changed.
48220         * lib/filenamecat.c: Renamed from path-concat.c.
48221         (file_name_concat): Renamed from path_concat.  All callers changed.
48222         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
48223         * lib/filenamecat.h: Likewise.  All includers changed.
48224         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
48225         in comments or local variable names.
48226         * lib/basename.c: Likewise.
48227         * lib/canonicalize.c, canonicalize.h: Likewise.
48228         * lib/dirname.c, dirname.h: Likewise.
48229         * lib/euidaccess.c: Likewise.
48230         * lib/exclude.c: Likewise
48231         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
48232         * lib/fsusage.c, fsuage.h: Likewise.
48233         * lib/fts.c, fts_.h: Likewise.
48234         * lib/getcwd.c: Likewise.
48235         * lib/getloadavg.c: Likewise.
48236         * lib/mkstemp.c: Likewise.
48237         * lib/mountlist.c, mountlist.h: Likewise.
48238         * lib/openat.c, openat.h: Likewise.
48239         * lib/readlink-stub.c: Likewise.
48240         * lib/readutmp.c, readutmp.h: Likewise.
48241         * lib/rename.c: Likewise.
48242         * lib/rmdir.c: Likewise.
48243         * lib/same.c: Likewise.
48244         * lib/savedir.c: Likewise.
48245         * lib/stripslash.c: Likewise.
48246         * lib/tempname.c: Likewise.
48247         * lib/xreadlink.c: Likewise.
48248         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
48249         All uses changed.
48250         * lib/exclude.h: Likewise.
48251
48252         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
48253         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48254         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
48255         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48256         * lib/pathmax.h: Include <limits.h> unconditionally, since other
48257         files have been getting away with it for years (MORE/BSD 4.3
48258         is extinct now).
48259         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
48260         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48261
48262         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
48263         Define to 256, not 255, as per modern POSIX.
48264
48265 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48266
48267         Sync from coreutils.
48268         Use "file name" when talking about file names, instead of "filename"
48269         or "path", as per the GNU coding standards.
48270         * MODULES.html.sh: mkdir-p renamed from makepath.
48271         filenamecat renamed from path-concat.
48272         * modules/filenamecat: Renamed from modules/path-concat.
48273         (Files): filenamecat.h and filenamecat.c renamed from
48274         path-concat.h and path-concat.c.
48275         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
48276         (Include): filenamecat.h, not path-concat.h.
48277         * modules/mkdir-p: Renamed from modules/makepath.
48278         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
48279         makepath.c.
48280         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
48281         (Include): mkdir-p.h, not makepath.h.
48282
48283 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48284
48285         Sync from coreutils.
48286         * m4/mkdir-p.m4: Renamed from makepath.m4.
48287         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
48288         Rename files from makepath.c to mkdir-p.c, and from
48289         makepath.h to mkdir-p.h.
48290         * m4/filenamecat.m4: Renamed from path-concat.m4.
48291         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
48292         Rename files from path-concat.c to filenamecat.c,
48293         and from path-concat.h to filenamecat.h.
48294         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
48295         "file name" in local variables or comments.
48296         * m4/rename.m4: Likewise.
48297
48298 2005-06-01  Bruno Haible  <bruno@clisp.org>
48299
48300         * modules/csharpexec: New file.
48301         * MODULES.html.sh (C#): New section.
48302
48303 2005-06-01  Bruno Haible  <bruno@clisp.org>
48304
48305         * m4/csharp.m4: New file, from GNU gettext.
48306         * m4/csharpexec.m4: New file, from GNU gettext.
48307
48308 2005-06-01  Bruno Haible  <bruno@clisp.org>
48309
48310         * lib/csharpexec.h: New file, from GNU gettext.
48311         * lib/csharpexec.c: New file, from GNU gettext.
48312         * lib/csharpexec.sh.in: New file, from GNU gettext.
48313
48314 2005-05-31  Derek Price  <derek@ximbiot.com>
48315             Paul Eggert  <eggert@cs.ucla.edu>
48316
48317         Sync from cvs.
48318         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48319
48320 2005-05-31  Derek Price  <derek@ximbiot.com>
48321             Paul Eggert  <eggert@cs.ucla.edu>
48322
48323         Sync from cvs.
48324         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48325
48326 2005-05-29  Derek Price  <derek@ximbiot.com>
48327
48328         * config/srclist.txt (glob_.h, glob.c): Add these files.
48329
48330 2005-05-29  Derek Price  <derek@ximbiot.com>
48331
48332         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
48333         * modules/glob: New file.
48334         * modules/getlogin_r: Add link to POSIX spec in description.
48335
48336 2005-05-29  Derek Price  <derek@ximbiot.com>
48337             Paul Eggert  <eggert@cs.ucla.edu>
48338
48339         * m4/glob.m4: New file.
48340
48341 2005-05-29  Derek Price  <derek@ximbiot.com>
48342             Paul Eggert  <eggert@cs.ucla.edu>
48343
48344         * lib/glob_.h, lib/glob.c: New files.
48345
48346 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48347
48348         * modules/fts (Files): Remove m4/inttypes-pri.m4.
48349         * modules/fts-lgpl (Depends-on): Remove gettext.
48350
48351 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48352
48353         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
48354         and don't require gt_INTTYPES_PRI.
48355
48356 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48357
48358         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
48359
48360         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
48361         the configuration hassle isn't worth it.
48362         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
48363         (LONGEST_MODIFIER, PRIuMAX): Remove.
48364
48365 2005-05-27  Bruno Haible  <bruno@clisp.org>
48366
48367         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48368
48369 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48370
48371         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48372         _POSIX_PTHREAD_SEMANTICS for Solaris.
48373
48374 2005-05-25  Derek Price  <derek@ximbiot.com>
48375
48376         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48377
48378 2005-05-25  Derek Price  <derek@ximbiot.com>
48379             Paul Eggert  <eggert@cs.ucla.edu>
48380
48381         * modules/getlogin_r, m4/getlogin_r.m4: New files.
48382         * lib/getlogin_r.c, getlogin_r.h: New files.
48383
48384 2005-05-25  Bruno Haible  <bruno@clisp.org>
48385             Derek Price  <derek@ximbiot.com>
48386
48387         * lib/getlogin_r.h: Simplify API documentation.
48388
48389 2005-05-23  Derek Price  <derek@ximbiot.com>
48390
48391         * modules/minmax (Files): Add m4/minmax.m4.
48392         (configure.ac): Add gl_MINMAX.
48393
48394 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48395
48396         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
48397         so that unistd-safer.h (GPL'ed code) need not be included.
48398
48399 2005-05-22  Bruno Haible  <bruno@clisp.org>
48400
48401         * m4/minmax.m4: New file.
48402         Based on a patch by Derek Price <derek@ximbiot.com>.
48403
48404 2005-05-22  Bruno Haible  <bruno@clisp.org>
48405
48406         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
48407         (INT64_MIN): Fix definition.
48408         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
48409
48410         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
48411         NEED_SIGNED_INT_TYPES.
48412
48413         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
48414         HAVE_SYSTEM_INTTYPES.
48415
48416 2005-05-22  Bruno Haible  <bruno@clisp.org>
48417
48418         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
48419         Also include <sys/param.h> if it defines MIN, MAX.
48420         Based on a patch by Derek Price <derek@ximbiot.com>.
48421
48422 2005-05-21  Jim Meyering  <jim@meyering.net>
48423
48424         * modules/fts (Files): Add m4/inttypes-pri.m4.
48425         (Depends-on): Add lstat and remove gettext.  Alphabetize.
48426
48427 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48428
48429         New fts module.
48430         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
48431         (setup_dir, free_dir): New functions.
48432         (enter_dir, leave_dir): Define trivial
48433         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
48434         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
48435         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
48436         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
48437         Move to fts-cycle.c.
48438         (fts_open): Use setup_dir.
48439         (fts_close): Use free_dir.
48440         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
48441         This adds a label and some gotos, but the alternatives were messier.
48442         Check for memory allocation failure when entering a dir.
48443         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
48444         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
48445         (FTS): New member fts_cycle, that is a union that contains the
48446         old active_dir_ht and cycle_state.  All uses changed to mention
48447         fts_cycle.ht and fts_cycle.state.
48448         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
48449         fts.c, with the following changes:
48450         (setup_dir, free_dir): New functions.
48451         (enter_dir): Now returns bool.  Return true if successful, false
48452         if memory exhausted.  All callers changed.
48453         Do not bother partly cleaning up on
48454         memory allocation failure; that is free_dir's job.
48455         However, free ad if hash_insert fails, to avoid memory leak.
48456         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48457         fts->fts_options to see which union member to use.
48458
48459 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48460
48461         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
48462         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
48463
48464 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48465
48466         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
48467
48468 2005-05-20  Jim Meyering  <jim@meyering.net>
48469
48470         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
48471         Now a macro, to pacify GCC.
48472
48473 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48474
48475         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
48476         of -1.
48477
48478 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48479
48480         * lib/chown.c (rpl_chown): Return -1 on failure.
48481
48482 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48483
48484         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
48485         Don't check for stddef.h.
48486         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
48487         don't use its results.
48488         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
48489         since we include them unconditionally.  Don't require
48490         AM_STDBOOL_H, since stdbool is a prerequisite.
48491         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
48492         since we assume C89 or better.
48493         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
48494         as we don't use their results.
48495         Don't check for fchdir, memmove, memset, strrchr, as we use
48496         them unconditionally.
48497         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
48498         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
48499
48500 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48501
48502         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
48503         Include <stddef.h> unconditionally, since we assume C89 now.
48504         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
48505         * lib/fts.c: Include fts_.h first, to check interface.
48506         Do not include intprops.h; no longer needed.
48507         Include cycle-check.h and hash.h, since fts_.h no longer does.
48508         Remove unnecessary casts of closedir to void.
48509         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
48510         decide whether to decrement nlinks.
48511         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
48512         (FTS): Use struct hash_table * instead of Hash_table, so that
48513         we no longer need to include hash.h here.
48514
48515 2005-05-18  Jim Meyering  <jim@meyering.net>
48516
48517         * modules/dirfd (License): Change to LGPL.  Most of the code
48518         is already in the public domain.
48519
48520 2005-05-18  Jim Meyering  <jim@meyering.net>
48521
48522         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
48523         Reported by Yoann Vandoorselaere.
48524
48525 2005-05-17  Jim Meyering  <jim@meyering.net>
48526
48527         * m4/fts.m4: New file, from coreutils.
48528
48529 2005-05-17  Jim Meyering  <jim@meyering.net>
48530
48531         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48532
48533 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48534
48535         Sync from coreutils.
48536         * m4/unlinkdir.m4: New file.
48537
48538 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48539
48540         Sync from coreutils.
48541         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48542         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48543         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48544         White space changes only.
48545         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48546         special.
48547         * lib/yesno.c: Include getline.h, not ctype.h.
48548         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48549         Use getline to remove arbitrary restriction on response length.
48550
48551 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48552
48553         * config/srclist-update: Spell out "Street" in FSF postal
48554         mail address; this is the style the FSF seems to prefer.
48555
48556         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48557         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48558         this updates FSF postal mail address.
48559
48560         Sync from coreutils.
48561         * modules/unlinkdir: New file.
48562         * modules/yesno (Depends-on): Add getline.
48563         * MODULES.html.sh (File system functions): Add unlinkdir.
48564
48565 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48566
48567         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48568         lib/strsep.h:
48569         Change the initial comment to refer to GPL, not LGPL.
48570         gnulib-tool will change it to LGPL as needed.
48571
48572         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48573         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48574         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48575         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48576         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48577         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48578         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48579         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48580         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48581         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48582         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48583         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48584         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48585         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48586         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48587         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48588         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48589         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48590         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48591         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48592         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48593         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48594         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48595         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48596         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48597         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48598         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48599         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48600         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48601         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48602         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48603         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48604         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48605         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48606         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48607         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48608         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48609         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48610         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48611         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48612         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48613         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48614         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48615         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48616         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48617         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48618         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48619         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48620         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48621         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48622         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48623         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48624         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48625         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48626         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48627         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48628         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48629         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48630         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48631         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48632         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48633         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48634         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48635         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48636         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48637         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48638         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48639         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48640         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48641         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48642         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48643         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48644         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48645         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48646         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48647         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48648         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48649         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48650         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48651         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48652         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48653         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48654         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48655         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48656         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48657         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48658         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48659         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48660         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48661         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48662         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48663         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48664         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48665         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48666         lib/yesno.c, lib/yesno.h:
48667         Update FSF postal mail address.
48668
48669 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48670
48671         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
48672         tests/test-memmem.c, tests/test-stpncpy.c:
48673         Update FSF postal mail address.
48674
48675 2005-05-13  Bruno Haible  <bruno@clisp.org>
48676
48677         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
48678         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
48679         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
48680         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
48681         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
48682         Add support for 64-bit integers in the MSVC compiler.
48683
48684 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48685
48686         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
48687
48688 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
48689
48690         * gnulib-tool (func_import): Sort and uniquify recommended includes.
48691
48692 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * doc/getdate.texi (General date syntax): Don't say that date
48695         date --iso-8601=ns generates acceptable dates; it doesn't yet.
48696         Problem reported by Nic Ferrier.
48697
48698 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48699
48700         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
48701         specified in ai_socktype. Fix invalid ai_protocol
48702         check. ai_protocol is usually set to 0 or depending on
48703         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
48704         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
48705         ai_socktype / ai_protocol in the returned addrinfo structure.
48706
48707 2005-05-10  Simon Josefsson  <jas@extundo.com>
48708
48709         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
48710         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48711
48712 2005-05-10  Karl Berry  <karl@gnu.org>
48713
48714         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
48715         (from http://www.gnu.org/licenses).
48716         * doc/COPYING.LIB: also rename to COPYING.LESSER.
48717         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
48718         fdl.texi suffices.
48719
48720 2005-05-10  Karl Berry  <karl@gnu.org>
48721
48722         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
48723         (COPYING.DOC): remove.
48724
48725         * config/srclist-update: new FSF address.
48726
48727 2005-05-10  Derek Price  <derek@ximbiot.com>
48728
48729         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
48730         possible.
48731
48732 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48733             Bruno Haible  <bruno@clisp.org>
48734
48735         * modules/inet_ntop: New file.
48736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48737         inet_ntop.
48738
48739 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48740             Bruno Haible  <bruno@clisp.org>
48741
48742         * m4/inet_ntop.m4: New file.
48743
48744 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48745             Bruno Haible  <bruno@clisp.org>
48746
48747         * lib/inet_ntop.h: New file.
48748         * lib/inet_ntop.c: New file, from glibc with modifications.
48749
48750 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
48751
48752         * modules/time_r (License): Change to LGPL.
48753         * modules/extensions (License): Change to LGPL.  Actually,
48754         the license is more permissive than that, but currently gnulib-tool
48755         doesn't know how to handle more-permissive licenses.
48756
48757         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
48758         Problem reported by Dave Love.
48759
48760 2005-05-08  Jim Meyering  <jim@meyering.net>
48761
48762         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
48763         blank.
48764
48765 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48766
48767         * modules/argmatch (Depends-on): Add stdbool.
48768         * modules/backupfile (Depends-on): Likewise.
48769         * modules/chdir-long (Depends-on): Likewise.
48770         * modules/closeout (Depends-on): Likewise.
48771         * modules/cycle-check (Depends-on): Likewise.
48772         * modules/dirname (Depends-on): Likewise.
48773         * modules/fnmatch (Depends-on): Likewise.
48774         * modules/fsusage (Depends-on): Likewise.
48775         * modules/fwriteerror (Depends-on): Likewise.
48776         * modules/getcwd (Depends-on): Likewise.
48777         * modules/getloadavg (Depends-on): Likewise.
48778         * modules/hard-locale (Depends-on): Likewise.
48779         * modules/makepath (Depends-on): Likewise.
48780         * modules/mountlist (Depends-on): Likewise.
48781         * modules/nanosleep (Depends-on): Likewise.
48782         * modules/posixtm (Depends-on): Likewise.
48783         * modules/quotearg (Depends-on): Likewise.
48784         * modules/readtokens (Depends-on): Likewise.
48785         * modules/readtokens0 (Depends-on): Likewise.
48786         * modules/readutmp (Depends-on): Likewise.
48787         * modules/save-cwd (Depends-on): Likewise.
48788         * modules/strftime (Depends-on): Likewise.
48789         * modules/userspec (Depends-on): Likewise.
48790         * modules/utimecmp (Depends-on): Likewise.
48791         * modules/xgetcwd (Depends-on): Likewise.
48792         * modules/xnanosleep (Depends-on): Likewise.
48793         * modules/xstrtod (Depends-on): Likewise.
48794         * modules/yesno (Depends-on): Likewise.
48795
48796 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
48797
48798         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
48799         needless checks.
48800
48801 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48802
48803         Merge from coreutils.  Among other things,
48804         add bulletproofing for cases where stdin, stdout, or stderr are closed.
48805         * lib/fd-safer.c: New file.
48806         * lib/fcntl-safer.h, open-safer.c: Remove.
48807         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
48808         * lib/dup-safer.c: Include unistd-safer.h first.
48809         Don't include errno.h.
48810         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
48811         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
48812         * lib/file-type.c: Rely on file-type.h change.
48813         * lib/getloadavg.c: Include unistd-safer.h.
48814         (getloadavg): Use safer open.
48815         * lib/getusershell.c: Include "stdio-safer.h".
48816         (getusershell): Use safer fopen.
48817         * lib/long-options.c (long_options): Use NULL rather than 0.
48818         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
48819         'free'.
48820         * lib/modechange.c: Likewise.
48821         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
48822         (MODE_DONE): New constant.
48823         (struct mode_change): Remove 'next' member.
48824         (make_node_op_equals): New function; like the old one of the
48825         same name, except it allocates an array.
48826         (mode_compile, mode_create_from_ref): Use it.
48827         (mode_compile): Allocate result as an array, not a linked list.
48828         Parse octal string ourself, so that we catch mistakes like "+0".
48829         (mode_adjust): Arg is an array, not a linked list.
48830         * lib/modechange.c: Include stat-macros.h, xalloc.h.
48831         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
48832         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
48833         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
48834         Remove.  This is now stat-macros.h's job.
48835         (talloc): Remove.  All callers replaced by xalloc, so that
48836         our invokers don't have to worry about reporting memory failures.
48837         (make_node_op_equals): Remove.
48838         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48839         New constants.
48840         (struct mode_change): Moved here from modechange.h.
48841         (mode_append_entry): Remove.
48842         (mode_compile): Remove MASKED_OPS arg, since it encouraged
48843         apps to have incorrect behavior.  Use simpler algorithm for head
48844         and tail.  Don't futz with umask; that's now the job of mode_adjust.
48845         Detect more invalid usages rather than having somewhat-random behavior.
48846         Don't insert an "a=" action, as that leads to incorrect behavior.
48847         (mode_compile, mode_create_from_ref): Return NULL on error instead
48848         of an enum, since now there's only one way to have an error.  All
48849         callers changed.
48850         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
48851         at the correct time.  Simplify calculation of "+u" and its ilk.
48852         Don't mishandle "+X".
48853         (mode_free): Remove "register" and localize decls.
48854         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48855         (struct mode_change): Move to modechange.c; callers don't
48856         need to see this stuff.
48857         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
48858         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
48859         (mode_change, mode_adjust): Reflect the new signatures noted above.
48860         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
48861         that might redefine system include files.
48862         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
48863         (my_usleep): Use NULL rather than (void *) 0.
48864         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
48865         Use siginterrupt to specify that system calls should be interrupted.
48866         (rpl_nanosleep): Move initialization of suspended closer to call of
48867         my_usleep.
48868         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
48869         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
48870         (desirable_utmp_entry): New function.
48871         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
48872         using x2nrealloc, to simplify logic.
48873         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
48874         size calculation.  Do not assume utmp file is a regular file.
48875         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
48876         (READ_UTMP_CHECK_PIDS): New constant.
48877         * lib/save-cwd.c: Include unistd-safer.h.
48878         (save_cwd): Use fd_safer.
48879         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
48880         [!_LIBC] Include "stat-macros.h" instead.
48881         * lib/unistd-safer.h (fd_safer): New decl.
48882
48883 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48884
48885         * modules/getloadavg (Depends-on): Add unistd-safer.
48886         * modules/getusershell (Depends-on): Add stdio-safer.
48887         * modules/lstat (Depends-on): Remove xalloc.
48888         * modules/mkstemp (Depends-on): Add stat-macros.
48889         * modules/modechange (Depends-on): Remove xstrtol.
48890         Add stat-macros, xalloc.
48891         * modules/save-cwd (Depends-on): Add unistd-safer.
48892         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
48893         * modules/unistd-safer (Files): Add lib/fd-safer.c
48894         (Makefile.am): Remove lib_SOURCES.
48895
48896         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
48897         Remove fcntl-safer; unistd-safer supersedes it.
48898
48899 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48900
48901         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
48902         AC_HEADER_STAT.
48903         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
48904         (gl_PREREQ_CHOWN): Remove.
48905         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
48906         it.  Don't require AC_HEADER_STAT.
48907         (gl_PREREQ_LSTAT): Remove.
48908         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
48909         Don't require AC_HEADER_STAT.
48910         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
48911         (gl_PREREQ_RMDIR): Remove.
48912         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
48913         mention stat-macros.h or AC_HEADER_STAT, since we'll make
48914         the stat-macros module a prerequisite.
48915         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
48916         * m4/filemode.m4 (gl_FILEMODE): Likewise.
48917         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
48918         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
48919         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
48920         variable names.
48921         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
48922         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
48923         variable prefixes.
48924         * m4/fcntl-safer.m4: Remove.
48925         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
48926         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
48927         Invoke gl_PREREQ_FD_SAFER.
48928         (gl_PREREQ_FD_SAFER): New macro.
48929         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
48930         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
48931         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
48932         Remove duplicate call to AC_LIBOBJ(readutmp).
48933         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
48934
48935         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
48936         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
48937
48938 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48939
48940         * MODULES.html.sh (Misc): Add byteswap.
48941
48942 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48943
48944         * modules/getcwd (Depends-on): Add extensions.
48945         * modules/openat (Depends-on): Likewise.
48946
48947 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48948
48949         * modules/byteswap: New file.
48950
48951 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48952
48953         * m4/byteswap.m4: New file.
48954
48955 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48956
48957         * lib/byteswap_.h: New file.
48958
48959 2005-04-25  Karl Berry  <karl@gnu.org>
48960
48961         * m4/gettext.m4: Update from GNU gettext 0.14.4.
48962
48963 2005-04-25  Albert Chin  <china@thewrittenword.com>
48964
48965         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
48966         Toolkit C bug.
48967
48968 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
48969
48970         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
48971         (func_ln_if_changed) Remove forcibly for no error message
48972         in case file does not exist.
48973
48974 2005-04-19  Simon Josefsson  <jas@extundo.com>
48975
48976         * gnulib-tool (Options): Make --symlink mean --symbolic.
48977
48978 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
48979
48980         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
48981
48982 2005-04-16  Simon Josefsson  <jas@extundo.com>
48983
48984         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
48985
48986 2005-04-15  Simon Josefsson  <jas@extundo.com>
48987
48988         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
48989
48990 2005-04-15  Simon Josefsson  <jas@extundo.com>
48991
48992         * gnulib-tool: Rename --symlink to --symbolic.
48993
48994 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
48995
48996         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
48997         symbolic links to files instead of copying/moving.  Add --aux-dir,
48998         specifying directory relative --dir where auxiliary build tools
48999         are placed.
49000
49001 2005-04-14  Bruno Haible  <bruno@clisp.org>
49002
49003         * modules/allocsa (License): Change to LGPL.
49004         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
49005
49006 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
49007
49008         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
49009         that "UTC +1 second" continues to work.  Problem reported
49010         by Dmitry V. Levin.
49011         (relunit_snumber): New rule.
49012         (relunit): Use it.
49013
49014 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
49015
49016         * lib/getdate.y (universal_time_zone_table): New constant.
49017         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
49018         universal_time_zone_table.
49019         (lookup_zone): Prefer universal_time_zone_table to
49020         local_time_zone_table, so that "GMT" time stamps are allowed in
49021         London during the summer.  Problem reported by Ian Abbott.
49022
49023 2005-04-12  Jim Meyering  <jim@meyering.net>
49024
49025         * lib/human.c (humblock): Set *options even when returning due to
49026         xstrtoumax conversion failure.  Thanks to a used-uninitialized
49027         warning from gcc-4.
49028
49029 2005-04-09  Jim Meyering  <jim@meyering.net>
49030
49031         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
49032         -Wuninitialized: initialize tm0.tm_year.
49033
49034 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
49035
49036         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
49037         count, since there's no maximum.  All uses changed.
49038         Add member dsts_seen.
49039         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
49040         not being INT_MAX.
49041         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
49042         Use pc_rels_seen to decide whther a date is absolute.
49043
49044         * lib/getdate.y (number): Don't overwrite year.
49045         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
49046         check.
49047
49048 2005-04-02  Simon Josefsson  <jas@extundo.com>
49049
49050         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
49051         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
49052
49053 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
49054
49055         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
49056         where no absolute path name can be longer than PATH_MAX.
49057
49058 2005-03-27  Jim Meyering  <jim@meyering.net>
49059
49060         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
49061
49062 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
49063
49064         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
49065         "one's complement" -> "ones' complement" in comment, as per Knuth.
49066         "value of type" -> "type or expression" in comment.
49067         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
49068
49069 2005-03-26  Jim Meyering  <jim@meyering.net>
49070
49071         Comment nits.
49072         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
49073         Correct typos: s/or/of/.
49074
49075 2005-03-26  Jim Meyering  <jim@meyering.net>
49076
49077         * modules/check-include-files: Move to ../ and rename to...
49078         * check-module: ...this.
49079
49080 2005-03-25  Jim Meyering  <jim@meyering.net>
49081
49082         * modules/xvasprintf (Files): Add xalloc.h.
49083
49084 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
49085
49086         * modules/gettext (Files): config/config.rpath ->
49087         build-aux/config.rpath
49088         * modules/iconv (Files): Likewise.
49089         Problem reported by Oskar Liljeblad.
49090
49091 2005-03-23  Jim Meyering  <jim@meyering.net>
49092
49093         * modules/check-include-files: New script to check for
49094         missing dependencies, multiple includes, etc.
49095
49096         * modules/c-strtold (Depends-on): Add xalloc.
49097         * modules/c-strtod (Depends-on): Add xalloc.
49098         * modules/hash (Depends-on): Add xalloc.
49099         (Files): Remove lib/xalloc.h.
49100
49101         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
49102         * modules/userspec (Files): Add lib/inttostr.h.
49103
49104 2005-03-23  Jim Meyering  <jim@meyering.net>
49105
49106         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
49107
49108 2005-03-22  Jim Meyering  <jim@meyering.net>
49109
49110         * modules/stat-macros: New module.
49111         * modules/canonicalize, modules/euidaccess, modules/file-type,
49112         * modules/filemode, modules/lchown, modules/makepath,
49113         * modules/rmdir, modules/stat: Depend on new stat-macros module
49114         rather than listing lib/stat-macros.h manually.
49115         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
49116
49117 2005-03-22  Jim Meyering  <jim@meyering.net>
49118
49119         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
49120
49121 2005-03-22  Bruno Haible  <bruno@clisp.org>
49122
49123         * config/srclist.txt: Replace target directory 'config' with
49124         'build-aux'.
49125         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
49126         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
49127         ../build-aux/.
49128
49129 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
49130
49131         * modules/chdir-long (Depends-on): Add mempcpy.
49132
49133         * modules/acl, modules/backupfile, modules/c-strtod,
49134         modules/c-strtold, modules/canon-host, modules/canonicalize,
49135         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
49136         modules/exclude, modules/exitfail, modules/file-type,
49137         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
49138         modules/getdate, modules/getline, modules/getpagesize,
49139         modules/getpass, modules/getugroups, modules/group-member,
49140         modules/hard-locale, modules/hash, modules/human, modules/idcache,
49141         modules/inttostr, modules/long-options, modules/makepath,
49142         modules/md5, modules/memcasecmp, modules/memcoll,
49143         modules/modechange, modules/mountlist, modules/path-concat,
49144         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
49145         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
49146         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
49147         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
49148         modules/strftime, modules/strndup, modules/strverscmp,
49149         modules/timespec, modules/unlocked-io, modules/userspec,
49150         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
49151         modules/yesno:
49152         Remove lib_SOURCES line from Makefile.am section, as this is now
49153         done automatically by the corresponding Autoconf macro.
49154
49155 2005-03-21  Jim Meyering  <jim@meyering.net>
49156
49157         Changes imported from coreutils.
49158
49159         * lib/cycle-check.c: Don't include xalloc.h.
49160
49161         * lib/path-concat.c: Don't include assert.h.
49162         (path_concat): Remove assertion that would have triggered
49163         for ABASE starting with more than one slash.
49164         Reported by Andreas Schwab.
49165
49166         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
49167         properly when ABASE is an absolute file name.
49168         Correct the description of this function.
49169         Include <assert.h>.
49170         Add an assertion and a test driver.
49171         This fixes a bug introduced on 2004-07-02.
49172         Andreas Schwab reported the resulting failure of cp --parents:
49173         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
49174
49175 2005-03-21  Jim Meyering  <jim@meyering.net>
49176
49177         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
49178         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
49179
49180 2005-03-21  Jim Meyering  <jim@meyering.net>
49181         and  Paul Eggert  <eggert@cs.ucla.edu>
49182
49183         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
49184         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
49185         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
49186         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
49187         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
49188         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
49189         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
49190         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
49191         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
49192         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
49193         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
49194         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
49195         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
49196         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
49197         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
49198         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
49199         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
49200         for these modules.
49201
49202 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
49203
49204         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
49205         (which shouldn't happen), generate nothing instead of returning 0
49206         immediately, so that nstrftime (NULL, ...) doesn't return 0.
49207
49208 2005-03-16  Bruno Haible  <bruno@clisp.org>
49209
49210         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
49211         HAVE_LONGLONG_64BIT.
49212
49213 2005-03-16  Bruno Haible  <bruno@clisp.org>
49214
49215         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
49216         HAVE_LONGLONG_64BIT.
49217
49218 2005-03-16  Bruno Haible  <bruno@clisp.org>
49219
49220         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
49221         HAVE_LONGLONG_64BIT.
49222
49223 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49224
49225         * lib/strftime.c (my_strftime): Prepend space to format so that we can
49226         reliably distinguish strftime failure from empty output on POSIX
49227         hosts.
49228
49229 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49230
49231         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
49232         (iconv_string): Don't guess a size-zero buffer, as that might cause
49233         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
49234         result would be 'too large', where 'too large' is (heuristically)
49235         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
49236         overflow concerns.  This will prevent some unwanted malloc failures
49237         when the inputs are very large.
49238
49239 2005-03-15  Karl Berry  <karl@gnu.org>
49240
49241         * config/srclist.txt (config.rpath): from gettext.
49242         * config/config.rpath: update.
49243
49244 2005-03-15  Bruno Haible  <bruno@clisp.org>
49245
49246         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
49247         to 'negate'.
49248
49249         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
49250         variable.
49251
49252         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
49253         results.
49254
49255 2005-03-14  Simon Josefsson  <jas@extundo.com>
49256
49257         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
49258         <fx@gnu.org>.
49259
49260 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
49261
49262         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
49263         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
49264         intprops.h.
49265         * lib/strtol.c: Likewise.
49266
49267 2005-03-14  Jim Meyering  <jim@meyering.net>
49268
49269         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
49270         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
49271         to be nonzero so that we (and caller) can detect the difference
49272         between a valid zero-length expansion and an error return, even
49273         when the underlying strftime fails before writing anything into
49274         that location.
49275
49276 2005-03-14  Bruno Haible  <bruno@clisp.org>
49277
49278         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
49279         Update from GNU gettext 0.14.3.
49280
49281 2005-03-10  Jim Meyering  <jim@meyering.net>
49282
49283         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
49284
49285 2005-03-10  Jim Meyering  <jim@meyering.net>
49286
49287         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
49288         so that this module works on systems without fchdir.
49289
49290 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49291
49292         Factor int-properties macros into a single file, except for
49293         glibc-related files.
49294         * lib/intprops.h: New file.
49295         * lib/getloadavg.c: Include it instead of limits.h.
49296         (INT_STRLEN_BOUND): Remove.
49297         * lib/human.c: Include intprops.h.
49298         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
49299         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
49300         302/1000.
49301         * lib/inttostr.h: Include intprops.h instead of limits.h.
49302         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
49303         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
49304         for consistency with intprops.h.
49305         (time_t_is_integer, twos_complement_arithmetic): Use them.
49306         * lib/sig2str.h: Include <signal.h>, intprops.h.
49307         (INT_STRLEN_BOUND): Remove.
49308         * lib/strftime.c (TYPE_SIGNED): Remove.
49309         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
49310         * lib/strtol.c: Adjust comments to match intprops.h.
49311         * lib/userspec.c: Include intprops.h.
49312         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
49313         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
49314         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
49315         instead of rolling our own expressions.
49316         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
49317
49318         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
49319         instead of int.
49320         (my_strftime): Do not mishandle years close to INT_MAX, by doing
49321         the right thing even if adding 1900 would overflow.  Similarly
49322         for tm_mon + 1 and tm_yday + 1.
49323         Make %Y always equivalent to %C%y, and similarly for %G and %g.
49324         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
49325         (DO_SIGNED_NUMBER): New macro.
49326         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
49327
49328 2005-03-07  Bruno Haible  <bruno@clisp.org>
49329
49330         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
49331
49332 2005-03-07  Bruno Haible  <bruno@clisp.org>
49333
49334         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
49335
49336 2005-03-04  Derek R. Price  <derek@ximbiot.com>
49337
49338         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
49339         (func_import): Only replace files via --import when they have actually
49340         changed.
49341
49342 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49343
49344         * m4/mmap-anon.m4: New file.
49345         * m4/pagealign_alloc.m4: New file.
49346
49347 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49348             Bruno Haible  <bruno@clisp.org>
49349
49350         * modules/pagealign_alloc: New file.
49351         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
49352
49353 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49354             Bruno Haible  <bruno@clisp.org>
49355
49356         * lib/pagealign_alloc.h: New file.
49357         * lib/pagealign_alloc.c: New file.
49358
49359 2005-03-03  Bruno Haible  <bruno@clisp.org>
49360
49361         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
49362         Use an all-permissive copyright notice, recommended by RMS.
49363
49364 2005-03-02  Bruno Haible  <bruno@clisp.org>
49365
49366         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
49367         of AIX, the replacement has to be done only after <string.h> is
49368         included, therefore not in config.h. stpncpy.h does the replacement,
49369         and stpncpy.c uses it.
49370
49371 2005-03-02  Bruno Haible  <bruno@clisp.org>
49372
49373         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49374         stpncpy.c uses it.
49375
49376 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49377
49378         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
49379         The workaround isn't strictly needed for POSIX conformance, and
49380         it's too much of a pain to configure and maintain.  We'll ask
49381         people to fix their kernels instead.
49382         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
49383         (NANOSLEEP_BUG_WORKAROUND): Remove.
49384         (xnanosleep): Remove the workaround.
49385
49386 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49387
49388         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
49389         Reported by Derek Price.
49390         (Include): Add "timespec.h".
49391
49392         * modules/xnanosleep (Depends-on): Remove gethrxtime.
49393
49394 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49395
49396         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
49397         to detect nanosleep bug.
49398
49399 2005-03-01  Bruno Haible  <bruno@clisp.org>
49400
49401         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
49402
49403 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49404
49405         * modules/gethrxtime: New file.
49406         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
49407         (Depends-on): Add gethrxtime.
49408         (configure.ac): Add gl_XNANOSLEEP.
49409         (Makefile.am): Remove lib_SOURCES line.
49410
49411 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49412
49413         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
49414         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
49415
49416 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49417
49418         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
49419         * lib/timespec.h (gettime): Return void, since it always
49420         succeeds now.  All uses changed.
49421         * lib/gettime.c (gettime) Likewise.
49422         [HAVE_NANOTIME]: Prefer nanotime.
49423         Assume gettimeofday succeeds, as POSIX requires.
49424         Assime time () succeeds, since other code already does.
49425         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
49426         (timespec_subtract): Remove.
49427         (NANOSLEEP_BUG_WORKAROUND): New constant.
49428         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
49429         things considerably.  Use it only on GNU/Linux hosts, since the
49430         workaround shouldn't be needed elsewhere.
49431
49432 2005-02-24  Bruno Haible  <bruno@clisp.org>
49433
49434         * modules/gettext (Files): Add m4/glibc2.m4.
49435
49436 2005-02-24  Bruno Haible  <bruno@clisp.org>
49437
49438         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
49439         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
49440         * m4/progtest.m4:
49441         Update from GNU gettext 0.14.2.
49442         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
49443
49444 2005-02-24  Bruno Haible  <bruno@clisp.org>
49445
49446         * lib/localcharset.c: Update from GNU gettext 0.14.2.
49447         * lib/config.charset: Update from GNU gettext 0.14.2.
49448
49449 2005-02-24  Bruno Haible  <bruno@clisp.org>
49450
49451         * lib/gettext.h: Update from GNU gettext 0.14.2.
49452
49453 2005-02-23  Simon Josefsson  <jas@extundo.com>
49454
49455         * m4/iconvme.m4: New file.
49456
49457 2005-02-23  Jim Meyering  <jim@meyering.net>
49458
49459         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
49460         change.
49461         Thanks to Bruno Haible for catching it.
49462
49463 2005-02-22  Simon Josefsson  <jas@extundo.com>
49464
49465         * modules/iconvme: New file.
49466
49467         * MODULES.html.sh: Add iconvme.
49468
49469 2005-02-22  Simon Josefsson  <jas@extundo.com>
49470
49471         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
49472
49473 2005-02-22  Simon Josefsson  <jas@extundo.com>
49474
49475         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
49476
49477 2005-02-22  Jim Meyering  <jim@meyering.net>
49478
49479         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
49480         s/ifndef/ifdef/.
49481
49482 2005-02-20  Neil Conway  <neilc@samurai.com>
49483
49484         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
49485         returned by OSX/Darwin if the specified buffer is not large
49486         enough for the hostname.
49487
49488 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49489
49490         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
49491         pass it to _help, otherwise the latter coredumps trying to
49492         dereference state.root_argp.
49493
49494 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49495
49496         * modules/chdir-long (Depends-on): Add memrchr.
49497         * modules/memrchr (Files): Add lib/memrchr.h.
49498         (Include): "memrchr.h".
49499
49500 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49501
49502         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
49503
49504 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49505
49506         * lib/memrchr.h: New file.
49507         * lib/chdir-long.c: Include it.
49508         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
49509         Don't bother including stddef.h.
49510
49511 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
49512
49513         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
49514         inclusion.
49515         Include <sys/types.h>, for dev_t.
49516         (ME_DUMMY, ME_REMOTE): Move from here....
49517         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
49518         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
49519         Dmitry V. Levin.
49520         Include mountlist.h first, to test the interface.
49521
49522 2005-01-29  Bruno Haible  <bruno@clisp.org>
49523
49524         * lib/progname.c (program_name): Initialize.
49525         Needed when linking statically on MacOS X.
49526
49527 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49528
49529         Sync from coreutils.
49530         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49531         (Depends-on): Add c-strtod.
49532         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49533
49534 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49535
49536         Sync from coreutils.
49537         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49538
49539         Remove files that are specific to coreutils.
49540         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49541
49542 2005-01-28  Bruno Haible  <bruno@clisp.org>
49543
49544         * modules/javacomp: New file.
49545         * MODULES.html.sh (Java): Add javacomp.
49546
49547 2005-01-28  Bruno Haible  <bruno@clisp.org>
49548
49549         * m4/javacomp.m4: New file, from GNU gettext.
49550
49551 2005-01-28  Bruno Haible  <bruno@clisp.org>
49552
49553         * lib/javacomp.sh.in: New file, from GNU gettext.
49554         * lib/javacomp.h: New file, from GNU gettext.
49555         * lib/javacomp.c: New file, from GNU gettext.
49556
49557 2005-01-26  Simon Josefsson  <jas@extundo.com>
49558
49559         * lib/gai_strerror.c: Use GPL in header.
49560
49561 2005-01-26  Bruno Haible  <bruno@clisp.org>
49562
49563         * modules/javaexec: New file.
49564         * MODULES.html.sh (Java): Add javaexec.
49565
49566 2005-01-26  Bruno Haible  <bruno@clisp.org>
49567
49568         * m4/javaexec.m4: New file, from GNU gettext.
49569
49570 2005-01-26  Bruno Haible  <bruno@clisp.org>
49571
49572         * lib/javaexec.sh.in: New file, from GNU gettext.
49573         * lib/javaexec.h: New file, from GNU gettext.
49574         * lib/javaexec.c: New file, from GNU gettext.
49575
49576 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49577
49578         * modules/lchown (Depends-on): Remove lchown.h
49579
49580 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49581
49582         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49583         must be defined if the header file was not found, in order
49584         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49585
49586 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49587
49588         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49589         initializers for struct pentry_state.
49590         (__argp_error): Check return value of __asprintf
49591         (__argp_failure): Translate error message
49592
49593         * lib/argp-parse.c: Removed braces around the expansion of N_()
49594
49595 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49596
49597         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49598         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49599         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49600         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49601         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49602         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49603         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49604         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49605         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49606         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49607         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49608         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49609         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49610         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49611         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49612         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49613         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49614         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49615         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49616         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49617         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49618         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49619         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49620         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49621         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49622         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49623         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49624         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49625         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49626         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49627         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49628         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49629         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49630         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49631         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49632         Use an all-permissive copyright notice, recommended by RMS.
49633
49634 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49635
49636         * modules/chdir-long (Depends-on): Remove mempcpy.
49637
49638 2005-01-21  Jim Meyering  <jim@meyering.net>
49639
49640         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49641         same value as for Solaris 9.
49642
49643         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49644         component length.  This included changing the parameter to be
49645         of type `char *' rather than `char const *'.
49646         * lib/chdir-long.h (chdir_long): Update prototype.
49647
49648         * lib/openat.c (fdopendir, fstatat): New functions.
49649         * lib/openat.h: Include headers required for use of DIR and struct
49650         stat.
49651         [AT_SYMLINK_NOFOLLOW]: Define.
49652         (fdopendir, fstatat): Add prototypes.
49653
49654 2005-01-21  Bruno Haible  <bruno@clisp.org>
49655
49656         * modules/classpath: New file.
49657         * MODULES.html.sh (Java): Add classpath.
49658
49659 2005-01-21  Bruno Haible  <bruno@clisp.org>
49660
49661         * lib/classpath.h: New file, from GNU gettext.
49662         * lib/classpath.c: New file, from GNU gettext.
49663
49664 2005-01-20  Simon Josefsson  <jas@extundo.com>
49665
49666         * modules/version-etc-fsf: New file.
49667
49668 2005-01-20  Simon Josefsson  <jas@extundo.com>
49669
49670         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49671         * lib/version-etc.c: Remove version_etc_copyright.
49672         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
49673         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
49674
49675 2005-01-20  Simon Josefsson  <jas@extundo.com>
49676
49677         * lib/base64.h (isbase64): Add.
49678
49679         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
49680         using a unsigned prototype, don't inline.
49681         (base64_decode): Use it.
49682
49683 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49684
49685         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
49686         it.
49687
49688 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49689
49690         * lib/save-cwd.c (save_cwd): Remove code to support the case
49691         where fchdir is missing or flaky.
49692
49693 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49694
49695         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
49696
49697 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49698
49699         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
49700         AC_LIBSOURCES now does this.
49701         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
49702         with new ullong_max module.
49703
49704 2005-01-19  Bruno Haible  <bruno@clisp.org>
49705
49706         * modules/sh-quote: New file.
49707         * MODULES.html.sh (Executing programs): Add sh-quote.
49708
49709 2005-01-19  Bruno Haible  <bruno@clisp.org>
49710
49711         * lib/sh-quote.h: New file, from GNU gettext.
49712         * lib/sh-quote.c: New file, from GNU gettext.
49713
49714 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49715
49716         Merge from coreutils.
49717         * m4/ullong_max.m4: New file.
49718         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
49719         (gl_MACROS): Assume localeconv exists.
49720
49721 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49722
49723         Merge changes from coreutils, as described below in several
49724         changelogs dated today.
49725
49726         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
49727         (O_DIRECTORY): Remove; not needed here, since "." must be
49728         a directory.  All uses removed.
49729         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
49730         universal on Suns, and we also need to test for IRIX.
49731         Revamp code to use 'if' rather than '#if'.
49732         Avoid unnecessary comparison of cwd->desc to 0.
49733
49734         * lib/utimens.c (futimens): Robustify the previous patch, by checking
49735         for known valid error numbers rather than observed invalid ones.
49736
49737 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49738
49739         * modules/ullong_max: New file.
49740
49741         * modules/chdir-long, modules/openat: New files.
49742         * modules/save-cwd (Depends-on): Depend on chdir-long.
49743         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
49744
49745 2005-01-18  Jim Meyering  <jim@meyering.net>
49746
49747         Merge from coreutils.
49748         * m4/chdir-long.m4, m4/openat.m4: New files.
49749         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
49750         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
49751         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
49752         is sane and DOES follow symlinks.  Besides, testing 20 different
49753         systems found no broken chown implementations.
49754         Prompted by a change in rsync's copy of this macro.
49755         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
49756
49757         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
49758
49759         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
49760         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
49761         NULL-means-set-to-current-time semantics.
49762         Remove temporary file immediately, rather than waiting
49763         for configure's at-exit trap code to do it.
49764
49765 2005-01-18  Jim Meyering  <jim@meyering.net>
49766
49767         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49768
49769         * lib/utimens.c (futimens): Account for the fact that futimes
49770         can also fail with errno == ENOSYS or errno == ENOENT.
49771         Patch from Dmitry V. Levin.
49772
49773         Change the name of the robust chdir function from chdir to chdir_long.
49774         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
49775         (restore_cwd): Use chdir_long, not chdir.
49776         * lib/chdir-long.c: Renamed from chdir.c.
49777         * lib/chdir-long.h: Renamed from chdir.h.
49778         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
49779         Hurd.
49780
49781 2005-01-18  Bruno Haible  <bruno@clisp.org>
49782
49783         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
49784         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
49785         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
49786         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
49787         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
49788         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
49789         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
49790         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
49791         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
49792         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
49793         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
49794         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
49795         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
49796         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
49797         Use an all-permissive copyright notice, recommended by RMS.
49798
49799 2005-01-18  Bob Proulx  <bob@proulx.com>
49800
49801         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
49802         simplify offsetof() macro construct to avoid compile failure with
49803         native HP-UX 11.0 ANSI C compiler.
49804
49805 2005-01-17  Bruno Haible  <bruno@clisp.org>
49806
49807         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
49808         redundant because stpncpy.m4 takes care of it.
49809
49810 2005-01-17  Bruno Haible  <bruno@clisp.org>
49811
49812         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
49813
49814 2005-01-17  Bruno Haible  <bruno@clisp.org>
49815
49816         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
49817         used.
49818
49819 2005-01-17  Bruno Haible  <bruno@clisp.org>
49820
49821         * lib/fwriteerror.h (fwriteerror): Change specification to include
49822         fclose.
49823         * lib/fwriteerror.c: Include <stdbool.h>.
49824         (fwriteerror): At the end, close the file stream. Record whether
49825         stdout was already closed.
49826
49827 2005-01-17  Bruno Haible  <bruno@clisp.org>
49828
49829         * lib/execute.c (environ): Declare if needed.
49830         * lib/pipe.c (environ): Likewise.
49831         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
49832
49833 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49834
49835         * modules/argp: Depend on vsnprintf
49836
49837 2005-01-10  Jim Meyering  <jim@meyering.net>
49838
49839         * modules/closeout (Depends-on): Add atexit.
49840
49841 2005-01-06  Bruno Haible  <bruno@clisp.org>
49842
49843         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
49844
49845 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49846
49847         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
49848         definitions to be after all include files, to avoid collisions.
49849         Problem reported by Bob Proulx.
49850
49851 2005-01-04  Jim Meyering  <jim@meyering.net>
49852
49853         Changes imported from coreutils.
49854         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
49855         as the mkstemp template, use a temporary directory and an
49856         8.3-friendly template to avoid trouble on systems like DJGPP.
49857         Reported by Juan M. Guerrero via Stepan Kasal.
49858         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
49859         close. Remove the temporary directory right away, rather than waiting
49860         for configure's at-exit trap code to do it.
49861         Suggestion from Stepan Kasal.
49862
49863 2005-01-01  Simon Josefsson  <jas@extundo.com>
49864
49865         * gnulib-tool: Print #include directives when --import'ing.
49866
49867 2004-12-28  Simon Josefsson  <jas@extundo.com>
49868
49869         * tests/test-base64.c: Include required header files.  Remove
49870         unused variables.
49871
49872 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49873
49874         * modules/error (Depends-on): Remove gettext.
49875
49876 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49877
49878         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
49879         not needed.  This removes a dependency on the gettext module.
49880         [defined _LIBC]: Do not include <libintl.h>; not needed.
49881
49882 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49883
49884         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
49885         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
49886
49887 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49888
49889         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
49890         HAVE_DECL_STRTOLD.
49891
49892 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49893
49894         * modules/getdate (Depends-on): Remove alloca-opt.
49895
49896 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49897
49898         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
49899
49900 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49901
49902         * lib/argp-parse.c: Include <stddef.h>.
49903         (alignof, alignto): New macros.
49904         (parser_init): Don't assume that void * is aligned sufficiently
49905         for struct option.
49906
49907         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
49908         need to extend the stack.
49909         (YYINITDEPTH): New macro, so that the initial stack isn't overly
49910         large.
49911
49912 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49913
49914         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
49915
49916 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49917
49918         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
49919         (2004-10-24) change.  Apparently this was a false alarm.
49920
49921         * modules/getdate: Depend on alloca-opt, not alloca.
49922
49923 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49924
49925         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
49926         Remove now-obsolete comment about AIX.
49927         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
49928         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
49929         (YYMAXDEPTH): New macro.
49930
49931 2004-12-18  Simon Josefsson  <jas@extundo.com>
49932
49933         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
49934
49935 2004-12-18  Bruno Haible  <bruno@clisp.org>
49936
49937         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
49938
49939 2004-12-18  Bruno Haible  <bruno@clisp.org>
49940
49941         * lib/fatal-signal.c (fatal_signals): Make non-const.
49942         (init_fatal_signals): New function.
49943         (uninstall_handlers, install_handlers): Ignore signals that were set to
49944         SIG_IGN.
49945         (at_fatal_signal): Call init_fatal_signals.
49946         (init_fatal_signal_set): Likewise. Ignore signals that were set to
49947         SIG_IGN.
49948         Reported by Paul Eggert.
49949
49950 2004-12-18  Bruno Haible  <bruno@clisp.org>
49951
49952         * doc/alloca.texi: New file.
49953         * doc/alloca-opt.texi: New file.
49954
49955 2004-12-17  Jim Meyering  <jim@meyering.net>
49956
49957         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
49958         Otherwise, install-sh could exit with improper exit status when
49959         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
49960
49961 2004-12-16  Simon Josefsson  <jas@extundo.com>
49962
49963         * tests/test-base64.c: Add license.
49964
49965 2004-12-15  Stepan Kasal  <address@hidden>
49966
49967         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
49968
49969 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
49970
49971         * modules/getcwd (Files): Add m4/d-ino.m4.
49972         Suggested by Mark D. Baushke.
49973
49974 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49975
49976         * lib/getdate.y (textint): New member "negative".
49977         (time_zone_hhmm): New function.
49978         Expect 14 shift-reduce conflicts, not 13.
49979         (o_colon_minutes): New rule.
49980         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
49981         (yylex): Set the "negative" member of signed numbers.
49982
49983 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49984
49985         * doc/getdate.texi (Time of day items, Time zone items):
49986         Describe new formats +00:00, UTC+00:00.
49987
49988 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49989
49990         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
49991         spurious "-l"s.  Problem reported by Stepan Kasal.
49992
49993 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
49994
49995         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
49996         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
49997
49998 2004-12-04  Simon Josefsson  <jas@extundo.com>
49999
50000         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
50001         Vandoorselaere <yoann@prelude-ids.org>.
50002
50003 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50004
50005         Changes imported from coreutils.
50006         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
50007         exist.
50008         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
50009
50010 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50011
50012         Changes imported from coreutils.
50013         * lib/hard-locale.c: Assume <locale.h> exists.
50014         Include "strdup.h".
50015         (GLIBC_VERSION): New macro.
50016         (hard_locale): Assume setlocale exists.
50017         Rewrite to avoid #ifdef.
50018         Use strdup rather than malloc + strcpy.
50019         * lib/human.c: Assume <locale.h> exists.
50020         (human_readable): Assume localeconv exists.
50021
50022 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50023
50024         * modules/hard-locale (Depends-on): Add strdup.
50025
50026 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
50027
50028         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
50029         convert T2, not T.  (Imported from libc.)
50030
50031 2004-11-30  Simon Josefsson  <jas@extundo.com>
50032
50033         * modules/restrict (License): Change to LGPL.
50034
50035 2004-11-30  Simon Josefsson  <jas@extundo.com>
50036
50037         * m4/restrict.m4: Add copyright and copying conditions.
50038
50039 2004-11-30  Simon Josefsson  <jas@extundo.com>
50040
50041         * m4/base64.m4: New file.
50042
50043 2004-11-30  Simon Josefsson  <jas@extundo.com>
50044
50045         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
50046         base64.
50047
50048         * tests/test-base64.c: New file.
50049
50050         * modules/base64: New file.
50051
50052 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50053
50054         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
50055         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
50056
50057         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
50058
50059 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50060
50061         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
50062         (__getcwd.c): Don't restore errno; glibc doesn't.
50063         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
50064         first, falling back to our code only if its results look suspicious.
50065         Ensure that the resulting buffer is only as large as necessary.
50066
50067         * lib/readutmp.c: Include readutmp.h first.
50068         Include <errno.h>, since readutmp.h no longer does that.
50069         * lib/readutmp.h: Don't include <errno.h>,
50070         <sys/param.h>, <time.h>; not needed to establish interface.
50071         (errno): Remove decl.
50072         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
50073         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
50074         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
50075
50076 2004-11-28  Simon Josefsson  <jas@extundo.com>
50077
50078         * lib/base64.h, base64.c: New file.
50079
50080 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
50081
50082         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
50083
50084 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
50085
50086         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
50087         (Depends-on): Remove pathmax, same.  Add mempcpy.
50088         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
50089         (Makefile.am): Append getcwd.h to lib_SOURCES.
50090         (Include): Add getcwd.h.
50091         (Maintainer): Change from Jim Meyering to "all, glibc",
50092         since getdate now uses intended-for-glibc code.
50093         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
50094         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
50095
50096 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50097
50098         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
50099         HP's ANSI C compiler.
50100         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
50101         Declaring int functions causes warnings on some modern systems and
50102         shouldn't be needed to compile on ancient ones.
50103         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
50104         defined.
50105
50106         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
50107         with the following changes.
50108         (__set_errno): Parenthesize properly.
50109         Include <stdbool.h>.
50110         (MIN, MAX, MATCHING_INO): New macros.
50111         (__getcwd): Define with prototype, not K&R form.
50112         Use heuristics to allocate default buffer on stack if possible.
50113         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
50114         behavior, and to avoid the PATH_MAX limit when computing
50115         ../../../../...
50116         Use MATCHING_INO to compare inode number to file.
50117         Check for arithmetic overflow in size calculations.
50118         Fix bug in reallocation of dot array that caused getcwd to fail
50119         on directories nested deeper than 75.
50120         Be more careful about saving errno on error.
50121         Do not use realloc; use only free+malloc, as this is a bit
50122         more flexible and avoids a needless copy operation.
50123         Do not inspect st_dev and st_ino for symbolic links; POSIX
50124         doesn't specify the latter.
50125         Check for closedir errors.
50126         Avoid needless casts.
50127         Use "#ifdef weak_alias" around weak_alias, to be like other
50128         glibc code.
50129         The following changes to getcwd.c have effect only when used in
50130         gnulib; they have no effect inside glibc proper.
50131         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
50132         as alloca isn't used.
50133         (alloca, __alloca): Likewise.
50134         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
50135         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50136         unconditionally, as gnulib assumes C89 or better.
50137         Do not include <sys/param.h>.
50138         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
50139         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
50140         better.
50141         (NULL) [!defined NULL]: Remove; we assume C89 or better.
50142         Include <dirent.h> in a way that is compatible with modern Autoconf.
50143         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
50144         New macros, if not already defined.
50145         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
50146         Use "_LIBC", not "defined _LIBC", for consistency.
50147         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
50148         a mempcpy module.
50149         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
50150         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
50151         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
50152         credit only to Jim Meyering and adjust the copyright dates.
50153         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
50154         <stdlib.h>, <unistd.h>, "pathmax.h".
50155         Instead, include "xgetcwd.h" (first) and "getcwd.h".
50156         (INITIAL_BUFFER_SIZE): Remove.
50157         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
50158
50159 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50160
50161         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
50162         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
50163         Use the _ONCE methods, for efficiency.
50164         Check for fcntl.h.  In test program, include <errno.h>
50165         and <fcntl.h> if available.  Remove old K&R cruft from
50166         test program.  Check for common errors in GNU/Linux,
50167         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
50168         don't do AC_LIBOBJ, as that's getcwd.m4's job.
50169         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
50170         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
50171         name accordingly.
50172         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
50173         accommodate new getcwd.c.
50174         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
50175         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
50176         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
50177         that's all we need now.
50178
50179 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50180
50181         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
50182         argp-parse.c depends on getopt internals, that means we should
50183         always use our getopt, to be on the safe side.
50184         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
50185         order not to spoil the result of an eventual previous invocation
50186         of gl_GETOPT_SUBSTITUTE.
50187
50188 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50189
50190         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
50191         redefinition warnings. To avoid them, include the defines
50192         in `#if !defined __need_getopt ... #endif'. The only place
50193         where __getopt_argv_const is used is in definitions
50194         of getopt_long and getopt_long_only below, which are as well
50195         protected by `#ifndef __need_getopt'.
50196         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
50197         __need_getopt after including <stdio.h> and <unistd.h> These
50198         headers might have defined it.
50199
50200 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50201
50202         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
50203
50204 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50205
50206         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
50207         (futimens): New function, which uses futimes if available.
50208         (futimens, utimens): Support timespec==NULL, with same semantics
50209         as utime and utimens.
50210         * lib/utimens.h (futimens): New decl.
50211
50212 2004-11-23  Jim Meyering  <jim@meyering.net>
50213
50214         * lib/getopt_.h: Remove trailing blanks.
50215
50216 2004-11-23  Jim Meyering  <jim@meyering.net>
50217
50218         * lib/__fpending.c: Add comment.
50219
50220 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
50221
50222         * modules/canonicalize (Depends-on): Add xreadlink.
50223         Problem reported by James Youngman.
50224
50225 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
50226
50227         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
50228         New macros.
50229         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
50230         optopt): Use them instead of invoking ## directly; otherwise, the
50231         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
50232
50233 2004-11-19  Bruno Haible  <bruno@clisp.org>
50234
50235         * lib/strtok_r.c: Move comments from here...
50236         * lib/strtok_r.h: ... to here.
50237
50238 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50239
50240         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
50241         implementations that mishandle size_t overflow.
50242
50243 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50244
50245         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
50246         might fail.  Problem reported by Yoann Vandoorselaere.
50247         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
50248         implementations that mishandle size_t overflow.
50249
50250 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50251
50252         * modules/canon-host (Depends-on): Add strdup.
50253
50254 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50255
50256         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
50257
50258 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50259
50260         * lib/canon-host.c: Include "strdup.h".
50261         (canon_host): Use getaddrinfo if available, so that IPv6 works.
50262         Use strdup instead of malloc/strcpy to duplicate strings.
50263
50264         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
50265         (human_space_before_unit): New constant.
50266         * lib/human.c (human_readable): Support it.
50267
50268         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
50269         (xgetcwd): Set errno correctly when failing.
50270         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
50271         the failure is actually due to a PATH_MAX problem.
50272
50273         Further getopt changes to make it more likely that glibc will
50274         buy the changes back.
50275         * lib/getopt.c (POSIXLY_CORRECT): New constant.
50276         (getopt): Use it, so to preserve glibc semantic
50277         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
50278         when compiling for libc.
50279         * lib/getopt_.h (__getopt_argv_const): Bring it back.
50280         (getopt_long, getopt_long_only): Use it.
50281
50282         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50283         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
50284         (getopt): Argv is now char * const *, as per standard.
50285         (_getopt_internal_r, _getopt_internal): Argv is now char **,
50286         not char *__getopt_argv_const *.
50287         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50288         _getopt_long_only_r): Likewise.
50289         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
50290         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50291         _getopt_long_r, _getopt_long_only_r): Likewise.
50292         * lib/getopt_.h (__getopt_argv_const): Remove.
50293         (getopt): Argv is now char * const *, as per standard.
50294
50295         * lib/getdate.y (tORDINAL): New token.
50296         (day, relunit): Allow it for relative times.
50297         (relative_time_table): Use tORDINAL for ordinals.
50298
50299 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50300
50301         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
50302         Document that "second" isn't allowed as an ordinal number.
50303
50304 2004-11-16  Jim Meyering  <jim@meyering.net>
50305
50306         * modules/closeout (Depends-on): Add fpending.
50307
50308 2004-11-15  Jim Meyering  <jim@meyering.net>
50309
50310         * lib/closeout.c: Include "__fpending.h" once again.
50311         Include <stdbool.h>.
50312         (close_stdout): Don't fail just because stdout was closed initially,
50313         since some programs don't write to stdout in the normal course of
50314         operation (other than --version and --help), and we don't want this
50315         function to make e.g. `touch file >&-' fail.
50316         But do fail if it was closed and someone has tried to write to it.
50317         E.g., `printf foo >&-' must fail.
50318
50319 2004-11-13  Jim Meyering  <jim@meyering.net>
50320
50321         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
50322
50323 2004-11-12  Simon Josefsson  <jas@extundo.com>
50324
50325         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
50326         small doc fix is still pending.
50327
50328 2004-11-11  Simon Josefsson  <jas@extundo.com>
50329
50330         * modules/strtok_r: New file.
50331
50332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50333         strtok_r.
50334
50335 2004-11-11  Simon Josefsson  <jas@extundo.com>
50336
50337         * m4/strtok_r.m4: New file.
50338
50339         * m4/getopt.m4: Replace opterr.
50340
50341 2004-11-11  Simon Josefsson  <jas@extundo.com>
50342
50343         * lib/strtok_r.h, strtok_r.c: New file.
50344
50345 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50346
50347         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
50348         of replacing opterr, getopt, etc.  This should handle the
50349         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
50350
50351 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50352
50353         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
50354         we can stop lying to compilers about the constness of argv when we
50355         are compiled outside glibc.
50356         (getopt, getopt_long, getopt_long_only): Use it.
50357         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50358         _getopt_internal, getopt): Likewise.
50359         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50360         _getopt_long_only_r): Likewise.
50361         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50362         _getopt_long_r, _getopt_long_only_r): Likewise.
50363
50364         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
50365         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
50366         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
50367         the other external symbols.
50368         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50369         declaration, since the above renaming now works around collisions.
50370
50371 2004-11-11  Jim Meyering  <jim@meyering.net>
50372
50373         * lib/linebreak.c: Remove trailing blanks.
50374         * lib/alloca_.h: Likewise.
50375         * lib/acosl.c: Likewise.
50376         * lib/euidaccess.c: Likewise.
50377         * lib/allocsa.h: Likewise.
50378
50379 2004-11-10  Simon Josefsson  <jas@extundo.com>
50380
50381         * m4/getaddrinfo.m4: New file.
50382
50383 2004-11-10  Simon Josefsson  <jas@extundo.com>
50384
50385         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
50386
50387 2004-11-10  Simon Josefsson  <jas@extundo.com>
50388
50389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50390         getaddrinfo.
50391
50392         * modules/getaddrinfo: New file.
50393
50394 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50395
50396         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
50397
50398 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50399
50400         * lib/mktime.c (SHR): New macro, which is a portable
50401         substitute for >> that should work even on Crays.
50402         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
50403         Problem reported by Mark D. Baushke in
50404         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
50405         * lib/getdate.y (SHR): Likewise.
50406         (tm_diff): Use it.
50407         * lib/strftime.c (SHR): Likewise.
50408         (tm_diff): Use it.
50409         * lib/quotearg.c (struct quoting_options): Use unsigned int for
50410         quote_these_too, so that right shifts are well defined.  All uses
50411         changed.
50412
50413 2004-11-10  Jim Meyering  <jim@meyering.net>
50414
50415         Ensure that no close failure goes unreported.
50416         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
50417         return early when it seems there's nothing to flush.
50418         Don't include __fpending.h.
50419
50420 2004-11-10  Jim Meyering  <jim@meyering.net>
50421
50422         * modules/closeout (Depends-on): Remove fpending.
50423
50424 2004-11-10  Jim Meyering  <jim@meyering.net>
50425
50426         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
50427
50428 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50429
50430         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
50431         gl_FUNC_STRFTIME.
50432         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
50433         and AC_REQUIRE when possible, to avoid duplicate checks.
50434         Check for <wchar.h>.
50435
50436 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50437
50438         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
50439
50440 2004-11-09  Bruno Haible  <bruno@clisp.org>
50441
50442         * m4/sockpfaf.m4: New file.
50443
50444 2004-11-05  Bruno Haible  <bruno@clisp.org>
50445
50446         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
50447         Reported by Mark D. Baushke <mdb@cvshome.org>.
50448
50449 2004-11-04  Bruno Haible  <bruno@clisp.org>
50450
50451         2004-09-11  Bruno Haible  <bruno@clisp.org>
50452                 * allocsa.valgrind: New file.
50453         2004-02-06  Bruno Haible  <bruno@clisp.org>
50454                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
50455                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
50456                 Reported by Christopher Seip <chris.seip@hp.com>.
50457
50458 2004-11-04  Bruno Haible  <bruno@clisp.org>
50459
50460         * modules/allocsa (Files): Add lib/allocsa.valgrind.
50461         (Makefile.am): Distribute it.
50462
50463 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
50464
50465         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
50466         with errno == ERANGE if the buffer is too small.
50467         Problem reported by Mark D. Baushke.
50468
50469 2004-11-03  Albert Chin  <china@thewrittenword.com>
50470             Paul Eggert  <eggert@cs.ucla.edu>
50471
50472         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
50473         equivalent, substitute $ac_type for equivalent type rather than
50474         blindly using uint32_t *always* which won't work if uint32_t is not
50475         available.  Define _UINT32_T to work around typedef of uint32_t if
50476         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
50477         2.5.1.
50478
50479 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50480
50481         * m4/jm-macros.m4: Sync from coreutils.
50482         (gl_MACROS): Check for mbrlen, for pathchk.
50483         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
50484
50485 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50486
50487         * lib/xreadlink.c (MAXSIZE): New macro.
50488         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
50489         size does not exceed MAXSIZE.  Avoid cast.
50490         As suggested by Mark D. Baushke in
50491         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
50492         if readlink fails with buffer size just under MAXSIZE, try again
50493         with MAXSIZE.
50494
50495 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50496
50497         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
50498
50499 2004-11-02  Derek R. Price  <derek@ximbiot.com>
50500         and  Paul Eggert  <eggert@cs.ucla.edu>
50501
50502         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
50503         (get_date): Overparenthesize to avoid GCC warning.
50504
50505 2004-11-02  Bruno Haible  <bruno@clisp.org>
50506
50507         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
50508         returns void.
50509
50510 2004-11-02  Bruno Haible  <bruno@clisp.org>
50511
50512         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
50513         function returns void.
50514
50515 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50516
50517         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
50518         fflush_unlocked, flockfile, funlockfile, funlockfile,
50519         fputs_unlocked, putc_unlocked.
50520
50521 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50522
50523         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50524         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50525         already declared.
50526
50527 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50528
50529         * modules/getdate (Files): Add doc/getdate.texi.
50530         (Depends-on): Add setenv, xalloc.
50531
50532 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50533
50534         * lib/getdate.y: Add support for TZ="foo" within a date string.
50535         Fix some bugs near time_t boundaries.  Reject dates with
50536         out-of-range components, e.g., "Sept 31".
50537         Include <stdlib.h>, "setenv.h", "xalloc.h".
50538         (ISDIGIT_LOCALE): Remove; unused.
50539         Note that the TZ and time functions used here are not reentrant.
50540         (mktime_ok, get_tz): New functions.
50541         (TZBUFSIZE): New constant.
50542         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50543         This requires that we sometimes generate our own TZ="XXX..." setting.
50544
50545 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50546
50547         * doc/getdate.texi: New file, from coreutils with modifications for
50548         the new TZ parsing.
50549
50550 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50551
50552         * lib/mktime.c (not_equal_tm): Remove redundant check.
50553
50554 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50555
50556         * modules/regex (lib_SOURCES): Add regex.c.
50557         Reported by James Youngman in
50558         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50559
50560 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         * lib/getdate.y: Use Bison 1.875 features, and some minor
50563         code cleanups.  This change does not affect semantics.
50564         Don't include <stdlib.h>; no longer needed.
50565         Don't include unlocked-io.h; only the "#if TEST" code uses
50566         stdio, and performance isn't crucial there.
50567         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50568         Bison 1.875 features as described below.
50569         All uses of "PC." replaced by "pc->".
50570         (YYSTYPE): Add a forward declaration.
50571         (yylex, yyerror): Use full prototypes in forward decls.
50572         Use "%pure-parser" rather than obsolescent "%pure_parser".
50573         Use %parse-param and %lex-param instead of obsolescent
50574         YYPARSE_PARAM and YYLEX_PARAM.
50575         (meridian_table, month_and_day_table, time_units_table,
50576         relative_time_table, time_zone_table, military_table,
50577         lookup_zone, lookup_word, get_date):
50578         Use NULL instead of 0 where appropriate.
50579         (to_hour): Avoid abort (), to avoid a dependency on
50580         stdlib.h.
50581         (yyerror, yylex): Now accepts parser_control * arg.
50582         (main) [TEST]: Use '\0' rather than 0 for char.
50583
50584 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50585
50586         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50587
50588 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50589
50590         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50591         It's now the caller's responsibility to handle the case where
50592         !HAVE_GETPAGESIZE && !defined getpagesize.
50593
50594         * lib/mktime.c (leapyear): Arg is long int, not int.
50595
50596 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50597
50598         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50599
50600 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50601
50602         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50603         missing.  Problem reported by James Youngman.
50604
50605 2004-10-16  Simon Josefsson  <jas@extundo.com>
50606
50607         * gnulib-tool: Fix comments.  Fix parse problem.
50608         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50609
50610 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50611
50612         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50613         implementation of getopt_long.  Problem reported by Alexander Taler in:
50614         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50615
50616 2004-10-15  Bruno Haible  <bruno@clisp.org>
50617
50618         * gnulib-tool: Untabify. Initialize supplied_libname.
50619         (func_usage): More homogenous output.
50620         (func_modules_transitive_closure, func_modules_to_filelist,
50621         func_emit_lib_Makefile_am): New functions.
50622         (func_import): New function, extracted from big case statement. Use
50623         func_get_license, func_modules_transitive_closure,
50624         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50625         opt_lgpl. Don't use test -a, as it's not portable.
50626         (func_create_testdir): Use func_modules_transitive_closure,
50627         func_modules_to_filelist, func_emit_lib_Makefile_am.
50628
50629 2004-10-15  Bruno Haible  <bruno@clisp.org>
50630
50631         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50632
50633 2004-10-15  Bruno Haible  <bruno@clisp.org>
50634
50635         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50636         the portions belonging to each module.
50637         Suggested by Derek Robert Price <derek@ximbiot.com>.
50638
50639 2004-10-12  Simon Josefsson  <jas@extundo.com>
50640
50641         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50642         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50643         to real functions.
50644
50645 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50646
50647         * modules/vsnprintf: New file.
50648
50649 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50650
50651         * m4/vsnprintf.m4: New file.
50652
50653 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50654
50655         * lib/vsnprintf.h: New file.
50656         * lib/vsnprintf.c: New file.
50657
50658 2004-10-11  Bruno Haible  <bruno@clisp.org>
50659
50660         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50661         vsnprintf.
50662
50663 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50664
50665         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50666
50667 2004-10-07  Bruno Haible  <bruno@clisp.org>
50668
50669         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50670         fits into the provided buffer.
50671
50672 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50673
50674         * lib/diacrit.c, diacrit.h: Add GPL notice.
50675
50676         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
50677         notice.
50678         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
50679         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
50680         This avoids a potential constant-folding bug.
50681
50682 2004-10-05  Bruno Haible  <bruno@clisp.org>
50683
50684         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
50685         for the declaration of strsep.
50686
50687 2004-10-05  Bruno Haible  <bruno@clisp.org>
50688
50689         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
50690
50691 2004-10-04  Simon Josefsson  <jas@extundo.com>
50692
50693         * modules/memmem: New file.
50694         * tests/test-memmem.c: New file.
50695         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
50696
50697 2004-10-04  Simon Josefsson  <jas@extundo.com>
50698
50699         * m4/memmem.m4: New file.
50700
50701 2004-10-04  Simon Josefsson  <jas@extundo.com>
50702
50703         * lib/memmem.h: New file.
50704         * lib/memmem.c: New file, taken from glibc.
50705
50706 2004-10-04  Simon Josefsson  <jas@extundo.com>
50707
50708         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
50709         '#ifdef USE_UNLOCKED_IO'.
50710
50711 2004-10-04  Simon Josefsson  <jas@extundo.com>
50712
50713         * config/srclist.txt: Add memmem from glibc.
50714
50715 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50716
50717         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
50718
50719         * modules/argmatch, modules/argp, modules/closeout, modules/error,
50720         modules/exclude, modules/getdate, modules/getline,
50721         modules/getndelim2, modules/getpass, modules/getpass-gnu,
50722         modules/getusershell, modules/linebuffer, modules/md5,
50723         modules/mountlist, modules/posixtm, modules/readtokens,
50724         modules/readutmp, modules/regex, modules/sha1,
50725         modules/version-etc, modules/yesno:
50726         Remove dependency on unlocked-io.
50727
50728 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50729
50730         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
50731
50732         * m4/unlocked-io.m4: Add copyright notice.
50733         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
50734
50735 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50736
50737         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
50738         * lib/xmalloc.c (xmemdup): Likewise.
50739         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
50740         XFREE): Remove these long-obsolescent macros.
50741         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
50742         * lib/xstrdup.c: Remove.
50743
50744         * lib/regex.c (re_comp): Cast gettext return value to char *,
50745         Problem reported by Martin Neitzel via Mark D. Baushke.
50746
50747 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50748
50749         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
50750         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
50751         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
50752         regex.c, sha1.c, version-etc.c, yesno.c:
50753         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
50754         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
50755         the includer's responsibility.
50756
50757         Sync from coreutils.
50758
50759         * lib/modechange.c (mode_compile): Don't decrement a pointer that
50760         points to the start of a string, as the C Standard says the
50761         resulting behavior is undefined.
50762
50763         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
50764         simple -> simple_backups, numbered_existing ->
50765         numbered_existing_backups, numbered -> numbered_backups
50766         to avoid shadowing problems.  All uses changed.
50767         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
50768         * lib/backupfile.c (check_extension, numbered_backup):
50769         Rename locals to avoid shadowing 'basename'.
50770         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
50771         once.
50772
50773         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
50774         * lib/.cvsignore: Add getopt.h.
50775
50776 2004-10-04  Bruno Haible  <bruno@clisp.org>
50777
50778         * modules/README: New file.
50779         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
50780         not a module.
50781
50782 2004-10-02  Jim Meyering  <jim@meyering.net>
50783
50784         * lib/dirfd.h, getpagesize.h: Add copyright notice.
50785
50786 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50787
50788         * modules/strsep: New file.
50789
50790 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50791
50792         * m4/strsep.m4: New file.
50793
50794 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50795
50796         * lib/strsep.h: New file.
50797         * lib/strsep.c: New file.
50798
50799 2004-10-01  Simon Josefsson  <jas@extundo.com>
50800
50801         * lib/snprintf.c (snprintf): Handle size==0.
50802
50803 2004-10-01  Simon Josefsson  <jas@extundo.com>
50804             Bruno Haible  <bruno@clisp.org>
50805
50806         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
50807         (snprintf): Declare 'args'.
50808
50809 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
50810
50811         * lib/snprintf.c: Remove comments as to why each header is needed.
50812
50813 2004-10-01  Bruno Haible  <bruno@clisp.org>
50814
50815         * MODULES.html.sh: Add strsep.
50816
50817 2004-09-30  Simon Josefsson  <jas@extundo.com>
50818
50819         * modules/snprintf: New file.
50820
50821 2004-09-30  Simon Josefsson  <jas@extundo.com>
50822
50823         * m4/snprintf.m4: New file.
50824
50825 2004-09-30  Simon Josefsson  <jas@extundo.com>
50826
50827         * lib/snprintf.h, lib/snprintf.c: New files.
50828
50829 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50830
50831         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
50832         (hol_entry_help): Never translate an empty string.
50833         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
50834         * lib/argp.h (OPTION_NO_TRANS): New option.
50835
50836 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50837
50838         * modules/argp (Maintainer): Replace Simon Josefsson
50839         by Sergey Poznyakoff.
50840
50841 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50842
50843         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
50844         changes merged back into glibc.
50845
50846 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50847
50848         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
50849
50850 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50851
50852         * lib/xvasprintf.c: Include xalloc.h.
50853         (xvasprintf): Use xalloc_die, not xmalloc_die.
50854
50855 2004-09-29  Bruno Haible  <bruno@clisp.org>
50856
50857         * modules/alloca-opt: New file, derived from modules/alloca.
50858         * modules/allocsa: Depend on alloca-opt instead of alloca.
50859         * modules/setenv: Likewise.
50860         * modules/vasnprintf: Likewise.
50861         * MODULES.html.sh: Add alloca-opt.
50862
50863 2004-09-28  Simon Josefsson  <jas@extundo.com>
50864
50865         * gnulib-tool: New parameter --lgpl, to asseert that modules are
50866         LGPL, and to replace license template from GPL to LGPL.
50867
50868 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50869
50870         * modules/dummy: Change license to LGPL.
50871
50872 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50873
50874         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
50875
50876 2004-09-24  Simon Josefsson  <jas@extundo.com>
50877
50878         * modules/minmax (License): Change from GPL to LGPL.
50879
50880 2004-09-23  Simon Josefsson  <jas@extundo.com>
50881
50882         * gnulib-tool (--import): Typo.
50883
50884 2004-09-23  Simon Josefsson  <jas@extundo.com>
50885
50886         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
50887
50888 2004-09-22  Bruno Haible  <bruno@clisp.org>
50889
50890         * modules/*: Add 'License' field.
50891         * gnulib-tool: Accept --extract-license option.
50892         (func_get_license): New function.
50893
50894 2004-09-21  Bruno Haible  <bruno@clisp.org>
50895
50896         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
50897         Reported by Simon Josefsson.
50898
50899 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50900
50901         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
50902         gl_AC_TYPE_LONG_LONG.
50903
50904 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50905
50906         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
50907
50908 2004-09-18  Simon Josefsson  <jas@extundo.com>
50909         and  Paul Eggert  <eggert@cs.ucla.edu>
50910
50911         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
50912         calls with autoreconf.  Define GL_LIB.
50913
50914 2004-09-14  Karl Berry  <karl@gnu.org>
50915
50916         * config/srclist.txt: unsync setenv.c, sigh.
50917
50918 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50919
50920         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
50921         Problem reported by Bruno Haible in:
50922         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
50923
50924 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50925
50926         * config/srclist.txt: Comment out argp-pvh.c.
50927
50928 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
50929
50930         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
50931         in case some system header has #define'd it.  Problem reported by
50932         Soeren D. Schulze in
50933         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
50934
50935 2004-09-09  Karl Berry  <karl@gnu.org>
50936
50937         * regex.[ch]: delete from the root.  These were supposed to be
50938                 synced with emacs cvs, but this has not happened for about
50939                 a year, and anyway nothing else uses emacs regex.[ch].
50940                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
50941                 lib/regex[.ch] is untouched.
50942
50943 2004-09-09  Bruno Haible  <bruno@clisp.org>
50944
50945         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
50946
50947 2004-09-09  Bruno Haible  <bruno@clisp.org>
50948
50949         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
50950         modifications.
50951         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
50952
50953 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50954
50955         * modules/xvasprintf: New file.
50956         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
50957
50958 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50959
50960         * lib/xvasprintf.h: New file.
50961         * lib/xvasprintf.c: New file.
50962         * lib/xasprintf.c: New file.
50963
50964 2004-09-08  Bruno Haible  <bruno@clisp.org>
50965
50966         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
50967
50968 2004-09-08  Bruno Haible  <bruno@clisp.org>
50969
50970         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
50971         length is > INT_MAX.
50972         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
50973         more.
50974
50975 2004-09-08  Bruno Haible  <bruno@clisp.org>
50976
50977         * lib/stdint_.h: New file, taken from GNU clisp.
50978
50979 2004-09-08  Bruno Haible  <bruno@clisp.org>
50980             Oskar Liljeblad  <oskar@osk.mine.nu>
50981
50982         * modules/stdint: New file.
50983         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
50984
50985 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50986
50987         Import from coreutils.
50988         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
50989         strings on unbounded length.  alloca's performance benefits aren't
50990         that important here.
50991         (V_STRDUP): Remove.
50992         (parse_with_separator): New function, with most of the internals
50993         of the old parse_user_spec.  Allow user to omit both user and group,
50994         for compatibility with FreeBSD.
50995         Clone only the user name, not the entire spec.
50996         Do not set *uid, *gid unless entirely successful.
50997         Avoid memory leak in some failing cases.
50998         Fix regression for USER.GROUP reported by Dmitry V. Levin in
50999         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
51000         (parse_user_spec): Rewrite to use parse_with_separator.
51001
51002 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51003
51004         * modules/userspec: Don't depend on alloca.
51005
51006 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51007
51008         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
51009
51010 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51011
51012         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
51013         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
51014         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
51015
51016 2004-08-16  Simon Josefsson  <jas@extundo.com>
51017
51018         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
51019         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
51020         Add --dry-run for --import.
51021         Let user provided command line parameters override configure.ac
51022         settings.
51023
51024 2004-08-12  Simon Josefsson  <jas@extundo.com>
51025
51026         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
51027         as discussed with Paul Eggert in threads rooted at
51028         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
51029         and
51030         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
51031         Before, the test was empty, and relied on ELIDE_CODE in source
51032         code.)
51033         (gl_PREREQ_GETOPT): New macro.
51034         (gl_GETOPT): Use them.
51035
51036 2004-08-12  Simon Josefsson  <jas@extundo.com>
51037
51038         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
51039         * lib/getopt_.h: Renamed from getopt.h.
51040
51041 2004-08-12  Simon Josefsson  <jas@extundo.com>
51042
51043         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
51044         Change default library name from libfoo to libgnu.
51045         Now, if you have a configure.ac that says:
51046                 gl_SOURCE_BASE(gl)
51047                 gl_M4_BASE(gl/m4)
51048                 gl_MODULES(error getopt etcetera)
51049                 gl_INIT
51050         you can import all you need by running:
51051                 ../gnulib/gnulib-tool --import
51052
51053         * modules/getopt (Files): Rename getopt.h to getopt_.h.
51054         (Makefile.am): Rewrite, use logic from argz.
51055         (Include): Use <getopt.h> instead of "getopt.h".
51056
51057 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51058
51059         * modules/argp (Files): Add m4/unlocked-io.m4.
51060         (Depends-on): Add extensions.
51061
51062 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51063
51064         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
51065         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
51066         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
51067         Check for program_invocation_name, program_invocation_short_name,
51068         flockfile, funlockfile, features.h, _getopt_long_only_r.
51069
51070 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51071
51072         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
51073         its complicated substitute.
51074         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
51075         and program_invocation_name.
51076         (__argp_basename) [!_LIBC]: Remove; the only use was
51077         replaced by its body.
51078         (__argp_short_program_name): Change condition from
51079         !defined __argp_short_program_name to
51080         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
51081         to match argp-namefrob.h.
51082         (__argp_failure): Don't assume strerror_r returns char *.
51083         * lib/argp-parse.c (N_): Define unconditionally.
51084         (argp_default_options): Fill out initializers with 0 to avoid
51085         gcc warnings.
51086
51087 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51088
51089         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
51090         getopt1.c.
51091
51092 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51093
51094         Merge from coreutils.
51095
51096         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
51097
51098         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
51099         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
51100
51101 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51102
51103         Merge from coreutils.
51104
51105         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
51106         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
51107         for Reliant Unix 5.43.
51108
51109         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
51110         (union fooround): Use uintmax_t, not long int.
51111         The rest is a merge from libc:
51112         [defined _LIBC]: Include <shlib-compat.h>.
51113         (_obstack) [defined _LIBC]: Remove after 2.3.4.
51114
51115         * lib/settime.c (settime): Recode to avoid warning with
51116         Sun Forte C 6U2.
51117
51118         * lib/strverscmp.c: Convert to UTF-8.
51119
51120 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51121
51122         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51123         m4/uintmax_t.m4.
51124
51125 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51126
51127         * modules/xalloc-die: New file.
51128         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
51129
51130         * modules/md5 (Files): Add m4/uint32_t.m4.
51131         * modules/sha1: Renamed from modules/sha.
51132         (Files):
51133         Rename lib/sha.h to lib/sha1.h.
51134         Rename lib/sha.c to lib/sha1.c.
51135         Rename m4/sha.m4 to m4/sha1.m4.
51136         (lib_SOURCES): Likewise.
51137         (configure.ac): Rename gl_SHA to gl_SHA1.
51138         (Include): sha.h -> sha1.h.
51139
51140 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51141
51142         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
51143         * m4/sha1.m4: Renamed from sha.m4.
51144         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
51145
51146 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51147
51148         * lib/obstack.h (obstack_empty_p):
51149         Don't assume that chunk->contents is suitably aligned.
51150         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
51151         Likewise. Problem reported by Benno in
51152         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
51153
51154         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
51155         readable.  This could be improved further but it'd take some work.
51156
51157 2004-08-08  Simon Josefsson  <jas@extundo.com>
51158
51159         * modules/xgethostname (Depends-on): Remove exit and error (not
51160         used).
51161
51162         * modules/getpass-gnu: Add getpass.h.
51163         (Depends-on): Add stdbool.
51164         * modules/getpass: Add getpass.h.
51165
51166 2004-08-08  Simon Josefsson  <jas@extundo.com>
51167
51168         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
51169         Check getpass declaration.
51170
51171 2004-08-08  Simon Josefsson  <jas@extundo.com>
51172
51173         * lib/xgethostname.c: Don't include error.h (not used).
51174
51175         * lib/getpass.h: Add.
51176         * lib/getpass.c: Include getpass.h first.
51177
51178 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
51179
51180         * lib/xalloc-die.c: New file.
51181         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
51182         All uses removed.
51183         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
51184         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
51185         xalloc-die.c.
51186         (_, N_, xalloc_die): Move to xalloc-die.c.
51187         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
51188         so that we needn't mess with xalloc_msg_memory_exhausted.
51189
51190         * lib/sha1.h: Renamed from sha.h.
51191         (SHA1_H): Renamed from _SHA_H.
51192         (sha1_ctx): Renamed from sha_ctx.
51193         (sha1_init_ctx): Renamed from sha_init_ctx.
51194         (sha1_process_block): Renamed from sha_process_block.
51195         (sha1_process_bytes): Renamed from sha_process_bytes.
51196         (sha1_finish_ctx): Renamed from sha_finish_ctx.
51197         (sha1_read_ctx): Renamed from sha_read_ctx.
51198         (sha1_stream): Renamed from sha_stream.
51199         (sha1_buffer): Renamed from sha_buffer.
51200         * lib/sha1.c: Likewise; renamed from sha.c.
51201         Do not include <sys/types.h>.
51202         Include <stddef.h> rather than <stdlib.h>.
51203
51204 2004-08-08  Bruno Haible  <bruno@clisp.org>
51205
51206         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
51207         FILESYSTEM_PREFIX_LEN.
51208         * lib/progreloc.c: Likewise.
51209         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
51210
51211 2004-08-06  Simon Josefsson  <jas@extundo.com>
51212
51213         * modules/progname (Depends-on): Don't depend on stdbool.
51214
51215 2004-08-06  Simon Josefsson  <jas@extundo.com>
51216
51217         * modules/getsubopt: New file.
51218         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51219         getsubopt.
51220
51221 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51222
51223         More merge from coreutils.
51224
51225         * m4/utimens.m4, m4/utimecmp.m4: New files.
51226         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
51227         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
51228         prereq.m4, sha.m4: Import changes from coreutils.
51229
51230 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51231
51232         More merge from coreutils.
51233         * modules/raise, modules/readtokens0, modules/utimens:
51234         * modules/utimecmp, module/xnanosleep: New files.
51235         * modules/strftime: Add lib/strftime.h.
51236         Change include from <time.h> to "strftime.h".
51237         * modules/yesno: Add lib/yesno.h.
51238         * modules/backupfile: Remove lib/addext.c.
51239         * modules/euidaccess: Add stat-macros.h.
51240         * modules/canonicalize, modules/euidaccess,
51241         modules/filemode, modules/lchown, modules/makepath,
51242         modules/rmdir, modules/stat: Likewise.
51243
51244 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51245
51246         Merge from tar.
51247         * lib/argp-help.c (make_hol, hol_append): Don't assume that
51248         SIZE_MAX is a valid preprocessor constant.
51249         (__argp_basename): Change from "#ifndef _LIBC"
51250         to "#ifndef __argp_short_program_name", so that
51251         we don't compile these functions for tar.
51252
51253         More merges from coreutils.
51254         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
51255         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
51256         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
51257         * lib/addext.c: Remove; no longer needed.
51258         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
51259         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
51260         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
51261         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
51262         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
51263         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
51264         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
51265         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
51266         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
51267         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51268         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
51269         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
51270         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
51271         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
51272         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
51273         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
51274         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
51275         Import changes from coreutils.
51276
51277 2004-08-05  Simon Josefsson  <jas@extundo.com>
51278
51279         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
51280
51281 2004-08-05  Simon Josefsson  <jas@extundo.com>
51282
51283         * m4/getsubopt.m4: New file.
51284
51285 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51286
51287         Merge from coreutils.
51288
51289         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
51290         * m4/getcwd-path-max.m4: New files.
51291
51292         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
51293         FILESYSTEM_PREFIX_LEN ->
51294         FILE_SYSTEM_PREFIX_LEN.
51295         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
51296         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
51297         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
51298         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
51299
51300         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
51301         prerequisite modules now handle the DOS stuff.
51302         Don't check for unistd.h.
51303
51304 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51305
51306         Merge from coreutils.
51307
51308         * lib/.gdb-history: Remove; this doesn't belong here.
51309
51310         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
51311         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
51312         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
51313         * lib/getcwd.c: New files.
51314
51315         * lib/dirname.h: Include <stdbool.h>.
51316         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
51317         for consistency with POSIX terminology.  All uses changed.
51318         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
51319         (strip_trailing_slashes): Use bool for booleans.
51320         * lib/stripslash.c (strip_trailing_slashes): Likewise.
51321
51322         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
51323         sometimes returns a positive errno value even when it succeeds.
51324         (print_errno_message) [!LIBC]: Fall back on strerror if
51325         __strerror_r fails.
51326
51327         * lib/path-concat.c (mempcpy): Don't define if a system header defines
51328         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
51329         (longest_relative_suffix): New function.
51330         (path_concat): Use it.  Assume first argument is not NULL.
51331         Port to DOS.  Omit redundant separators.
51332         Report an error instead of returning NULL.
51333         Use mempcpy instead of memcpy.
51334         (xpath_concat): Remove: not declared or used.
51335
51336         * lib/same.h: Include <stdbool.h>
51337         (same_name): Return bool, not int.
51338         * lib/same.c (same_name): Likewise.
51339         (errno): Don't declare; we assume C89 or better now.
51340
51341         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
51342         if not already defined.
51343
51344         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
51345         * lib/dup-safer.c (errno): Likewise.
51346
51347 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51348
51349         Merge from coreutils.
51350         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
51351         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
51352         * modules/path-concat: Don't depend on strdup.
51353
51354 2004-08-03  Simon Josefsson  <jas@extundo.com>
51355
51356         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
51357         * lib/progname.h: Don't include stdbool.h.
51358
51359 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51360
51361         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
51362         * MODULES.html.sh (func_all_modules): Remove fatal.
51363
51364 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51365
51366         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
51367
51368 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51369
51370         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51371         working.
51372
51373 2004-08-02  Simon Josefsson  <jas@extundo.com>
51374
51375         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51376         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51377         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
51378
51379 2004-08-01  Simon Josefsson  <jas@extundo.com>
51380
51381         * lib/xgetdomainname.c: Include stdlib.h, for free().
51382
51383 2004-07-19  Bruno Haible  <bruno@clisp.org>
51384
51385         * MODULES.html.sh (func_all_modules): Add dummy.
51386
51387 2004-07-16  Simon Josefsson  <jas@extundo.com>
51388
51389         * modules/dummy: New file.
51390
51391 2004-07-16  Simon Josefsson  <jas@extundo.com>
51392
51393         * lib/dummy.c: New file.
51394
51395 2004-07-16  Bruno Haible  <bruno@clisp.org>
51396
51397         * lib/backupfile.h: Add extern "C" for C++.
51398         * lib/closeout.h: Likewise.
51399         * lib/copy-file.h: Likewise.
51400         * lib/findprog.h: Likewise.
51401         * lib/full-write.h: Likewise.
51402         * lib/pathname.h: Likewise.
51403         * lib/progname.h: Likewise.
51404         * lib/stpcpy.h: Likewise.
51405         * lib/stpncpy.h: Likewise.
51406         * lib/strcase.h: Likewise.
51407         * lib/strstr.h: Likewise.
51408         * lib/xalloc.h: Likewise.
51409
51410         * lib/mbswidth.h: Add extern "C" for C++.
51411         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
51412
51413 2004-07-13  Robert Millan  <robertmh@gnu.org>
51414
51415         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
51416
51417 2004-07-09  Simon Josefsson  <jas@extundo.com>
51418
51419         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
51420         failed without this.)
51421
51422 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51423
51424         * modules/chown (Files): Add lib/fchown-stub.c, since
51425         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
51426
51427 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51428
51429         * lib/fchown-stub.c: New file.
51430
51431 2004-06-24  Jim Meyering  <jim@meyering.net>
51432
51433         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
51434
51435 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51436
51437         * modules/argz: Omit "#include".
51438
51439         * MODULES.html.sh (func_all_modules): Add calloc, to match
51440         2004-06-01 addition of calloc module.
51441
51442 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51443
51444         * m4/argz.m4: New file, which is autoupdated from libtool.
51445
51446 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51447
51448         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
51449         libtool.
51450
51451 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51452
51453         * config/srclist-update: Don't insist on "USA." before the
51454         close-comment, as libtool omits the period and puts the */ on a
51455         separate line.
51456         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
51457         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
51458
51459 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
51460
51461         * modules/argz: New file.
51462         * MODULES.html.sh (func_all_modules): Add argz.
51463
51464 2004-06-12  Jim Meyering  <jim@meyering.net>
51465         and  Paul Eggert  <eggert@cs.ucla.edu>
51466
51467         * modules/hash (Files): Add lib/xalloc.h.
51468         * modules/pipe (Depends-on): Add wait-process.
51469         * modules/stat (Depends-on): Add xalloc.
51470         * modules/userspec (Files): Add lib/userspec.h.
51471         * modules/xstrto
51472
51473         Upgrade from gettext-0.13.
51474         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
51475         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
51476         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
51477
51478 2004-06-10  Jim Meyering  <jim@meyering.net>
51479
51480         * lib/calloc.c: New file.
51481
51482 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
51483
51484         * lib/getdate.y (yylex): Allow space between sign and number.
51485         Problem reported by Dan Jacobson.
51486
51487 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51488
51489         Merge from coreutils CVS.
51490
51491         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
51492         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
51493         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
51494         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
51495         xstrtol.m4: Fix copyright date and/or serial number.
51496
51497         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
51498         See if we need an fchown replacement.
51499         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
51500         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
51501         and use the replacement function if we detect either defect.
51502
51503         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
51504         gl_UTIMECMP.
51505
51506 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51507         and  Jim Meyering  <jim@meyering.net>
51508
51509         Merge from coreutils CVS.
51510
51511         * lib/stat-macros.h: New file, with contents from file-type.h
51512         and coreutils' system.h.
51513         * lib/file-type.c: Include "stat-macros.h".
51514         * lib/file-type.h (file_type): Move all macro definitions to new file,
51515         stat-macros.h.
51516
51517         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
51518         Wrap old code with this conditional.
51519         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
51520         function that does not dereference symlinks.
51521         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
51522
51523         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51524         dependency problems.
51525         (xreadlink): Accept new arg SIZE, for efficiency.
51526         All decls and uses changed.
51527         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51528
51529         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51530         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51531
51532         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51533         sysexits.h.
51534
51535 2004-06-01  Jim Meyering  <jim@meyering.net>
51536
51537         * m4/calloc.m4: New file.
51538
51539 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51540
51541         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51542         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51543         Also, fix a typo in a diagnostic.
51544
51545 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51546
51547         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51548         or AC_FUNC_REALLOC.
51549
51550 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51551
51552         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51553         macros to be defined.
51554         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51555         the allocator returns NULL because the requested size is zero.
51556
51557 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51558
51559         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51560         var.  Add comment explaining why libc still defines it.  This
51561         merges the following patch from glibc:
51562         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51563
51564 2004-05-20  Andreas Schwab  <schwab@suse.de>
51565
51566         * m4/free.m4: Replace free if it not known to work, not the other
51567         way round.
51568
51569 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51570
51571         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51572         present in glibc since revision 1.1 of this file.
51573         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51574         obstack_alignment_mask, obstack_alloc, obstack_base,
51575         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51576         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51577         obstack_grow0, obstack_init, obstack_int_grow,
51578         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51579         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51580         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51581         nonexistent functions.
51582
51583 2004-05-18  Karl Berry  <karl@gnu.org>
51584
51585         * config/srclist.txt: break link for vasnprintf.c.
51586
51587 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51588
51589         Port obstack to the AS/400, where pointers are 16 bytes wide and
51590         you cannot cast an integer to a valid pointer.  This patch is
51591         currently waiting to be integrated into glibc; see
51592         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51593
51594         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51595         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51596         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51597         (struct obstack): temp member is now a union of a pointer and
51598         an integer, instead of an integer.  All integer uses changed.
51599         This does not affect the physical layout of struct obstack,
51600         except on hosts (like the AS/400) where the size or alignment of
51601         void * is greater than that of ptrdiff_t.
51602         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51603         __STDC__)]: Store temporary in pointer member of union, not
51604         integer member.
51605         * lib/obstack.c: Include <stddef.h>, for offsetof.
51606         (struct fooalign): Remove; it doesn't need a name.
51607         (union fooround): Change double to long double, and add void *.
51608         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51609         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51610         not a macro.  Hence the values are always int; so remove all
51611         casts-to-int in uses.
51612
51613 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51614
51615         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51616         we can get this patch merged into glibc.
51617
51618 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51619             Paul Eggert  <eggert@cs.ucla.edu>
51620
51621         * m4/argp: Depend on alloca.
51622
51623 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51624             Paul Eggert  <eggert@cs.ucla.edu>
51625
51626         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51627         freecoding.
51628
51629 2004-05-17  Bruno Haible  <bruno@clisp.org>
51630
51631         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51632         precision that consists of a '.' followed by an empty digit string.
51633         Patch by Tor Lillqvist <tml@iki.fi>.
51634
51635 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51636
51637         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51638         for backward compatibility with older code.  We need our own
51639         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51640         it under some other name, and our alloca.h will define it.
51641
51642 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51643             Derek Price  <derek@ximbiot.com>
51644
51645         * lib/alloca.c: Include <alloca.h>, to get our interface.
51646         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51647         include <alloca.h> first.  Use C89 prototype for alloca; this
51648         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51649         Use #elif for simplicity, since we can assume C89 now.
51650         Don't try to source the system alloca.h since it will not be found
51651         and to prevent recursively including its replacement.
51652         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51653         * lib/regex.c: Likewise.
51654
51655 2004-05-16  Derek Price  <derek@ximbiot.com>
51656             Paul Eggert  <eggert@cs.ucla.edu>
51657
51658         getline cleanup.  This changes the getndelim2 API: both order of
51659         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51660         no delimiter).
51661
51662         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51663         interface does that.
51664         (getline): Always use getdelim, so that we don't have two
51665         copies of this code.
51666         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51667         if available.
51668         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51669         (GETNDELIM2_MAXIMUM): New macro.
51670         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51671         instead of the old practice of delim2==0.  All callers changed.
51672         Return -1 on overflow, instead of returning junk.
51673         Do not set *linesize unless allocation succeeds.
51674         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
51675         that we include sys/types.h.
51676         * lib/getnline.h: Likewise.
51677         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
51678         (getndelim2): Reorder arguments.
51679         * lib/getnline.c (getnline, getndelim):
51680         Don't discard the NMAX argument.
51681         (getnline): Invoke getndelim, to avoid code duplication.
51682         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
51683         of (size_t) -1 by callers of the getnline family.
51684
51685 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51686
51687         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
51688         Check for gettimeofday.
51689         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
51690         Check for settimeofday, stime.
51691
51692 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51693
51694         * lib/nanosleep.c (suspended): Change its type from int to
51695         sig_atomic_t volatile.
51696         (first_call): Make it private to rpl_nanosleep, and have it
51697         be zero initially as that's a bit faster.
51698         (my_usleep): Round up fractional times instead of truncating them,
51699         as this is the usual meaning for 'sleep'.
51700
51701         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
51702         doesn't work.
51703         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
51704         (ENOSYS): Define if not defined.
51705         (settime): Fall back on stime if it exists and settimeofday fails.
51706         But don't bother with fallbacks if a method fails with errno == EPERM.
51707
51708 2004-05-11  Jim Meyering  <jim@meyering.net>
51709
51710         Prior to this change, the save_cwd caller required read access to the
51711         current directory on most systems (ones with the fchdir function).
51712
51713         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
51714         fails, try write-only, and finally, resort to using xgetcwd.
51715
51716 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51717
51718         * lib/obstack.c, obstack.h: Import changes from libc.
51719
51720 2004-04-28  Bruno Haible  <bruno@clisp.org>
51721
51722         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
51723         also implicitly appends .exe to executables.
51724         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
51725         accepts Windows pathnames.
51726         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51727         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51728         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51729         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51730         Reported by Derek Robert Price <derek@ximbiot.com>.
51731
51732 2004-04-21  Karl Berry  <karl@gnu.org>
51733
51734         * config/srclist.txt (localcharset.c): break sync.
51735
51736 2004-04-20  Paul Eggert  <eggert@twinsun.com>
51737
51738         * m4/host-os.m4: Add a copyright notice.
51739
51740 2004-04-20  Jim Meyering  <jim@meyering.net>
51741
51742         Change UTILS_ to gl_ in AC_DEFINE'd names.
51743         Change utils_- and jm_-prefixed variables, too.
51744         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
51745         UTILS_FUNC_MKDIR_TRAILING_SLASH.
51746         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
51747
51748         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
51749         Don't emit trailing blanks.
51750         Also rename jm_-prefixed variables to have gl_ prefix.
51751
51752         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
51753         Also rename jm_-prefixed variables to have gl_ prefix.
51754
51755         * m4/jm-macros.m4: Reflect the renamings.
51756         * m4/prereq.m4: Likewise.
51757
51758 2004-04-20  Jim Meyering  <jim@meyering.net>
51759
51760         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
51761         memory.
51762
51763 2004-04-20  Jim Meyering  <jim@meyering.net>
51764             Bruno Haible  <bruno@clisp.org>
51765
51766         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
51767         memory when realloc fails.
51768
51769 2004-04-19  Jim Meyering  <jim@meyering.net>
51770
51771         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
51772         now that readutmp.c may call `free (0)'.
51773
51774 2004-04-19  Bruno Haible  <bruno@clisp.org>
51775
51776         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
51777         * m4/inttypes_h.m4: Likewise.
51778         * m4/stdint_h.m4: Likewise.
51779         * m4/intmax_t.m4: Likewise.
51780         * m4/uintmax_t.m4: Likewise.
51781
51782 2004-04-18  Jim Meyering  <jim@meyering.net>
51783
51784         * m4/prereq.m4: Don't forbid jm_ prefix.
51785
51786         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
51787         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
51788         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
51789         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
51790         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
51791         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
51792         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
51793         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
51794         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
51795         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
51796         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
51797         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
51798         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
51799         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
51800         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
51801         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
51802         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
51803         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
51804         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
51805
51806 2004-04-18  Jim Meyering  <jim@meyering.net>
51807
51808         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
51809         failure, don't leak memory and do call END_UTMP_ENT.
51810
51811 2004-04-16  Jim Meyering  <jim@meyering.net>
51812
51813         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
51814         coreutils' stat program.
51815         (gl_PREREQ): Don't require jm_PREREQ_STAT.
51816
51817 2004-04-11  Paul Eggert  <eggert@twinsun.com>
51818
51819         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
51820         C89.
51821         (CHAR_BIT): Remove, since we assume C89.
51822         Include <stdint.h> if available, as per current Autoconf CVS advice.
51823
51824 2004-03-31  Jim Meyering  <jim@meyering.net>
51825
51826         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
51827         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
51828         * m4/xalloc.m4: Likewise.
51829
51830 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51831
51832         Merge from coreutils.
51833
51834         * m4/inttostr.m4: New file.
51835         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
51836         Require AM_STDBOOL_H and gl_TIMESPEC instead.
51837         Require gl_CLOCK_TIME.
51838         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
51839
51840 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51841
51842         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
51843         not bool, to be more consistent with Unix conventions.
51844         Suggested by Bruno Haible.
51845
51846         Merge from coreutils.
51847
51848         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
51849         * lib/umaxtostr.c: New files.
51850
51851         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
51852         the usual <time.h> dance.
51853         (get_date): Change signature to support fractional time stamps.
51854         All callers changed.
51855         * lib/getdate.y: Include "getdate.h" first, as we can now
51856         assume C89 and don't need to worry about 'const'.
51857         Similarly, include "unlocked-io.h" near start, not in middle.
51858         Include <limits.h>.
51859         (textint.value): Use long int rather than int.
51860         (textint.digits): Use size_t rather than int.
51861         (BILLION, LOG10_BILLION): New constants.
51862         (parser_control): New member rel_ns.  Members day_ordinal,
51863         time_zone, month, day, hour, minutes, rel_year, rel_month,
51864         rel_day, rel_hour, rel_minutes, rel_seconds
51865         are now long int, not int.  Member seconds is now struct timespec,
51866         not int.  New member timespec_seen.  Members dates_seen, days_seen,
51867         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
51868         not int.
51869         (%union.intval): Now long int, not int.
51870         New member timespec.
51871         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
51872         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
51873         (spec): Now is a timespec or an item list.
51874         (timespec, items): New nonterminals.
51875         (time, rel, relunit, number, get_date):
51876         Add support for fractional seconds.
51877         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
51878         (gmtime, localtime, mktime): Remove decls; not needed with C89.
51879         (to_hour): First arg is now long int, not int.
51880         (to_year): Returns long int, not int.
51881         Don't treat year -70 like 70.
51882         (tm_diff): Returns long int, not int.
51883         (lookup_word): Use bool instead of int when appropriate.
51884         (yylex): Use size_t for count, not int.
51885         Detect overflow when parsing large integer constants.
51886         Add support for fractions.
51887         (get_date): Make pointers 'const' if possible.
51888         Use more-portable code to detect integer overflow.
51889         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
51890         Don't use ctime; it's not reliable if the year has >4 digits.
51891
51892         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
51893         This is for compatibility with BSD.
51894
51895         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
51896         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
51897         From coreutils' system.h.
51898
51899         * lib/userspec.c: Don't include "posixver.h".
51900         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
51901         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
51902         compatible extension.  Simplify code by removing a boolean int
51903         that was always nonzero if a string was nonnull.
51904
51905 2004-03-30  Jim Meyering  <jim@meyering.net>
51906
51907         Merge from coreutils.
51908
51909         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
51910         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
51911         on some systems one must include <grp.h> before it.
51912         Reported by Christian Krackowizer.
51913
51914 2004-03-30  Jim Meyering  <jim@meyering.net>
51915
51916         Merge from coreutils.
51917
51918         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
51919
51920         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
51921         an empty input stream.
51922
51923         * lib/readtokens.c: Include <stdbool.h>.
51924         (readtoken): Use `size_t' rather than int/long.
51925         All callers adjusted.
51926         Use `bool' rather than `int' where appropriate.
51927         Use memset rather than an explicit loop.
51928         Use x2nrealloc rather than xrealloc.
51929         Allow the use of `\0' as a delimiter.
51930         (readtokens): Likewise.
51931         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
51932
51933 2004-03-30  Jim Meyering  <jim@meyering.net>
51934
51935         * m4/realloc.m4: Remove file, since now it does no more than
51936         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
51937         the `configure.ac' section of module/realloc.
51938         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
51939
51940 2004-03-30  Bruno Haible  <bruno@clisp.org>
51941
51942         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
51943         nonnull.
51944
51945 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51946
51947         Merge changes to getloadavg.c from coreutils and Emacs.
51948
51949         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
51950         Define to an expression, not to the empty string.
51951         Include cloexec.h and xalloc.h.
51952         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
51953         Use set_cloexec_flag rather than rolling our own.
51954         * lib/cloexec.c, lib/cloexec.h: New files.
51955
51956 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51957
51958         * m4/cloexec.m4: New file.
51959
51960 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51961
51962         * lib/getopt.h: Sync with libc CVS.
51963
51964 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51965             Bruno Haible  <bruno@clisp.org>
51966
51967         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
51968         mbswidth.
51969
51970 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51971             Bruno Haible  <bruno@clisp.org>
51972
51973         * lib/mbswidth.h: Include <wchar.h> only if
51974         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
51975         <wchar.h>.
51976         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
51977
51978 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51979
51980         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
51981         Sync with libc CVS.
51982         * lib/getopt_int.h: New file, also synced from libc.
51983
51984 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51985
51986         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
51987         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
51988         Bring back getopt.c, getopt.h, getopt1.c.
51989
51990 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51991
51992         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
51993         All uses changed.  Check for sa_sigaction member; this fixes
51994         a bug first reported by Jason Andrade in
51995         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51996
51997 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51998
51999         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
52000         '#if' expressions.  Unlike the code it replaces, it does not
52001         depend on (defined _SC_PAGESIZE).  However, it does depend on
52002         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
52003         first reported by Jason Andrade in
52004         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
52005
52006 2004-02-25  Simon Josefsson  <jas@extundo.com>
52007
52008         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
52009
52010 2004-02-25  Simon Josefsson  <jas@extundo.com>
52011
52012         * lib/strdup.h: New file.
52013         * lib/strdup.c: Include it.
52014         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
52015         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
52016
52017 2004-02-23  Karl Berry  <karl@gnu.org>
52018
52019         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
52020         (from fencepost.gnu.org:/gd/gnuorg).
52021
52022 2004-02-23  Karl Berry  <karl@gnu.org>
52023
52024         * config/srclistvars.sh (GNUORG) [karl]: redefine.
52025         * config/srclist.txt: add maintain/standards documents.
52026
52027 2004-02-18  Bruno Haible  <bruno@clisp.org>
52028
52029         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
52030         Reported by Derek Robert Price <derek@ximbiot.com>.
52031
52032 2004-02-16  Karl Berry  <karl@gnu.org>
52033
52034         * config/mkinstalldirs, install-sh: update from automake.
52035
52036 2004-02-06  Karl Berry  <karl@gnu.org>
52037
52038         * m4/po.m4: update from gettext 0.14.1.
52039
52040 2004-02-06  Karl Berry  <karl@gnu.org>
52041
52042         * lib/config.charset: update from gettext 0.14.1.
52043
52044 2004-02-05  Paul Eggert  <eggert@twinsun.com>
52045
52046         Add comments and code, prompted by suggestions from Bruno Haible
52047         for sh-quote.
52048         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
52049         describing the enum quoting_style values.
52050         * lib/quotearg.c (quotearg_alloc): New function.
52051         (quotearg_buffer_restyled): Treat lone { and } as special.
52052         Treat = as special.  Work around bug with older shells
52053         that "see" a '\' that is really the 2nd byte of a multibyte char.
52054         Quote empty string with shell_quoting_style.
52055
52056 2004-02-03  Bruno Haible  <bruno@clisp.org>
52057
52058         * m4/pipe.m4: New file, from GNU gettext.
52059
52060 2004-02-03  Bruno Haible  <bruno@clisp.org>
52061
52062         * lib/pipe.h: New file, from GNU gettext.
52063         * lib/pipe.c: New file, from GNU gettext.
52064
52065 2004-01-27  Bruno Haible  <bruno@clisp.org>
52066
52067         * m4/execute.m4: New file, from GNU gettext.
52068
52069 2004-01-27  Bruno Haible  <bruno@clisp.org>
52070
52071         * lib/execute.h: New file, from GNU gettext.
52072         * lib/execute.c: New file, from GNU gettext.
52073         * lib/w32spawn.h: New file, from GNU gettext.
52074
52075 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52076
52077         Merge from diffutils.
52078
52079         * lib/file-type.c (file_type): Add typed memory objects.
52080         * lib/file-type.h (S_TYPEISTMO): New macro.
52081
52082         * lib/c-stack.h (c_stack_action): Remove argv argument.
52083         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
52084         (die): Don't calculate message unless segv_action returns.
52085         (get_stack_location, min_address_from_argv, max_address_from_argv,
52086         volatile stack_base, volatile_stack_size): Remove.
52087         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
52088         that every segmentation violation is a stack overflow.  (Ouch!)
52089         See Debian bug 136249 (still outstanding) for more info about why
52090         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
52091
52092 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52093
52094         Exit-status fix from coreutils.
52095
52096         Use exit_failure consistently in place of EXIT_FAILURE,
52097         so that program exit statuses are consistent on failure.
52098
52099         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
52100         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
52101         * lib/argmatch.h: Comment fix to match the above.
52102         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
52103         Now a macro referring to exit_failure, instead of a separate
52104         variable.  Include "exitfail.h" to get it.
52105         * lib/xstrtol.h: Include "exitfail.h".
52106         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
52107
52108         * lib/long-options.c (parse_long_options): Use prototype
52109         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
52110         for clarity.
52111
52112 2004-01-21  Jim Meyering  <jim@meyering.net>
52113
52114         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
52115         so as not to conflict with a different-sized __mktime_internal
52116         function in GNU libc.
52117         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
52118         Problem building statically-linked `ls' reported by Michael Brunnbauer.
52119
52120 2004-01-20  Karl Berry  <karl@gnu.org>
52121
52122         * config/config.guess: update from config.
52123
52124         * config/srclistvars.sh: GNUWWWLICENSES for karl.
52125
52126 2004-01-20  Bruno Haible  <bruno@clisp.org>
52127
52128         Safer stack allocation.
52129         * lib/setenv.c: Include allocsa.h.
52130         (alloca): Remove fallback definition.
52131         (freea): Remove macro.
52132         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
52133         instead of freea.
52134
52135 2004-01-20  Bruno Haible  <bruno@clisp.org>
52136
52137         * m4/eealloc.m4: New file, from GNU gettext.
52138
52139 2004-01-20  Bruno Haible  <bruno@clisp.org>
52140
52141         * m4/allocsa.m4: New file, from GNU gettext.
52142
52143 2004-01-20  Bruno Haible  <bruno@clisp.org>
52144
52145         * lib/xallocsa.h: New file, from GNU gettext.
52146         * lib/xallocsa.c: New file, from GNU gettext.
52147
52148 2004-01-20  Bruno Haible  <bruno@clisp.org>
52149
52150         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
52151
52152 2004-01-20  Bruno Haible  <bruno@clisp.org>
52153
52154         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
52155         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
52156         specially.
52157
52158 2004-01-20  Bruno Haible  <bruno@clisp.org>
52159
52160         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
52161         patch.
52162
52163 2004-01-20  Bruno Haible  <bruno@clisp.org>
52164
52165         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
52166
52167 2004-01-20  Bruno Haible  <bruno@clisp.org>
52168
52169         * lib/eealloc.h: New file.
52170
52171 2004-01-20  Bruno Haible  <bruno@clisp.org>
52172
52173         * lib/binary-io.h: Avoid warnings on Cygwin.
52174
52175 2004-01-20  Bruno Haible  <bruno@clisp.org>
52176
52177         * lib/allocsa.h: New file, from GNU gettext.
52178         * lib/allocsa.c: New file, from GNU gettext.
52179
52180 2004-01-18  Karl Berry  <karl@gnu.org>
52181
52182         * doc/gpl.texi, doc/lgpl.texi: new files.
52183
52184 2004-01-18  Karl Berry  <karl@gnu.org>
52185
52186         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
52187         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
52188
52189 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52190
52191         Merge from coreutils.
52192
52193         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
52194         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
52195         (gl_DEFAULT_POSIX2_VERSION): Move
52196         the documentation from 'configure' into 'config.hin',
52197         so that 'configure --help' isn't burdened by it and
52198         we don't have to worry about its formatting there.
52199         Reword the documentation so that it's more succinct
52200         and can be run together into a single paragraph.
52201         * m4/same.m4 (gl_SAME): Check for pathconf.
52202
52203 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52204
52205         Merge from coreutils.
52206
52207         * lib/posixver.c: Include posixver.h.
52208
52209         * lib/same.c: Include <stdbool.h>, <limits.h>.
52210         (_POSIX_NAME_MAX): Define if not defined.
52211         (MIN): New macro.
52212         (same_name): If file names are silently truncated, report
52213         that the file names are the same if they are the same after
52214         the silent truncation.
52215
52216         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
52217         conversion function.
52218         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
52219         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
52220         longer needed.
52221
52222 2004-01-15  Jim Meyering  <jim@meyering.net>
52223
52224         Merge from coreutils.
52225
52226         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
52227         if no library is required.
52228         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
52229         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
52230         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
52231         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
52232         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
52233         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
52234         value, $ac_cv_search_crypt, if it's "none required".
52235         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
52236         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
52237         not gl_FUNC_GETLOADAVG.
52238         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
52239         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
52240
52241 2004-01-15  Jim Meyering  <jim@meyering.net>
52242
52243         Merge from coreutils.
52244
52245         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
52246         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
52247         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
52248
52249         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
52250         optional configure-time default.
52251
52252         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52253
52254         * lib/xreadlink.c (xreadlink): Correct outdated comment.
52255
52256 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
52257
52258         Merge from coreutils.
52259
52260         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
52261         value, $ac_cv_search_nanosleep, if it's "none required".
52262
52263 2004-01-14  Paul Eggert  <eggert@twinsun.com>
52264
52265         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
52266         with like-named macro in fnmatch.c.
52267         (EXT): Use an internal constant instead.
52268
52269         Merge fnmatch patches from glibc.
52270         * lib/fnmatch.c (mbsinit): Remove define.
52271         Add libc_hidden_ver (__fnmatch, fnmatch).
52272         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
52273         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
52274
52275 2004-01-14  Karl Berry  <karl@gnu.org>
52276
52277         * config/install-sh: update from automake.
52278
52279 2004-01-13  Karl Berry  <karl@gnu.org>
52280
52281         * config/install-sh: update from automake.
52282
52283 2004-01-09  Karl Berry  <karl@gnu.org>
52284
52285         * config/install-sh: update from automake.
52286
52287 2004-01-05  Karl Berry  <karl@gnu.org>
52288
52289         * config/config.{sub,guess}: update from config.
52290
52291 2003-12-31  Karl Berry  <karl@gnu.org>
52292
52293         * config/depcomp: update from automake.
52294
52295 2003-12-14  Karl Berry  <karl@gnu.org>
52296
52297         * lib/config.charset: update from gettext-runtime.
52298
52299 2003-12-03  Paul Eggert  <eggert@twinsun.com>
52300
52301         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
52302         Bug reported by Alfred M. Szmidt.
52303
52304 2003-12-03  Bruno Haible  <bruno@clisp.org>
52305
52306         * m4/gettext.m4: Upgrade from gettext-0.13.
52307         * m4/po.m4: Upgrade from gettext-0.13.
52308         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
52309         * m4/intmax.m4: New file, from gettext-0.13.
52310         * m4/printf-posix.m4: New file, from gettext-0.13.
52311
52312 2003-11-29  Karl Berry  <karl@gnu.org>
52313
52314         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
52315
52316 2003-11-25  Paul Eggert  <eggert@twinsun.com>
52317             Bruno Haible  <bruno@clisp.org>
52318
52319         * lib/printf-parse.h: Don't include sys/types.h.
52320         (ARG_NONE): New macro.
52321         (char_directive): Change type of *arg_index fields to size_t.
52322         * lib/printf-parse.c: Don't include sys/types.h.
52323         (SSIZE_MAX): Remove macro.
52324         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
52325         Remove unnecessary overflow check.
52326         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
52327         fields.
52328
52329 2003-11-25  Bruno Haible  <bruno@clisp.org>
52330
52331         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
52332
52333 2003-11-25  Bruno Haible  <bruno@clisp.org>
52334
52335         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
52336         gt_TYPE_SSIZE_T.
52337
52338 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52339
52340         * modules/alloca: Remove dependency on xalloc.
52341
52342 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52343
52344         * lib/alloca.c: Remove dependency on xalloc module.
52345         (xalloc_die): Remove.
52346         (memory_full) [!defined emacs]: New macro.
52347         [!defined emacs]: Don't include xalloc.h.
52348         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
52349         address arithmetic overflows.  Change datatypes a bit to avoid
52350         unnecessary casts.
52351
52352 2003-11-22  Jim Meyering  <jim@meyering.net>
52353
52354         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
52355         s/size/size_t/.
52356
52357 2003-11-21  Karl Berry  <karl@gnu.org>
52358
52359         * config/config.{sub,guess}: update from config.
52360
52361 2003-11-18  Karl Berry  <karl@gnu.org>
52362
52363         * config/config.{sub,guess}: update from config.
52364
52365         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
52366
52367 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52368
52369         * README: Mention that S+T cannot overflow if S is the size of
52370         an existing object and T is sufficiently small.
52371
52372 2003-11-17  Jim Meyering  <jim@meyering.net>
52373
52374         On systems without utime and without a utimes function capable of
52375         dealing with a NULL struct utimbuf* argument, this utime replacement
52376         could -- in unusual circumstances -- leak a file descriptor.
52377         * lib/utime.c: Include <unistd.h> and <errno.h>.
52378         (utime_null): Be sure to close `fd' and to preserve errno.
52379         Reported by Geoff Collyer via Arnold Robbins.
52380
52381 2003-11-17  Bruno Haible  <bruno@clisp.org>
52382
52383         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
52384         (Depends-on): Add xsize.
52385
52386 2003-11-17  Bruno Haible  <bruno@clisp.org>
52387
52388         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
52389
52390 2003-11-17  Bruno Haible  <bruno@clisp.org>
52391
52392         * lib/vasnprintf.c (alloca): Remove fallback definition.
52393         (freea): Remove definition.
52394         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
52395         Reported by Paul Eggert.
52396
52397 2003-11-16  Paul Eggert  <eggert@twinsun.com>
52398             Bruno Haible  <bruno@clisp.org>
52399
52400         Protect against address arithmetic overflow.
52401         * lib/printf-args.h: Include stddef.h.
52402         (arguments): Change type of field 'count' to size_t.
52403         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
52404         'unsigned int' where appropriate.
52405         * lib/printf-parse.h: Include sys/types.h.
52406         (char_directive): Change type of *arg_index fields to ssize_t.
52407         (char_directives): Change type of fields 'count', max_*_length to
52408         size_t.
52409         * lib/printf-parse.c: Include sys/types.h and xsize.h.
52410         (SSIZE_MAX): Define fallback value.
52411         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
52412         instead of 'int' where appropriate. Check a_allocated, d_allocated
52413         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
52414         * lib/vasnprintf.c: Include xsize.h.
52415         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
52416         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
52417         overflow. Avoid wraparound when converting a width or precision from
52418         decimal to binary.
52419
52420 2003-11-16  Bruno Haible  <bruno@clisp.org>
52421
52422         Update from GNU gettext.
52423         * lib/printf-parse.c: Generalize to it can be compiled for wide
52424         strings.
52425         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
52426         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
52427         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
52428         SNPRINTF): New macros.
52429         Don't include <alloca.h> if the file is used inside libintl.
52430         (local_wcslen): New function, for Solaris 2.5.1.
52431         (VASNPRINTF): Use it instead of wcslen.
52432
52433 2003-11-16  Bruno Haible  <bruno@clisp.org>
52434
52435         * lib/xsize.h (xmax): New function.
52436         (xsum, xsum3, xsum4): Declare as "pure" functions.
52437
52438 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52439
52440         * modules/xalloc (Files): Undo latest change, since xalloc.h
52441         no longer needs SIZE_MAX or PTRDIFF_MAX.
52442
52443 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52444
52445         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
52446         gl_PTRDIFF_MAX.
52447
52448 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52449
52450         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
52451         "return", to pacify some unknown compiler.  Problem reported
52452         by Joerg Schilling.
52453
52454 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52455
52456         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
52457         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
52458         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
52459         heuristic is just as accurate as far as we know, and it removes a
52460         dependency on size_max.m4 and ptrdiff_max.m4.
52461
52462 2003-11-11  Bruno Haible  <bruno@clisp.org>
52463
52464         * modules/xsize (Files): Add m4/size_max.m4.
52465         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
52466
52467 2003-11-11  Bruno Haible  <bruno@clisp.org>
52468
52469         * m4/size_max.m4: New file.
52470         * m4/ptrdiff_max.m4: New file.
52471         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
52472         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
52473         (gl_XALLOC): Invoke it.
52474
52475 2003-11-11  Bruno Haible  <bruno@clisp.org>
52476
52477         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
52478         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
52479         defined.
52480
52481 2003-11-10  Paul Eggert  <eggert@twinsun.com>
52482
52483         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
52484         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
52485         rejected some allocations of exactly SIZE_MAX - 2 bytes.
52486         From Bruno Haible.
52487         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
52488         not (size_t) -1, since it's defined here.
52489
52490 2003-11-09  Karl Berry  <karl@gnu.org>
52491
52492         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
52493
52494 2003-11-06  Paul Eggert  <eggert@twinsun.com>
52495
52496         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
52497         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
52498         Reject sizes of exactly SIZE_MAX bytes.
52499         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
52500         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
52501
52502 2003-11-05  Bruno Haible  <bruno@clisp.org>
52503
52504         * lib/xsize.h: Include limits.h, to avoid a possible collision with
52505         SIZE_MAX defined in <limits.h> on Solaris.
52506
52507 2003-11-04  Jim Meyering  <jim@meyering.net>
52508
52509         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
52510         variable names, rather than @VAR@.
52511         * modules/poll: Likewise.
52512
52513 2003-11-04  Bruno Haible  <bruno@clisp.org>
52514
52515         * modules/xsize: New file.
52516         * modules/linebreak: Depend on xsize.
52517         * MODULES.html.sh (func_all_modules): Add xsize.
52518
52519 2003-11-04  Bruno Haible  <bruno@clisp.org>
52520
52521         * m4/xsize.m4: New file.
52522
52523 2003-11-04  Bruno Haible  <bruno@clisp.org>
52524
52525         * lib/xsize.h: New file.
52526         * lib/linebreak.c: Include xsize.h.
52527         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52528         argument for overflow.
52529         Suggested by Paul Eggert.
52530
52531 2003-11-03  Karl Berry  <karl@gnu.org>
52532
52533         * config/config.{guess,sub}: update from config.
52534
52535 2003-11-03  Jim Meyering  <jim@meyering.net>
52536
52537         * modules/userspec (lib_SOURCES): Add userspec.h.
52538         (Include): Add "userspec.h".
52539         Improve description.
52540
52541 2003-11-03  Jim Meyering  <jim@meyering.net>
52542
52543         * lib/userspec.c: Include "userspec.h".
52544         * lib/userspec.h: New file.
52545
52546 2003-11-03  Bruno Haible  <bruno@clisp.org>
52547
52548         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52549
52550 2003-11-03  Bruno Haible  <bruno@clisp.org>
52551
52552         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52553         available, to avoid (extremely rare) race condition.
52554         Suggested by Paul Eggert.
52555
52556 2003-11-02  Karl Berry  <karl@gnu.org>
52557
52558         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52559
52560 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52561
52562         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52563         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52564         (read_filesystem_list): Set and use me_type_malloced.
52565         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52566         whatever the type happens to be), for brevity and consistency.
52567         Check for size calculation overflow on Alphas running OSF/1.
52568
52569 2003-10-31  Jim Meyering  <jim@meyering.net>
52570
52571         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52572
52573         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52574
52575 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52576             Bruno Haible  <bruno@clisp.org>
52577
52578         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52579         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52580
52581 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52582
52583         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52584         netbsd*-gnu*.  Suggested by Robert Millan.
52585
52586 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52587
52588         * modules/group-member: Depend on stdbool.
52589
52590 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52591
52592         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52593
52594 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52595
52596         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52597         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52598         after the 'gnu' in these cases.  This fixes some bugs in the
52599         previous change, and is based on suggestions by Robert Millan.
52600
52601 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52602
52603         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52604         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52605         no longer needed.
52606         * lib/quotearg.c (quotearg_n_options): Use it.
52607         * lib/group-member.c: Include <stdbool.h>.
52608         (free_group_info): Arg is now const *; don't free arg.
52609         (get_group_info): Now returns bool and accepts struct group_info *,
52610         rather than returning a malloc'ed struct group_info *.
52611         All uses changed.  Check for overflow in internal size calculation.
52612
52613         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52614         rather than xmalloc/xrealloc.
52615         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52616         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52617         conformance bug: the old code used a pointer after freeing the
52618         storage that it addressed.
52619         * lib/hash.c (hash_initialize): Simplify the code by using
52620         xalloc_oversized rather than doing it by hand.
52621         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52622         the buffer preserved.  Use free and xmalloc instead.
52623         * lib/quotearg.c (quotearg_n_options): Likewise.
52624         Use a simpler test for size overflow.  Don't use xalloc_oversized
52625         because unsigned int might be wider than size_t (!); this suggests
52626         that we should switch from unsigned int to size_t for slot numbers.
52627
52628 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52629
52630         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52631         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52632         NetBSD kernels.  Requested by Richard Stallman.
52633
52634 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52635
52636         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52637         to allocate the returned structure.  Do not allocate a subarray,
52638         as x2nrealloc will do that.
52639         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52640         instead of xnrealloc.
52641         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52642
52643 2003-10-27  Bruno Haible  <bruno@clisp.org>
52644
52645         * lib/stdbool_.h: Better support for BeOS.
52646
52647 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52648
52649         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52650         now uses inline.
52651
52652 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52653
52654         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52655         callers that want to do their own size-overflow checking.  Include
52656         <stdbool.h>, since xalloc_oversized returns bool.
52657         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52658         to use xalloc_oversized.
52659
52660         Add two functions x2realloc, x2nrealloc, for programs that grow
52661         arrays dynamically by doubling their sizes.
52662         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52663         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52664         New functions.
52665
52666         Port to C99 semantics for 'inline' of external functions.
52667         Bug reported by Bruno Haible.
52668         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52669         with the old contents of xnmalloc.
52670         (xnmalloc, xmalloc): Use it.
52671         (xnrealloc_inline): New static inline function,
52672         with the old contents of xnrealloc.
52673         (xnrealloc, xrealloc): Use it.
52674
52675         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
52676         that.
52677
52678 2003-10-26  Karl Berry  <karl@gnu.org>
52679
52680         * config/srclist.txt (COPYING.DOC): no longer available from
52681         /gd/gnuorg; don't know where the ultimate source is.
52682
52683 2003-10-25  Paul Eggert  <eggert@twinsun.com>
52684
52685         Fix several address-calculation bugs in the hash modules,
52686         plus some minor code cleanup.
52687
52688         * lib/hash.h: Include <stdbool.h>, for bool.
52689         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
52690         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
52691         hash_get_n_entries, hash_get_max_bucket_length,
52692         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
52693         hash_rehash): Use size_t rather than unsigned.
52694         * lib/hash.c (struct hash_table, hash_get_n_buckets,
52695         hash_get_n_buckets_used, hash_get_n_entries,
52696         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
52697         hash_get_entries, hash_do_for_each, hash_string, is_prime,
52698         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
52699         Likewise.
52700         (SIZE_MAX): Define if not defined.
52701         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
52702         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
52703         hash_print):
52704         Use const * when possible.
52705         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
52706         (check_tuning): Fix bug: if tuning parameters were very close to
52707         0 or 1, rounding errors could have caused subscript violations.
52708         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
52709         (hash_initialize): Add 'fail:' label
52710         to free table and return NULL, and use it to simplify code.
52711         Use calloc rather than clearing the storage ourself.
52712         (hash_initialize, hash_rehash): Check for arithmetic overflow in
52713         buffer size calculations.
52714         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
52715         Include <stddef.h>, for size_t.
52716         * lib/hash-pjw.c (hash_pjw): Likewise.
52717         Switch to method described by Bruno Haible.
52718         Include <limits.h>, for CHAR_BIT.
52719         (SIZE_BITS): New macro.
52720
52721 2003-10-23  Paul Eggert  <eggert@twinsun.com>
52722
52723         * m4/getline.m4 (AM_FUNC_GETLINE):
52724         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
52725         hosts.  Problem reported by Derek Robert Price in
52726         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
52727         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
52728         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
52729
52730 2003-10-21  Paul Eggert  <eggert@twinsun.com>
52731
52732         * lib/getndelim2.c (getndelim2): When size calculation overflows,
52733         ceiling the allocation at NMAX bytes rather than silently
52734         discarding input bytes before NMAX is reached.  This makes
52735         a difference only if NMAX exceeds SIZE_MAX / 2.
52736
52737         * lib/obstack.c: Merge from glibc.
52738         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
52739         Add libc_hidden_def (_obstack_newchunk).
52740         (_obstack_free) [! defined _LIBC]: Remove.
52741         [defined _LIBC]: Make a strong alias from obstack_free, rather than
52742         a clone of the function body.
52743         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
52744         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
52745
52746         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
52747         glibc.
52748         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
52749         arg to memcpy.
52750
52751         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
52752         (obstack_ptr_grow_fast, obstack_int_grow_fast):
52753         Don't use lvalue casts, as GCC plans to remove support for them
52754         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
52755         was also present in the non-GCC version, indicating that this
52756         code had always been buggy and had never been widely used.
52757         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
52758         Use the fast variant of each macro, rather than copying the
52759         definiens of the fast variant; that way, we'll be more likely to
52760         catch future bugs in the fast variants.
52761
52762 2003-10-20  Bruno Haible  <bruno@clisp.org>
52763
52764         * modules/wait-process: New file.
52765         * MODULES.html.sh (func_all_modules): Add wait-process.
52766
52767 2003-10-20  Bruno Haible  <bruno@clisp.org>
52768
52769         * m4/wait-process.m4: New file.
52770
52771 2003-10-20  Bruno Haible  <bruno@clisp.org>
52772
52773         * lib/wait-process.h: New file, from GNU gettext.
52774         * lib/wait-process.c: New file, from GNU gettext.
52775
52776 2003-10-19  Jim Meyering  <jim@meyering.net>
52777
52778         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
52779         HPUX 10.20.
52780
52781 2003-10-18  Karl Berry  <karl@gnu.org>
52782
52783         * config/config.guess: update from config.
52784
52785 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52786
52787         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
52788         (getgroups): First arg is int, not size_t.
52789         Don't let 'free' mangle errno.
52790
52791 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52792
52793         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
52794
52795 2003-10-16  Karl Berry  <karl@gnu.org>
52796
52797         * config/config.{guess,sub}: update from config.
52798
52799 2003-10-16  Jim Meyering  <jim@meyering.net>
52800
52801         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
52802         memcpy.
52803
52804 2003-10-15  Paul Eggert  <eggert@twinsun.com>
52805
52806         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
52807         (SIZE_MAX): Remove.
52808         (new_exclude, add_exclude_file): Initial size no longer needs to
52809         be a power of 2.
52810         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
52811         our own address arithmetic overflow checking.
52812
52813         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
52814         (fnmatch): Do not alloca more than 2000 wide characters;
52815         instead, use malloc for large buffers.
52816         Check for address arithmetic overflow, and return -1
52817         with errno set to ENOMEM in that case.
52818         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
52819         (NEW_PATTERN): Do not alloca more than 8000 bytes;
52820         instead, return -1.  Check for address arithmetic overflow.
52821
52822 2003-10-14  Paul Eggert  <eggert@twinsun.com>
52823
52824         Handle invalid suffixes and overflow independently, so that
52825         callers can treat them independently as needed.  Fix some bugs in
52826         suffix handling, e.g., "100k@" was not diagnosed as an invalid
52827         suffix for a human-readable blocksize.  The major caller-visible
52828         change is the addition of a new
52829         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
52830         that both overflow and suffix chars were found.
52831
52832         * lib/human.c (humblock): Don't check separately for invalid suffix
52833         char; that is xstrtoumax's job (now that its bug is fixed).
52834         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
52835         INTMAX_MAX]: New macros.
52836         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
52837         TYPE_MAXIMUM): New macros.
52838         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
52839         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
52840         if overflow occurs, as it's what __strtol does and it's more useful
52841         in practice.
52842         (__xstrtol): If __strtol reports some error other than ERANGE,
52843         reflect it to the caller as LONGINT_INVALID.  If it reports
52844         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
52845         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
52846         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
52847         value.
52848         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
52849         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
52850         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
52851         [defined UINTMAX_MAX]: New macros.
52852
52853 2003-10-14  Bruno Haible  <bruno@clisp.org>
52854
52855         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
52856
52857 2003-10-14  Bruno Haible  <bruno@clisp.org>
52858
52859         * m4/sig_atomic_t: New file, from GNU gettext.
52860         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
52861
52862 2003-10-14  Bruno Haible  <bruno@clisp.org>
52863
52864         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
52865         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
52866         Also use volatile where needed.
52867
52868 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52869
52870         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
52871         Change maintainer from Bruno Haible to 'all'.
52872
52873 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52874
52875         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
52876
52877 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52878
52879         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
52880         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
52881         and define in terms of the other primitives.
52882         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
52883         (SIZE_MAX): Define if not already defined.
52884         (array_size_overflow): New function.
52885         (xalloc_die): Abort instead of exiting if 'error' returns.
52886         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
52887         (xmalloc, xrealloc): Use them.
52888         (xcalloc): Check for address arithmetic overflow.
52889         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
52890         a bit faster than strcpy.
52891
52892 2003-10-10  Simon Josefsson  <jas@extundo.com>
52893
52894         * modules/argp (Depends-on): Add restrict and strcase.
52895
52896 2003-10-10  Simon Josefsson  <jas@extundo.com>
52897
52898         * m4/argp.m4: Add AC_C_INLINE.
52899
52900 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52901
52902         Merge getpass from libc, plus a few fixes.
52903
52904         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
52905         Include <stdbool.h>.
52906         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
52907         __fsetlocking to empty.
52908         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
52909         do include <bits/libc-lock.h>.
52910         Do not include <fcntl.h>; not needed.
52911         [_LIBC]: Include <wchar.h>.
52912         (NOTCANCEL_MODE): New macro.
52913         (flockfile, funlockfile) [_LIBC]: New macros.
52914         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
52915         [!_LIBC]: New macros.
52916         (call_fclose): New function.
52917         (getpass): Use it.  Save tty stream separately; this simplifies the
52918         code and makes it more reliable if stdin happens to equal stdout.
52919         Invoke __fsetlocking on tty.
52920         Handle thread cancellation if needed.
52921         Namespace cleanup (use __tcgetattr, __getline).
52922         Use bool for Booleans.
52923         [USE_IN_LIBIO]: Handle wide streams.
52924         [!_LIBC]: Unconditionally do the fseek, since we don't know what
52925         stream might go where.
52926
52927         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
52928         doesn't have to include <stdio.h> before us.
52929         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
52930         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
52931         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
52932         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
52933         if not declared, so that we can use getpass.c code from libc without
52934         rewriting it.
52935         (flockfile, ftrylockfile, funlockfile): New macros.
52936
52937 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52938
52939         * modules/getpass: Depend on stdbool.
52940
52941 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52942
52943         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52944
52945 2003-10-07  Karl Berry  <karl@gnu.org>
52946
52947         * config/config.{guess,sub}: update from config.
52948
52949 2003-10-06  Jim Meyering  <jim@meyering.net>
52950             Bruno Haible  <bruno@clisp.org>
52951
52952         This lets translators provide better translations for the
52953         "Written by ..." part of --version output.
52954         * lib/version-etc.h: Include stdarg.h.
52955         (version_etc_copyright): Declare as readonly.
52956         (version_etc): Make this function variadic with a NULL-terminated list
52957         of author name strings.
52958         (version_etc_va): New declaration.
52959         * lib/version-etc.c: Include stdarg.h, stdlib.h.
52960         (version_etc_copyright): Declare as readonly.
52961         (version_etc_va): New function. Provide a different translatable string
52962         for each possible number of authors < 10. Abbreviate when there are 10
52963         authors or more.
52964         (version_etc): Make this function variadic. Call version_etc_va.
52965         Suggestion from Gary V. Vaughan.
52966
52967         * lib/long-options.h (parse_long_options): Change prototype: the
52968         authors string is moved to the end and becomes variadic.
52969         * lib/long-options.c: Include stdarg.h.
52970         (parse_long_options): Make this function variadic, too.
52971         Call version_etc_va, not version_etc.
52972
52973 2003-10-06  Bruno Haible  <bruno@clisp.org>
52974
52975         * modules/version-etc-2: Remove file.
52976         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
52977
52978 2003-10-06  Bruno Haible  <bruno@clisp.org>
52979
52980         * modules/fatal-signal: New file.
52981         * MODULES.html.sh (func_all_modules): Add fatal-signal.
52982
52983 2003-10-06  Bruno Haible  <bruno@clisp.org>
52984
52985         * m4/fatal-signal.m4: New file.
52986         * m4/signalblocking.m4: New file, from GNU gettext.
52987
52988 2003-10-06  Bruno Haible  <bruno@clisp.org>
52989
52990         * lib/version-etc-2.h: Remove file.
52991         * lib/version-etc-2.c: Remove file.
52992
52993 2003-10-06  Bruno Haible  <bruno@clisp.org>
52994
52995         * lib/fatal-signal.h: New file, from GNU gettext.
52996         * lib/fatal-signal.c: New file, from GNU gettext.
52997
52998 2003-10-05  Paul Eggert  <eggert@twinsun.com>
52999
53000         * README: Rework advice for preventing empty .o files.
53001         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
53002         not <sys/types.h>.
53003
53004 2003-10-04  Karl Berry  <karl@gnu.org>
53005
53006         * lib/argp*: update from libc.
53007
53008 2003-10-04  Karl Berry  <karl@gnu.org>
53009
53010         * config/config.{guess,sub}: update from config.
53011
53012 2003-10-02  Bruno Haible  <bruno@clisp.org>
53013
53014         * modules/lchown (Include): Add lchown.h.
53015         * modules/time_r (Include): Use "..." syntax.
53016         * modules/xgetdomainname (Include): Add xgetdomainname.h.
53017
53018 2003-10-01  Simon Josefsson  <jas@extundo.com>
53019
53020         * MODULES.html.sh (func_all_modules): Move gethostname from section
53021         'based on' to section 'lacking' POSIX:2001.
53022
53023 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
53024
53025         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
53026         to output mode on the same stream.
53027
53028 2003-09-29  Paul Eggert  <eggert@twinsun.com>
53029
53030         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
53031         Fix arg typo in previous patch.
53032
53033 2003-09-28  Jim Meyering  <jim@meyering.net>
53034
53035         * lib/error.c: Correct cpp indentation.
53036
53037 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53038
53039         * modules/free: New file.
53040
53041 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53042
53043         * m4/free.m4: New file.
53044
53045 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53046
53047         * lib/minmax.h (MIN, MAX)
53048         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
53049         Omit the special code that used __typeof__, since we worry that
53050         it could be more trouble than it's worth.  See:
53051         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
53052         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
53053
53054         * lib/free.c: New file.
53055
53056 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
53057
53058         Trivial fixes to Makefile.am parts of module listings.
53059         * modules/strstr: Append strstr.h to lib_SOURCES.
53060         * modules/strcase: Likewise, for strcase.h.
53061
53062 2003-09-27  Karl Berry  <karl@gnu.org>
53063
53064         * config/mkinstalldirs: update from automake.
53065
53066 2003-09-26  Paul Eggert  <eggert@twinsun.com>
53067
53068         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
53069         (error_tail): Do not loop, reallocating temporary buffer, since
53070         the output cannot contain more wide characters than the input
53071         contains bytes, the size must be big enough already.  This avoids
53072         one potential size overflow calculation.  Check for size overflow
53073         when calculating temporary buffer size.  Free temporary buffer
53074         when done, if it was allocated with malloc; this plugs a memory
53075         leak.  Remove casts from void * to pointers, that are no longer
53076         needed now that we're assuming C89 or better.
53077
53078         Merge error changes from glibc.
53079
53080         * lib/error.c, error.h: Update copyright notice header to match glibc.
53081         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
53082         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
53083         Disable cancellation while printing error.
53084         * lib/error.h: Prepend __ to parameter names.
53085
53086 2003-09-26  Jim Meyering  <jim@meyering.net>
53087
53088         * lib/error.c (error_tail): Move some declarations
53089         into inner scope where the local variables are used.
53090
53091 2003-09-26  Bruno Haible  <bruno@clisp.org>
53092
53093         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
53094         stpncpy().
53095         Don't define stpncpy through config.h; it's now done through stpncpy.h.
53096
53097 2003-09-26  Bruno Haible  <bruno@clisp.org>
53098
53099         * lib/stpncpy.h (gnu_stpncpy): New declaration.
53100         (stpncpy): Define as alias for gnu_stpncpy.
53101         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
53102
53103 2003-09-25  Simon Josefsson  <jas@extundo.com>
53104
53105         * lib/xgetdomainname.h: New file.
53106         * lib/xgetdomainname.c: New file.
53107
53108 2003-09-25  Simon Josefsson  <jas@extundo.com>
53109             Bruno Haible  <bruno@clisp.org>
53110
53111         * modules/getdomainname: New file.
53112         * modules/xgetdomainname: New file.
53113         * MODULES.html.sh (func_all_modules): Add getdomainname,
53114         xgetdomainname.
53115
53116 2003-09-25  Simon Josefsson  <jas@extundo.com>
53117             Bruno Haible  <bruno@clisp.org>
53118
53119         * m4/getdomainname.m4: New file.
53120
53121 2003-09-25  Simon Josefsson  <jas@extundo.com>
53122             Bruno Haible  <bruno@clisp.org>
53123
53124         * lib/getdomainname.h: New file.
53125         * lib/getdomainname.c: New file.
53126
53127 2003-09-25  Karl Berry  <karl@gnu.org>
53128
53129         * lib/argp-fmtstream.c, argp-help.c: update from libc.
53130
53131 2003-09-25  Karl Berry  <karl@gnu.org>
53132
53133         * config/install-sh: update from automake.
53134
53135 2003-09-25  Bruno Haible  <bruno@clisp.org>
53136
53137         * modules/version-etc-2: New file, from modules/version-etc with
53138         modifications.
53139         * MODULES.html.sh (func_all_modules): Add version-etc-2.
53140
53141 2003-09-25  Bruno Haible  <bruno@clisp.org>
53142
53143         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
53144         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
53145
53146 2003-09-24  Simon Josefsson  <jas@extundo.com>
53147
53148         * modules/xgethostname: Add xgethostname.h.
53149
53150 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53151
53152         * lib/linebuffer.c (freebuffer): Don't free the argument, just
53153         the buffer associated with the argument.  Bug reported by
53154         Simon Josefsson.
53155
53156 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53157
53158         * README: Document assumptions that 'int' is at least 32 bits
53159         wide, that integer arithmetic is 2's complement without overflow,
53160         that there are no holes in integer values, that adding sizes of
53161         two nonoverlapping objects can't overflow, and that all-bits-zero
53162         yields scalar zero.  Fix spelling and capitalization typos.
53163
53164 2003-09-19  Karl Berry  <karl@gnu.org>
53165
53166         * lib/argp.h: update from libc.
53167
53168 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53169
53170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
53171         to avoid spurious warnings like "AC_RUN_IFELSE was called before
53172         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
53173
53174 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53175
53176         * gnulib-tool: Use "test -h", not "test -L", for portability
53177         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
53178         (tags_regexp): Remove, since \| doesn't conform to POSIX.
53179         (sed_extract_prog): Issue s commands one-by-one, rather than
53180         using \| in one s command.
53181
53182 2003-09-16  Paul Eggert  <eggert@twinsun.com>
53183
53184         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
53185         input error, instead of returning NULL the next time we are called
53186         (and therefore losing track of errno).
53187
53188 2003-09-16  Bruno Haible  <bruno@clisp.org>
53189
53190         * gnulib-tool (func_create_testdir): Warn about duplicated
53191         dependencies.
53192
53193 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53194
53195         * modules/argmatch, modules/fatal, modules/obstack,
53196         modules/xalloc, modules/xgethostname: Sort dependencies by
53197         importance, not alphabetically.
53198
53199 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53200
53201         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
53202         fails, so that the caller gets the proper errno.
53203
53204         * lib/readutmp.c (read_utmp): Likewise.
53205         Check for fstat error.  Close stream and free storage
53206         when failing.
53207
53208 2003-09-14  Karl Berry  <karl@gnu.org>
53209
53210         * config/srclist.txt (strdup.c): disable for c89 changes.
53211
53212 2003-09-14  Jim Meyering  <jim@meyering.net>
53213
53214         * lib/getloadavg.c: Correct cpp indentation.
53215         * lib/strdup.c: Likewise.
53216         * lib/vasnprintf.c: Likewise.
53217
53218 2003-09-14  Bruno Haible  <bruno@clisp.org>
53219
53220         * modules/fwriteerror: New file.
53221         * MODULES.html.sh (func_all_modules): Add fwriteerror.
53222
53223 2003-09-14  Bruno Haible  <bruno@clisp.org>
53224
53225         * lib/fwriteerror.h: New file.
53226         * lib/fwriteerror.c: New file.
53227
53228 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53229
53230         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
53231         modules/xgethostname, modules/xalloc: Depend on exit.
53232
53233 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53234
53235         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
53236
53237         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
53238         and AC_MINIX, too, so that their extensions are available.
53239
53240         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
53241         This macro has been superseded by gl_BACKUPFILE.
53242
53243         More patches to assume C89 or better.
53244
53245         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
53246
53247         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
53248         unconditionally.
53249         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
53250         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
53251         Include <string.h>, <stdlib.h> unconditionally.
53252         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
53253         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
53254         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
53255         headers or for string.h.
53256         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
53257         or strtoul.
53258
53259         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
53260         headers.
53261         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
53262         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53263         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
53264         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
53265         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53266         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
53267         memcpy, memset.
53268         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
53269         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
53270         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
53271         strtol.
53272         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
53273         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
53274         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
53275         strtoul.
53276
53277 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53278
53279         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
53280         * lib/obstack.c [!defined _LIBC]: Likewise.
53281         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
53282         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
53283         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
53284
53285         More changes to assume C89 or better.
53286
53287         * lib/error.c (error_tail): Assume vprintf.
53288
53289         * lib/argmatch.c (getenv): Remove decl.
53290         * lib/progreloc.c (get_full_program_name): Define via prototype.
53291         * lib/setenv.c (clearenv): Likewise.
53292         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
53293         needed.
53294         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
53295         (malloc, memcpy): Remove decls.
53296         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
53297         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
53298         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53299         (memcpy): Remove macro.
53300         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
53301         (__P): Remove.  All uses removed.
53302         (PTR): Remove.  All uses changed to void *.
53303         (CHAR_BIT, NULL): Remove.
53304         (spaces, zeros, memset_space, memset_zero)
53305         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
53306         Remove.
53307         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
53308         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
53309         Define with prototype.
53310         Remove now-unnecessary prototype decl.
53311         (extra_args_spec): Assume ANSI C.  All uses changed.
53312         (extra_args_spec_iso): Remove.
53313         (my_strftime, emacs_strftimeu): Define via prototype.
53314         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
53315         unconditionally.
53316         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
53317         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
53318         (strtoul, strtol): Remove decls.
53319         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
53320         LONG_MAX): Remove.
53321         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53322         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
53323         (LOCALE_PARAM_PROTO): New macro.
53324         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
53325         (INTERNAL (strtol), strtol): Define with a prototype.
53326         (PARAMS): Remove.  All uses removed.
53327         * lib/tempname.c: Include <string.h> unconditionally.
53328         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
53329         * lib/xgethostname.c (main): Define with a prototype.
53330         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
53331         Include <stdlib.h> unconditionally.
53332         (calloc, malloc, realloc, free): Remove decls.
53333         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
53334         Include <stdlib.h> unconditionally.  Sort include file names.
53335         (strtod): Remove.
53336         (xstrtod): Define with a prototype.
53337         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
53338         (strtol, strtoul): Remove decls.
53339
53340 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53341
53342         More patches to assume C89 or better.
53343         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
53344         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
53345         string.h, memchr, STDC_HEADERS.
53346
53347 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53348
53349         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
53350         Include <stdlib.h>, <string.h> unconditionally.
53351         Remove now-unnecessary cast to char *.
53352         * lib/strnlen.c: Include <string.h> unconditionally.
53353         * lib/yesno.c (yesno): Define with a prototype.
53354
53355 2003-09-11  Bruno Haible  <bruno@clisp.org>
53356
53357         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
53358
53359 2003-09-10  Jim Meyering  <jim@meyering.net>
53360
53361         * lib/error.c: Correct indentation of cpp directives.
53362
53363 2003-09-10  Bruno Haible  <bruno@clisp.org>
53364
53365         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
53366         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
53367         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53368         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53369         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53370         <stdlib.h> and <string.h> checks.
53371         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53372         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53373
53374 2003-09-10  Bruno Haible  <bruno@clisp.org>
53375
53376         * lib/strcspn.c: Include <string.h> unconditionally.
53377         * lib/strpbrk.c: Include <string.h> unconditionally.
53378         * lib/strstr.c: Include <string.h> unconditionally.
53379         * lib/unicodeio.c: Include <string.h> unconditionally.
53380         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
53381         * lib/unsetenv.c: Likewise.
53382         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
53383         * lib/yesno.c: Include <stdlib.h> unconditionally.
53384         (rpmatch): Add prototype.
53385
53386 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53387
53388         More patches to assume C89 or better.
53389         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
53390         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
53391         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
53392         or for string.h.
53393         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
53394         stdlib.h.
53395         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
53396         C headers.
53397         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
53398         string.h.
53399         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
53400         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
53401         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
53402         or for string.h.
53403         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
53404         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
53405         C headers.
53406         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
53407         memcpy.
53408         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
53409         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
53410         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
53411         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
53412         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
53413         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
53414         string.h, free.
53415         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
53416         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
53417         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
53418         C headers, or for string.h.
53419         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
53420         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
53421         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
53422         headers, memory.h, stdlib.h, string.h, strings.h.
53423         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
53424         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
53425         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
53426         strchr.
53427         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
53428         headers, memory.h, string.h.
53429         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
53430         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
53431         free.
53432         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
53433         headers.
53434         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
53435         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
53436         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
53437         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
53438         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
53439
53440 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53441
53442         More K&R removal.
53443
53444         * lib/acosl.c (main): Use a prototype.
53445         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
53446         tanl.c: Likewise.
53447
53448         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
53449
53450         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
53451         (getopt, etopt_long, getopt_long_only, _getopt_internal)
53452         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
53453         with a prototype.
53454         * lib/getopt.c (const): Remove macro.
53455         Include <string.h> unconditionally.
53456         (my_index): Remove; all uses changed to strchr.
53457         (strlen): Remove decl.
53458         (exchange): Remove forward decl; no longer needed.
53459         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
53460         Define with prototype.
53461         * lib/getopt1.c (const): Remove macro.
53462         (getopt_long, getopt_long_only, main): Define with prototype.
53463
53464         * lib/getugroups.c: Include <string.h> unconditionally.
53465
53466         * lib/getusershell.c: Include <stdlib.h> unconditionally.
53467         (getusershell, setusershell, endusershell, readname, main):
53468         Define with prototypes.
53469
53470         * lib/group-member.c: Include group-member.h first.
53471         Include <stdlib.h> unconditionally.
53472
53473         * lib/hard-locale.c: Include hard-locale.h first.
53474         Include <stdlib.h>, <string.h> unconditionally.
53475
53476         * lib/hash.c (free, malloc): Remove decls.
53477         Include <stdlib.h> unconditionally.
53478
53479         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
53480         (getenv): Do not declare.
53481
53482         * lib/idcache.c: Include <string.h> unconditionally.
53483
53484         * lib/long-options.c: Include long-options.h first, to test interface.
53485         Include <stdlib.h> unconditionally.
53486
53487         * lib/makepath.c: Include makepath.h first, to test interface.
53488         Include <stdlib.h> and <string.h> unconditionally.
53489
53490         * lib/linebuffer.c: Include <stdlib.h>.
53491         (free): Remove decl.
53492
53493         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
53494         stddef.h. rpl_malloc returns void *, not char *.
53495         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
53496         prototype.
53497
53498         * lib/md5.h: Include <limits.h> unconditionally.
53499         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
53500         (__P): Remove; all uses removed.
53501         * lib/md5.c: Include "md5.h" first.
53502         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
53503         md5_buffer, md5_process_bytes, md5_process_block):
53504         Define with prototypes.
53505         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
53506         * lib/sha.c: Include "sha.h" first.
53507         Include <stdlib.h>, <string.h> unconditionally.
53508
53509         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
53510         * lib/memcmp.c (__ptr_t): Likewise.
53511         * lib/memrchr.c (__ptr_t): Likewise.
53512         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
53513         Include <string.h> unconditionally.
53514         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
53515         * lib/memchr.c: Include <stdlib.h> unconditionally.
53516         * lib/memchr.c (LONG_MAX): Remove.
53517         * lib/memrchr.c (LONG_MAX): Likewise.
53518         * lib/memchr.c (__memchr): Define via a prototype.
53519         * lib/memrchr.c (__memrchr): Likewise.
53520         * lib/memcmp.c (__P): Remove, and remove all uses.
53521         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
53522         Remove forward decls; no longer needed.
53523         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53524         Use types required by C89 in prototype.
53525
53526         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53527         * lib/savedir.c: Likewise.
53528         * lib/mkdir.c (free): Remove decl.
53529         * lib/rmdir.c (rmdir): Define with a prototype.
53530         * lib/savedir.c: Include savedir.h first, to test interface.
53531
53532         * lib/mktime.c (STDC_HEADERS): Remove.
53533         Include <stdlib.h>, <string.h> unconditionally.
53534
53535         * lib/modechange.c: Include <stdlib.h> unconditionally.
53536         (malloc): Remove decl.
53537
53538         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53539         (free): Remove decl.
53540
53541         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53542         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53543         (This type really should be intptr_t, but that's a C99ism.)
53544         (_obstack_memcpy): Remove: all uses changed to memcpy.
53545         Include <string.h> unconditionally.
53546         (struct obstack): Assume __STDC__ for types of members
53547         chunkfun, freefun, extra_arg.
53548         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53549         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53550         obstack_begin, obstack_specify_allocation,
53551         obstack_specify_allocation_with_arg, obstack_chunkfun,
53552         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53553         Remove unprototyped decls and the macros that use them.
53554         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53555         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53556         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53557         (defined __STDC__ && __STDC__)]:
53558         Remove nonprototyped code.
53559         Include <stdlib.h> unconditionally.
53560         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53561         _obstack_allocated_p, _obstack_free, obstack_free,
53562         _obstack_memory_used, print_and_abort):
53563         Define using prototypes.
53564         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53565         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53566         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53567         obstack_next_free, obstack_object_size, obstack_room) [0]:
53568         Remove unused, unprototyped code.
53569
53570         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53571
53572         * lib/physmem.c (physmem_total, physmem_available, main): Define
53573         with prototypes.
53574
53575         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53576         (main): Define with a prototype.
53577
53578         * lib/posixver.c (getenv): Remove decl.
53579
53580         * lib/putenv.c (malloc): Returns void *, not char *.
53581         Include <string.h> unconditionally.
53582         (strchr, memcpy, NULL): Do not define.
53583
53584         * lib/readtokens.c: Include readtokens.h first, to test interface.
53585         Include <stdlib.h>, <string.h> unconditionally.
53586         (init_tokenbuffer): Define with a prototype.
53587
53588         * lib/regex.c (PARAMS): Remove.  All uses removed.
53589         All uses of _RE_ARGS removed, too.
53590         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53591         unconditionally.
53592         (bzero): Assume memset exists.
53593         (memcmp, memcpy, NULL): Remove.
53594         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53595         char, or assignments to local vars of type signed char.
53596         (init_syntax_once, PREFIX(extract_number_and_incr),
53597         PREFIX(print_partial_compiled_pattern),
53598         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53599         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53600         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53601         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53602         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53603         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53604         wcs_compile_range, byte_compile_range, truncate_wchar,
53605         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53606         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53607         count_mbs_length, wcs_re_match_2_internal,
53608         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53609         PREFIX(alt_match_null_string_p),
53610         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53611         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53612         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53613         now-unnecessary declaration, if any.
53614         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53615         regcomp, regexec):
53616         Remove now-unnecessary casts among pointer types.
53617         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53618
53619         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53620         (free): Remove decl.
53621
53622         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53623
53624         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53625         (free): Remove decl.
53626
53627         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53628         * lib/xgetcwd.c: Likewise.
53629
53630         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53631         (free): Remove decl.
53632
53633         * lib/strchrnul.c (strchrnul): Define with a prototype.
53634         Fix bug: c_in was not converted to char before searching.
53635
53636         The following changes are not K&R related:
53637
53638         * lib/group-member.h: Include <sys/types.h>, so that this file is
53639         self-contained.
53640         * lib/makepath.h: Likewise.
53641
53642         * lib/getusershell.c (readname, default_index, line_size, readname):
53643         Use size_t, not int, for sizes.
53644         (readname): If the size overflows, report an error instead of
53645         looping forever.
53646
53647 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53648
53649         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53650         libc.
53651
53652 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53653
53654         * README: New section: portability guidelines.
53655
53656 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53657
53658         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53659         C89 spec.
53660
53661 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53662
53663         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53664
53665 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53666
53667         Assume C89 or better; remove K&R cruft.
53668         A few of these changes were first proposed by Derek Robert Price
53669         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53670
53671         * lib/addext.c: Include <string.h> unconditionally.
53672         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
53673         Don't declare getenv or malloc.
53674
53675         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
53676         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
53677         (NULL): Remove.
53678         (find_stack_direction, alloca): Use prototypes.
53679
53680         * lib/atexit.c (atexit): Define using a prototype.
53681
53682         * lib/basename.c, dirname.c, stripslash.c:
53683         Include <string.h> unconditionally.
53684
53685         * lib/bcopy.c: Include <stddef.h>.
53686         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
53687
53688         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
53689
53690         * lib/error.h (error, error_at_line, error_print_progname)
53691         [! (defined (__STDC__) && __STDC__)]: Remove decls.
53692         * lib/error.c: Include error.h first, to check interface.
53693         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53694         (VA_START): Remove; all uses changeed to va_start.
53695         (exit, strerror): Remove decls.
53696         (error_print_progname): Prototype uncondionally.
53697         Don't include <errno.h>; no longer needed.
53698         (private_strerror): Remove.
53699         (error_tail): Always define.
53700         (error, error_at_line): Assume C89 or better; always use prototypes.
53701         * lib/fatal.c: Include "fatal.h" first, to test interface.
53702         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53703         (VA_START): Remove; all uses changed to va_start.
53704         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
53705         this case.
53706         (exit): Remove decl.
53707         (fatal): Prototype unconditionally.  Assume va_start works.
53708         Abort at end, to pacify gcc.
53709
53710         * lib/euidaccess.c (main): Define with a prototype.
53711
53712         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
53713
53714         * lib/exitfail.c: Include <stdlib.h> unconditionally.
53715
53716         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
53717         prototypes.
53718         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
53719         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
53720         (getenv): Remove decl.
53721         (fnmatch): Define using a prototype.
53722         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
53723         (FCT): Define using a prototype.
53724
53725         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
53726
53727         * lib/gethostname.c: Include <stddef.h>.
53728         (gethostname): Define with prototype.  Length is size_t, not int.
53729
53730 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53731
53732         Assume C89 or better; remove K&R cruft.
53733         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
53734         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
53735         string.h, getenv, malloc.
53736         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
53737         headers.
53738         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
53739         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
53740         do not check for strerror.
53741         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
53742         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
53743         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
53744         do not check for doprnt or vprintf.
53745         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
53746         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
53747
53748 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53749
53750         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
53751         getversion.c should have been removed then, but was accidentally
53752         preserved.
53753
53754         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
53755         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
53756
53757 2003-09-08  Karl Berry  <karl@gnu.org>
53758
53759         * config/config.sub, config.guess, srclistvars.sh: update from savannah
53760                 config, forget about prep.
53761
53762         * config/depcomp, missing: update from automake.
53763
53764 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53765
53766         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
53767         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53768
53769 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53770
53771         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
53772         copy_tm_result.  Bug reported by Simon Josefsson in
53773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53774
53775 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53776
53777         * m4/time_r.m4: New file.
53778         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
53779         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
53780         is. Check for timegm declaration.
53781         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
53782         Do not check for gmtime_r.
53783         Replace mktime if __mktime_internal does not exist and if mktime
53784         hasn't been replaced already.
53785
53786 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53787
53788         * lib/time_r.c, lib/time_r.h: New files.
53789
53790         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
53791         __localtime_r.
53792         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
53793         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
53794
53795         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
53796         __gmtime_r.
53797         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
53798         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
53799         Include <time_r.h>.
53800
53801         * lib/timegm.c: Switch to glibc implementation, with the following
53802         changes:
53803         [defined HAVE_CONFIG_H]: Include <config.h>.
53804         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
53805         (__mktime_internal) [!defined _LIBC]: New decl.
53806         (__gmtime_r) [!defined _LIBC]: New macro and function.
53807         (timegm): Use a prototype, since gnulib assumes C89.
53808         Do not bother declaring tmp to be const, as it's not really usefu.
53809         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
53810         (timegm): Declare only if HAVE_DECL_TIMEGM.
53811
53812 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53813
53814         * MODULES.html.sh (func_all_modules): Add time_r.
53815         * modules/time_r: New file.
53816         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
53817         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
53818
53819 2003-09-03  Paul Eggert  <eggert@twinsun.com>
53820
53821         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
53822         Bug reported by Lute Kamstra in
53823         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
53824
53825         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
53826         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
53827         course with correspondingly smaller numbers for tomorrow and
53828         yesterday.  From Tadayoshi Funaba.  Originally installed into
53829         sh-utils on 1999-08-07, but the patch got lost (I guess during the
53830         coreutils merge?).
53831
53832 2003-08-31  Simon Josefsson  <jas@extundo.com>
53833
53834         * modules/timegm: New file.
53835         * MODULES.html.sh (func_all_modules): Add timegm.
53836
53837 2003-08-31  Simon Josefsson  <jas@extundo.com>
53838
53839         * m4/timegm.m4: New file.
53840
53841 2003-08-31  Simon Josefsson  <jas@extundo.com>
53842
53843         * lib/timegm.h: New file.
53844         * lib/timegm.c: New file.  Based on
53845         wget-1.8.2/src/http.c:mktime_from_utc.
53846
53847 2003-08-31  Karl Berry  <karl@gnu.org>
53848
53849         * lib/argp.h: update from libc.
53850
53851 2003-08-28  Bruno Haible  <bruno@clisp.org>
53852
53853         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
53854         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
53855         followed by '#define fnmatch fnmatch_posix' gives an error.
53856
53857 2003-08-28  Bruno Haible  <bruno@clisp.org>
53858
53859         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
53860         warning on QNX, which defines O_BINARY to 000000.
53861
53862 2003-08-27  Jim Meyering  <jim@meyering.net>
53863
53864         * m4/mkstemp.m4: Require that the system mkstemp be able to create
53865         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
53866         would fail after 32.  Reported by Danny Levinson.  Details here:
53867         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
53868
53869 2003-08-24  Bruno Haible  <bruno@clisp.org>
53870
53871         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
53872         MSVC7 <stdio.h> is included later.
53873
53874 2003-08-22  Simon Josefsson  <jas@extundo.com>
53875
53876         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
53877
53878 2003-08-20  Karl Berry  <karl@gnu.org>
53879
53880         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
53881
53882 2003-08-20  Bruno Haible  <bruno@clisp.org>
53883
53884         * modules/progname: New file.
53885         * MODULES.html.sh (func_all_modules): Add progname.
53886
53887 2003-08-20  Bruno Haible  <bruno@clisp.org>
53888
53889         * lib/progname.h: New file, from GNU gettext.
53890         * lib/progname.c: New file, from GNU gettext.
53891         * lib/progreloc.c: New file, from GNU gettext.
53892
53893 2003-08-19  Jim Meyering  <jim@meyering.net>
53894
53895         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
53896         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
53897
53898 2003-08-19  Bruno Haible  <bruno@clisp.org>
53899
53900         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
53901         more.
53902
53903 2003-08-19  Bruno Haible  <bruno@clisp.org>
53904
53905         * lib/xstrdup.c: Assume <string.h> exists.
53906
53907 2003-08-18  Paul Eggert  <eggert@twinsun.com>
53908
53909         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
53910         in makefile rules.
53911
53912 2003-08-18  Jim Meyering  <jim@meyering.net>
53913
53914         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
53915         * m4/lib-ld.m4: Likewise.
53916
53917 2003-08-18  Jim Meyering  <jim@meyering.net>
53918
53919         * lib/setenv.h: Indent nested cpp directive.
53920         * lib/vasnprintf.c: Remove trailing blanks.
53921
53922 2003-08-17  Simon Josefsson  <jas@extundo.com>
53923
53924         * modules/xstrndup: New file.
53925         * MODULES.html.sh (func_all_modules): Add xstrndup.
53926
53927 2003-08-17  Simon Josefsson  <jas@extundo.com>
53928
53929         * modules/argp: Fix autoconf macro name. Add more dependencies.
53930
53931 2003-08-17  Simon Josefsson  <jas@extundo.com>
53932
53933         * m4/xstrndup.m4: New file.
53934
53935 2003-08-17  Simon Josefsson  <jas@extundo.com>
53936
53937         * m4/argp.m4: New file.
53938
53939 2003-08-17  Simon Josefsson  <jas@extundo.com>
53940             Bruno Haible  <bruno@clisp.org>
53941
53942         * lib/xstrndup.h: New file.
53943         * lib/xstrndup.c: New file.
53944
53945 2003-08-17  Bruno Haible  <bruno@clisp.org>
53946
53947         * modules/strndup (Files, Include): Add lib/strndup.h.
53948
53949 2003-08-17  Bruno Haible  <bruno@clisp.org>
53950
53951         * modules/euidaccess (Files): Add lib/euidaccess.h.
53952
53953 2003-08-17  Bruno Haible  <bruno@clisp.org>
53954
53955         * lib/strndup.h: New file.
53956
53957 2003-08-17  Bruno Haible  <bruno@clisp.org>
53958
53959         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
53960         like AC_GNU_SOURCE.
53961         * modules/extensions (configure.ac): Comment out the invocation of
53962         gl_USE_SYSTEM_EXTENSIONS.
53963
53964 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53965
53966         Merges from coreutils, etc.
53967         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
53968         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
53969         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
53970         fixing a typo.
53971         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
53972         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
53973
53974 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53975
53976         Document merge from coreutils.
53977         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
53978         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
53979         * modules/utime: Add m4/utimes-null.m4.
53980
53981 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53982
53983         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
53984         space, undoing this 2003-08-12 change:
53985         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53986
53987 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53988
53989         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
53990         strtoul.c from libc, undoing this 2003-08-12 change:
53991         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53992
53993 2003-08-16  Jim Meyering  <jim@meyering.net>
53994
53995         Merges from coreutils.
53996         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
53997         prefix.  Adjust cache variables similarly.  Create 500 rather than
53998         just 300 files, to exercise bug on Darwin6.5, too.
53999         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
54000         $missing_dir.
54001         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
54002         AM_SYS_POSIX_TERMIOS.
54003         Reported by mkc@mathdogs.com.
54004         Also change use of $am_cv_sys_posix_termios
54005         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
54006         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
54007         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
54008         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
54009         in /proc/mounts until it finds one with matching device number.  This
54010         is unnecessary when the FILE argument *is* a mount point.  No stat call
54011         is necessary in that case.  So, disable the statvfs-testing code on
54012         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
54013         as RedHat bug# 84846.
54014         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54015         to 1MB, so as not to render systems with no stack size limit (e.g.,
54016         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54017         Include <unistd.h>.  On some systems,
54018         it is required for the definition of _SC_PAGESIZE.
54019
54020 2003-08-16  Jim Meyering  <jim@meyering.net>
54021
54022         Merge from coreutils.
54023         * lib/xstrtoimax.c: #else #if -> #elif.
54024         * lib/xstrtoumax.c: Likewise.
54025
54026 2003-08-16  Jim Meyering  <jim@meyering.net>
54027
54028         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
54029         * m4/utimes.m4: Removed.
54030         * m4/utimes-null.m4: Renamed from utimes.m4.
54031
54032         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54033         to 1MB, so as not to render systems with no stack size limit (e.g.,
54034         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54035         Include <unistd.h>.  On some systems,
54036         it is required for the definition of _SC_PAGESIZE.
54037
54038 2003-08-16  Jim Meyering  <jim@meyering.net>
54039         and Paul Eggert  <eggert@cs.ucla.edu>
54040
54041         Merges from coreutils, etc.
54042
54043         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
54044         using the latest version from cvs.  This avoids problems with #line
54045         directives using a vendor (Sun) compiler.
54046         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
54047         Don't set GETGROUPS_LIB here; now it's
54048         done via getgroups.m4's wrapper function.
54049         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
54050         rather than just in sh-util/configure.in, so that the
54051         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
54052         same.
54053         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
54054         AC_FUNC_GETLOADAVG where to find getloadavg.c.
54055         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
54056         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
54057         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
54058         Remove code that is now done by the newly-required macros.
54059         Append $(EXEEXT) to DF_PROG.
54060         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
54061         Do not invoke or require the following here,
54062         since prereq.m4 or some gnulib .m4 now does this for us:
54063         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
54064         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
54065         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
54066         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
54067         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
54068         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
54069         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
54070         AC_FUNC_OBSTACK.
54071         Do not replace the following functions, as this is now the job
54072         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
54073         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
54074         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
54075         atexit getpass, strdup, getpagesize.
54076         Replace 'raise'.
54077         Do not check for the following functions, as this is now the job
54078         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
54079         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
54080         setregid.
54081         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
54082         Check for sys/sysctl.h.
54083         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
54084         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
54085         of checking for ssize_t ourselves.
54086
54087         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
54088         Require every macro that gnulib/modules/* suggests for us.
54089         (jm_PREREQ_ADDEXT): New macro.
54090         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
54091         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
54092
54093         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
54094         (gl_PHYSMEM): Use it.
54095         Also check for `table' function.
54096         Check for new headers and functions.
54097         Add check for sys/sysmp.h.
54098         With suggestions from Kaveh Ghazi.
54099         Ignore headers that are present but cannot be compiled.  This
54100         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
54101         C 5.4.
54102
54103 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54104
54105         Document merge from coreutils.
54106         * modules/userspec: Depend on posixver.
54107         * modules/strftime: Depend on tzset.
54108
54109 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54110
54111         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
54112         rather than tab, after '#' in shell-script copyright notices.
54113         Suggested by Bruno Haible.
54114
54115 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54116
54117         * config/srclist-update: Use three spaces, rather than tab, after '#'
54118         in shell-script copyright notices.  Suggested by Bruno Haible.
54119         Remove unnecessary parenthesization in regular expression.
54120
54121 2003-08-15  Jim Meyering  <jim@meyering.net>
54122
54123         Merge from coreutils.
54124         * lib/xgethostname.c: Include <stdlib.h>.
54125         (xghostname): Don't exit for anything other than memory-related
54126         failure; just return NULL.
54127         * lib/userspec.c: Include "posixver.h".
54128         (parse_user_spec): Accept `.' as a separator only
54129         in pre-POSIX-200112 mode.
54130         * lib/strtoimax.c: Use #elif rather than #else #if.
54131         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
54132         Remove function, now that we can rely on a working tzset function.
54133         [!_LIBC]: Ensure that the required autoconf test has been run.
54134         [!defined _NL_CURRENT && HAVE_STRFTIME]:
54135         Use underlying_strftime for %r.
54136         * lib/sha.c: Merge in some clean-up and optimization changes from
54137         glibc.
54138         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
54139         Ensure that it is a multiple of 64.
54140         Rearrange loop exit tests so as to avoid performing an
54141         additional fread after encountering an error or EOF.
54142         * lib/realloc.c: Update copyright date.
54143
54144 2003-08-15  Jim Meyering  <jim@meyering.net>
54145         and Paul Eggert  <eggert@twinsun.com>
54146
54147         Merge from coreutils.
54148         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
54149         member but strut utmpx does not.  Needed for AIX 4.3.3.
54150         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
54151
54152 2003-08-15  Jim Meyering  <jim@meyering.net>
54153         and Paul Eggert  <eggert@cs.ucla.edu>
54154
54155         Merges from coreutils, etc.
54156         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
54157         Require gl_FUNC_TZSET_CLOBBER.
54158         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
54159         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
54160         members.
54161
54162 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54163
54164         Help the merge from coreutils.
54165         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
54166         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
54167         * m4/tzset.m4: Use it too.
54168
54169 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54170
54171         * modules/tzset: New file.
54172
54173 2003-08-14  Jim Meyering  <jim@meyering.net>
54174
54175         Merges from coreutils.
54176         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
54177         variable names, rather than @FNMATCH_H@.
54178         * modules/alloca: Likewise for $(ALLOCA_H).
54179
54180         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
54181         the three copies of the literal target, `fnmatch.h'.
54182         * modules/alloca (alloca.h): Likewise.
54183
54184 2003-08-14  Jim Meyering  <jim@meyering.net>
54185
54186         Merge from coreutils.
54187         * m4/tzset.m4: New file.
54188         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
54189         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
54190         otherwise, AIX 5.1 systems would end up using the latter.
54191         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
54192         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
54193         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
54194         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
54195
54196 2003-08-14  Jim Meyering  <jim@meyering.net>
54197
54198         Merge from coreutils.
54199         * lib/obstack.h: Whitespace changes.
54200         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
54201         and xcalloc return values.
54202         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
54203         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
54204         hang on OSF/1 5.1 for DIR on both local and remote file systems.
54205         Reported by (and fix confirmed by) Nelson H. F. Beebe.
54206         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54207         error from mntctl.
54208         Use mntctl's return value to drive the entry-processing loop, since
54209         we can't rely on the value of the vmt_length member in the last
54210         entry.  On some systems doing so could result in exhausting
54211         virtual memory.  Based in part on a patch from Mike Jetzer.
54212
54213 2003-08-14  Jim Meyering  <jim@meyering.net>
54214         and Paul Eggert  <eggert@twinsun.com>
54215
54216         Merges from coreutils, plus other fixes.
54217         * lib/physmem.c: Merge in portability changes from gcc/libiberty
54218         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
54219         for credits and details.  Thanks to Kaveh Ghazi for helping
54220         to keep these files in sync.
54221         (ARRAY_SIZE): Define it.
54222         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
54223         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
54224         (memcasecmp): Don't assume size_t fits in unsigned int.
54225         Remove casts and duplicate code.
54226         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
54227         (memcpy): Remove definition.
54228         Merge in some clean-up and optimization changes from glibc.
54229         [BLOCKSIZE]: Move definition to top of file.
54230         Ensure that it is a multiple of 64.
54231         Rearrange loop exit tests so as to avoid performing an
54232         additional fread after encountering an error or EOF.
54233         * lib/md5.h (md5_uintptr): Define.
54234         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
54235         return to the initial working directory.  Preserve errno
54236         for caller.
54237         * lib/idcache.c: Include "xalloc.h".
54238         (xmalloc, xrealloc): Remove decls.
54239         (getuser): Remove casts no longer required in C89.
54240         * lib/human.c: Include stdio.h, for sprintf.
54241         * lib/group-member.c: Include "xalloc.h".
54242         (xmalloc, xrealloc): Remove decls.
54243         (get_group_info): Remove casts no longer required in C89.
54244         * lib/getusershell.c (readname): Remove casts no longer required in
54245         C89.
54246         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
54247         * lib/getline.c: Whitespace fix, from coreutils.
54248
54249 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54250
54251         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
54252         Check for isascii.
54253
54254         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54255         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54256         Undo previous (whitespace-only) change.
54257
54258 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54259
54260         * lib/exclude.c: Include <ctype.h>
54261         (IN_CTYPE_DOMAIN): New macro.
54262         (is_space): New fn.
54263         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
54264         and empty lines.
54265
54266         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54267         Undo previous (whitespace-only) change.
54268
54269 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54270
54271         * config/srclist-update: Change update back to the old behavior,
54272         leaving whitespace alone.  Use one 'sed' command rather than a
54273         pipeline.
54274         (fixlicense): Now a variable, not a function.
54275         (remove_trailing_blanks): Remove.
54276         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
54277         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54278         Undo previous (whitespace-only) change.
54279
54280 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54281
54282         Merge from coreutils.
54283         * modules/euidaccess: Add lib_SOURCES, include for new
54284         file euidaccess.h
54285
54286 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54287
54288         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54289         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54290         Normalize leading white space and remove trailing white space.
54291
54292         Merge from coreutils
54293         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
54294
54295         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
54296         0.12.1.  These files are now being upgraded automatically by
54297         ../config/srclist-update.
54298
54299 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54300
54301         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54302         Normalize leading white space and remove trailing white space.
54303         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
54304         notice, as per ../config/srclist-update.
54305
54306         Merge from coreutils.
54307         * lib/euidaccess.h: New file.
54308         * lib/euidaccess.c: Include it.
54309         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
54310         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
54311         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
54312
54313 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54314
54315         * config/srclist-update: Add copyright notice.
54316         (remove_id_lines, remove_trailing_blanks): New constants.
54317         (fixfile): Use them to normalize spacing a bit in copied files.
54318         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54319         Normalize leading white space and remove trailing white space.
54320
54321         * config/texinfo.tex: Sync with texinfo.
54322
54323         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
54324         strtoul.c from libc, to merge coreutils whitespace changes.
54325
54326         * config/srclist.txt: Get the following m4 files from gettext:
54327         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
54328         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
54329         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
54330         wint_t.m4.
54331
54332 2003-08-12  Karl Berry  <karl@gnu.org>
54333
54334         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
54335         been made.
54336
54337 2003-08-11  Paul Eggert  <eggert@twinsun.com>
54338
54339         * modules/gnu-source, m4/gnu-source.m4:
54340         Remove; we're assuming Autoconf 2.54 or later now.
54341         Suggested by Bruno Haible.
54342         * MODULES.html.sh (func_all_modules): Remove gnu-source.
54343
54344 2003-08-11  Bruno Haible  <bruno@clisp.org>
54345
54346         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
54347
54348 2003-08-11  Bruno Haible  <bruno@clisp.org>
54349
54350         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
54351         (vasnprintf): Use it instead of wcslen.
54352
54353 2003-08-11  Bruno Haible  <bruno@clisp.org>
54354
54355         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
54356         value to ensure that _Bool promotes to int. Use #define for _Bool when
54357         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
54358
54359 2003-08-10  Karl Berry  <karl@gnu.org>
54360
54361         * lib/regex.h: update from libc (whitespace fix).
54362
54363 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54364
54365         Merge some files from coreutils.  These changes were
54366         originally made by Jim Meyering.
54367         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54368         many older Unixes require this.
54369         * lib/alloca.c (alloca): Remove cast to argument of free;
54370         no longer needed in C89.
54371         * lib/alloca_.h, regex.h: Fix white space to match
54372         what GNU indent does.
54373
54374 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54375
54376         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54377         apparently Emacs's Unicode mode got confused before my 2003-08-05
54378         checkin.
54379
54380 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54381
54382         * m4/extensions.m4: New file.
54383         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
54384         Require gl_USE_SYSTEM_EXTENSIONS.
54385         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
54386         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
54387
54388 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54389
54390         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
54391         * modules/extensions, modules/gnu-source: New files.
54392         * modules/timespec, modules/unlocked-io: Depend on extensions.
54393
54394 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54395
54396         * modules/restrict: New file.
54397         * MODULES.html.sh (func_all_modules): Add restrict.
54398         * modules/regex: Depend on restrict.
54399
54400 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54401
54402         * m4/restrict.m4: New file.
54403         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
54404
54405 2003-08-07  Bruno Haible  <bruno@clisp.org>
54406
54407         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
54408         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
54409
54410 2003-08-07  Bruno Haible  <bruno@clisp.org>
54411
54412         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
54413         makes the module 'getndelim2' compatible with the module 'getline'.
54414
54415 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54416
54417         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
54418         byte with "\201" to avoid glitches when editing that source file
54419         with multi-gnome-terminal.
54420
54421 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54422
54423         * lib/bumpalloc.h: Remove.
54424
54425 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54426
54427         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
54428         * modules/bumpalloc: Remove.
54429
54430 2003-08-04  Paul Eggert  <eggert@twinsun.com>
54431
54432         * lib/getloadavg.c: Change copyright notice and spacing to conform to
54433         GNU coding style.
54434
54435         Merge from coreutils.
54436         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
54437         1. From glibc.
54438         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
54439         from Karl Berry, implemented by Jim Meyering.
54440         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
54441         from Dmitry V. Levin.
54442         Remove anachronistic cast of xrealloc.
54443         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
54444         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
54445         type. Otherwise, it wouldn't compile with at least /bin/cc on
54446         ymp-cray-unicos9.0.2.X.
54447         Combine two mostly-identical uses of alloca into one.
54448         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
54449
54450 2003-08-04  Dave Love  <d.love@dl.ac.uk>
54451
54452         [From Emacs.]
54453
54454         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
54455         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
54456         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
54457         obsolete NLIST_NAME_UNION.
54458         [__GNU__]: Undef BSD and FSCALE.
54459         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
54460
54461 2003-08-03  Paul Eggert  <eggert@twinsun.com>
54462
54463         * lib/stdbool_.h (_Bool): Make it signed char, instead of
54464         an enum type, so that it's guaranteed to promote to int.  See:
54465         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
54466
54467 2003-08-03  Karl Berry  <karl@gnu.org>
54468
54469         * config/depcomp: update from automake.
54470
54471 2003-07-31  Paul Eggert  <eggert@twinsun.com>
54472
54473         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
54474         (strerror): Don't assume that a printable int fits in 14 bytes.
54475
54476 2003-07-31  Bruno Haible  <bruno@clisp.org>
54477
54478         * modules/getpass-gnu: New file.
54479         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
54480
54481 2003-07-31  Bruno Haible  <bruno@clisp.org>
54482
54483         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
54484
54485 2003-07-24  Karl Berry  <karl@gnu.org>
54486
54487         * config/missing: update from automake.
54488
54489 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
54490             Bruno Haible  <bruno@clisp.org>
54491
54492         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
54493         * lib/getline.c (getline, getdelim): Likewise.
54494         Remove _GNU_SOURCE define; now it's defined in config.h through
54495         m4/getline.m4.
54496
54497 2003-07-23  Karl Berry  <karl@gnu.org>
54498
54499         * config/config.sub: update from prep.
54500
54501 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54502
54503         * modules/xalloc (Depends-on): Add exitfail.
54504         * modules/xmemcoll: Likewise.
54505
54506 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54507
54508         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
54509         over-parenthesization in macros.
54510
54511         Sync with coreutils.
54512
54513         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
54514         required by C99.
54515
54516         Use `exit_failure' for xalloc and xmemcoll instead of their own
54517         private exit-failure variables.
54518         * lib/xalloc.h (xalloc_exit_failure): Remove.
54519         * lib/xmalloc.c: Likewise.  Include exitfail.h.
54520         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
54521         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
54522         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
54523         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54524
54525 2003-07-20  Jim Meyering  <jim@meyering.net>
54526
54527         * modules/closeout (Depends-on): Add exitfail.
54528         Suggestion from Bruno Haible.
54529
54530 2003-07-19  Karl Berry  <karl@gnu.org>
54531
54532         * config/config.sub: update from prep.
54533
54534 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54535
54536         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54537         Remove.
54538         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54539         to test that it can stand by itself.  Include "exitfail.h".
54540         Clients should set exit_failure instead.
54541         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54542
54543 2003-07-18  Bruno Haible  <bruno@clisp.org>
54544
54545         * modules/getndelim2: New file.
54546         * modules/getline: Share files with module getndelim2.
54547         * modules/getnline: Depend on getndelim2 instead of sharing files with
54548         it. Add getnline.c to lib_SOURCES.
54549         * MODULES.html.sh (func_all_modules): Add getndelim2.
54550
54551 2003-07-18  Bruno Haible  <bruno@clisp.org>
54552
54553         * m4/getndelim2.m4: New file.
54554         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54555         invoke gl_PREREQ_GETNDELIM2.
54556         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54557         gl_PREREQ_GETNDELIM2.
54558         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54559         gl_GETNDELIM2.
54560
54561 2003-07-18  Bruno Haible  <bruno@clisp.org>
54562
54563         * lib/getndelim2.h: New file.
54564         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54565         getndelim2.h.
54566         (getndelim2): Make non-static. Change return type to ssize_t.
54567         * lib/getline.h: Change argument names.
54568         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54569         * lib/getnline.c: Include getndelim2.h.
54570
54571 2003-07-18  Andreas Schwab  <schwab@suse.de>
54572
54573         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54574
54575 2003-07-17  Karl Berry  <karl@gnu.org>
54576
54577         * config/config.sub: update from prep.
54578
54579 2003-07-17  Bruno Haible  <bruno@clisp.org>
54580
54581         * modules/getnline: New file.
54582         * modules/getline: Add lib/getndelim2.c to source file list.
54583         * MODULES.html.sh (func_all_modules): Add getnline.
54584
54585 2003-07-17  Bruno Haible  <bruno@clisp.org>
54586
54587         * m4/getnline.m4: New file.
54588
54589 2003-07-17  Bruno Haible  <bruno@clisp.org>
54590
54591         * m4/Makefile.am.in: Remove file.
54592         * m4/Makefile.am: Remove file.
54593         * m4/Makefile.in: Remove file.
54594
54595 2003-07-17  Bruno Haible  <bruno@clisp.org>
54596
54597         * lib/getnline.h: New file.
54598         * lib/getnline.c: New file.
54599         * lib/getndelim2.c: New file, extracted from getline.c.
54600         (getndelim2): Renamed from getdelim2, with added nmax argument.
54601         * lib/getline.c: Include getndelim2.c.
54602         (getdelim2): Moved out to getndelim2.c.
54603         (getline, getdelim): Update.
54604
54605 2003-07-17  Bruno Haible  <bruno@clisp.org>
54606
54607         * lib/Makefile.am: Remove file.
54608         * lib/Makefile.in: Remove file.
54609
54610 2003-07-17  Bruno Haible  <bruno@clisp.org>
54611
54612         * configure.in: Remove file.
54613         * Makefile.in: Remove file.
54614
54615 2003-07-17  Bruno Haible  <bruno@clisp.org>
54616
54617         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54618
54619 2003-07-16  Karl Berry  <karl@gnu.org>
54620
54621         * config/srclist-update: was running fixlicense twice, which caused
54622                 texinfo.tex to be nullified for some reason.  Simplify,
54623                 $gplsrc is no longer needed as far as I can see?
54624
54625 2003-07-16  Jim Meyering  <jim@meyering.net>
54626
54627         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54628
54629 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54630
54631         * config/srclist.txt: Get the following files from gettext-runtime/intl
54632         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54633         ref-del.sin.  From Bruno Haible.
54634         * config/srclist-update (fixfile): Change grep pattern again, since the
54635         previous fix didn't work (there was another trailing $).  Use
54636         '[$]' to escape the $s.
54637
54638 2003-07-15  Karl Berry  <karl@gnu.org>
54639
54640         * lib/vasnprintf.c: update from gettext.
54641
54642 2003-07-15  Karl Berry  <karl@gnu.org>
54643
54644         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54645         gets expanded when surrounded by '$'.
54646
54647 2003-07-15  Jim Meyering  <jim@meyering.net>
54648
54649         * modules/save-cwd: Don't depend on error.  From Derek Price.
54650
54651 2003-07-15  Jim Meyering  <jim@meyering.net>
54652
54653         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54654
54655 2003-07-14  Simon Josefsson  <jas@extundo.com>
54656
54657         * modules/mempcpy: New file.
54658         * MODULES.html.sh (func_all_modules): Add mempcpy.
54659
54660 2003-07-14  Simon Josefsson  <jas@extundo.com>
54661
54662         * m4/mempcpy.m4: New file.
54663
54664 2003-07-14  Simon Josefsson  <jas@extundo.com>
54665
54666         * lib/mempcpy.h: New file.
54667         * lib/mempcpy.c: New file.
54668
54669 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54670
54671         * modules/getdate, modules/posixtm: Depend on mktime.
54672
54673 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54674
54675         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
54676         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
54677         unicodeio.c, unicodeio.h, unlocked-io.h:
54678         Switch from LGPL to GPL.
54679
54680 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54681
54682         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
54683         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
54684         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
54685         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
54686         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
54687         updated automatically by ../config/srclist-update.  This changes
54688         their license from LPGL to GPL.
54689
54690 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54691
54692         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
54693         assumed to refer to the root of the most recent stable gettext version.
54694         * config/srclistvars.sh: Add defaults for eggert.
54695         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
54696         Match "This program" as well as "The program".  This is needed
54697         for gettext.
54698
54699 2003-07-14  Jim Meyering  <jim@meyering.net>
54700
54701         Don't emit diagnostics.  Let callers do that.
54702         * lib/save-cwd.c: Don't include "error.h".
54703         (save_cwd): Don't call error.  Ensure that errno is valid
54704         when returning nonzero.
54705
54706         * lib/save-cwd.h (restore_cwd): Update prototype.
54707         * lib/save-cwd.c (restore_cwd): Remove two parameters.
54708         Simplify.  Don't call error upon failure.  Let callers do that.
54709         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
54710         when auditing is enabled.  But don't bother updating the #if.
54711
54712 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
54713
54714         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
54715         it breaks C++ compilation.
54716         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
54717
54718 2003-07-10  Simon Josefsson  <jas@extundo.com>
54719
54720         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54721
54722 2003-07-10  Jim Meyering  <jim@meyering.net>
54723
54724         * m4/clock_time.m4: Remove trailing blank.
54725         * m4/intmax_t.m4: Likewise.
54726
54727 2003-07-10  Jim Meyering  <jim@meyering.net>
54728
54729         * lib/vasnprintf.c: Remove trailing blanks.
54730         Make cpp indentation consistent.
54731
54732 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54733
54734         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
54735         posixver.c, strftime.c, strnlen.c, strverscmp.c:
54736         Switch from LGPL to GPL.
54737
54738 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54739
54740         * config/srclist.txt: Sort sublists.  Add
54741         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
54742         that differ from gnulib for one reason or another; we'd like this list
54743         to be smaller but for now let's document what we have.
54744
54745 2003-07-08  Paul Eggert  <eggert@twinsun.com>
54746
54747         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
54748         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
54749         and sweeter "eval x=$x".
54750         * config/srclist.txt: Get lib/argp* from glibc.
54751
54752 2003-07-07  Paul Eggert  <eggert@twinsun.com>
54753
54754         * lib/mktime.c: Fix some boundary cases and remove need for floating
54755         point.
54756
54757         Issue a compile-time diagnostic if time_t is floating point, or if
54758         two's complement arithmetic is not in effect, or if arithmetic
54759         right shift does not propagate the sign.  These assumptions were
54760         all in the original code but they weren't checked.
54761
54762         (TIME_T_MIDPOINT, verify): New macros.
54763         (__isleap): Remove; it has integer overflow problems.
54764         (leapyear): New function, without those problems.
54765         (ydhms_tm_diff): Remove; splitting into two parts.
54766         (ydhms_diff): New function, containing the arithmetic part of
54767         the old ydhms_tm_diff function.  Issue a compile-time
54768         diagnostic if we are not using C99 integer division.
54769         Avoid casts when possible.
54770         (guess_time_tm): New function, containing the checking part of
54771         the old ydhms_tm_diff function.  Return the new value, rather than
54772         the difference between it and the old.  Accept a new argument T
54773         so that *T specifies the old value.  Check for overflow in the result.
54774
54775         (__mktime_internal): Use a time_t offset, not a long int offset.
54776         This undoes the 2003-06-04 change, which is no longer needed now
54777         that we have better overflow checking.
54778         (localtime_offset): Likewise.
54779
54780         (__mktime_internal): Avoid harmful overflow on hosts where time_t
54781         and long are 64-bit but int is only 32-bit.
54782         (ydhms_diff): Use long int to store year1 and yday1.
54783         Issue a compile-time diagnostic if long int is not wide enough.
54784
54785         (__mktime_internal): Use long int to store adjusted year and yday.
54786         Use plain C rather than preprocessor commands, if that doesn't
54787         affect efficiency.
54788         Check for overflow (and try to repair) after each probe
54789         rather than checking only at the very end.  This avoids some bugs
54790         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
54791         does not equal GMT offset at maximum time).
54792         Use integer to check for overflow rather than floating point; this
54793         is more portable to non-IEEE hosts, and is a tad faster.
54794         When we detect that we are oscillating between two values,
54795         don't check whether tm_isdst has the requested value, since
54796         we already know the answer.  When tm_isdst has the wrong value,
54797         use a different heuristic to find the right one, based on the
54798         extreme values actually observed in practice in tz2003a,
54799         rather than the (overly optimistic) "previous 3 calendar quarters".
54800
54801         (not_equal_tm, print_tm, check_result): Use "const T" rather than
54802         "T const" to accommodate glibc style.
54803         (check_result): Use less-confusing report format.  "long" -> "long int.
54804         (main): Likewise.
54805         Don't loop if the iteration overflows time_t.
54806         Allow a negative step in the iteration.
54807
54808 2003-07-06  Karl Berry  <karl@gnu.org>
54809
54810         * config/depcomp: update from automake.
54811         * config/config.sub: update from prep.
54812
54813 2003-07-03  Karl Berry  <karl@gnu.org>
54814
54815         * config/config.guess: update from prep.
54816
54817 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54818
54819         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
54820         xreadlink.c now includes it unconditionally.
54821
54822 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54823
54824         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
54825         having it depend on HAVE_SYS_TYPES_H.
54826
54827 2003-07-01  Bruno Haible  <bruno@clisp.org>
54828
54829         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
54830         <sys/types.h> should be sufficient.
54831         Reported by Paul Eggert.
54832
54833 2003-06-26  Karl Berry  <karl@gnu.org>
54834
54835         * config/depcomp: update from automake.
54836
54837 2003-06-26  Bruno Haible  <bruno@clisp.org>
54838
54839         * modules/human: Depend on module stdbool.
54840
54841 2003-06-25  Bruno Haible  <bruno@clisp.org>
54842
54843         * modules/readlink: New file.
54844         * modules/xreadlink: Depend on it.
54845         * MODULES.html.sh (func_all_modules): Add readlink.
54846
54847 2003-06-25  Bruno Haible  <bruno@clisp.org>
54848
54849         * m4/readlink.m4: New file.
54850
54851 2003-06-25  Bruno Haible  <bruno@clisp.org>
54852
54853         * lib/readlink.c: New file.
54854
54855 2003-06-22  Karl Berry  <karl@gnu.org>
54856
54857         * config/srclist.txt: update mkinstalldirs from automake.
54858         * config/mkinstalldirs: update.
54859
54860 2003-06-22  Bruno Haible  <bruno@clisp.org>
54861
54862         Portability to mingw32.
54863         * m4/ssize_t.m4: New file, from GNU gettext.
54864         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
54865         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
54866
54867 2003-06-22  Bruno Haible  <bruno@clisp.org>
54868
54869         * modules/safe-read: Add m4/ssize_t.m4.
54870         * modules/xreadlink: Add m4/ssize_t.m4.
54871
54872 2003-06-20  Bruno Haible  <bruno@clisp.org>
54873
54874         Assume C89, so PARAMS isn't needed.
54875         * lib/unicodeio.h (PARAMS): Remove.
54876         * lib/unicodeio.c: Don't use PARAMS.
54877
54878 2003-06-18  Karl Berry  <karl@gnu.org>
54879
54880         * config/config.{guess,sub}: update from prep.
54881
54882 2003-06-18  Jim Meyering  <jim@meyering.net>
54883
54884         Merge changes from coreutils.
54885         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
54886         Remove explicit declarations of xmalloc and realloc.
54887         Include xalloc.h.
54888         (read_utmp): Remove anachronistic cast of xmalloc.
54889
54890 2003-06-17  Paul Eggert  <eggert@twinsun.com>
54891
54892         Assume C89, so PARAMS isn't needed.
54893         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
54894         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
54895         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
54896         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
54897         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
54898         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
54899         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
54900         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
54901         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
54902         lib/xstrtod.h, lib/xstrtol.h: Likewise.
54903         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
54904         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
54905         no longer needed. Anyway, config.h should always be included before any
54906         other file.
54907
54908 2003-06-11  Simon Josefsson  <jas@extundo.com>
54909
54910         * modules/sysexits: New file.
54911         * MODULES.html.sh (func_all_modules): Add sysexits.
54912
54913 2003-06-11  Simon Josefsson  <jas@extundo.com>
54914
54915         * lib/sysexit_.h: New file.
54916
54917 2003-06-11  Derek Price  <derek@ximbiot.com>
54918
54919         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
54920         necessary.
54921
54922 2003-06-11  Bruno Haible  <bruno@clisp.org>
54923
54924         * m4/sysexits.m4: New file.
54925
54926 2003-06-10  Simon Josefsson  <jas@extundo.com>
54927
54928         * lib/argp.h: New file, from glibc.
54929         * lib/argp-ba.c: New file, from glibc.
54930         * lib/argp-eexst.c: New file, from glibc.
54931         * lib/argp-fmtstream.c: New file, from glibc.
54932         * lib/argp-fmtstream.h: New file, from glibc.
54933         * lib/argp-fs-xinl.c: New file, from glibc.
54934         * lib/argp-help.c: New file, from glibc.
54935         * lib/argp-namefrob.h: New file, from glibc.
54936         * lib/argp-parse.c: New file, from glibc.
54937         * lib/argp-pv.c: New file, from glibc.
54938         * lib/argp-pvh.c: New file, from glibc.
54939         * lib/argp-xinl.c: New file, from glibc.
54940
54941 2003-06-10  Simon Josefsson  <jas@extundo.com>
54942
54943         * modules/strchrnul: New file.
54944
54945 2003-06-10  Simon Josefsson  <jas@extundo.com>
54946
54947         * modules/argp: New file.
54948
54949 2003-06-10  Simon Josefsson  <jas@extundo.com>
54950
54951         * m4/strchrnul.m4: New file.
54952
54953 2003-06-10  Simon Josefsson  <jas@extundo.com>
54954
54955         * lib/strchrnul.h: New file.
54956         * lib/strchrnul.c: New file.
54957
54958 2003-06-10  Bruno Haible  <bruno@clisp.org>
54959
54960         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
54961
54962 2003-06-07  Karl Berry  <karl@gnu.org>
54963
54964         * config/config.{guess,sub}: update from prep.
54965
54966 2003-06-07  Jim Meyering  <jim@meyering.net>
54967
54968         * modules/strtod: Use $(...) notation, not @...@ for
54969         AC_REPLACE'd variables.
54970         * modules/localcharset: Likewise.
54971
54972 2003-06-07  Jim Meyering  <jim@meyering.net>
54973
54974         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
54975         in place of my name in the copyright comment.
54976         Remove definition and uses of __P.
54977
54978         From coreutils.
54979         * lib/stat.c: Don't declare xmalloc explicitly.
54980         Instead, include "xalloc.h".
54981         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
54982         xrealloc, and xcalloc return values.
54983         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
54984         Improve comment.
54985         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
54986
54987 2003-06-07  Bruno Haible  <bruno@clisp.org>
54988
54989         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
54990         avoid AC_CONFIG_LINKS.
54991         * modules/fnmatch (Makefile.am): Use explicit creation rule for
54992         fnmatch.h, to avoid AC_CONFIG_LINKS.
54993         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
54994
54995 2003-06-07  Bruno Haible  <bruno@clisp.org>
54996
54997         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
54998         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
54999         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55000         directory.
55001         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
55002         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55003         directory.
55004
55005 2003-06-06  Jim Meyering  <jim@meyering.net>
55006
55007         Merge from coreutils.
55008         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
55009         Consolidate declarations and initializations of *_base* locals.
55010
55011         Merge from coreutils.
55012         This avoids a core dump on systems without GNU putenv,
55013         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
55014         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
55015         (unsetenv): New static function, from GNU libc.
55016         (rpl_putenv): Use it.
55017
55018         * lib/modechange.c: Remove trailing blanks.
55019
55020         Merge from coreutils.
55021         * lib/fsusage.c: Remove declaration of statfs.
55022         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
55023
55024         * lib/posixtm.c: Include <stdbool.h> unconditionally.
55025
55026 2003-06-06  Jim Meyering  <jim@meyering.net>
55027
55028         * lib/stdbool_.h: Renamed from stdbool.h.in.
55029
55030 2003-06-06  Jim Meyering  <jim@meyering.net>
55031             Bruno Haible  <bruno@clisp.org>
55032
55033         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
55034         Adjust Makefile.am snippet not to redirect directly to target.
55035         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
55036
55037 2003-06-05  Paul Eggert  <eggert@twinsun.com>
55038
55039         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
55040         mismatch, look in future quarters as well as past.  This fixes a
55041         bug when processing fall-backwards gaps immediately after a long
55042         period of daylight-saving time.
55043
55044         * lib/mktime.c: Assume freestanding C89 or better.
55045         (HAVE_LIMITS_H): Remove.  Assume it's 1.
55046         (__P): Remove; not used.
55047         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
55048         (mktime, not_equal_tm, print_tm, check_result,
55049         main): Use prototypes.  Use const * where appropriate.
55050         (main): Fix typo in testing code that uncovered by above changes.
55051         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
55052
55053 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55054
55055         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
55056         locale.h, localeconv.  This merges changes from coreutils.
55057
55058         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
55059         It can be removed after the next Autoconf is released.
55060         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
55061         needed.
55062
55063 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55064
55065         * lib/mktime.c: Fix Debian bug 177940
55066         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
55067         (localtime_offset): Now long int, not time_t, because we want it
55068         to be guaranteed to be signed.  All uses changed.
55069         (__mktime_internal): If overflow would occur when adding offset,
55070         don't add it.
55071
55072         Merge 'human' changes from coreutils.  Rewrite to support
55073         locale-specific notations like thousands separators.
55074         * lib/human.c: Simplify authorship notice.
55075         Include human.h immediately after config.h.
55076         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
55077         <limits.h>: Do not include, since human.h does.
55078         (SIZE_MAX, UINTMAX_MAX): New macros.
55079         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
55080         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
55081         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
55082         (power_letter): Renamed from suffixes.
55083         (generate_suffix_backwards): Remove.
55084         (adjust_value): Now takes int style (because of human.h changes)
55085         and long double value (for greater precision on some platforms).
55086         (group_number): New function.
55087         (human_readable): Use it.  Use integer options, not enum.
55088         Put the options before the sizes in the arg list.
55089         Support all the new options.
55090         The old human_readable function has been removed;
55091         use inttostr.h instead.
55092         (human_readable, default_block_size, humblock):
55093         Use uintmax_t, not int, for block sizes.
55094         (human_readable_inexact, block_size_types): Remove.
55095         (block_size_opts): New constant.
55096         (human_options): Renamed from human_block_size, with new signature
55097         that allows block sizes up to UINTMAX_MAX.  All callers changed.
55098         * lib/human.h: Add copyright and authorship notice.
55099         Include <limits.h> and <stdbool.h> unconditionally.
55100         (PARAMS): Remove.  All uses removed.
55101         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
55102         (enum human_inexact_style): Remove tag; now a nameless enum.
55103         (human_floor, human_ceiling, human_round_to_even): Now have
55104         values 2, 0, 1 rather than -1, 1, 0.
55105         (human_group_digits, human_suppress_point_zero, human_autoscale,
55106         human_base_1024, human_SI, human_B): New constants.
55107         (human_readable_inexact, human_block_size): Remove.
55108         (human_readable): Size args are now uintmax_t, not int.
55109         (human_options): New decl.
55110
55111         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
55112         unnecessary now that we assume C89 or better.  This change
55113         imported from coreutils.
55114
55115         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55116         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
55117         in the 2003-05-30 sync from glibc.
55118
55119         .h files should stand alone, but we shouldn't include <sys/types.h>
55120         if we can get away with just <stddef.h>.
55121
55122         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
55123         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
55124         rather than <sys/types.h>, as we merely need size_t.
55125         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
55126         to get size_t.
55127         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
55128         Include <stdio.h>, to get FILE.
55129         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
55130         memcasecmp.h has included <stddef.h> and all we need is size_t.
55131         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
55132         our interface, instead of including <sys/types.h>
55133
55134 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55135
55136         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
55137         now, as glibc mktime is buggy on non-glibc systems.
55138
55139 2003-06-03  Karl Berry  <karl@gnu.org>
55140
55141         * config/config.sub: update from prep.
55142
55143 2003-06-02  Paul Eggert  <eggert@twinsun.com>
55144
55145         [from coreutils]
55146         Fix some minor time-related bugs with POSIX time arguments.
55147         Some valid time stamps were being rejected (notably -1, and
55148         time stamps before 1900 on 64-bit hosts).  And some invalid
55149         time stamps were being accepted, e.g. September 31.
55150
55151         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
55152         that we can return (time_t) -1 successfully.
55153         * lib/posixtm.c: Likewise.
55154         [HAVE_STDBOOL_H]: Include <stdbool.h>.
55155         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
55156         (t): Remove static var.
55157         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
55158         of static var.  All uses changed.
55159         (year): Do not reject years before 1900; they can occur with
55160         64-bit time_t.
55161         (posix_time_parse): Do not check for out-of-range components;
55162         that is now the caller's responsibility, since our checks were
55163         only approximations.
55164         (posixtime): Use mktime to check for out-of-range components,
55165         since it knows them exactly.
55166         If mktime returns (time_t) -1, check whether an error actually occurred
55167         by invoking localtime on -1.
55168         (main) [TEST_POSIXTIME]: Check for input data errors, and report
55169         posixtime failures better.
55170         Improve the test data (in comments only).
55171
55172 2003-06-02  Karl Berry  <karl@gnu.org>
55173
55174         * config/mkinstalldirs (version): new variable.
55175         (--version): new option.
55176         (usage): improve message.
55177
55178 2003-05-30  Karl Berry  <karl@gnu.org>
55179
55180         * lib/mktime.c: update from libc.
55181
55182 2003-05-30  Bruno Haible  <bruno@clisp.org>
55183
55184         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
55185         * config/config.rpath: Upgrade to gettext-0.12.1.
55186
55187 2003-05-30  Bruno Haible  <bruno@clisp.org>
55188
55189         * m4/gettext.m4: Upgrade to gettext-0.12.1.
55190         * m4/nls.m4: New file, from gettext-0.12.1.
55191         * m4/po.m4: New file, from gettext-0.12.1.
55192         * m4/progtest.m4: Upgrade to gettext-0.12.1.
55193
55194 2003-05-30  Bruno Haible  <bruno@clisp.org>
55195
55196         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
55197         * lib/localcharset.h: Likewise.
55198         * lib/localcharset.c: Likewise.
55199
55200 2003-05-29  Karl Berry  <karl@gnu.org>
55201
55202         * config/config.rpath: update from gettext.
55203
55204 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55205
55206         Assume the headers required for C89 freestanding compilers.
55207         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
55208         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
55209         * m4/human.m4 (gl_HUMAN): Likewise.
55210         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
55211         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
55212         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55213         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
55214         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55215         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
55216
55217 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55218
55219         Assume the headers required for C89 freestanding compilers.
55220         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
55221         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
55222         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
55223         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
55224         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
55225         define, since <limits.h> is guaranteed to do that.
55226         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
55227         * lib/exclude.c: Include <stdbool.h> unconditionally.
55228         * lib/tempname.c: Include <stddef.h> unconditionally.
55229         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
55230         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
55231         <stddef.h> does that.
55232         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
55233         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
55234         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
55235         needed.
55236         * lib/xstrtol.c: Likewise.
55237         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
55238         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
55239
55240         * lib/addext.c (addext): Use assignment rather than cast, to avoid
55241         warnings on some platforms.
55242
55243         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55244         arbitrarily.
55245
55246 2003-05-26  Jim Meyering  <jim@meyering.net>
55247
55248         Merge in a change from coreutils:
55249         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
55250         that is guaranteed to be `no'.  Use `no_such_member' to indicate
55251         that condition, rather than `-1' which is slightly misleading.
55252         Change the name of the cache variable to have the gl_ prefix.
55253         Prompted by a patch from Richard Dawe for DJGPP.
55254
55255 2003-05-24  Karl Berry  <karl@gnu.org>
55256
55257         * config/config.guess: update from prep.
55258
55259 2003-05-22  Karl Berry  <karl@gnu.org>
55260
55261         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
55262
55263 2003-05-20  Karl Berry  <karl@gnu.org>
55264
55265         * config/config.guess: update from prep.
55266
55267 2003-05-18  Karl Berry  <karl@gnu.org>
55268
55269         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
55270         might actually be set by the user.
55271
55272         * config/depcomp, install-sh, mdate-sh: update from automake.
55273
55274 2003-05-17  Bruno Haible  <bruno@clisp.org>
55275
55276         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
55277         invalid expansion for AC_EGREP_CPP.
55278         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
55279         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
55280         Suggested by Akim Demaille <akim@epita.fr> in
55281         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
55282
55283 2003-05-12  Jim Meyering  <jim@meyering.net>
55284
55285         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
55286         the space-padded-by-default conversion specifiers, %e, %k, %l.
55287
55288 2003-05-12  Bruno Haible  <bruno@clisp.org>
55289
55290         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
55291         the string is longer than 4 KB.
55292
55293 2003-05-11  Karl Berry  <karl@gnu.org>
55294
55295         * config/config.{guess,sub}: update from prep.
55296
55297 2003-05-09  Bruno Haible  <bruno@clisp.org>
55298
55299         * modules/error: Add m4/strerror_r.m4 to file list.
55300
55301 2003-05-03  Bruno Haible  <bruno@clisp.org>
55302
55303         Upgrade to Unicode-4.0.
55304         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
55305         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
55306         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
55307         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
55308         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
55309         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
55310         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
55311         Change width of U+E0100..U+E01EF from 1 to 0.
55312
55313 2003-04-25  Jim Meyering  <jim@meyering.net>
55314
55315         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
55316         of type size_t, not int.
55317
55318 2003-04-25  Bruno Haible  <bruno@clisp.org>
55319
55320         * lib/copy-file.c: Include <stddef.h>, for size_t.
55321
55322 2003-04-21  Paul Eggert  <eggert@twinsun.com>
55323
55324         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
55325         code which expansion is under static control.  Patch imported from
55326         Akim Demaille's patch to Bison; see
55327         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
55328
55329 2003-04-14  Bruno Haible  <bruno@clisp.org>
55330
55331         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
55332
55333 2003-04-11  Jim Meyering  <jim@meyering.net>
55334
55335         Merge changes from Coreutils.
55336
55337         2003-03-22  Jim Meyering  <jim@meyering.net>
55338
55339         * lib/strftime.c (widen): Cast alloca return value to proper type.
55340
55341         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
55342
55343         From GNU libc.
55344         * lib/strftime.c (my_strftime): Handle very large width
55345         specifications for numeric values correctly.  Improve checks for
55346         overflow.
55347
55348         2003-01-19  Jim Meyering  <jim@meyering.net>
55349
55350         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
55351         definitions.
55352         (nl_get_alt_digit) [! defined my_strftime]: Define.
55353         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
55354         _nl_get_alt_digit and _nl_get_walt_digit.
55355
55356         * lib/strftime.c (my_strftime): Merge in locale-related changes from
55357         libc. These changes have no effect outside of _LIBC.
55358
55359 2003-04-10  Bruno Haible  <bruno@clisp.org>
55360
55361         * modules/findprog: New file.
55362         * MODULES.html.sh (func_all_modules): Add it.
55363
55364 2003-04-10  Bruno Haible  <bruno@clisp.org>
55365
55366         * m4/findprog.m4: New file.
55367         * m4/eaccess.m4: New file.
55368
55369 2003-04-10  Bruno Haible  <bruno@clisp.org>
55370
55371         * lib/findprog.h: New file, from GNU gettext.
55372         * lib/findprog.c: New file, from GNU gettext.
55373
55374 2003-04-05  Jim Meyering  <jim@meyering.net>
55375
55376         Merge changes from Coreutils.
55377
55378         * lib/exclude.h (PARAMS): Remove definition and uses.
55379         * lib/exclude.c: Remove uses of `PARAMS'.
55380
55381         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
55382         Add test-cases for DOS filenames. Declare program_name.
55383         (main): Set up program_name.  Patch by Rich Dawe.
55384
55385         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55386         error from mntctl.
55387         Use mntctl's return value to drive the entry-processing loop, since
55388         we can't rely on the value of the vmt_length member in the last
55389         entry.  On some systems doing so could result in exhausting
55390         virtual memory.  Based in part on a patch from Mike Jetzer.
55391
55392 2003-04-04  Bruno Haible  <bruno@clisp.org>
55393
55394         * modules/linebreak: New file.
55395         * MODULES.html.sh (func_all_modules): Add it.
55396
55397 2003-04-04  Bruno Haible  <bruno@clisp.org>
55398
55399         * m4/linebreak.m4: New file.
55400
55401 2003-04-04  Bruno Haible  <bruno@clisp.org>
55402
55403         * lib/linebreak.h: New file, from GNU gettext.
55404         * lib/linebreak.c: New file, from GNU gettext with slight
55405         modifications.
55406         * lib/lbrkprop.h: New file, from GNU gettext.
55407
55408 2003-04-03  Bruno Haible  <bruno@clisp.org>
55409
55410         * modules/utf8-ucs4: New file.
55411         * modules/utf16-ucs4: New file.
55412         * modules/ucs4-utf8: New file.
55413         * modules/ucs4-utf16: New file.
55414         * MODULES.html.sh (func_all_modules): Add them.
55415
55416 2003-04-03  Bruno Haible  <bruno@clisp.org>
55417
55418         * m4/utf-ucs4.m4: New file.
55419         * m4/ucs4-utf.m4: New file.
55420
55421 2003-04-03  Bruno Haible  <bruno@clisp.org>
55422
55423         * lib/utf8-ucs4.h: New file, from GNU gettext.
55424         * lib/utf16-ucs4.h: New file, from GNU gettext.
55425         * lib/ucs4-utf8.h: New file, from GNU gettext.
55426         * lib/ucs4-utf16.h: New file, from GNU gettext.
55427
55428 2003-04-02  Bruno Haible  <bruno@clisp.org>
55429
55430         * modules/binary-io: New file.
55431         * MODULES.html.sh (func_all_modules): Add it.
55432
55433 2003-04-02  Bruno Haible  <bruno@clisp.org>
55434
55435         * lib/binary-io.h: New file, from GNU gettext.
55436
55437 2003-04-01  Bruno Haible  <bruno@clisp.org>
55438
55439         * modules/pathname: New file.
55440         * MODULES.html.sh (func_all_modules): Add it.
55441
55442 2003-04-01  Bruno Haible  <bruno@clisp.org>
55443
55444         * lib/pathname.h: New file, from GNU gettext.
55445         * lib/concatpath.c: New file, from GNU gettext.
55446
55447 2003-03-30  Bruno Haible  <bruno@clisp.org>
55448
55449         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
55450
55451 2003-03-30  Bruno Haible  <bruno@clisp.org>
55452
55453         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
55454         function chown() doesn't exist.
55455
55456 2003-03-28  Bruno Haible  <bruno@clisp.org>
55457
55458         * modules/copy-file: New file.
55459         * MODULES.html.sh (func_all_modules): Add it.
55460
55461 2003-03-28  Bruno Haible  <bruno@clisp.org>
55462
55463         * m4/copy-file.m4: New file.
55464
55465 2003-03-28  Bruno Haible  <bruno@clisp.org>
55466
55467         * lib/copy-file.h: New file, from GNU gettext.
55468         * lib/copy-file.c: New file, from GNU gettext.
55469
55470 2003-03-18  Jim Meyering  <jim@meyering.net>
55471
55472         * lib/quote.c (quote_n): Fix typo in comment.
55473
55474 2003-03-18  Bruno Haible  <bruno@clisp.org>
55475
55476         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
55477         checking.
55478         * m4/onceonly_2_57.m4: Likewise.
55479
55480 2003-03-17  Bruno Haible  <bruno@clisp.org>
55481
55482         * m4/onceonly.m4: Require autoconf 2.54 or newer.
55483         (m4_quote): Remove macro.
55484         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
55485
55486 2003-03-14  Jim Meyering  <jim@meyering.net>
55487
55488         Merge changes from Coreutils.
55489         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
55490         to be const, in order to avoid warnings.
55491         (obstack_room): Likewise.
55492         (obstack_empty_p): Likewise.
55493
55494 2003-03-14  Bruno Haible  <bruno@clisp.org>
55495
55496         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
55497         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
55498
55499 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55500
55501         Merge changes from Bison.
55502         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
55503         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
55504         when compiling Bison 1.875's `bitset bset = obstack_alloc
55505         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
55506         * lib/hash.c: Include <stdbool.h> unconditionally.
55507
55508 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55509
55510         * m4/onceonly.m4 (m4_quote): New macro.
55511         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
55512         Quote AC_FOREACH variable-expansions properly.
55513
55514 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55515
55516         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
55517
55518 2003-03-09  Paul Eggert  <eggert@twinsun.com>
55519
55520         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
55521         Reported by Bruce Becker; see:
55522         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
55523
55524 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55525             Bruno Haible  <bruno@clisp.org>
55526
55527         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55528         Reported by John Hughes, see
55529         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55530
55531 2003-02-20  Bruno Haible  <bruno@clisp.org>
55532
55533         * MODULES.html.sh (func_all_modules): Add poll.
55534
55535 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55536
55537         * modules/poll: New file.
55538
55539 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55540
55541         * lib/poll_.h: New file.
55542         * lib/poll.c: New file.
55543
55544 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55545
55546         * m4/poll.m4: New file.
55547
55548 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55549
55550         * modules/mathl: New file.
55551
55552 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55553
55554         * lib/mathl.h: New file.
55555         * lib/acosl.c: New file.
55556         * lib/asinl.c: New file.
55557         * lib/atanl.c: New file.
55558         * lib/ceill.c: New file.
55559         * lib/cosl.c: New file.
55560         * lib/expl.c: New file.
55561         * lib/floorl.c: New file.
55562         * lib/frexpl.c: New file.
55563         * lib/ldexpl.c: New file.
55564         * lib/logl.c: New file.
55565         * lib/sincosl.c: New file.
55566         * lib/sinl.c: New file.
55567         * lib/sqrtl.c: New file.
55568         * lib/tanl.c: New file.
55569         * lib/trigl.c: New file.
55570         * lib/trigl.h: New file.
55571
55572 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55573
55574         * m4/mathl.m4: New file.
55575
55576 2003-02-18  Bruno Haible  <bruno@clisp.org>
55577
55578         * MODULES.html.sh (func_all_modules): Add mathl.
55579
55580 2003-02-17  Bruno Haible  <bruno@clisp.org>
55581
55582         * modules/mkdtemp: New module.
55583         * MODULES.html.sh (func_all_modules): Add it.
55584
55585 2003-02-17  Bruno Haible  <bruno@clisp.org>
55586
55587         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55588
55589 2003-02-17  Bruno Haible  <bruno@clisp.org>
55590
55591         * lib/mkdtemp.h: New file, from GNU gettext.
55592         * lib/mkdtemp.c: New file, from GNU gettext.
55593
55594 2003-02-02  Jim Meyering  <jim@meyering.net>
55595
55596         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55597         e.g. glibc-2.2.93.
55598
55599 2003-01-31  Bruno Haible  <bruno@clisp.org>
55600
55601         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55602         'rpl_rename'.
55603         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55604         'rpl_strnlen'.
55605         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55606         'rpl_strtod'.
55607         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55608         'rpl_utime'.
55609
55610 2003-01-31  Bruno Haible  <bruno@clisp.org>
55611
55612         * lib/rename.c: #undef rename before defining rpl_rename.
55613         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55614
55615 2003-01-30  Bruno Haible  <bruno@clisp.org>
55616
55617         * modules/vasnprintf, modules/vasprintf: New modules.
55618         * MODULES.html.sh (func_all_modules): Add them.
55619
55620 2003-01-30  Bruno Haible  <bruno@clisp.org>
55621
55622         * m4/signed.m4: New file, from GNU gettext.
55623         * m4/longdouble.m4: New file, from GNU gettext.
55624         * m4/wchar_t.m4: New file, from GNU gettext.
55625         * m4/wint_t.m4: New file, from GNU gettext.
55626         * m4/vasnprintf.m4: New file.
55627         * m4/vasprintf.m4: New file.
55628
55629 2003-01-30  Bruno Haible  <bruno@clisp.org>
55630
55631         * lib/printf-args.h: New file, from GNU gettext.
55632         * lib/printf-args.c: New file, from GNU gettext.
55633         * lib/printf-parse.h: New file, from GNU gettext.
55634         * lib/printf-parse.c: New file, from GNU gettext.
55635         * lib/vasnprintf.h: New file, from GNU gettext.
55636         * lib/vasnprintf.c: New file, from GNU gettext.
55637         * lib/asnprintf.c: New file, from GNU gettext.
55638         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55639         * lib/vasprintf.c: New file, from GNU gettext.
55640         * lib/asprintf.c: New file, from GNU gettext.
55641
55642 2003-01-29  Bruno Haible  <bruno@clisp.org>
55643
55644         * modules/stpncpy: New module.
55645         * MODULES.html.sh (func_all_modules): Add it.
55646
55647 2003-01-29  Bruno Haible  <bruno@clisp.org>
55648
55649         * m4/stpncpy.m4: New file.
55650
55651 2003-01-29  Bruno Haible  <bruno@clisp.org>
55652
55653         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55654         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55655
55656 2003-01-28  Bruno Haible  <bruno@clisp.org>
55657
55658         * modules/c-ctype: New module.
55659         * MODULES.html.sh (func_all_modules): Add it.
55660
55661 2003-01-28  Bruno Haible  <bruno@clisp.org>
55662
55663         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55664         Paul Eggert.
55665         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55666         Paul Eggert.
55667
55668 2003-01-27  Bruno Haible  <bruno@clisp.org>
55669
55670         * modules/xsetenv: New module.
55671         * MODULES.html.sh (func_all_modules): Add it.
55672
55673 2003-01-27  Bruno Haible  <bruno@clisp.org>
55674
55675         * lib/xsetenv.h: New file, from GNU gettext.
55676         * lib/xsetenv.c: New file, from GNU gettext.
55677
55678 2003-01-23  Jim Meyering  <jim@meyering.net>
55679
55680         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
55681         from working on systems without dirfd (at least Irix and OSF1/Tru64).
55682
55683 2003-01-23  Bruno Haible  <bruno@clisp.org>
55684
55685         * modules/minmax: New module.
55686         * MODULES.html.sh (func_all_modules): Add it.
55687
55688 2003-01-23  Bruno Haible  <bruno@clisp.org>
55689
55690         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
55691         Eggert.
55692
55693 2003-01-22  Bruno Haible  <bruno@clisp.org>
55694
55695         * modules/exit: New module.
55696         * MODULES.html.sh (func_all_modules): Add it.
55697
55698 2003-01-22  Bruno Haible  <bruno@clisp.org>
55699
55700         * lib/exit.h: New file, from GNU gettext.
55701
55702 2003-01-19  Bruno Haible  <bruno@clisp.org>
55703
55704         * gnulib-tool: Recognize option --extract-maintainer.
55705         (func_get_maintainer): New function.
55706         * modules/*: Add Maintainer entry.
55707
55708 2003-01-16  Jim Meyering  <jim@meyering.net>
55709
55710         * m4/regex.m4: The `regex' struct is both input and output.
55711         Initialize it before each use.  Patch by Tim Waugh.
55712
55713 2003-01-16  Bruno Haible  <bruno@clisp.org>
55714
55715         * MODULES.html.sh: Add a table of contents. Add the module name as
55716         leftmost column. Add hyperlinks.
55717
55718 2003-01-15  Bruno Haible  <bruno@clisp.org>
55719
55720         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
55721
55722 2003-01-15  Bruno Haible  <bruno@clisp.org>
55723
55724         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
55725         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
55726         suffix.
55727
55728 2003-01-15  Bruno Haible  <bruno@clisp.org>
55729
55730         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
55731
55732 2003-01-15  Bruno Haible  <bruno@clisp.org>
55733
55734         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
55735         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
55736
55737 2003-01-14  Jim Meyering  <jim@meyering.net>
55738
55739         * lib/same.c (same_name): Tweak a comment.
55740
55741 2003-01-14  Bruno Haible  <bruno@clisp.org>
55742
55743         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
55744         when a string comparison is sufficient.
55745
55746 2003-01-14  Bruno Haible  <bruno@clisp.org>
55747
55748         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
55749         'unsigned int'.
55750
55751 2003-01-14  Bruno Haible  <bruno@clisp.org>
55752
55753         * lib/hash-pjw.c: Add comment about low quality of this function.
55754
55755 2003-01-13  Bruno Haible  <bruno@clisp.org>
55756
55757         * modules/stpcpy: Distribute lib/stpcpy.h.
55758         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
55759
55760 2003-01-13  Bruno Haible  <bruno@clisp.org>
55761
55762         * modules/*: Add a description.
55763         * modules/strpbrk: Fix Makefile.am snippet.
55764         * modules/strtoimax: Fix dependencies.
55765         * modules/strtoumax: Likewise.
55766
55767 2003-01-13  Bruno Haible  <bruno@clisp.org>
55768
55769         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
55770         * modules/alloca (Makefile.am): All object files depend on alloca.h.
55771         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
55772
55773 2003-01-13  Bruno Haible  <bruno@clisp.org>
55774
55775         * gnulib-tool (func_create_testdir): Store config/* files in the main
55776         directory.
55777         * config.rpath: Move to ...
55778         * config/config.rpath: ... here.
55779         * modules/gettext: Contains config/config.rpath, not config.rpath.
55780         * modules/iconv: Likewise.
55781
55782 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55783
55784         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55785         to avoid collisions with libcurses and libreadline.
55786
55787         * m4/getstr.m4: Remove.
55788         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
55789
55790 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55791
55792         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55793         to avoid collisions with libcurses and libreadline.
55794
55795         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
55796         * lib/getstr.h, getstr.c: Remove.
55797         * lib/getline.c: Include "getline.h", to check interface.
55798         Move body of old getstr.c here: this defines MIN_CHUNK and
55799         declares getdelim2, which is renamed from getstr.
55800         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
55801
55802         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
55803         All uses changed.
55804         * lib/linebuffer.h: Likewise.
55805         (readline): Remove backward-compatibility macro.
55806
55807 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55808
55809         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55810         to avoid collisions with libcurses and libreadline.
55811         * getstr: Remove.
55812         * MODULES.html.sh: Remove getstr.
55813         * modules/getline: Depend on unlocked-io, not getstr.
55814
55815 2003-01-12  Jim Meyering  <jim@meyering.net>
55816
55817         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
55818
55819 2003-01-10  Bruno Haible  <bruno@clisp.org>
55820
55821         * modules/alloca: Change Makefile.am requirements. Simplify Include
55822         requirements. Add lib/alloca_.h to file list.
55823
55824 2003-01-10  Bruno Haible  <bruno@clisp.org>
55825
55826         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
55827
55828 2003-01-10  Bruno Haible  <bruno@clisp.org>
55829
55830         * lib/alloca_.h: New file.
55831         * lib/getdate.y: Unconditionally include alloca.h.
55832         * lib/makepath.c: Likewise.
55833         * lib/setenv.c: Likewise.
55834         * lib/userspec.c: Likewise.
55835
55836 2003-01-09  Karl Berry  <karl@gnu.org>
55837
55838         * MODULES.html.sh: include `dirname $0` in PATH, to find
55839         gnulib-tool.
55840
55841 2003-01-09  Bruno Haible  <bruno@clisp.org>
55842
55843         * modules/stdbool: Change configure.ac, Makefile.am requirements.
55844         Simplify Include requirements. Add lib/stdbool.h.in to file list.
55845
55846 2003-01-09  Bruno Haible  <bruno@clisp.org>
55847
55848         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
55849
55850 2003-01-09  Bruno Haible  <bruno@clisp.org>
55851
55852         * lib/stdbool.h.in: New file.
55853
55854 2003-01-09  Bruno Haible  <bruno@clisp.org>
55855
55856         * gnulib-tool (func_all_modules): Ignore files ending in ~.
55857         * MODULES.html.sh: Likewise.
55858
55859 2003-01-08  Jim Meyering  <jim@meyering.net>
55860
55861         * lib/full-write.c: Undefine and define-away `const' after inclusion
55862         of errno.h, not before.  Suggestion from Bruno Haible.
55863
55864 2003-01-08  Bruno Haible  <bruno@clisp.org>
55865
55866         * modules/full-read: Depend on full-write.
55867
55868 2003-01-08  Bruno Haible  <bruno@clisp.org>
55869
55870         * lib/safe-read.c: Include specification header first, to ensure its
55871         selfcontainedness.
55872         * lib/full-write.c: Likewise.
55873
55874 2003-01-07  Jim Meyering  <jim@meyering.net>
55875
55876         * lib/full-write.c: Rework so that it may serve to define full_read,
55877         too.
55878         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
55879
55880 2003-01-07  Bruno Haible  <bruno@clisp.org>
55881
55882         * lib/strtoimax.c: Include <stdint.h> as an alternative to
55883         <inttypes.h>.
55884         * lib/xstrtol.h: Likewise.
55885         * lib/xstrtoimax.c: Likewise.
55886         * lib/xstrtoumax.c: Likewise.
55887         * lib/human.h: Likewise.
55888
55889         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
55890         on systems that have <inttypes.h> but not <stdint.h>.
55891
55892 2003-01-07  Bruno Haible  <bruno@clisp.org>
55893
55894         * MODULES.html.sh: Add copyright notice.
55895         (missed_files): Omit CVS directory entries.
55896         (func_module): Make it work with sed-3.02.
55897         * MODULES.txt: Remove file.
55898
55899 2003-01-06  Jim Meyering  <jim@meyering.net>
55900
55901         * lib/version-etc.c: Update year in translatable copyright string.
55902
55903 2003-01-03  Karl Berry  <karl@gnu.org>
55904
55905         * config/config.{guess,sub}: update from prep.
55906
55907 2003-01-02  Karl Berry  <karl@gnu.org>
55908
55909         * doc/COPYING.DOC: belatedly updated to 1.2.
55910
55911 2003-01-01  Karl Berry  <karl@gnu.org>
55912
55913         * gnulib-tool (func_verify_module): report module name $module in
55914         error message, not $1.
55915         * gnulib-tool (create-testdir): don't complain if destdir couldn't
55916         be created, only if it doesn't exist.
55917         * gnulib-tool (last_checkin_date): don't expand the $Date here.
55918
55919 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55920
55921         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
55922
55923 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55924
55925         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
55926         memcmp if strcoll doesn't work.
55927
55928 2002-12-31  Bruno Haible  <bruno@clisp.org>
55929
55930         * lib/utime.c (utime_null): No need to call ftruncate if the file was
55931         nonempty.
55932
55933 2002-12-31  Bruno Haible  <bruno@clisp.org>
55934
55935         * lib/memcoll.c (STRCOLL): New macro.
55936         (memcoll): Use it.
55937
55938 2002-12-31  Bruno Haible  <bruno@clisp.org>
55939
55940         * lib/localcharset.h: New file.
55941         * lib/localcharset.c: Include it.
55942         * lib/unicodeio.c: Likewise.
55943
55944 2002-12-31  Bruno Haible  <bruno@clisp.org>
55945
55946         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
55947         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
55948
55949 2002-12-31  Bruno Haible  <bruno@clisp.org>
55950
55951         * lib/getline.h: Include <stddef.h>, for size_t.
55952
55953         * lib/unicodeio.h: Include <stddef.h>, for size_t.
55954         * lib/unicodeio.c: Don't include <stddef.h>.
55955
55956 2002-12-31  Bruno Haible  <bruno@clisp.org>
55957
55958         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
55959         HAVE_TM_ZONE.
55960
55961 2002-12-24  Karl Berry  <karl@gnu.org>
55962
55963         * config/config.guess: update from prep.
55964
55965 2002-12-24  Bruno Haible  <bruno@clisp.org>
55966
55967         General infrasructure.
55968         * m4/README: Rewritten.
55969         * m4/onceonly.m4: New file.
55970         * m4/onceonly_2_57.m4: New file.
55971
55972         Module atexit.
55973         * m4/atexit.m4: New file.
55974
55975         Module strtod.
55976         * m4/strtod.m4: New file.
55977
55978         Module strtol.
55979         * m4/strtol.m4: New file.
55980
55981         Module strtoul.
55982         * m4/strtoul.m4: New file.
55983
55984         Module memchr.
55985         * m4/memchr.m4: New file.
55986
55987         Module memcmp.
55988         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
55989         (jm_FUNC_MEMCMP): Invoke it.
55990
55991         Module memcpy.
55992         * m4/memcpy.m4: New file.
55993
55994         Module memmove.
55995         * m4/memmove.m4: New file.
55996
55997         Module memset.
55998         * m4/memset.m4: New file.
55999
56000         Module strcspn.
56001         * m4/strcspn.m4: New file.
56002
56003         Module strpbrk.
56004         * m4/strpbrk.m4: New file.
56005
56006         Module strstr.
56007         * m4/strstr.m4: New file.
56008
56009         Module strerror.
56010         * m4/strerror.m4: New file.
56011
56012         Module mktime.
56013         * m4/mktime.m4: Renamed from jm-mktime.m4.
56014         (gl_PREREQ_MKTIME): New macro.
56015         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
56016
56017         Module malloc.
56018         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
56019         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
56020         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
56021
56022         Module realloc.
56023         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
56024         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
56025         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
56026
56027         Module strftime.
56028         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
56029         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
56030         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
56031         gl_TM_GMTOFF.
56032         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
56033
56034         Module xalloc.
56035         * m4/xalloc.m4: New file.
56036
56037         Module alloca.
56038         * m4/alloca.m4: New file.
56039
56040         Module putenv.
56041         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
56042         (jm_FUNC_PUTENV): Invoke it.
56043
56044         Module setenv.
56045         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
56046         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
56047         when invoked twice.
56048         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
56049         gt_FUNC_SETENV.
56050
56051         Module memrchr.
56052         * m4/memrchr.m4: New file.
56053
56054         Module stpcpy.
56055         * m4/stpcpy.m4: New file.
56056
56057         Module strcase.
56058         * m4/strcase.m4: New file.
56059
56060         Module strdup.
56061         * m4/strdup.m4: New file.
56062
56063         Module strnlen.
56064         * m4/strnlen.m4: New file.
56065
56066         Module strndup.
56067         * m4/strndup.m4: New file.
56068
56069         Module xstrtod.
56070         * m4/xstrtod.m4: New file.
56071
56072         Module xstrtol.
56073         * m4/xstrtol.m4: New file.
56074
56075         Module getdate.
56076         * m4/getdate.m4: New file.
56077
56078         Module unlocked-io.
56079         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
56080         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
56081         * m4/jm-glibc-io.m4n: Remove file.
56082
56083         Module long-options.
56084         * m4/long-options.m4: New file.
56085
56086         Module md5.
56087         * m4/md5.m4: New file.
56088
56089         Module sha.
56090         * m4/sha.m4: New file.
56091
56092         Module getstr.
56093         * m4/getstr.m4: New file.
56094
56095         Module getline.
56096         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
56097         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
56098         <sys/types.h>, for size_t. Use the function name gnu_getline, not
56099         simply getline. Infoke gl_PREREQ_GETLINE.
56100
56101         Module obstack.
56102         * m4/obstack.m4: New file.
56103
56104         Module hash.
56105         * m4/hash.m4: New file.
56106
56107         Module readtokens.
56108         * m4/readtokens.m4: New file.
56109
56110         Module strverscmp.
56111         * m4/strverscmp.m4: New file.
56112
56113         Module stdbool.
56114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
56115         OSF/1.
56116
56117         Module strtoll.
56118         * m4/strtoll.m4: New file.
56119
56120         Module strtoull.
56121         * m4/strtoull.m4: New file.
56122
56123         Module strtoimax.
56124         * m4/strtoimax.m4: New file.
56125
56126         Module strtoumax.
56127         * m4/strtoumax.m4: New file.
56128
56129         Module xstrtoimax.
56130         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
56131         jm_AC_PREREQ_XSTRTOIMAX.
56132         Moved the strtol prerequisites to strtol.m4.
56133         Moved the strtoll prerequisites to strtoll.m4.
56134         Moved the strtoimax prerequisites to strtoimax.m4.
56135
56136         Module xstrtoumax.
56137         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
56138         jm_AC_PREREQ_XSTRTOUMAX.
56139         Moved the strtoul prerequisites to strtoul.m4.
56140         Moved the strtoull prerequisites to strtoull.m4.
56141         Moved the strtoumax prerequisites to strtoumax.m4.
56142
56143         Module chown.
56144         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
56145         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
56146
56147         Module dup2.
56148         * m4/dup2.m4: New file.
56149
56150         Module ftruncate.
56151         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
56152         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
56153
56154         Module getgroups.
56155         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
56156         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
56157
56158         Module gettimeofday.
56159         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
56160         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
56161         gl_PREREQ_GETTIMEOFDAY.
56162
56163         Module mkdir.
56164         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
56165         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
56166
56167         Module mkstemp.
56168         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
56169         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
56170         jm_AC_TYPE_UINTMAX_T.
56171         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
56172
56173         Module stat.
56174         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
56175         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
56176
56177         Module lstat.
56178         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
56179         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
56180
56181         Module timespec.
56182         * m4/timespec.m4 (gl_TIMESPEC): New macro.
56183         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
56184         * m4/st_mtim.m4: Indentation.
56185
56186         Module nanosleep.
56187         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
56188         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
56189         gl_PREREQ_NANOSLEEP.
56190
56191         Module regex.
56192         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
56193         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
56194         (gl_REGEX): New macro.
56195
56196         Module rename.
56197         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
56198         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
56199
56200         Module rmdir.
56201         * m4/rmdir.m4: New file.
56202
56203         Module utime.
56204         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
56205         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
56206         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
56207
56208         Module dirname.
56209         * m4/dirname.m4: New file.
56210
56211         Module getopt.
56212         * m4/getopt.m4: New file.
56213
56214         Module unistd-safer.
56215         * m4/unistd-safer.m4: New file.
56216
56217         Module fnmatch.
56218         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
56219         declaration.
56220         (gl_PREREQ_FNMATCH_EXTRA): New macro.
56221         (gl_FUNC_FNMATCH_POSIX): New macro.
56222         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
56223         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
56224         simply fnmatch.
56225
56226         Module exclude.
56227         * m4/exclude.m4: New file.
56228
56229         Module human.
56230         * m4/human.m4: New file.
56231
56232         Module acl.
56233         * m4/acl.m4: Nop.
56234
56235         Module backupfile.
56236         * m4/backupfile.m4: New file.
56237         * m4/d-ino.m4: Indentation.
56238
56239         Module fsusage.
56240         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
56241         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
56242         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
56243
56244         Module dirfd.
56245         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
56246         requirements.
56247
56248         Module euidaccess.
56249         * m4/euidaccess.m4: New file.
56250
56251         Module file-type.
56252         * m4/file-type.m4: New file.
56253
56254         Module fileblocks.
56255         * m4/fileblocks.m4: New file.
56256
56257         Module filemode.
56258         * m4/filemode.m4: New file.
56259
56260         Module isdir.
56261         * m4/isdir.m4: New file.
56262
56263         Module lchown.
56264         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
56265         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
56266
56267         Module makepath.
56268         * m4/makepath.m4: New file.
56269
56270         Module modechange.
56271         * m4/modechange.m4: New file.
56272
56273         Module mountlist.
56274         * m4/mountlist.m4: New file.
56275         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
56276         Indentation.
56277
56278         Module path-concat.
56279         * m4/path-concat.m4: New file.
56280
56281         Module pathmax.
56282         * m4/pathmax.m4: New file.
56283
56284         Module same.
56285         * m4/same.m4: New file.
56286
56287         Module save-cwd.
56288         * m4/save-cwd.m4: New file.
56289
56290         Module savedir.
56291         * m4/savedir.m4: New file.
56292
56293         Module xgetcwd.
56294         * m4/xgetcwd.m4: New file.
56295         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
56296
56297         Module xreadlink.
56298         * m4/xreadlink.m4: New file.
56299
56300         Module safe-read.
56301         * m4/safe-read.m4: New file.
56302
56303         Module safe-write.
56304         * m4/safe-write.m4: New file.
56305
56306         Module closeout.
56307         * m4/closeout.m4: New file.
56308
56309         Module stdio-safer.
56310         * m4/stdio-safer.m4: New file.
56311
56312         Module getpass.
56313         * m4/getpass.m4: New file.
56314
56315         Module getugroups.
56316         * m4/getugroups.m4: New file.
56317
56318         Module group-member.
56319         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
56320         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
56321
56322         Module idcache.
56323         * m4/idcache.m4: New file.
56324
56325         Module userspec.
56326         * m4/userspec.m4: New file.
56327
56328         Module gettime.
56329         * m4/clock_time.m4: New file.
56330         * m4/gettime.m4: New file.
56331
56332         Module settime.
56333         * m4/settime.m4: New file.
56334
56335         Module posixtm.
56336         * m4/posixtm.m4: New file.
56337
56338         Module gethostname.
56339         * m4/gethostname.m4: New file.
56340
56341         Module canon-host.
56342         * m4/canon-host.m4: New file.
56343
56344         Module gettext.
56345         * m4/codeset.m4: New file, from gettext-0.11.5.
56346         * m4/gettext.m4: New file, from gettext-0.11.5.
56347         * m4/glibc21.m4: New file, from gettext-0.11.5.
56348         * m4/iconv.m4: New file, from gettext-0.11.5.
56349         * m4/intdiv0.m4: New file, from gettext-0.11.5.
56350         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
56351         * m4/inttypes.m4: New file, from gettext-0.11.5.
56352         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
56353         * m4/isc-posix.m4: New file, from gettext-0.11.5.
56354         * m4/lcmessage.m4: New file, from gettext-0.11.5.
56355         * m4/lib-ld.m4: New file, from gettext-0.11.5.
56356         * m4/lib-link.m4: New file, from gettext-0.11.5.
56357         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
56358         * m4/progtest.m4: New file, from gettext-0.11.5.
56359         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
56360         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
56361         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
56362
56363         Module localcharset.
56364         * m4/localcharset.m4: New file.
56365
56366         Module hard-locale.
56367         * m4/hard-locale.m4: New file.
56368
56369         Module mbswidth.
56370         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56371         onceonly macros.
56372         * m4/mbrtowc.m4: Add comment.
56373
56374         Module memcasecmp.
56375         * m4/memcasecmp.m4: New file.
56376
56377         Module memcoll.
56378         * m4/memcoll.m4: New file.
56379
56380         Module unicodeio.
56381         * m4/unicodeio.m4: New file.
56382
56383         Module rpmatch.
56384         * m4/rpmatch.m4: New file.
56385
56386         Module yesno.
56387         * m4/yesno.m4: New file.
56388
56389         Module exitfail.
56390         * m4/exitfail.m4: New file.
56391
56392         Module c-stack.
56393         * m4/c-stack.m4 (gl_C_STACK): New macro.
56394         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
56395
56396         Module error.
56397         * m4/error.m4 (gl_ERROR): New macro.
56398         (jm_PREREQ_ERROR): Use onceonly macros.
56399
56400         Module fatal.
56401         * m4/fatal.m4: New file.
56402
56403         Module getloadavg.
56404         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
56405         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
56406
56407         Module getpagesize.
56408         * m4/getpagesize.m4: New file.
56409
56410         Module getusershell.
56411         * m4/getusershell.m4: New file.
56412
56413         Module physmem.
56414         * m4/physmem.m4: New file.
56415
56416         Module posixver.
56417         * m4/posixver.m4: New file.
56418
56419         Module quotearg.
56420         * m4/quotearg.m4: New file.
56421
56422         Module quote.
56423         * m4/quote.m4: New file.
56424
56425         Module readutmp.
56426         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
56427
56428         Module sig2str.
56429         * m4/sig2str.m4: New file.
56430
56431         Other.
56432         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
56433         ulonglong.m4.
56434         * m4/intmax_t.m4: New file.
56435         * m4/d-type.m4: Indentation.
56436         * m4/jm-macros.m4: Update.
56437         * m4/prereq.m4 (jm_PREREQ): Update.
56438         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
56439         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
56440         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
56441         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
56442         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
56443         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
56444         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
56445         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
56446         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
56447         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
56448         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
56449         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
56450         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
56451         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
56452         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
56453         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
56454         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
56455         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
56456         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
56457
56458 2002-12-24  Bruno Haible  <bruno@clisp.org>
56459
56460         * MODULES.txt: Update according to m4/ changes.
56461
56462         Module gettext.
56463         * config.rpath: New file, from gettext-0.11.5.
56464
56465         * modules/*: New module descriptions.
56466         * gnulib-tool: New file.
56467         * MODULES.html.sh: New file.
56468
56469 2002-12-21  Karl Berry  <karl@gnu.org>
56470
56471         * doc/fdl.texi: update to version 1.2.
56472
56473 2002-12-19  Karl Berry  <karl@gnu.org>
56474
56475         * config/config.guess: update from prep.
56476
56477 2002-12-18  Bruno Haible  <bruno@clisp.org>
56478
56479         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
56480         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
56481
56482 2002-12-17  Bruno Haible  <bruno@clisp.org>
56483
56484         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
56485         stdlib.h, string.h.
56486
56487 2002-12-17  Bruno Haible  <bruno@clisp.org>
56488
56489         * lib/canon-host.c (strdup): Remove unused declaration.
56490
56491         * lib/fsusage.c: Include full_read.h.
56492         (get_fs_usage): Use full_read instead of safe_read.
56493
56494         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
56495
56496 2002-12-12  Karl Berry  <karl@gnu.org>
56497
56498         * config/config.guess: update from prep.
56499
56500 2002-12-11  Bruno Haible  <bruno@clisp.org>
56501
56502         * m4/setenv.m4: New file, from gettext-0.11.5.
56503
56504 2002-12-11  Bruno Haible  <bruno@clisp.org>
56505
56506         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
56507         not unsetenv().
56508         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
56509         modifications:
56510
56511         2002-12-11  Bruno Haible  <bruno@clisp.org>
56512
56513                 * setenv.c (alloca): Fall back to malloc.
56514                 (freea): New macro.
56515                 (setenv): Use freea() to free memory allocated with alloca().
56516
56517         2002-11-13  Bruno Haible  <bruno@clisp.org>
56518
56519                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
56520                 function declarations.
56521                 * unsetenv.c (unsetenv): Likewise.
56522
56523         2002-03-04  Bruno Haible  <bruno@clisp.org>
56524
56525                 Portability to AIX 4.3.3.
56526                 * unsetenv.c: New file, extracted from setenv.c.
56527                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56528
56529         2001-12-20  Bruno Haible  <bruno@clisp.org>
56530
56531                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56532                 use malloc instead. For SunOS 4.
56533
56534         2001-12-11  Bruno Haible  <bruno@clisp.org>
56535
56536                 * setenv.c: Declare alloca.
56537                 (compar_fn_t): New typedef.
56538                 (KNOWN_VALUE, STORE_VALUE): Use it.
56539
56540         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56541         setenv.h.
56542
56543 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56544
56545         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56546         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56547         Choose values that are less likely to collide with system fnmatch
56548         options.
56549         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56550         defined (e.g., a pure POSIX system).
56551         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56552         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56553
56554 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56555
56556         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56557         a pain in practice to deal with generated m4 files.  This change
56558         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56559
56560         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56561         and jm-glibc-io.m4, as they are no longer a special case.
56562         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56563         kludge and the auto-generation stuff.  Check only whether the
56564         functions are declared, not whether they exist, since older hosts
56565         that don't declare the functions can't use the optimization anyway.
56566
56567 2002-12-06  Jim Meyering  <jim@meyering.net>
56568
56569         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56570
56571         Merge in changes from libc's misc/error.c, in preparation
56572         for the merge of gnulib's changes back into libc.
56573
56574         * lib/error.c (_): Define only if not already defined.
56575         Move definition to follow all #include directives.
56576         Include unlocked-io.h only if !_LIBC.
56577         [_LIBC]: Include <libio/libioP.h>.
56578         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56579         (fflush): Tweak definition to use INTUSE.
56580         (putc): Define.
56581
56582 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56583
56584         * lib/alloca.c [defined emacs]: Include "lisp.h".
56585         (xalloc_die) [defined emacs]: New macro.
56586         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56587         [! defined emacs]: Include <xalloc.h>.
56588         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56589         (pointer): Typedef to POINTER_TYPE *.
56590         (malloc): Remove decl; we now always use xmalloc.
56591         (alloca): Use old-style definition, since Emacs needs this.
56592         Check for arithmetic overflow when computing combined size.
56593
56594 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56595
56596         Do not generate unlocked-io.h automatically, since it's easier to
56597         maintain it by hand.
56598
56599         * lib/unlocked-io.h: New file, from GNU diffutils,
56600         but with proper copyright notice and attribution.
56601         * lib/gen-uio: Remove.
56602         * lib/Makefile.am: Add copyright notice.
56603         (libfetish_a_SOURCES): Add unlocked-io.h.
56604         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56605         (DISTCLEANFILES, io_functions): Remove macros.
56606         (EXTRA_DIST): Remove gen_uio.
56607         (unlocked-io.h): Remove rule.
56608
56609 2002-12-04  Jim Meyering  <jim@meyering.net>
56610
56611         Reflect the fact that stat.c and lstat.c are no longer generated.
56612         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56613         (DISTCLEANFILES): Likewise.
56614         (EXTRA_DIST): Likewise.
56615         (all_local): Don't depend on stat.c or lstat.c.
56616         (stat.c, lstat.c): Remove rules.
56617         (EXTRA_DIST): Remove xstat.in.
56618
56619         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56620         * lib/stat.c: New file.  Contents mostly from xstat.in.
56621         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56622         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56623
56624         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56625         too.
56626         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56627
56628 2002-12-03  Jim Meyering  <jim@meyering.net>
56629
56630         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56631         but not semantics, to minimize the differences between these two files.
56632         (safe_read): Change comment to mention SAFE_READ_ERROR.
56633
56634         * lib/safe-read.c (IS_EINTR): Define.
56635         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56636
56637 2002-12-02  Jim Meyering  <jim@meyering.net>
56638
56639         * lib/safe-read.c (EINTR): Define.
56640         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56641         (INT_MAX): Provide fallback.
56642         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56643
56644         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56645
56646 2002-12-02  Bruno Haible  <bruno@clisp.org>
56647
56648         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56649         Define, taken from safe-read.c.
56650         (INT_MAX): Provide fallback.
56651         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56652         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56653
56654         * lib/safe-read.c (EINTR): Remove definition.
56655         (safe_read): Don't use EINTR if it is absent.
56656
56657 2002-12-01  Jim Meyering  <jim@meyering.net>
56658
56659         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56660         zero.
56661         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56662
56663 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56664
56665         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56666         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56667         with `if (! (value < limit)) abort ();', for readability.
56668
56669 2002-11-26  Karl Berry  <karl@gnu.org>
56670
56671         * lib/strdup.c: copy from libc again, with jim's ok.
56672         * lib/.cppi-disable: re-add strdup.c
56673
56674 2002-11-25  Karl Berry  <karl@gnu.org>
56675
56676         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
56677         instead of "strtol.c".
56678
56679 2002-11-25  Karl Berry  <karl@gnu.org>
56680
56681         * config/install-sh: update from automake for variable quoting, $0 in
56682         error msgs, etc.
56683
56684         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
56685         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
56686         entry.
56687
56688 2002-11-25  Jim Meyering  <jim@meyering.net>
56689
56690         * lib/mktime.c: Sync from libc, now that it has the latest fix.
56691
56692 2002-11-24  Karl Berry  <karl@gnu.org>
56693
56694         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
56695         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
56696
56697 2002-11-24  Jim Meyering  <jim@meyering.net>
56698
56699         Update from coreutils:
56700
56701         * lib/mktime.c: Merge in changes from libc.
56702
56703         Avoid a link-time failure on some Linux systems.
56704         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
56705         (otherwise).
56706         (__mon_yday): Declare with the STATIC attribute.
56707         (__mktime_internal): Likewise.
56708         Based on a report from Greg Schafer.
56709
56710 2002-11-23  Jim Meyering  <jim@meyering.net>
56711
56712         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
56713         Use `unsigned', not `int', as type of index.
56714
56715         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
56716
56717         * lib/fsusage.c: Remove unneeded parentheses around operands of
56718         `defined'.
56719
56720 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56721
56722         * lib/quotearg.h: Allow multiple inclusion by surrounding with
56723         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
56724         so that we can be included first.
56725         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
56726         * lib/quotearg.c: Include quotearg.h immediately after config.h.
56727         No need to include stddef.h or sys/types.h any more.
56728         Surround local include files with "", not "<>".
56729         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
56730         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
56731         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
56732         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
56733         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
56734         (ISPRINT): Remove; no longer needed now that we assume C89.
56735
56736         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
56737         Preserve errno.
56738
56739         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
56740         quotearg_char): Use SIZE_MAX rather than
56741         (size_t) -1 when we are talking about "infinity".
56742
56743         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
56744
56745 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56746
56747         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
56748         hint that one should use `if (! x) abort ();' rather than `assert
56749         (x);', and anyway it's one less thing to worry about configuring.
56750         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
56751         hash_rehash, hash_insert): Use abort rather than assert.
56752
56753 2002-11-22  Bruno Haible  <bruno@clisp.org>
56754
56755         * lib/safe-read.h: Assume C89. Add comments.
56756         (safe_read): Change return type to size_t.
56757         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
56758         byte counts > SSIZE_MAX correctly.
56759         * lib/safe-write.h: New file.
56760         * lib/safe-write.c: New file.
56761         * lib/full-read.h: New file.
56762         * lib/full-read.c: New file.
56763         * lib/full-write.h: Assume C89. Add comments.
56764         * lib/full-write.c: Include safe-write.h.
56765         (full_write): Rewritten to use safe_write.
56766         Suggested by Jim Meyering and Paul Eggert.
56767
56768 2002-11-21  Jim Meyering  <jim@meyering.net>
56769
56770         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
56771
56772         Merge in changes from the coreutils.
56773
56774         2002-09-25  Paul Eggert  <eggert@twinsun.com>
56775         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
56776         <stdint.h>.
56777         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
56778         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
56779         int.  Work more efficiently if X is the same width as uintmax_t.
56780         Do not compare X to -1, to avoid bogus compiler warning.
56781         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
56782         Don't assume that f_frsize and f_bsize are the same type.
56783
56784         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
56785         warning on FreeBSD.
56786
56787         * lib/makepath.c (make_path): Restore umask *before* creating the final
56788         component.
56789         (make_path): Minor reformatting.
56790
56791         * lib/xmalloc.c: Adjust to work with new autoconf macros,
56792         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
56793         HAVE_MALLOC/HAVE_REALLOC.
56794
56795         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
56796         dummy ones.  At least on GNU/Linux systems, `auto' means something
56797         else.
56798         From Michael Stone.
56799
56800 2002-11-21  Bruno Haible  <bruno@clisp.org>
56801
56802         Remove case insensitive option matching.
56803         * lib/argmatch.h (argcasematch): Remove declaration.
56804         (ARGCASEMATCH): Remove macro.
56805         (__xargmatch_internal): Remove case_sensitive argument.
56806         (XARGMATCH): Update.
56807         (XARGCASEMATCH): Remove macro.
56808         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
56809         case_sensitive argument.
56810         (argcasematch): Remove function.
56811         (__xargmatch_internal): Remove case_sensitive argument.
56812         (main): Use XARGMATCH instead of XARGCASEMATCH.
56813
56814         * lib/xmalloc.c: Change compile-time error message. Add comment about
56815         required autoconf version.
56816
56817 2002-11-20  Paul Eggert  <eggert@twinsun.com>
56818
56819         Merge argmatch cleanups from Bison.  Assume C89.
56820
56821         * lib/argmatch.c: Include config.h here, not in argmatch.h.
56822         Include stdlib.h, for EXIT_FAILURE.
56823         Always include <string.h>, since we assume C89.
56824         (EXIT_FAILURE): Remove pre-C89 bug workaround.
56825         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
56826         Include <stddef.h> instead, since it's all we need for size_t.
56827         (PARAMS): Remove.  All uses removed.
56828         (ARRAY_CARDINALITY): Do not bother to #undef.
56829         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
56830         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56831         Remove unnecessary parentheses.
56832         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56833         Insert necessary parentheses.
56834         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
56835         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
56836
56837 2002-11-19  Bruno Haible  <bruno@clisp.org>
56838
56839         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
56840         * lib/mbswidth.h: Include <stddef.h>, for size_t.
56841
56842         * lib/mbswidth.h (PARAMS): Remove macro.
56843         (mbswidth, mbsnwidth): Use ANSI C function declarations.
56844         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
56845
56846         * lib/gcd.h (PARAMS): Remove macro.
56847         (gcd): Use ANSI C function declarations.
56848         * lib/gcd.c (gcd): Likewise.
56849
56850 2002-11-15  Bruno Haible  <bruno@clisp.org>
56851
56852         * lib/strcspn.c: Include <stddef.h>.
56853         (strcspn): Use ANSI C function declaration. Change return type to
56854         size_t. Use NULL.
56855         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
56856         (strpbrk): Use NULL.
56857         * lib/strpbrk.h (PARAMS): Remove macro.
56858         (strpbrk): Use ANSI C function declaration.
56859         * lib/strstr.c: Don't include <sys/types.h>.
56860         * lib/strstr.h (PARAMS): Remove macro.
56861         (strstr): Use ANSI C function declarations.
56862
56863 2002-11-14  Karl Berry  <karl@gnu.org>
56864
56865         * config/mkinstalldirs: `do' on separate line, instead of
56866         `for var; do'.
56867
56868 2002-11-06  Bruno Haible  <bruno@clisp.org>
56869
56870         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
56871         * lib/gcd.c (gcd): Likewise.
56872
56873 2002-11-05  Bruno Haible  <bruno@clisp.org>
56874
56875         * lib/gcd.h: New file, from gettext-0.11.5.
56876         * lib/gcd.c: New file, from gettext-0.11.5.
56877
56878 2002-11-05  Bruno Haible  <bruno@clisp.org>
56879
56880         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56881         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56882         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56883         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56884
56885         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
56886         <libintl.h>.
56887         * lib/makepath.c: Include gettext.h instead of <locale.h> and
56888         <libintl.h>.
56889
56890         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
56891         * lib/human.c: Include gettext.h instead of <libintl.h>.
56892         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
56893         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
56894         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
56895         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
56896         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
56897         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
56898         (textdomain): Remove definition.
56899         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
56900
56901         * lib/long-options.c: Remove include of <libintl.h> and definition of
56902         _.
56903         * lib/same.c: Remove include of <libintl.h> and definition of _.
56904
56905 2002-11-04  Owen Taylor  <otaylor@redhat.com>
56906
56907         * lib/config.charset: A few additions for Solaris.
56908
56909 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56910
56911         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
56912         * lib/localcharset.c (locale_charset): Declare as extern "C".
56913
56914 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56915
56916         * lib/config.charset: msdos in uk_UA uses CP1125.
56917
56918 2002-11-04  Bruno Haible  <bruno@clisp.org>
56919
56920         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
56921         * lib/strcase.h: New file, from GNU gettext-0.11.5.
56922         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
56923         * lib/strstr.h: New file, from GNU gettext-0.11.5.
56924         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
56925
56926 2002-11-04  Bruno Haible  <bruno@clisp.org>
56927
56928         * lib/localcharset.c (locale_charset): Don't return an empty string.
56929
56930 2002-11-04  Bruno Haible  <bruno@clisp.org>
56931
56932         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
56933         aliases.
56934
56935 2002-11-04  Bruno Haible  <bruno@clisp.org>
56936
56937         * lib/config.charset: Update for newest glibc. Add canonical names
56938         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
56939
56940 2002-11-04  Bruno Haible  <bruno@clisp.org>
56941
56942         * lib/config.charset: Add support for NetBSD.
56943
56944 2002-11-04  Bruno Haible  <bruno@clisp.org>
56945
56946         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
56947
56948 2002-11-01  Bruno Haible  <bruno@clisp.org>
56949
56950         * configure.in: Add AC_CONFIG_AUX_DIR call.
56951         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
56952         test/Makefile.
56953         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
56954
56955 2002-09-28  Karl Berry  <karl@gnu.org>
56956
56957         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
56958         installed automake until the next release, since changes have been
56959         made.
56960
56961 2002-09-25  Karl Berry  <karl@gnu.org>
56962
56963         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
56964         * lib/getopt*: copy from libc/posix.
56965         * lib/gettext.h: copy from gettext.
56966         * lib/.cppi-disable: add strdup.c, gettext.h.
56967
56968 2002-09-25  Karl Berry  <karl@gnu.org>
56969
56970         * config/srclist.txt: enable gettext.h check.
56971         * config/config.{guess,sub}: update from prep.
56972         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
56973                 from automake 1.6.3.
56974         See srclist*.
56975
56976 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
56977
56978         * regex.c (PATFETCH): Remove the translating fetch.
56979         (PATFETCH_RAW): Rename to PATFETCH.
56980         (set_image_of_range): New fun.
56981         (SET_RANGE_TABLE_WORK_AREA): Use it.
56982         (regex_compile): Don't translate the pattern chars so eagerly.
56983         Only do it when inserting an `exactn' bytecode or when handling
56984         a char-range.
56985         (mutually_exclusive_p): Avoid empty statement.
56986
56987 2002-07-06  Jim Meyering  <meyering@lucent.com>
56988
56989         * m4/README: Don't mention Makefile.am.in.
56990         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
56991
56992 2002-07-01  Jim Meyering  <meyering@lucent.com>
56993
56994         * lib/c-stack.c: Include sys/time.h.
56995         From Volker Borchert.
56996
56997 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56998
56999         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
57000
57001 2002-06-26  Paul Eggert  <eggert@twinsun.com>
57002
57003         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
57004         New macro.  Use it uniformly instead of
57005         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
57006         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
57007         reported by Vin Shelton.
57008
57009 2002-06-22  Paul Eggert  <eggert@twinsun.com>
57010
57011         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
57012         Do not assume SA_SIGINFO behavior.
57013         Bug reported by Jim Meyering on NetBSD 1.5.2.
57014
57015 2002-06-22  Jim Meyering  <meyering@lucent.com>
57016
57017         * m4/c-stack.m4: New file, from diffutils-2.8.2.
57018         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
57019
57020         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
57021         now that configure.ac uses AC_GNU_SOURCE.
57022         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
57023         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
57024
57025         Update to latest tools.  Suggestions from Paul Eggert.
57026         * m4/stdbool.m4: New file, from diffutils-2.8.2.
57027         * m4/gnu-source.m4: Update from diffutils-2.8.2.
57028         * m4/fnmatch.m4: Likewise.
57029         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
57030         to AC_HEADER_STDBOOL
57031
57032 2002-06-22  Jim Meyering  <meyering@lucent.com>
57033
57034         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
57035         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
57036
57037 2002-06-22  Jim Meyering  <meyering@lucent.com>
57038
57039         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
57040
57041         * lib/exitfail.c, exitfail.h: Likewise.
57042         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
57043
57044         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
57045         of fnmatch.h.
57046         (EXTRA_DIST): Add fnmatch_loop.c.
57047         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
57048
57049         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
57050         * lib/fnmatch.c: Update from diffutils-2.8.2.
57051         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
57052         * lib/fnmatch.h: Remove file.
57053
57054 2002-06-21  Jim Meyering  <meyering@lucent.com>
57055
57056         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
57057         * m4/mbrtowc.m4: Likewise.
57058
57059         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
57060         * m4/mbswidth.m4: Reflect name change:
57061         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
57062         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
57063
57064         * m4/lib-link.m4: Update from gettext-0.11.2.
57065         * m4/gettext.m4: Likewise.
57066
57067         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
57068         From Alfred M. Szmidt.
57069
57070 2002-06-18  Paul Eggert  <eggert@twinsun.com>
57071
57072         * lib/file-type.h: Report an error if neither S_ISREG nor
57073         S_IFREG is defined, instead of using a test specific to glibc
57074         2.2.  This should be safe, since POSIX requires S_ISREG and
57075         Unix Version 7 had S_IFREG.  We don't need to check for
57076         <sys/types.h> since we don't use any symbols that it defines.
57077
57078 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
57079
57080         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
57081         $@-t, so that each temporary file name is unique and valid in the first
57082         8 characters, for operation under DOS.
57083
57084 2002-06-15  Paul Eggert  <eggert@twinsun.com>
57085
57086         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
57087
57088 2002-06-15  Jim Meyering  <meyering@lucent.com>
57089
57090         Work even with DJGPP 2.03, which lacks support for symlinks.
57091         From Richard Dawe.
57092         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
57093         is defined.
57094         * lib/lchown.c (S_ISLNK): Likewise.
57095
57096 2002-06-15  Jim Meyering  <meyering@lucent.com>
57097
57098         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
57099         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
57100         have been included before this file.
57101
57102 2002-06-14  Jim Meyering  <meyering@lucent.com>
57103
57104         * lib/file-type.h: Use the version from diffutils-2.8.2.
57105         * lib/file-type.c: Likewise.
57106
57107 2002-06-07  Jim Meyering  <meyering@lucent.com>
57108
57109         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
57110         They're needed at least for NetBSD 1.5.2.
57111         ($statxfs_includes): Include those same headers.
57112         ($statxfs_includes): Include sys/vfs.h if available.
57113         ($statxfs_includes): Likewise for sys/statvfs.h.
57114         Check for the following members in both structs statfs and statvfs:
57115         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
57116
57117 2002-06-01  Jim Meyering  <meyering@lucent.com>
57118
57119         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
57120         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
57121
57122 2002-05-28  Jim Meyering  <meyering@lucent.com>
57123
57124         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
57125         Reported by Volker Borchert.
57126
57127 2002-05-27  Jim Meyering  <meyering@lucent.com>
57128
57129         Fix a problem seen only on nonconforming systems whereby ls.c's
57130         use of localtime, and then of gettimeofday would cause trouble:
57131         the localtime call used to initialize rpl_gettimeofday's save
57132         mechanism would clobber ls's current local time information so
57133         that in any long listing the first file would always be listed
57134         with date 1970-01-01.  Analysis by Volker Borchert.
57135
57136         * lib/gettimeofday.c (localtime): Undefine.
57137         (rpl_localtime): New function.
57138
57139 2002-05-27  Jim Meyering  <meyering@lucent.com>
57140
57141         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
57142         localtime.
57143
57144         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
57145         use the replacement function; it wouldn't resolve at link time.
57146         Reported by Volker Borchert.
57147
57148 2002-05-22  Jim Meyering  <meyering@lucent.com>
57149
57150         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
57151         file-type.h.
57152         * lib/file-type.h: New file.
57153         * lib/file-type.c (file_type): New file/function.  Extracted from
57154         diffutils.
57155
57156 2002-04-30  Jim Meyering  <meyering@lucent.com>
57157
57158         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
57159
57160 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57161
57162         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
57163
57164 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57165
57166         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
57167         Do not check for alloca.h (no longer used) or stdbool.h (was never
57168         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
57169
57170 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57171
57172         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
57173
57174 2002-04-29  Jim Meyering  <meyering@lucent.com>
57175
57176         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
57177         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
57178         Use AC_FUNC_STRNLEN here instead.
57179
57180         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
57181         With autoconf-2.53a, it's part of AC_PROG_CC.
57182
57183 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57184
57185         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
57186         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
57187
57188 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57189
57190         * lib/sig2str.h, lib/sig2str.c: New files.
57191         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
57192
57193 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57194
57195         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
57196         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
57197         of 127, since 64 is the largest conceivable number for ancient
57198         nonstandard hosts.
57199         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
57200
57201 2002-04-28  Jim Meyering  <meyering@lucent.com>
57202
57203         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
57204
57205 2002-04-24  Jim Meyering  <meyering@lucent.com>
57206
57207         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
57208         (jm_PREREQ): Use it.
57209
57210         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
57211         mach/mach.h fcntl.h.
57212         Check for this function: setlocale.
57213
57214 2002-04-24  Jim Meyering  <meyering@lucent.com>
57215
57216         * lib/gettext.h: New file, from Gettext.
57217         * lib/Makefile.am (INCLUDES): Remove -I../intl.
57218         (libfetish_a_SOURCES): Add gettext.h.
57219
57220 2002-04-16  Jim Meyering  <meyering@lucent.com>
57221
57222         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
57223         ut_pid, ut_id, ut_exit.
57224
57225 2002-04-16  Jim Meyering  <meyering@lucent.com>
57226
57227         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
57228         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
57229         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
57230
57231 2002-04-12  Jim Meyering  <meyering@lucent.com>
57232
57233         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
57234         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
57235         existence of the getmntinfo function.  Needed for Darwin 5.3.
57236
57237         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
57238         This is necessary at least on Darwin 5.3.
57239
57240         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
57241         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
57242         strnlen.o in the library, and that makes some versions of ranlib
57243         object.
57244
57245 2002-04-12  Jim Meyering  <meyering@lucent.com>
57246
57247         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
57248
57249 2002-04-09  Jim Meyering  <meyering@lucent.com>
57250
57251         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
57252         to be more precise.  Rather than saying we're checking whether the
57253         function `works', say what we're testing.
57254         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
57255         Reported by Bruno Haible.
57256
57257 2002-03-10  Jim Meyering  <meyering@lucent.com>
57258
57259         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
57260         Suggestion from Santiago Vila.
57261
57262 2002-03-08  Jim Meyering  <meyering@lucent.com>
57263
57264         * lib/rename.c: Mention that this wrapper is needed also on
57265         mips-dec-ultrix4.4 systems.
57266
57267 2002-03-02  Jim Meyering  <meyering@lucent.com>
57268
57269         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
57270         not HAVE_CLOCK_SETTIME.
57271
57272 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57273
57274         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
57275         Check for clock_settime.
57276
57277 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57278
57279         * lib/nanosleep.h: Rename to....
57280         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
57281
57282         * lib/gettime.c: New file.
57283         * lib/settime.c: New file.
57284         * lib/stime.c: Remove.
57285
57286         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
57287         timespec.h.  Remove nanosleep.h.
57288
57289 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57290
57291         * m4/acl.m4: New file.
57292         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
57293         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
57294
57295 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57296
57297         * lib/acl.c, lib/acl.h: New files.
57298         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
57299
57300 2002-02-24  Jim Meyering  <meyering@lucent.com>
57301
57302         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
57303         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
57304         cause trouble.  Reported by Nelson Beebe.
57305
57306 2002-02-23  Paul Eggert  <eggert@twinsun.com>
57307
57308         * lib/path-concat.c (xpath_concat): Reorder code to pacify
57309         compilers that don't know that xalloc_die never returns.
57310
57311 2002-02-20  Jim Meyering  <meyering@lucent.com>
57312
57313         * lib/getdate.c: Regenerate using bison-1.33.
57314
57315 2002-02-17  Jim Meyering  <meyering@lucent.com>
57316
57317         * config/config.guess (main): Don't use `head -1'; it's no longer
57318         portable. Use `sed 1q' instead.
57319
57320 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
57321
57322         * m4/codeset.m4: Upgrade to gettext-0.11.
57323         * m4/gettext.m4: Upgrade to gettext-0.11.
57324         * m4/glibc21.m4: Upgrade to gettext-0.11.
57325         * m4/iconv.m4: Upgrade to gettext-0.11.
57326         * m4/isc-posix.m4: Upgrade to gettext-0.11.
57327         * m4/lcmessage.m4: Upgrade to gettext-0.11.
57328         * m4/lib-ld.m4: New file, from gettext-0.11.
57329         * m4/lib-link.m4: New file, from gettext-0.11.
57330         * m4/lib-prefix.m4: New file, from gettext-0.11.
57331         * m4/progtest.m4: Upgrade to gettext-0.11.
57332
57333 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57334
57335         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
57336         (jm_PREREQ): Use it.
57337
57338 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57339
57340         * lib/posixver.c, lib/posixver.h: New files.
57341         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57342
57343 2002-02-02  Paul Eggert  <eggert@twinsun.com>
57344             Bruno Haible  <bruno@clisp.org>
57345
57346         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
57347         (fwrite_success_callback): New declaration.
57348         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
57349         print_unicode_char. Call failure callback instead of error.
57350         (fwrite_success_callback): New function.
57351         (exit_failure_callback): New function.
57352         (fallback_failure_callback): New function.
57353         (print_unicode_char): Call unicode_to_mb.
57354
57355 2002-01-26  Jim Meyering  <meyering@lucent.com>
57356
57357         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
57358         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
57359
57360 2002-01-26  Jim Meyering  <meyering@lucent.com>
57361
57362         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
57363
57364 2002-01-22  Paul Eggert  <eggert@twinsun.com>
57365
57366         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
57367
57368 2002-01-22  Jim Meyering  <meyering@lucent.com>
57369
57370         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57371         Otherwise, some versions of automake would omit the rule that makes
57372         Makefile from Makefile.in.
57373
57374 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57375
57376         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57377         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57378         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
57379         (memcoll): Set errno to zero if there is no error.
57380
57381         * lib/quotearg.c (quotearg_buffer_restyled):
57382         Fix bug with quoting buffers containing NUL when backslashing escapes.
57383         This bug was exposed by the other changes in this patch.
57384         (quotearg_n_options): New arg ARGSIZE.
57385         All callers changed.
57386         (quoting_options_from_style): New function.
57387         (quotearg_n_style): Use it.
57388         (quotearg_n_style_mem): New function.
57389
57390         * lib/quotearg.h (quotearg_n_style_mem): New function.
57391
57392 2002-01-19  Jim Meyering  <meyering@lucent.com>
57393
57394         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
57395         Remove useless quotes: DF_PROG="df".
57396         * m4/strnlen.m4: New file.
57397
57398 2002-01-16  Paul Eggert  <eggert@twinsun.com>
57399
57400         * lib/backupfile.c (ISDIGIT): Comment fix.
57401         * lib/getdate.y (ISDIGIT): Likewise.
57402         * lib/posixtm.c (ISDIGIT, year): Likewise.
57403         * lib/strverscmp.c (ISDIGIT): Likewise.
57404         * lib/userspec.c (ISDIGIT): Likewise.
57405
57406 2002-01-16  Jim Meyering  <meyering@lucent.com>
57407
57408         * lib/getdate.y: Add three semicolons, each just before a closing
57409         brace. Bison (as of version 1.31) no longer papers over that mistake.
57410
57411 2002-01-05  Jim Meyering  <meyering@lucent.com>
57412
57413         * lib/version-etc.c (version_etc_copyright): Update copyright year.
57414
57415 2001-12-19  Paul Eggert  <eggert@twinsun.com>
57416
57417         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
57418         not silently exit merely because the output buffer happens to
57419         have nothing pending.
57420
57421 2001-12-18  Paul Eggert  <eggert@twinsun.com>
57422
57423         See the big note in ../ChangeLog.
57424         * lib/human.c (suffixes): Prefer K to k for 1024.
57425         (generate_suffix_backwards): New function.
57426         (human_readable_inexact): Use it.
57427         * lib/xstrtol.c (__xstrtol): If there is no number but there
57428         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
57429         Accept 'K' as well as 'k'.
57430
57431 2001-12-15  Jim Meyering  <meyering@lucent.com>
57432
57433         * lib/regex.h (__restrict_arr): Update from libc.
57434
57435         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
57436         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
57437         (STREQ): Define.
57438
57439 2001-12-14  Jim Meyering  <meyering@lucent.com>
57440
57441         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
57442         Suggestion from Bruno Haible.
57443
57444 2001-12-10  Jim Meyering  <meyering@lucent.com>
57445
57446         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
57447         xrealloc, Instead, include "xalloc.h".
57448         (initbuffer): Don't cast xmalloc return value to char*.
57449         (readline): Reword comment.
57450         Don't cast xrealloc return value to char*
57451         Return NULL, not 0.
57452
57453 2001-12-09  Jim Meyering  <meyering@lucent.com>
57454
57455         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
57456         about `signed and unsigned type in conditional expression'.
57457         * lib/posixtm.c (posix_time_parse): Likewise.
57458
57459         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
57460
57461         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
57462         to avoid a pedantic warning.
57463
57464         * lib/getstr.c: Don't include assert.h.
57465         (getstr): Remove warning-evoking assertions.
57466         Return -1 if offset parameter is out of bounds.
57467         Change the type of a local from int to size_t.
57468
57469         * lib/strftime.c (my_strftime_localtime_r): Include this function
57470         definition in the `#if ! HAVE_TM_GMTOFF' block.
57471
57472         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
57473         Include xalloc.h instead.
57474
57475 2001-12-02  Jim Meyering  <meyering@lucent.com>
57476
57477         * lib/tempname.c: Don't declare getenv, thus reverting the change of
57478         2001-11-18.  It's no longer necessary, now that stdlib.h is always
57479         included.
57480
57481         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
57482         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
57483
57484 2001-11-30  Akim Demaille  <akim@epita.fr>
57485
57486         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
57487         before being defined.
57488
57489 2001-11-27  Paul Eggert  <eggert@twinsun.com>
57490
57491         * lib/quotearg.h (quotearg_n, quotearg_n_style):
57492         First arg is int, not unsigned.
57493         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
57494         (SIZE_MAX, UINT_MAX): New macros.
57495         (quotearg_n_options): Abort if N is negative.
57496         Avoid overflow check on hosts where size_t is 64 bits and int
57497         is 32 bits, as overflow is impossible there.
57498         Fix off-by-one typo that caused unnecessary reallocation.
57499
57500 2001-11-27  Jim Meyering  <meyering@lucent.com>
57501
57502         * lib/tempname.c: Merge with version from libc.
57503         * lib/regex.c: Likewise.
57504
57505         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
57506         systems for which STDC_HEADERS is 0, it was not included, resulting in
57507         a warning about an integer-to-pointer conversion problem with getenv.
57508         Reported by Volker Borchert.
57509
57510 2001-11-26  Jim Meyering  <meyering@lucent.com>
57511
57512         * lib/gtod.h: Remove file.
57513         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
57514         * lib/gettimeofday.c: Don't include gtod.h.
57515         (GTOD_init): Remove function.
57516         (rpl_gettimeofday): Do its job here instead, rather than aborting.
57517         Suggestion from Volker Borchert.
57518
57519 2001-11-23  Jim Meyering  <meyering@lucent.com>
57520
57521         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
57522         it.
57523         * lib/hash.c (struct hash_table): Define it here instead.
57524
57525 2001-11-22  Jim Meyering  <meyering@lucent.com>
57526
57527         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57528
57529 2001-11-20  Jim Meyering  <meyering@lucent.com>
57530
57531         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57532         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57533
57534 2001-11-19  Jim Meyering  <meyering@lucent.com>
57535
57536         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57537         directory.  Use "conftestXXXXXX" as the template.
57538         Suggestion from Paul Eggert.
57539
57540         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57541         immediately, so the test doesn't mistakenly hit the max-open-files
57542         limit.
57543
57544 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57545
57546         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57547         (TEMPORARIES): New macro.
57548         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57549         removes an artificial limitation (e.g. HP-UX 10.20, where
57550         TMP_MAX is 17576).
57551
57552 2001-11-18  Jim Meyering  <meyering@lucent.com>
57553
57554         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57555
57556 2001-11-18  Jim Meyering  <meyering@lucent.com>
57557
57558         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57559         on SunOS 4.
57560
57561         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57562         files will be created before anything else.
57563
57564 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57565
57566         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57567         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57568
57569 2001-11-17  Jim Meyering  <meyering@lucent.com>
57570
57571         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57572         Prompted by a report from Bob Proulx.
57573
57574         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57575         Instead, require UTILS_FUNC_MKSTEMP.
57576
57577 2001-11-17  Jim Meyering  <meyering@lucent.com>
57578
57579         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57580         Now, that's done as part of AC_FUNC_STRTOD.
57581
57582 2001-11-17  Jim Meyering  <meyering@lucent.com>
57583
57584         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57585         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57586         rather than group writable.  Patch by Juan F. Codagnone.
57587
57588         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57589         xrealloc, Instead, include "xalloc.h".
57590
57591         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57592         Remove explicit declarations of xmalloc, xrealloc,
57593         and xstrdup.  Instead, include "xalloc.h".
57594
57595         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57596         unlocked-io.h.
57597         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57598         Likewise.
57599         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57600
57601         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57602         Reported by Padraig Brady.
57603
57604         * lib/mkstemp.c: #undef mkstemp.
57605         Include config.h.
57606         (rpl_mkstemp): Rename from mkstemp.
57607         Protoize.
57608
57609 2001-11-16  Jim Meyering  <meyering@lucent.com>
57610
57611         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57612         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57613         determine the amount of total physical memory, use pstat_getstatic.
57614         HPUX-11 doesn't define _SC_PHYS_PAGES.
57615         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57616         If sysconf couldn't be used to determine the amount of available
57617         physical memory, use both pstat_getstatic and pstat_getdynamic.
57618         Based on a patch from Bob Proulx.
57619
57620 2001-11-10  Jim Meyering  <meyering@lucent.com>
57621
57622         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57623         (jm_PREREQ): Use it.
57624
57625 2001-11-09  Jim Meyering  <meyering@lucent.com>
57626
57627         * m4/jm-macros.m4: Require autoconf-2.52f.
57628         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57629         Use these AC_-prefixed names, not the AM_-prefixed ones.
57630
57631         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57632
57633 2001-11-05  Jim Meyering  <meyering@lucent.com>
57634
57635         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57636
57637 2001-11-04  Jim Meyering  <meyering@lucent.com>
57638
57639         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57640         $DEFS.
57641
57642 2001-11-03  Jim Meyering  <meyering@lucent.com>
57643
57644         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57645         of AC_DEFUN.
57646
57647         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57648         know the name of the variable in the macro definition.
57649
57650 2001-11-03  Jim Meyering  <meyering@lucent.com>
57651
57652         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57653         in argmatch_to_argument call.
57654
57655         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57656         argument.
57657
57658         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57659         e.g., a fault due to an attempt to free a NULL pointer.
57660
57661 2001-11-01  Jim Meyering  <meyering@lucent.com>
57662
57663         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57664         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57665
57666 2001-11-01  Jim Meyering  <meyering@lucent.com>
57667
57668         * lib/dirfd.c, lib/dirfd.h: New files.
57669         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57670
57671         * lib/hash.c (hash_print) [TESTING]: Clean up.
57672
57673 2001-10-22  Paul Eggert  <eggert@twinsun.com>
57674
57675         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
57676         to avoid a warning if -Wall.
57677
57678 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
57679
57680         * README: New file
57681         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
57682         (per RMS's instructions, this is now the canonical source)
57683         * lgpl/, gpl/: New directories.
57684
57685 2001-10-21  Paul Eggert  <eggert@twinsun.com>
57686
57687         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
57688
57689 2001-10-21  Jim Meyering  <meyering@lucent.com>
57690
57691         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
57692         this code would end up calling gettext even in packages built
57693         with --disable-nls.
57694         * lib/getopt.c (_): Likewise.
57695         * lib/regex.c (_): Likewise.
57696
57697 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57698
57699         * m4/error.m4 (jm_PREREQ_ERROR):
57700         Do not invoke AC_CHECK_FUNCS with strerror_r, as
57701         AC_FUNC_STRERROR_R does that.
57702         Check for strerror declaration.
57703
57704         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
57705         are supposed to have them these days.
57706         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
57707         Merge changes from latest Autoconf CVS.
57708         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
57709         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
57710         POSIX decided to standardize on the int flavor of strerror_r.
57711
57712 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57713
57714         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
57715         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
57716         Use strerror_r that is only a macro, even if it is not a function.
57717         (strerror): Check for HAVE_DECL_STRERROR before declaring.
57718         (private_strerror): Use prototypes, not old-style function definition.
57719         (print_errno_message): New function.
57720         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
57721         char*-flavored one.
57722         (error_tail, error, error_at_line): Use it.
57723
57724 2001-10-11  Jim Meyering  <meyering@lucent.com>
57725
57726         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
57727         and quote_n (1, ... to avoid clobbering a buffer.
57728
57729 2001-10-05  Jim Meyering  <meyering@lucent.com>
57730
57731         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
57732         hash-pjw.h.
57733         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
57734         * lib/hash-pjw.h: New file.
57735
57736 2001-09-30  Jim Meyering  <meyering@lucent.com>
57737
57738         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
57739         `struct fsstat' has the `f_fstypename' member.
57740         Use that to define FS_TYPE, which is now used to make
57741         the getfsstat link test tighter.
57742
57743 2001-09-30  Jim Meyering  <meyering@lucent.com>
57744
57745         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
57746         Include <sys/ucred.h>, for Apple Darwin.
57747         Include sys/mount.h and sys/fs_types.h only if available.
57748         (FS_TYPE): Define.
57749         (read_filesystem_list): Use FS_TYPE.
57750
57751 2001-09-29  Paul Eggert  <eggert@twinsun.com>
57752
57753         * lib/exclude.c (excluded_filename): 0 -> false, since it's
57754         a boolean context.
57755
57756 2001-09-29  Jim Meyering  <meyering@lucent.com>
57757
57758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57759         [one-argument getmntent function]): Include stdio.h before mntent.h.
57760         SunOS 4.1.x needs it for the declaration of `FILE'.
57761         Patch by Volker Borchert.
57762
57763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57764         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
57765         sys/fs_types.h, and make the link-test for getfsstat guard #include
57766         directives with appropriate #if HAVE_*_H tests so that we can
57767         detect getfsstat on Apple Darwin1.3.7 systems.
57768         Reported by Nelson Beebe.
57769         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
57770
57771 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57772
57773         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57774         #defines strtoimax.  Also treat the other strto* functions
57775         like strtoimax.
57776
57777         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57778         Check for strtoul and strtoumax,
57779         as those declarations are made even in the signed case.
57780         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
57781         Likewise, for strtol and strtoimax.
57782
57783 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57784
57785         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57786         #defines strtoimax.  Also treat the other strto* functions
57787         like strtoimax.
57788
57789         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
57790         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
57791         (strtoimax, strtoumax): Do not declare if already defined as a macro.
57792
57793 2001-09-26  Jim Meyering  <meyering@lucent.com>
57794
57795         Most macros in unlocked-io.h had the wrong number of arguments.
57796         * lib/gen-uio: New script.
57797         (USE_UNLOCKED_IO): Define to 1 if not already defined.
57798         * lib/unlocked-io.hin: Remove file.
57799         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
57800         rather than trying to embed it here.
57801         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
57802         Reported by Padraig Brady.
57803
57804 2001-09-25  Volker Borchert  <bt@teknon.de>
57805
57806         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
57807         `result'.
57808
57809 2001-09-24  Jim Meyering  <meyering@lucent.com>
57810
57811         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
57812
57813 2001-09-23  Jim Meyering  <meyering@lucent.com>
57814
57815         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
57816         instead of the mere test for existence of mntent.h.  The latter
57817         would get a false-positive on AIX 3.4 systems.
57818         In the outer getmntent if-block, don't die if neither of the getmntent
57819         tests succeeds.  Instead, just fall through and continue with the
57820         remaining tests.
57821
57822 2001-09-23  Jim Meyering  <meyering@lucent.com>
57823
57824         * lib/mountlist.c: Remove useless parentheses in #if directives.
57825         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
57826         the deprecated MOUNTED symbol is no longer defined in mntent.h.
57827
57828 2001-09-22  Jim Meyering  <meyering@lucent.com>
57829
57830         * m4/gettext.m4: New file.  From gettext.
57831         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
57832         * m4/progtest.m4: Likewise
57833         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
57834         * m4/glibc21.m4: Likewise.
57835
57836         * m4/libintl.m4: Remove.  No longer used.
57837
57838 2001-09-22  Jim Meyering  <meyering@lucent.com>
57839
57840         * lib/localcharset.c: Update from latest gettext.
57841         * lib/config.charset: Likewise.
57842
57843 2001-09-20  Jim Meyering  <meyering@lucent.com>
57844
57845         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
57846         strtoimax.
57847         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
57848         strtoumax.
57849
57850 2001-09-20  Jim Meyering  <meyering@lucent.com>
57851
57852         * lib/xstrtol.c (strtoimax): Guard declaration with
57853         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
57854         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
57855         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
57856         (strtoumax): Likewise, for completeness (it wasn't necessary).
57857
57858 2001-09-17  Paul Eggert  <eggert@twinsun.com>
57859
57860         * lib/strtoimax.c (HAVE_LONG_LONG):
57861         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
57862         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
57863         to work around bug in IBM C compiler.
57864
57865 2001-09-17  Jim Meyering  <meyering@lucent.com>
57866
57867         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
57868         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
57869         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
57870         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
57871         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
57872         whenever the right hand side need not be expanded by the shell.
57873
57874 2001-09-16  Paul Eggert  <eggert@twinsun.com>
57875
57876         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
57877         library.  It's not correct, as some older glibcs are buggy.
57878         fnmatch wasn't fixed until glibc 2.2.
57879
57880         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
57881         special shell magic here.
57882
57883 2001-09-16  Jim Meyering  <meyering@lucent.com>
57884
57885         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
57886         * m4/jm-macros.m4: Require it.
57887
57888 2001-09-16  Jim Meyering  <meyering@lucent.com>
57889
57890         * lib/mkdir.c: New file.
57891
57892 2001-09-15  Jim Meyering  <meyering@lucent.com>
57893
57894         * m4/jm-macros.m4: Check for help2man.
57895
57896 2001-09-11  Jim Meyering  <meyering@lucent.com>
57897
57898         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
57899         The body, by Paul Eggert, was moved here from configure.in.
57900         * m4/jm-macros.m4: Require UTILS_HOST_OS.
57901
57902 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57903
57904         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
57905         (jm_PREREQ): Use it.
57906
57907 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57908
57909         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
57910         Use ssize_t, not int, to store result of readlink.
57911         Check for ssize_t overflow as well as size_t overflow,
57912         as POSIX says the result of readlink is implementation-defined
57913         when ssize_t overflows.
57914         Remove unnecessary cast to char*.
57915         Use free+malloc instead of realloc, as the storage doesn't need
57916         to be preserved and it's clearer and can be more efficient that way.
57917         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
57918         * lib/xreadlink.h (xreadlink): Update prototype.
57919
57920 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57921
57922         * lib/xgetcwd.c: Revert some of the previous change; intead,
57923         fix the HAVE_GETCWD_NULL code to behave more like the
57924         !HAVE_GETCWD_NULL code used to.
57925
57926         Include "xalloc.h".
57927         (xgetcwd): Do not return NULL when memory is exhausted; instead,
57928         invoke xalloc_die.
57929
57930 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57931
57932         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
57933         sys/param.h, as pathmax.h includes them.
57934
57935 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57936
57937         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
57938         (jm_PREREQ_XGETCWD): New macro.
57939
57940         * m4/getcwd.m4: New file.
57941
57942 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57943
57944         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
57945         like the HAVE_GETCWD_NULL code.
57946         Include pathmax.h if not HAVE_GETCWD.
57947         Do not include xalloc.h.
57948         (INITIAL_BUFFER_SIZE): New symbol.
57949         Do not use xmalloc / xrealloc, since the caller is responsible for
57950         handling errors.  Preserve errno around `free' during failure.
57951         Do not overrun buffer when using getwd.
57952
57953 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57954
57955         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
57956         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
57957         getcwd (NULL, 0).
57958
57959 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57960
57961         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
57962         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
57963         spotted by Jim Meyering.
57964
57965 2001-09-03  Jim Meyering  <meyering@lucent.com>
57966
57967         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
57968         failure.
57969
57970 2001-09-02  Jim Meyering  <meyering@lucent.com>
57971
57972         * lib/error.c: Update from GNU libc.
57973
57974 2001-09-01  Jim Meyering  <meyering@lucent.com>
57975
57976         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
57977         Used by df.
57978
57979 2001-09-01  Jim Meyering  <meyering@lucent.com>
57980
57981         * lib/xreadlink.c: New file.
57982         * lib/xreadlink.h: New file.
57983         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
57984         xreadlink.h.
57985
57986         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
57987         doesn't conflict with sparc Solaris 7's definition in
57988         /usr/include/sys/int_types.h.
57989
57990         * lib/exclude.c: Use `""', not `<>' to #include non-system header
57991         files.
57992         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
57993         and strncasecmp as r-values.  Unixware didn't have declarations.
57994
57995 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57996
57997         * lib/xstrtol.h: Add copyright notice.
57998         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
57999         LONGINT_INVALID_SUFFIX_CHAR.
58000
58001 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58002
58003         * lib/xstrtol.c (strtoimax): New decl.
58004
58005 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58006
58007         * lib/xgetcwd.c: Don't include pathmax.h.
58008         Include stdlib.h and unistd.h if available.
58009         Include xalloc.h.
58010         (xmalloc, xstrdup, free): Remove decls.
58011         (xgetcwd): Don't assume sizes fit in unsigned.
58012         Check for overflow when computing sizes.
58013         Simplify reallocation code.
58014
58015 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58016
58017         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
58018         a directory's st_size can have an arbitrary value, so the old
58019         usage could waste an arbitrary amount of memory.  All uses
58020         changed.
58021         * lib/savedir.h: Update prototype.
58022
58023 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58024
58025         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
58026
58027         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
58028         old strtoimax.c.
58029
58030         Also, make the following further changes to make this file's
58031         configuration more similar to that of strtol.c:
58032         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
58033         (strtoumax, uintmax_t, strtoull, strtol): Remove.
58034         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
58035         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
58036         changed to signed values.
58037
58038         And make the following changes as well:
58039         Fix copyright notice, as 1999 was missing.
58040         (verify): New macro.
58041         (strtoimax): Check sizes at compile-time, not run-time.
58042         Prefer strtol to strtoll if both work.
58043         (main): Remove; it was not that useful and was a pain to maintain.
58044
58045         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
58046
58047 2001-08-31  Jim Meyering  <meyering@lucent.com>
58048
58049         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
58050         Use an initial, malloc'd, buffer of length 128 rather than
58051         a statically allocated one of length 1024.
58052
58053 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58054
58055         Simplify code, partly by assuming autoconf 2.52 semantics.
58056
58057         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
58058
58059         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
58060         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
58061         All uses removed.
58062         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
58063         Move AC_REQUIRE to next-to-top level, to avoid confusion.
58064         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
58065         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
58066         jm_AC_HEADER_INTTYPES_H.
58067         * m4/jm-macros.m4 (jm_MACROS): Likewise.
58068
58069         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
58070
58071         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
58072         Quote first arg of AC_DEFUN.
58073         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
58074         since they are needed to parse the include file even if we need
58075         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
58076         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
58077         but with opposite signedness.
58078
58079 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58080
58081         Merge 'exclude' changes from tar 1.13.22.
58082         This fixes one or two unlikely storage allocation overflow bugs,
58083         but doesn't change user-visible behavior otherwise.
58084
58085 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58086
58087         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
58088         (jm_PREREQ_EXCLUDE): New macro.
58089
58090 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58091
58092         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
58093         tm to be declared.
58094
58095 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58096
58097         * lib/hash.c: Remove '2001' from copyright notice.
58098
58099 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58100
58101         * lib/full-write.h: New file.
58102         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
58103         * lib/full-write.c: Correct credits, as cccp.c no longer
58104         exists and anyway it was so heavily changed from the old cccp
58105         code as to be unrecognizable.  Include full-write.h.
58106         (full_write) Return size_t, with short writes meaning failure.
58107         All callers changed.  This fixes a bug with large buffers
58108         on 64-bit hosts.
58109         * lib/utime.c: Include full-write.h.
58110
58111 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58112
58113         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
58114         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
58115         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
58116         Include if available.
58117         (<xalloc.h>): Include
58118         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
58119         (verify): New macro.  Use it to verify that EXCLUDE macros do not
58120         collide with FNM macros.
58121         (struct patopts): New struct.
58122         (struct exclude): Use it, as exclude patterns now come with options.
58123         (new_exclude): Support above changes.
58124         (new_exclude, add_exclude_file):
58125         Initial size must now be a power of two to simplify overflow checking.
58126         (free_exclude, fnmatch_no_wildcards): New function.
58127         (excluded_filename): No longer requires options arg, as the options
58128         are determined by add_exclude.  Now returns bool, not int.
58129         (excluded_filename, add_exclude):
58130         Add support for the fancy new exclusion options.
58131         (add_exclude, add_exclude_file): Now takes int options arg.
58132         Check for arithmetic overflow when computing sizes.
58133         (add_exclude_file): xrealloc might modify errno, so don't
58134         realloc until after errno might be used.
58135
58136         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
58137         New macros.
58138         (free_exclude): New decl.
58139         (add_exclude, add_exclude_file): Now takes int options arg.
58140         (excluded_filename): No longer requires options arg, as the options
58141         are determined by add_exclude.  Now returns bool, not int.
58142
58143 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58144
58145         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
58146
58147 2001-08-27  Jim Meyering  <meyering@lucent.com>
58148
58149         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
58150
58151         * lib/version-etc.c (N_): Remove definition.
58152         Revert most of last change.
58153         Instead, simply don't mark the `Copyright...' string for translation.
58154         Based on advice from Paul Eggert.
58155
58156         * lib/strtoxmax.c: Tweak comment.
58157
58158 2001-08-26  Jim Meyering  <meyering@lucent.com>
58159
58160         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
58161
58162         * m4/xstrtoimax.m4: New file.
58163         * m4/xstrtoumax.m4: Add comments explaining why we
58164         AC_REPLACE_FUNCS(strtol).
58165
58166 2001-08-26  Jim Meyering  <meyering@lucent.com>
58167
58168         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
58169         of copyright with `%s' so translators don't get an untranslated
58170         message in 2002.
58171         (COPYRIGHT_YEAR): Define.
58172         (version_etc): Use fprintf rather than fputs.
58173         Suggestion from Ulrich Drepper.
58174
58175         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
58176
58177         * lib/strtoll.c: New file, from GNU libc.
58178         * lib/xstrtoimax.c: New file.
58179
58180         * lib/xstrtol.h: Add xstrtoimax.
58181         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
58182         * lib/strtoimax.c: New file.  Likewise, but first define
58183         STRTOUXMAX_SIGNED.
58184
58185         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
58186         ...
58187         * lib/strtoxmax.c: ... then renamed to this.
58188
58189 2001-08-18  Paul Eggert  <eggert@twinsun.com>
58190
58191         * m4/inttypes.m4: Add AC_PREREQ(2.13).
58192         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
58193         (jm_AC_TYPE_INTMAX_T): New macro.
58194         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
58195
58196         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
58197
58198         * m4/longlong.m4: Renamed from ulonglong.m4.
58199         * m4/inttypes.m4: Renamed from inttypes_h.m4.
58200         * m4/uintmax_t.m4: Removed.
58201
58202 2001-08-13  Paul Eggert  <eggert@twinsun.com>
58203
58204         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
58205         Port to Solaris 8, where 'sed' requires a space after the 'r'
58206         command, and where sh dislikes "$/".  Clean up the spacing a bit.
58207         Redirect output to $tmp just once.
58208
58209 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
58210
58211         * lib/addext.c (<errno.h>): Include.
58212         (errno): Declare if not defined.
58213         (addext): Work correctly when pathconf returns -1 and leaves
58214         errno alone because there is no limit.  Also, work even if
58215         pathconf returns a value greater than SIZE_MAX.
58216
58217 2001-08-12  Jim Meyering  <meyering@lucent.com>
58218
58219         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
58220         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
58221         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
58222         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
58223         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
58224         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
58225         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
58226         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
58227         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
58228         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
58229         utime.m4, utimes.m4, xstrtoumax.m4:
58230         Quote the first argument in each use of AC_DEFUN.
58231
58232 2001-08-12  Jim Meyering  <meyering@lucent.com>
58233
58234         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
58235         Simply `return getcwd (NULL, 0);'.
58236         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
58237         Use 1300 as initial value for length, not PATH_MAX.
58238
58239         * lib/pathmax.h: Clean up cpp syntax.
58240
58241 2001-08-12  Jim Meyering  <meyering@lucent.com>
58242
58243         * lib/gettimeofday.c: New file.
58244         * lib/gtod.h: New file.
58245         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
58246
58247 2001-08-05  Jim Meyering  <meyering@lucent.com>
58248
58249         * m4/jm-macros.m4: Require autoconf-2.52.
58250
58251 2001-08-04  Jim Meyering  <meyering@lucent.com>
58252
58253         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
58254         stmt, to get in sync with glibc.
58255
58256 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58257
58258         The following changes are from gettext 0.10.39 as maintained by
58259         Bruno Haible.
58260
58261         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
58262         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
58263         with inverted sense.  All uses changed.
58264
58265         * lib/mbswidth.c: Don't include <limits.h>.
58266         Include <stdlib.h> and <string.h> unconditionally.
58267         (iswcntrl, mbsinit, ISCNTRL): New macros.
58268         (mbsnwidth): Use K&R style function declarations.
58269         Don't bother checking for MB_LEN_MAX == 1, since the compiler
58270         can optimize it when MB_CUR_MAX == 1.
58271         The width of control characters is zero, not 1.
58272
58273 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58274
58275         The following changes are from gettext 0.10.39 as maintained by
58276         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
58277
58278         * m4/codeset.m4: Upgrade to serial AM1.
58279         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
58280         all uses changed.  Quote first arg of AC_DEFUN.
58281         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
58282
58283         * m4/iconv.m4: Upgrade to serial AM2.
58284         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
58285         Add --with-libconv-prefix.
58286         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
58287         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
58288         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
58289         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
58290         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
58291
58292         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
58293         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
58294         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
58295         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
58296         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
58297         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
58298         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
58299         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
58300         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
58301
58302         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
58303         string.h any more.
58304
58305         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
58306         not the default value.
58307
58308         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
58309         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
58310         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
58311         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
58312         Also check for iswcntrl, used for wcwidth fallback.
58313         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
58314         to Autoconf 2.13.
58315
58316 2001-08-03  Jim Meyering  <meyering@lucent.com>
58317
58318         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
58319         as it was in the original.  Reported by Paul Eggert.
58320
58321 2001-07-16  Jim Meyering  <meyering@lucent.com>
58322
58323         * m4/gettimeofday.m4: New file.
58324         Prompted by a report from Bernhard Baehr.
58325
58326 2001-07-15  Jim Meyering  <meyering@lucent.com>
58327
58328         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
58329         stuff. Now it's in ../Makefile.cfg.
58330
58331 2001-07-15  Jim Meyering  <meyering@lucent.com>
58332
58333         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
58334         (BUILT_SOURCES): Add unlocked-io.h.
58335         (io_functions): Define.
58336         (unlocked-io.h): New rule.
58337         (DISTCLEANFILES): Add unlocked-io.h.
58338         (all-local): Depend on unlocked-io.h, to ensure it is created.
58339
58340         * lib/unlocked-io.hin: New file
58341
58342         * lib/regex.c: Update from glibc.
58343
58344 2001-07-05  Jim Meyering  <meyering@lucent.com>
58345
58346         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
58347         recommendation.
58348         (libfetish_a_SOURCES): Put all .h files here instead.
58349         Remove a thus-exposed (better checks in automake) duplicate and
58350         two unnecessary .h files.
58351
58352 2001-07-04  Jim Meyering  <meyering@lucent.com>
58353
58354         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
58355         that generates jm-glibc-io.m4 so that it doesn't trigger any make
58356         distcheck failure.
58357
58358 2001-07-02  Jim Meyering  <meyering@lucent.com>
58359
58360         The following changes were prompted by suggestions from Bruno Haible.
58361
58362         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
58363         is now generated.
58364         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
58365         definition of EXTRA_DIST.
58366         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
58367         ensure that the generated file is created/updated whenever the list
58368         of $(unlocked_functions) is changed.
58369         (jm-glibc-io.m4): New rule.
58370         (unlocked-io.h): New rule -- currently unused.
58371
58372 2001-06-24  Jim Meyering  <meyering@lucent.com>
58373
58374         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58375         unmatched right bracket, rather than kludging it with an extra,
58376         falsely-matching quote in a comment.  Patch by Akim Demaille.
58377
58378 2001-06-11  Jim Meyering  <meyering@lucent.com>
58379
58380         * lib/regex.c: Update from GNU libc.
58381
58382 2001-05-27  Jim Meyering  <meyering@lucent.com>
58383
58384         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
58385         Check for ut_type in struct utmp.
58386
58387 2001-05-27  Jim Meyering  <meyering@lucent.com>
58388
58389         * lib/readutmp.h (UT_TYPE): Define.
58390
58391 2001-05-24  Jim Meyering  <meyering@lucent.com>
58392
58393         * lib/argmatch.c: Include "quote.h".
58394         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
58395         quote function.  Reported by Göran Uddeborg.
58396
58397 2001-05-22  Jim Meyering  <meyering@lucent.com>
58398
58399         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
58400         now that we use the package-supplied version unconditionally.
58401         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
58402
58403 2001-05-21  Jim Meyering  <meyering@lucent.com>
58404
58405         * m4/regex.m4: Change a couple backticks to single quotes to avoid
58406         shell syntax errors.
58407
58408 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58409
58410         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
58411
58412 2001-05-20  Paul Eggert  <eggert@twinsun.com>
58413
58414         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
58415         Don't bother to check library strftime, since
58416         we'll be using our own my_strftime function anyway.
58417         Define my_strftime instead of strftime.
58418
58419 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
58420
58421         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
58422         which is not yet declared.
58423
58424 2001-05-15  Jim Meyering  <meyering@lucent.com>
58425
58426         * m4/regex.m4: Use proper quoting so brackets appear in the test
58427         program.
58428         Reported by, and with help from, Bruno Haible.
58429
58430 2001-05-13  Jim Meyering  <meyering@lucent.com>
58431
58432         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
58433         undefined.
58434
58435 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58436
58437         dirname code cleanup.  base_name now behaves more compatibly
58438         with POSIX basename when given file names that have trailing
58439         slashes, and similarly for dir_name.  Add new primitives
58440         base_len and dir_len.  Put the directory-name-related decls
58441         into dirname.h.
58442
58443         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
58444         * lib/backupfile.c (base_name): Likewise.
58445         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
58446         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
58447         * lib/makepath.c (strip_trailing_slashes): Likewise.
58448         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
58449         ISSLASH): Likewise.
58450         * lib/rename.c (strip_trailing_slashes): Likewise.
58451         * lib/same.c (base_name): Likewise.
58452         * lib/stripslash.c (ISSLASH): Likewise.
58453
58454         * lib/addext.c: Include <dirname.h> after size_t is defined.
58455         * lib/backupfile.c: Likewise.
58456
58457         * lib/addext.c (addext): Use base_len to trim redundant
58458         trailing slashes instead of doing it ourselves.
58459         But do not trim the last slash if it is not redundant.
58460
58461         * lib/backupfile.c (find_backup_file_name,
58462         max_backup_version): Use base_len instead of rolling it ourselves.
58463         Handle the case of "" and (on DOS) "C:" correctly.
58464
58465         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
58466         needed. Include <string.h>, <dirname.h>.
58467         (base_name): Allow file names ending in slashes, other than names
58468         that are all slashes.  In this case, return the basename followed
58469         by the slashes.  This is more general, and can be used in places
58470         where the original base_name purposely had an assertion failure.
58471         (base_len): New function.
58472
58473         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
58474         Do not include <assert.h>; no longer needed.
58475         Include xalloc.h.
58476         (memrchr): Remove decl.
58477         (dir_name_r): Remove.
58478         (dir_len): Renamed from dirlen.  All callers changed.
58479         Rewrite in terms of base_name, for simplicity and consistency.
58480         (dir_name): Never return NULL.  All callers changed.
58481         Do not include <stdlib.h> in test program; no longer needed.
58482         return 0; is fine for test program.
58483
58484         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
58485         New macros.
58486         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
58487
58488         * lib/path-concat.c (path_concat): Use base_len to compute
58489         base length, not strlen; this means we cannot rely on memcpy
58490         to null-terminate.
58491
58492         * lib/same.c (STREQ): Remove.
58493         (same_name): Handle the case where the basename ends in trailing '/'.
58494
58495         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
58496         a slash was stripped.  Do not strip the last slash after a
58497         file system prefix.
58498
58499 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58500
58501         * lib/Makefile.am (libfetish_a_SOURCES):
58502         Add strftime.c, since we now compile it on all hosts.
58503
58504         * lib/strftime.c (my_strftime):
58505         Define to nstrftime if emacs, but only if my_strftime is not defined.
58506         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
58507         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
58508         Add one more extra argument: a nanoseconds value.
58509         All uses changed.
58510         (ns): New macro.
58511         (my_strftime function): Add %N format.
58512         (emacs_strftimeu): Renamed from emacs_strftime,
58513         with extra ut argument.
58514
58515 2001-05-09  Paul Eggert  <eggert@twinsun.com>
58516
58517         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
58518
58519 2001-04-21  Jim Meyering  <meyering@lucent.com>
58520
58521         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
58522         doesn't interfere.
58523
58524 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58525
58526         * m4/ftruncate.m4: Check for chsize.
58527         Link with ftruncate.o unconditionally if ftruncate is missing.
58528         This was required when cross-compiling to i586-mingw32msvc.
58529
58530 2001-04-08  Jim Meyering  <meyering@lucent.com>
58531
58532         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58533         recomputed; that's necessary when the offset spans a DST transition.
58534         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58535
58536 2001-04-02  Jim Meyering  <meyering@lucent.com>
58537
58538         * lib/regex.h, regex.c: Update from GNU libc.
58539
58540 2001-03-24  Jim Meyering  <meyering@lucent.com>
58541
58542         * m4/jm-macros.m4: Require autoconf-2.49d.
58543
58544 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58545
58546         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58547
58548 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58549
58550         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58551
58552 2001-03-17  Jim Meyering  <meyering@lucent.com>
58553
58554         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58555         now that the version in autoconf is equivalent.
58556         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58557
58558         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58559         Suggestion from Akim Demaille.
58560
58561         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58562         (jm_PREREQ_TEMPNAME): New function.
58563
58564 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58565
58566         * lib/tempname.c (uint64_t): Define to uintmax_t if
58567         not defined, and if UINT64_MAX is not defined.
58568         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58569         Reported by John David Anglin.
58570
58571 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58572
58573         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58574         resolve alias if codeset is empty.
58575         * lib/config.charset (BeOS): Use wildcard syntax.
58576
58577 2001-03-13  Jim Meyering  <meyering@lucent.com>
58578
58579         * lib/path-concat.c (path_concat)
58580         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58581         concatenating e.g., `C:' and `foo'.
58582         From Bruno Haible.
58583
58584 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58585
58586         * lib/localcharset.c (locale_charset): Don't use
58587         setlocale(LC_CTYPE,NULL). Don't return NULL.
58588         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58589
58590 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58591
58592         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58593         support for DOS/DJGPP.
58594
58595 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58596
58597         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58598         lacks mkstemp.  Compile our own tempname.c if we compile our own
58599         mkstemp.c, as mkstemp relies on tempname.
58600
58601 2001-03-01  Jim Meyering  <meyering@lucent.com>
58602
58603         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58604         AH_VERBATIM really does output its argument verbatim.
58605
58606 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58607
58608         * lib/Makefile.am (libfetish_a_SOURCES):
58609         Add dup-safer.c, fopen-safer.c.
58610         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58611
58612         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58613         * lib/unistd-safer.h: New files.
58614
58615 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58616
58617         The mkstemp replacement is taken from glibc 2.2.2, with some
58618         portability fixes for use outside glibc, as follows:
58619
58620         * lib/tempname.c (struct_stat64): New macro.
58621         (direxists, __gen_tempname): Use it.
58622         This avoids a portability problem with Solaris 8.
58623
58624         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58625         (<stddef.h>, <stdint.h>, <string.h>):
58626         Include only if STDC_HEADERS || _LIBC.
58627         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58628         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58629         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58630         (__set_errno): Define this macro if <errno.h> doesn't.
58631         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58632         Define these macros if <stdio.h> doesn't.
58633         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58634         Define these macros if <sys/stat.h>
58635         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58636         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58637         __xstat64): Define if not _LIBC.
58638         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58639         (__gen_tempname): Invoke gettimeofday only if
58640         HAVE_GETTIMEOFDAY || _LIBC;
58641         otherwise, fall back on plain "time".
58642         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58643
58644         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58645
58646         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58647
58648 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58649
58650         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58651
58652 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58653
58654         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58655         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58656         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58657         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58658
58659 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58660
58661         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58662         Remove workaround macros for hosts that have mbrtowc but not
58663         mbstate_t, as we now insist on proper declarations for both
58664         before using mbrtowc.
58665
58666 2001-02-17  Jim Meyering  <meyering@lucent.com>
58667
58668         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58669         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58670         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58671         UnixWare 7.1.1.
58672
58673         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
58674         rather than AC_CACHE_VAL.
58675
58676 2001-02-17  Jim Meyering  <meyering@lucent.com>
58677
58678         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
58679         around included file name.
58680
58681         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
58682
58683         * lib/strftime.c: Update from GNU libc (the only changes were to
58684         comments).
58685
58686 2001-02-17  Jim Meyering  <meyering@lucent.com>
58687
58688         * lib/regex.c: Update from libc.
58689
58690 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
58691
58692         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
58693         clash.
58694
58695 2001-02-16  Paul Eggert  <eggert@twinsun.com>
58696
58697         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
58698         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
58699         Reported by Mark Hounschell via Paul Eggert.
58700
58701 2001-02-07  Jim Meyering  <meyering@lucent.com>
58702
58703         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
58704
58705 2001-02-05  Jim Meyering  <meyering@lucent.com>
58706
58707         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
58708         it includes the patch required for `large file' support with at least
58709         HP-UX's 10.20 /bin/cc.
58710
58711 2001-02-03  Jim Meyering  <meyering@lucent.com>
58712
58713         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
58714         AS_IF, now that it works once again (mysteriously).
58715         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58716
58717 2001-01-30  Jim Meyering  <meyering@lucent.com>
58718
58719         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
58720         * m4/chown.m4: Rename conftestchown to conftest.chown.
58721         * m4/rename.m4: s/conftestdir/conftest.d1/ and
58722         s/conftestdir2/conftest.d2/.
58723         * m4/utimes.m4: s/conftestdata/conftest.data/
58724         Inspired by Pavel Roskin's change in autoconf.
58725
58726 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
58727
58728         * lib/config.charset: Update for FreeBSD 4.2.
58729
58730 2001-01-27  Jim Meyering  <meyering@lucent.com>
58731
58732         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
58733         a use of AS_IF.
58734         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58735
58736 2001-01-26  Jim Meyering  <meyering@lucent.com>
58737
58738         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
58739         quotearg.c includes it.
58740
58741 2001-01-26  Jim Meyering  <meyering@lucent.com>
58742
58743         * lib/quotearg.c: Include stddef.h.
58744         * lib/quote.c: Include stddef.h.
58745         Reported by Axel Kittenberger.
58746
58747         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
58748         line in double quotes so that it evokes a better diagnostic.
58749         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
58750         Reported by Axel Kittenberger.
58751
58752 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
58753
58754         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
58755         as if it was a `charset'.
58756
58757 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58758
58759         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
58760         has const.
58761
58762 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58763
58764         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
58765         to avoid a warning.  Add back 'const' to inptr.
58766
58767 2001-01-20  Jim Meyering  <meyering@lucent.com>
58768
58769         Be sure that headers are checked before used in code compiled
58770         for the type checks.
58771         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
58772         In place of that, invoke jm_CHECK_ALL_TYPES.
58773         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
58774         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
58775         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
58776         The check for ssize_t was mistakenly run before the test for unistd.h.
58777
58778         The configure-time check for stdbool.h was missing.
58779         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
58780         (jm_PREREQ_HASH): New function.
58781
58782 2001-01-17  Jim Meyering  <meyering@lucent.com>
58783
58784         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
58785         for autoconf-2.49c.
58786         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
58787
58788 2001-01-16  Jim Meyering  <meyering@lucent.com>
58789
58790         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
58791         From Bruno Haible.
58792
58793 2001-01-14  Jim Meyering  <meyering@lucent.com>
58794
58795         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
58796         foo and bar.  Create conftestdir/ in the script, not in the C code.
58797         Remove directories in the script, not in the C code.
58798         Remove conftestdir{,2} before trying to create the directory.
58799         Make the entire configure script fail if the mkdir fails.
58800
58801 2001-01-14  Jim Meyering  <meyering@lucent.com>
58802
58803         * lib/rename.c: New file.  From Volker Borchert.
58804         Include stdlib.h, string.h or strings.h, and xalloc.h.
58805         Use strip_trailing_slashes rather than open-coding it.
58806
58807 2001-01-03  Paul Eggert  <eggert@twinsun.com>
58808
58809         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
58810
58811 2001-01-03  Jim Meyering  <meyering@lucent.com>
58812
58813         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
58814         of local `inptr' to avoid warning with some system declarations of
58815         iconv.
58816
58817 2001-01-02  Volker Borchert  <bt@teknon.de>
58818
58819         * m4/rename.m4: New file.
58820         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
58821
58822 2001-01-01  Jim Meyering  <meyering@lucent.com>
58823
58824         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
58825         even on systems with utmpx.h.  It's necessary for the declaration of
58826         utmp's ut_user member.  Reported by Andreas Jaeger.
58827
58828         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
58829         available. They are required for the declarations of getgrgid and
58830         getpwuid resp.
58831         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
58832         Reported by Andreas Jaeger.
58833
58834 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
58835
58836         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
58837         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
58838         so `make install' also works in VPATH builds.
58839
58840 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
58841
58842         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
58843         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
58844         can be used in subdirectories.
58845
58846 2000-12-29  Paul Eggert  <eggert@twinsun.com>
58847
58848         * lib/modechange.c: Do not assume that mode_t uses the
58849         traditional octal encoding.  E.g. "chmod 1 FOO" should set
58850         the other-execute bit of FOO even if S_IXOTH != 1.
58851
58852         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
58853         WOTH, XOTH, ALLM): New macros.
58854         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
58855          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
58856         Use them.
58857         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
58858         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
58859         (mode_compile):
58860         No need to use uintmax_t; unsigned long is long enough.
58861         Don't bother to get suffix since we don't use it.
58862
58863 2000-12-26  Jim Meyering  <meyering@lucent.com>
58864
58865         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
58866         better with autoheader.
58867
58868 2000-12-24  Jim Meyering  <meyering@lucent.com>
58869
58870         * lib/hash.c (is_prime): Return explicit boolean values.
58871         (hash_get_first): Return NULL to appease Irix5.6's 89.
58872         Reported by Nelson Beebe.
58873
58874 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
58875
58876         * lib/localcharset.c (locale_charset): Add support for Win32.
58877
58878 2000-12-18  Paul Eggert  <eggert@twinsun.com>
58879
58880         * lib/physmem.h, lib/physmem.c: New files.
58881
58882         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
58883         (noinst_HEADERS): Add physmem.h.
58884
58885         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
58886         't' for compatibility with Solaris 8 sort.
58887
58888 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
58889
58890         * lib/config.charset: Add support for BeOS.
58891
58892 2000-12-17  Jim Meyering  <meyering@lucent.com>
58893
58894         * m4/dos.m4 (jm_AC_DOS): New file and macro.
58895         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
58896
58897 2000-12-16  Jim Meyering  <meyering@lucent.com>
58898
58899         This bug had a serious impact on chown: `chown N:M FILE' (for integer
58900         N and M) would have treated it like `chown N:N FILE'.
58901
58902         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
58903
58904 2000-12-16  Jim Meyering  <meyering@lucent.com>
58905
58906         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
58907         SHELLS_FILE to a file name that's useful on djgpp systems.
58908         Include stdlib.h.
58909         (ADDITIONAL_DEFAULT_SHELLS): Define.
58910         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
58911         Based mostly on a patch from Prashant TR.
58912
58913 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
58914
58915         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
58916         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
58917         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
58918
58919 2000-12-08  Andreas Schwab  <schwab@suse.de>
58920
58921         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
58922         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
58923
58924 2000-12-07  Jim Meyering  <meyering@lucent.com>
58925
58926         * lib/stripslash.c (ISSLASH): Define.
58927         (strip_trailing_slashes): Use ISSLASH rather than comparing against
58928         `/'.
58929         From Prashant TR.
58930
58931         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
58932         (dir_name_r): Declare this function as static.
58933         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
58934         manifest itself on a name containing a mix of slashes and
58935         backslashes.
58936         Make this function work with names starting with a DOS-style
58937         drive letter and colon prefix.
58938         (dir_name): Append `.' if necessary.
58939         Based mostly on patches from Prashant TR and Eli Zaretskii.
58940
58941         * lib/dirname.h (dir_name_r): Remove prototype.
58942
58943 2000-12-06  Paul Eggert  <eggert@twinsun.com>
58944
58945         * m4/off_t-format.m4: Remove this file.
58946         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
58947
58948 2000-12-06  Jim Meyering  <meyering@lucent.com>
58949
58950         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
58951         replacement strtoull, we may well need the replacement strtoul, too.
58952         Check for declarations of strtoul and strtoull.
58953         Check for strtol.  Mainly as a cue to cause automake to include
58954         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
58955         Check for limits.h -- strtol.c needs it.
58956
58957 2000-12-05  Jim Meyering  <meyering@lucent.com>
58958
58959         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
58960
58961 2000-12-04  Jim Meyering  <meyering@lucent.com>
58962
58963         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
58964         Also include memory.h, stdlib.h, unistd.h if appropriate.
58965         Reported by Andreas Jaeger (conflicting declaration of malloc).
58966
58967 2000-12-02  Jim Meyering  <meyering@lucent.com>
58968
58969         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
58970         * m4/jm-macros.m4 (jm_MACROS): require it.
58971
58972 2000-12-02  Jim Meyering  <meyering@lucent.com>
58973
58974         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
58975
58976 2000-12-01  Paul Eggert  <eggert@twinsun.com>
58977
58978         * lib/memrchr.c: Include <config.h> before any system include file.
58979
58980 2000-11-30  Jim Meyering  <meyering@lucent.com>
58981
58982         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
58983
58984 2000-11-30  Jim Meyering  <meyering@lucent.com>
58985
58986         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
58987
58988 2000-11-29  Paul Eggert  <eggert@twinsun.com>
58989
58990         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
58991
58992 2000-11-26  Jim Meyering  <meyering@lucent.com>
58993
58994         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
58995
58996 2000-11-22  Paul Eggert  <eggert@twinsun.com>
58997
58998         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
58999         size of (size_t) -1; it's not portable.
59000
59001 2000-11-17  Jim Meyering  <meyering@lucent.com>
59002
59003         * lib/strstr.c: Update from GNU libc.
59004
59005 2000-11-17  Akim Demaille  <akim@epita.fr>
59006
59007         * lib/obstack.h: Formatting changes.
59008         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
59009         prevent type checking.
59010         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
59011         cast the value to (void *): assigning a `foo *' to a `void *'
59012         variable is valid.
59013         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
59014
59015 2000-11-16  Jim Meyering  <meyering@lucent.com>
59016
59017         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
59018
59019 2000-11-11  Jim Meyering  <meyering@lucent.com>
59020
59021         * lib/error.c: Add a couple #includes, merging from GNU libc version.
59022
59023 2000-11-10  Jim Meyering  <meyering@lucent.com>
59024
59025         * lib/obstack.h: Update from GNU libc.
59026         * lib/obstack.c: Likewise.
59027
59028 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
59029
59030         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
59031
59032 2000-11-06  Paul Eggert  <eggert@twinsun.com>
59033
59034         * lib/getusershell.c (setusershell): Use rewind rather than
59035         fseek/fseeko, to avoid configuration hassles with fseeko.
59036         Don't bother opening SHELLS_FILE if shellstream is NULL;
59037         it's not necessary.
59038
59039 2000-11-05  Jim Meyering  <meyering@lucent.com>
59040
59041         * lib/makepath.h (make_dir): Declare.
59042         * lib/makepath.c (make_dir): Remove `static' attribute.
59043         Tweak a comment.
59044
59045 2000-11-04  Jim Meyering  <meyering@lucent.com>
59046
59047         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
59048
59049 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
59050
59051         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
59052         last one in a bucket, advance to the next bucket.
59053
59054 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
59055
59056         * lib/fnmatch.c: Do not comment out all the code if we are using
59057         the GNU C library, because in some cases we are replacing buggy
59058         code in the GNU C library itself.
59059
59060 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
59061
59062         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
59063         (regex_compile): Catch bogus \(\1\).
59064
59065 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59066
59067         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
59068         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
59069         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
59070
59071 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59072
59073         * lib/error.h, getline.h, modechange.h:
59074         Remove "2000" from Copyright line, as the file hasn't been
59075         changed this year other than in the copyright notice.
59076
59077         * lib/xalloc.h: Add "2000" to Copyright line, as this file
59078         was changed this year.
59079
59080 2000-10-29  Jim Meyering  <meyering@lucent.com>
59081
59082         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
59083         renaming.
59084         * m4/ls-mntd-fs.m4: Likewise
59085
59086 2000-10-29  Jim Meyering  <meyering@lucent.com>
59087
59088         * lib/xstat.in: Fix grammar in comment.
59089
59090 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
59091
59092         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
59093         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
59094         doesn't define __restrict_arr.
59095
59096 2000-10-28  Jim Meyering  <meyering@lucent.com>
59097
59098         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
59099         (jm_PREREQ_MEMCHR): New function.
59100
59101 2000-10-28  Jim Meyering  <meyering@lucent.com>
59102
59103         * lib/memchr.c: Update from libc.
59104         Adjust for portability:
59105         [HAVE_STDLIB_H]: Include stdlib.h.
59106         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
59107         Undef __memchr, too.
59108         [!weak_alias]: Define __memchr to memchr.
59109
59110         * lib/regex.c: Update from libc.
59111         * lib/regex.h: Likewise.
59112         * lib/getopt1.c: Likewise.
59113         * lib/memcmp.c: Likewise.
59114
59115         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
59116         Avoid using fseek, when possible -- it's broken by design.
59117         Patch by Ulrich Drepper.
59118
59119 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
59120
59121         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
59122         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
59123         Giving in to popular pressure to shut up the compiler with casts.
59124
59125 2000-10-26  Jim Meyering  <meyering@lucent.com>
59126
59127         * lib/strftime.c: Update from libc.
59128
59129 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
59130
59131         * regex.c: More `unsigned char' -> `re_char' changes.
59132         Also change several `int' into `re_wchar_t'.
59133         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
59134         (PUSH_FAILURE_POINTER): Don't cast any more.
59135         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
59136         We want GCC to complain, since this piece of code makes
59137         re_match non-reentrant, which *should* be fixed.
59138         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
59139         (EXTEND_BUFFER): Use RETALLOC.
59140         (SET_LIST_BIT): Don't cast.
59141         (re_wchar_t): New type.
59142         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
59143         that those two functions will always properly return.
59144         (IMMEDIATE_QUIT_CHECK): Cast to void.
59145         (analyse_first): Use recursion rather than an explicit stack.
59146         (re_compile_fastmap): Can't fail anymore.
59147         (re_search_2): Don't check re_compile_fastmap for failure.
59148         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
59149         Now also sets the new value (passed in a new argument).
59150         (re_match_2_internal): Use it.
59151         Also, use a new var `reg' of type size_t when looping through regs
59152         rather than reuse the inappropriate `mcnt'.
59153
59154 2000-10-25  Jim Meyering  <meyering@lucent.com>
59155
59156         * lib/obstack.c: Update from libc.
59157
59158 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
59159
59160         * regex.c (regex_compile): Change the way of handling a range from
59161         a char less than 256 to a char not less than 256.
59162
59163 2000-10-24  Andrew Innes  <andrewi@gnu.org>
59164
59165         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
59166         NT-Emacs only.
59167         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
59168         so that re_search functions only quit when callers expect them to.
59169
59170 2000-10-23  Jim Meyering  <meyering@lucent.com>
59171
59172         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
59173         wrong.  That set_locale call must not have any side effects.
59174         From Paul Eggert.
59175
59176 2000-10-22  Jim Meyering  <meyering@lucent.com>
59177
59178         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
59179         [CYCLIC]: Remove now-unused definition.
59180
59181         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
59182         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
59183         Suggestion from Ulrich Drepper.
59184
59185 2000-10-21  Jim Meyering  <meyering@lucent.com>
59186
59187         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
59188         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
59189         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
59190
59191 2000-10-21  Jim Meyering  <meyering@lucent.com>
59192
59193         * lib/dirname.c (memrchr): Declare if necessary.
59194         (dir_name): Remove the restriction that there be no
59195         trailing slashes.  Now, this code skips past them, effectively
59196         ignoring them.
59197         [TEST_DIRNAME] (main): New unit tests.
59198
59199         * lib/memrchr.c: New file from GNU libc.
59200         Undef __memrchr, too.
59201         [!weak_alias]: Define __memrchr to memrchr.
59202         Guard weak_alias use with `#ifdef weak_alias'.
59203
59204 2000-10-21  Jim Meyering  <meyering@lucent.com>
59205
59206         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
59207         (dir_name): Use dir_name_r.
59208         * lib/dirname.h (dir_name_r): Declare it.
59209
59210 2000-10-17  Jim Meyering  <meyering@lucent.com>
59211
59212         * lib/quote.h (PARAMS): Define and use.
59213         Reported by Akim Demaille.
59214
59215         * lib/getopt.c: Update from libc.
59216
59217 2000-10-16  Jim Meyering  <meyering@lucent.com>
59218
59219         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
59220         setlocale.
59221         From Jan Fedak.
59222
59223 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
59224
59225         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
59226
59227 2000-09-25  Jim Meyering  <meyering@lucent.com>
59228
59229         * lib/md5.h (rol): Define (from GnuPG).
59230
59231         * lib/sha.c: Give credit (GnuPG) where due.
59232         (M): Use rol rather than open-coding it.
59233         Add a FIXME comment.
59234
59235 2000-09-21  Jim Meyering  <meyering@lucent.com>
59236
59237         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
59238         Reported by Michael Stone.
59239
59240 2000-09-20  Jim Meyering  <meyering@lucent.com>
59241
59242         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
59243         (noinst_HEADERS): Add sha.h.
59244         Based on code from Scott G. Miller and from GnuPG.
59245
59246 2000-09-18  Jim Meyering  <meyering@lucent.com>
59247
59248         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
59249         LIBS. Otherwise, everyone ends up linking with -lelf for some
59250         configurations.
59251         Reported by Mike Stone.
59252
59253 2000-09-15  Jim Meyering  <meyering@lucent.com>
59254
59255         * lib/regex.c: Update from libc.
59256
59257 2000-09-10  Jim Meyering  <meyering@lucent.com>
59258
59259         * lib/getopt.c (_getopt_internal): Update from glibc.
59260
59261 2000-09-09  Jim Meyering  <meyering@lucent.com>
59262
59263         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
59264         think it should be used as a general replacement for isascii.
59265         * lib/fnmatch.c: Likewise.
59266         * lib/mbswidth.c: Likewise
59267         * lib/regex.c: Likewise.
59268
59269         Don't use atoi.
59270         * lib/userspec.c: Include sys/param.h and limits.h.
59271         Include xstrtol.h.
59272         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59273         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
59274         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
59275         UID, GID.  Check range.
59276
59277 2000-09-06  Jim Meyering  <meyering@lucent.com>
59278
59279         * lib/getopt.c (_getopt_internal): Update from glibc.
59280
59281 2000-08-30  Jim Meyering  <meyering@lucent.com>
59282
59283         * lib/strftime.c: Merge in changes from GNU libc.
59284
59285 2000-08-26  Jim Meyering  <meyering@lucent.com>
59286
59287         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
59288         * m4/fpending.m4: New file.
59289
59290 2000-08-26  Jim Meyering  <meyering@lucent.com>
59291
59292         * lib/closeout.c: Include "__fpending.h".
59293         (close_stdout_status): Return right away if there's nothing to flush.
59294
59295         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
59296         * lib/__fpending.c: New file.
59297         * lib/__fpending.h: New file.
59298
59299 2000-08-20  Jim Meyering  <meyering@lucent.com>
59300
59301         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
59302         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
59303         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
59304
59305 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
59306
59307         Improve fileutils installation on systems where running
59308         programs (like install) can't be unlinked.
59309         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
59310         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
59311
59312 2000-08-07  Paul Eggert  <eggert@twinsun.com>
59313
59314         Standardize on "memory exhausted" instead of "Memory exhausted"
59315         or "virtual memory exhausted".
59316         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
59317         "virtual memory exhausted".
59318         * lib/same.c (same_name): Invoke xalloc_die instead of printing
59319         our own message.
59320         * lib/userspec.c (parse_user_spec): Likewise.
59321         * lib/bumpalloc.h: comment fix
59322         * lib/same.c, userspec.c: Include xalloc.h.
59323
59324         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
59325         not char *const and pointing to a constant array.
59326         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
59327         (xrealloc): Comment fix.
59328
59329         * lib/userspec.c (parse_user_spec):
59330         Don't translate a message until just before returning,
59331         to avoid unnecessary translation.
59332
59333 2000-08-07  Jim Meyering  <meyering@lucent.com>
59334
59335         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
59336         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
59337         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
59338         getgroups.c, gethostname.c, getopt.h, group-member.c,
59339         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
59340         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
59341         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
59342         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
59343         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
59344         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
59345         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
59346         yesno.c: Back out Copyright date changes for each file with no change
59347         this year.  This eases coordination with other programs using the same
59348         source code modules.  From Paul Eggert.
59349
59350 2000-08-06  Paul Eggert  <eggert@twinsun.com>
59351
59352         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
59353         not char, for compatibility with glibc 2.1.3 strftime.c.
59354
59355 2000-08-03  Greg McGary  <greg@mcgary.org>
59356
59357         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
59358         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
59359         (EXTEND_BUFFER): Use them.
59360
59361 2000-08-01  Jim Meyering  <meyering@lucent.com>
59362
59363         * lib/dirname.c (ISSLASH): Define.
59364         (BACKSLASH_IS_PATH_SEPARATOR): Define.
59365         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
59366         both `\' and `/' may be use as path separators.
59367         Based on a patch from Prashant TR.
59368
59369 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59370
59371         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59372         slot vector a constant, since it might get modified.
59373
59374 2000-07-31  Jim Meyering  <meyering@lucent.com>
59375
59376         * lib/xmalloc.c: Use `virtual memory exhausted', not
59377         `Memory exhausted'.
59378         * lib/obstack.c (print_and_abort): Likewise.
59379
59380 2000-07-30  Paul Eggert  <eggert@twinsun.com>
59381
59382         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
59383         buffer, so that the caller can always quote one small
59384         component of a "memory exhausted" message in slot 0.
59385         From a suggestion by Jim Meyering.
59386
59387 2000-07-30  Jim Meyering  <meyering@lucent.com>
59388
59389         * lib/makepath.c (make_path): Quote the other instance, too.
59390
59391         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
59392         (STATIC_BUF_SIZE): Define.
59393         (quotearg_n_options): Use only statically allocated storage when
59394         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
59395         than STATIC_BUF_SIZE.
59396
59397 2000-07-29  Jim Meyering  <meyering@lucent.com>
59398
59399         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
59400         * lib/dirname.c (dir_name): Likewise.
59401
59402         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
59403         `/'.
59404
59405         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
59406         (dir_name): Assert that there are no trailing slashes.
59407
59408 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
59409
59410         * lib/mbswidth.h (mbswidth): Add a flags argument.
59411         (mbswidth): New declaration.
59412         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
59413         * lib/mbswidth.c (mbswidth): Add a flags argument.
59414         (mbsnwidth): New function.
59415
59416 2000-07-24  Jim Meyering  <meyering@lucent.com>
59417
59418         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
59419
59420 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59421
59422         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
59423
59424 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59425
59426         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
59427         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
59428         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
59429         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
59430         invoke multibyte primitives.
59431
59432 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59433
59434         * lib/quotearg.c:
59435         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
59436         so that mbstate_t is always defined.
59437
59438         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
59439         be 1 in at least one GCC installation, and this configuration
59440         error is likely to be common.  Ignoring MB_LEN_MAX hurts
59441         performance on hosts that have mbrtowc but have only unibyte
59442         locales, but I assume these hosts are rare.
59443
59444 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59445
59446         * lib/mbswidth.c (_XOPEN_SOURCE):
59447         Don't define; this causes problems on Solaris 7.
59448         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
59449
59450 2000-07-23  Jim Meyering  <meyering@lucent.com>
59451
59452         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
59453         too: getgrgid, getpwuid, getuid.
59454
59455 2000-07-23  Jim Meyering  <meyering@lucent.com>
59456
59457         * lib/basename.c (base_name): Add an assertion.
59458
59459 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
59460
59461         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
59462         shadow its mbsinit function.
59463
59464 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59465
59466         * lib/mbswidth.h: New file.
59467         * lib/mbswidth.c: New file.
59468         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
59469         (noinst_HEADERS): Add mbswidth.h.
59470
59471 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59472
59473         * lib/config.charset: Add support for FreeBSD. Improve support for
59474         HP-UX and IRIX 6.
59475
59476 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
59477
59478         * m4/mbswidth.m4: New file.
59479         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
59480
59481 2000-07-15  Jim Meyering  <meyering@lucent.com>
59482
59483         * lib/makepath.c: Include quote.h.
59484         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
59485         corresponding argument in a `quote (...)' call.
59486         Give better diagnostics.
59487
59488         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
59489         (noinst_HEADERS): Add quote.h.
59490
59491         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
59492         from tar's src/misc.c.
59493         * lib/quote.h: New file.  Prototypes for same.
59494
59495 2000-07-14  Paul Eggert  <eggert@twinsun.com>
59496
59497         From a suggestion by Bruno Haible.
59498         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
59499         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
59500         to decide whether to define the BeOS workaround macro;
59501         this adjusts to the change to AC_MBSTATE_T.
59502
59503 2000-07-14  Jim Meyering  <meyering@lucent.com>
59504
59505         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
59506         jm_AC_TYPE_UINTMAX_T.
59507
59508 2000-07-13  Paul Eggert  <eggert@twinsun.com>
59509
59510         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
59511
59512         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
59513         quotearg_buffer_restyled): Add support for
59514         clocale_quoting_style.  Undo previous change to
59515         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
59516         and "{RIGHT QUOTATION MARK}" msgids.
59517
59518 2000-07-10  Paul Eggert  <eggert@twinsun.com>
59519
59520         From a suggestion by Bruno Haible.
59521         * m4/mbstate_t.m4 (AC_MBSTATE_T):
59522         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
59523         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59524         and mbstate_t, to a single-part test that simply defines mbstate_t.
59525         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59526         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59527
59528 2000-07-10  Jim Meyering  <meyering@lucent.com>
59529
59530         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59531
59532         * m4/gnu-source.m4: Output to confdefs.h directly.
59533         Suggestion from Akim Demaille.
59534
59535 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59536
59537         The old behavior of quoting `like this' doesn't look good with
59538         newer, ISO-style fonts.  See:
59539         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59540
59541         Instead, quote "like this" by default.  Let the translator
59542         tailor the locale-specific quoting behavior by providing
59543         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59544
59545         * lib/quotearg.c (N_): New macro.
59546         (gettext_default): New function.
59547         (quotearg_buffer_restyled): Use
59548         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59549         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59550
59551 2000-07-09  Jim Meyering  <meyering@lucent.com>
59552
59553         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59554         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59555
59556         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59557         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59558
59559 2000-07-09  Jim Meyering  <meyering@lucent.com>
59560
59561         * lib/Most files: Update copyright dates to include 2000.
59562
59563 2000-07-08  Jim Meyering  <meyering@lucent.com>
59564
59565         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59566         if not defined.
59567         (xgethostname): Remove now-unnecessary #ifdef.
59568         Move declaration of `err' into loop where it's used.
59569
59570 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59571         and Bruno Haible  <haible@clisp.cons.org>
59572
59573         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59574         only if the test for an object-type mbstate_t fails.  This
59575         prevents us from mistakenly reporting that mbstate_t is a
59576         system object type after we "#define mbstate_t int" to work
59577         around its lack.
59578
59579 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59580         and Bruno Haible  <haible@clisp.cons.org>
59581
59582         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59583
59584 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59585
59586         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59587         to strerror_r.
59588         Include <ctype.h> for use of isalpha.
59589
59590 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59591
59592         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59593         by allocating a larger buffer. Test the gethostname return value for
59594         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59595         returns an error and ENAMETOOLONG isn't defined.
59596
59597 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59598
59599         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59600         dimension.
59601
59602 2000-07-04  Jim Meyering  <meyering@lucent.com>
59603
59604         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59605         of the deprecated AC_CHECKING.
59606
59607 2000-07-04  Jim Meyering  <meyering@lucent.com>
59608
59609         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59610         Reported by Bruno Haible.
59611
59612 2000-07-04  Jim Meyering  <meyering@lucent.com>
59613
59614         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59615         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59616         lacks mbrtowc.
59617
59618 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59619
59620         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59621         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59622
59623 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59624         and Bruno Haible  <haible@clisp.cons.org>
59625
59626         * lib/quotearg.c (mbrtowc):
59627         Assign to *pwc, and return 1 only if result is nonzero.
59628         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59629
59630 2000-07-03  Jim Meyering  <meyering@lucent.com>
59631
59632         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59633
59634 2000-07-03  Jim Meyering  <meyering@lucent.com>
59635
59636         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59637         This is necessary to get a definition of e.g., UTMP_FILE on
59638         HP-UX 10.20.
59639         From Bob Proulx.
59640
59641 2000-07-02  Jim Meyering  <meyering@lucent.com>
59642
59643         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59644
59645         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59646         AC_LIBOBJ(function_name).
59647         * m4/chown.m4: Likewise.
59648         * m4/fnmatch.m4: Likewise.
59649         * m4/ftruncate.m4: Likewise.
59650         * m4/getgroups.m4: Likewise.
59651         * m4/getline.m4: Likewise.
59652         * m4/group-member.m4: Likewise.
59653         * m4/jm-macros.m4: Likewise.
59654         * m4/lstat.m4: Likewise.
59655         * m4/malloc.m4: Likewise.
59656         * m4/memcmp.m4: Likewise.
59657         * m4/nanosleep.m4: Likewise.
59658         * m4/putenv.m4: Likewise.
59659         * m4/realloc.m4: Likewise.
59660         * m4/regex.m4: Likewise.
59661         * m4/stat.m4: Likewise.
59662         * m4/strftime.m4: Likewise.
59663
59664 2000-07-02  Jim Meyering  <meyering@lucent.com>
59665
59666         * lib/quotearg.c (mbstate_t): Don't define here.
59667
59668 2000-07-02  Jim Meyering  <meyering@lucent.com>
59669
59670         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59671
59672 2000-07-01  Jim Meyering  <meyering@lucent.com>
59673
59674         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
59675
59676 2000-07-01  Jim Meyering  <meyering@lucent.com>
59677
59678         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
59679         problem.
59680
59681 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59682
59683         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
59684         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
59685
59686 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59687
59688         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
59689         per change in ../m4/ls-mntd-fs.m4.
59690         (read_filesystem_list): Ignore symbolic links.
59691
59692 2000-06-29  Jim Meyering  <meyering@lucent.com>
59693
59694         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
59695         for declaration of strcmp.
59696
59697         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
59698
59699         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
59700         Avoid warning by casting result to `char *' to remove `const'.
59701
59702 2000-06-28  Jim Meyering  <meyering@lucent.com>
59703
59704         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
59705         included by quotearg.c, for which we perform this test.  From
59706         Bruno Haible.
59707
59708 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59709
59710         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
59711         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
59712         <utmpx.h> exists, put readutmp.o into LIBOBJS.
59713
59714 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59715
59716         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
59717
59718 2000-06-26  Paul Eggert  <eggert@twinsun.com>
59719
59720         savedir now sets errno on failure and invokes xmalloc to get memory.
59721         Fix a couple of other minor bugs while we're at it.
59722
59723         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
59724         (NAMLEN): Remove macro.
59725         (malloc, realloc): Remove decls.
59726         (stpcpy): Likewise.
59727         ("xalloc.h"): Include.
59728         (NAME_SIZE_DEFAULT): New macro.
59729         (savedir): Use xmalloc / xrealloc to allocate memory.
59730         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
59731         Skip "" directory entries.
59732         Use strlen to calculate directory entry length, since the old method
59733         is rarely used these days and isn't worth supporting.
59734         Don't use a pointer after freeing it.
59735         Check for integer overflow when calculating allocation size.
59736         Use memcpy to copy entries, instead of stpcpy.
59737         Set errno properly when returning NULL.
59738         Check for readdir error.
59739
59740 2000-06-26  Jim Meyering  <meyering@lucent.com>
59741
59742         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
59743
59744 2000-06-25  Jim Meyering  <meyering@lucent.com>
59745
59746         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
59747         Linux header bug when _XOPEN_SOURCE is defined to 500.
59748
59749 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59750
59751         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
59752         deficiency.
59753
59754 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59755
59756         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
59757         Include xalloc.h.
59758         Don't include <stdlib.h>.  Don't declare malloc, realloc.
59759
59760 2000-06-24  Jim Meyering  <meyering@lucent.com>
59761
59762         * m4/strerror_r.m4: Revive this file -- to try out an experimental
59763         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
59764         for which strerror does return char*, but which lacks a conveniently
59765         accessible declaration of the function.  If the compile-test says
59766         strerror_r doesn't work, then resort to a `run'-test that works on
59767         BeOS and segfaults on DEC Unix.
59768
59769 2000-06-24  Jim Meyering  <meyering@lucent.com>
59770
59771         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
59772
59773 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59774
59775         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
59776         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
59777
59778 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59779
59780         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
59781         (mbrtowc, mbstate_t): Define substitutes if
59782         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
59783         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
59784         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
59785
59786 2000-06-23  Jim Meyering  <meyering@lucent.com>
59787
59788         * m4/afs.m4: Add missing AC_MSG_RESULT.
59789         Reported by Bruno Haible.
59790
59791         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
59792         Suggestion from Bruno Haible.
59793
59794 2000-06-23  Jim Meyering  <meyering@lucent.com>
59795
59796         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
59797
59798 2000-06-21  Jim Meyering  <meyering@lucent.com>
59799
59800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
59801
59802 2000-06-21  Jim Meyering  <meyering@lucent.com>
59803
59804         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
59805         (noinst_HEADERS): Add getstr.h.
59806
59807         * lib/getline.c (getstr): Move into a separate file.
59808         * lib/getstr.c (getstr): New file, extracted from getline.c, with
59809         the following changes: new parameter, delim2; both delim[12]
59810         parameters have type `int', not `char'.  The latter would lose
59811         with 8-bit delimiters.
59812         * lib/getstr.h: New file.
59813
59814 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59815
59816         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
59817         than 1024, return a memory chunk of least possible size, instead
59818         of size PATH_MAX + 2. In the loop, increment the size proportionally.
59819         Use free/xmalloc instead of xrealloc to avoid copying for very long
59820         paths.
59821
59822 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59823
59824         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
59825         the empty string.
59826
59827 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59828
59829         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
59830         address, not strdup.  Include <stdlib.h> and don't declare free().
59831
59832 2000-06-19  Jim Meyering  <meyering@lucent.com>
59833
59834         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
59835
59836 2000-06-18  Jim Meyering  <meyering@lucent.com>
59837
59838         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
59839
59840         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
59841         `checking whether...' message to be consistent with that of the
59842         lstat test.
59843
59844 2000-06-18  Jim Meyering  <meyering@lucent.com>
59845
59846         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
59847         Besides, these days every porting target provides a mkdir function.
59848
59849         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
59850         needed. (this snippet comes from src/system.h).
59851
59852 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
59853
59854         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
59855
59856 2000-06-15  Paul Eggert  <eggert@twinsun.com>
59857
59858         * lib/human.c (adjust_value): New function.
59859         (human_readable_inexact): Apply rounding style even when
59860         printing approximate values.
59861
59862 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59863
59864         * lib/human.c (human_readable_inexact): Allow an input block
59865         size that is not a multiple of the output block size, and vice versa.
59866         Reported by Piergiorgio Sartor.
59867
59868 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59869
59870         * lib/getdate.y (get_date): Apply relative times after time
59871         zone indicator, not before.  Reported by Todd A. Jacobs.
59872
59873 2000-06-13  Jim Meyering  <meyering@lucent.com>
59874
59875         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
59876
59877         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
59878
59879 2000-06-12  Paul Eggert  <eggert@twinsun.com>
59880
59881         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
59882
59883 2000-06-12  Jim Meyering  <meyering@lucent.com>
59884
59885         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
59886         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
59887         optional argument.
59888         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
59889         the optional argument, `lib'.
59890
59891 2000-06-08  Jim Meyering  <meyering@lucent.com>
59892
59893         * m4/largefile.m4: Remove file (now that it's part of autoconf).
59894
59895 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59896
59897         Rewrite largefile configuration so that we don't need to run
59898         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
59899         AC_CANONICAL_HOST in configure.in -- jmm]
59900
59901         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
59902         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
59903         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
59904         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
59905         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
59906         All uses changed.
59907         Instead of inspecting the output of getconf, try to compile the
59908         test program without and with the macro definition.
59909         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
59910         for getconf.  Instead, check for the needed flags by compiling
59911         test programs.
59912
59913 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59914
59915         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
59916
59917 2000-06-04  Jim Meyering  <meyering@lucent.com>
59918
59919         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
59920         SunOS 4.1.4 for which gid_t is an unsigned type.
59921
59922 2000-06-03  Jim Meyering  <meyering@lucent.com>
59923
59924         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
59925         now that autoconf requires that.
59926
59927         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
59928         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
59929         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
59930
59931 2000-06-03  Jim Meyering  <meyering@lucent.com>
59932
59933         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
59934
59935 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59936
59937         * m4/glibc21.m4: New file.
59938         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
59939
59940 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59941
59942         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
59943         newer, don't install charset.alias.
59944         * lib/config.charset: Change the Linux/glibc rules so they become empty
59945         on glibc-2.1 or newer.
59946
59947 2000-06-02  Jim Meyering  <meyering@lucent.com>
59948
59949         * lib/mountlist.c: Back out last change.  Instead, do this...
59950         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
59951         me_dummy member using the same `ignore'-testing code.
59952         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
59953         fs_type strings.
59954         From Mark D. Roth.
59955
59956 2000-05-29  Jim Meyering  <meyering@lucent.com>
59957
59958         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
59959         mounts with the `ignore' attribute.  Based on a patch from
59960         Mark D. Roth.
59961
59962 2000-05-28  Jim Meyering  <meyering@lucent.com>
59963
59964         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
59965         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59966         * m4/stat.m4: Likewise.
59967         * m4/lstat.m4: Likewise.
59968         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
59969
59970         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
59971         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
59972
59973 2000-05-26  Jim Meyering  <meyering@lucent.com>
59974
59975         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
59976
59977 2000-05-24  Jim Meyering  <meyering@lucent.com>
59978
59979         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
59980         autoconf requires that.
59981         * m4/lib-check.m4: Likewise.
59982         * m4/jm-macros.m4: Likewise.
59983         * m4/strftime.m4: Likewise.
59984
59985         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
59986         AC_CHECK_DECLS, now that autoconf requires that.
59987
59988 2000-05-22  Jim Meyering  <meyering@lucent.com>
59989
59990         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59991         * m4/lstat.m4: Likewise.
59992
59993 2000-05-22  Jim Meyering  <meyering@lucent.com>
59994
59995         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
59996
59997 2000-05-20  Jim Meyering  <meyering@lucent.com>
59998
59999         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
60000         (jm_PREREQ): Use it.
60001
60002 2000-05-18  Jim Meyering  <meyering@lucent.com>
60003
60004         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
60005         back, too, since it may have been modified by allocate_entry.
60006         (hash_delete): Rewrite to use neither the assignment operator
60007         nor the comma operator in an if-expression.
60008
60009 2000-05-15  Paul Eggert  <eggert@twinsun.com>
60010
60011         * lib/closeout.c:
60012         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
60013         Remove; no longer needed.
60014         "quotearg.h": Add include.
60015         (file_name): Do not bother to explicitly initialize to NULL; it's less
60016         efficient on some hosts.
60017         (close_stdout_status): Remove test as to whether stdout was already
60018         closed; it breaks for the case "echo x | sort >&-".
60019         Quote file name colons.
60020         Do not assume that _("write error") lacks format strings.
60021
60022 2000-05-15  Jim Meyering  <meyering@lucent.com>
60023
60024         * lib/version-etc.c (version_etc_copyright): Update the copyright
60025         string used in all --version output.
60026
60027 2000-05-14  Jim Meyering  <meyering@lucent.com>
60028
60029         * lib/closeout.c (close_stdout_set_file_name): New function.
60030         (close_stdout_status): Use new file-scoped global.
60031         Return right away if fstat says the stdout file descriptor is invalid.
60032         * lib/closeout.h (close_stdout_set_file_name): Declare.
60033
60034 2000-05-10  Jim Meyering  <meyering@lucent.com>
60035
60036         * lib/closeout.c [default_exit_status]: New file-scoped variable.
60037         (close_stdout_set_status): New function.
60038         * lib/closeout.h (close_stdout_set_status): Declare.
60039
60040 2000-05-09  Jim Meyering  <meyering@lucent.com>
60041
60042         * m4/gettext.m4: Rename this...
60043         * m4/libintl.m4: ...to this.
60044
60045 2000-05-08  Jim Meyering  <meyering@lucent.com>
60046
60047         * lib/long-options.c: Don't include closeout.h.
60048         (parse_long_options): Don't call close_stdout for --version.
60049
60050 2000-05-06  Paul Eggert  <eggert@twinsun.com>
60051
60052         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
60053         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
60054         2.1.3 bug.  This avoids a clash when files like regex.c define
60055         _GNU_SOURCE.
60056
60057 2000-05-06  Jim Meyering  <meyering@lucent.com>
60058
60059         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
60060         (AC_REPLACE_FUNCS): Add strnlen.
60061
60062         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
60063         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
60064
60065         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
60066         AC_SEARCH_LIBS call for nanosleep.
60067         (LIB_NANOSLEEP): Set and AC_SUBST.
60068
60069 2000-05-06  Jim Meyering  <meyering@lucent.com>
60070
60071         * lib/strnlen.c: Undefine __strnlen and strnlen.
60072         [!weak_alias]: Define __strnlen to strnlen.
60073
60074         * lib/atexit.c: New file, from libiberty.
60075
60076 2000-05-06  Jim Meyering  <meyering@lucent.com>
60077
60078         * lib/closeout.c (close_stdout_status): Also check for errors on the
60079         stderr stream.
60080
60081 2000-05-05  Jim Meyering  <meyering@lucent.com>
60082
60083         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
60084         AC_SEARCH_LIBS call for clock_gettime.
60085         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
60086
60087         * m4/search-libs.m4: Update from autoconf.
60088
60089         su doesn't work on Solaris 2.6.
60090         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
60091         <shadow.h>.  Reported by Dragos Harabor.
60092
60093 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
60094
60095         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
60096         memcpy instead of xmalloc, xrealloc, path_concat.
60097         (locale_charset): Treat empty environment variables as absent.
60098         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
60099
60100 2000-05-04  Jim Meyering  <meyering@lucent.com>
60101
60102         * lib/getopt.c: Update from glibc.
60103         * lib/obstack.c: Likewise.
60104         * lib/obstack.h: Likewise.
60105         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
60106         file
60107
60108         * lib/regex.h: Likewise.
60109         * lib/strndup.c: Likewise.
60110         * lib/strnlen.c: New file, from glibc.
60111
60112 2000-05-03  Jim Meyering  <meyering@lucent.com>
60113
60114         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
60115
60116 2000-05-02  Paul Eggert  <eggert@twinsun.com>
60117
60118         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
60119         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
60120         compile-time test, rather than inspecting host and OS, to
60121         decide whether to define _LARGEFILE_SOURCE.
60122
60123 2000-05-01  Jim Meyering  <meyering@lucent.com>
60124
60125         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
60126
60127         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
60128         Based on a patch from Bruno Haible.
60129
60130 2000-05-01  Jim Meyering  <meyering@lucent.com>
60131
60132         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
60133
60134 2000-04-29  Jim Meyering  <meyering@lucent.com>
60135
60136         * lib/path-concat.c: Declare strdup only if it's not defined.
60137         * lib/canon-host.c: Likewise.
60138
60139 2000-04-28  Jim Meyering  <meyering@lucent.com>
60140
60141         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
60142         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
60143         is included first, then limits.h is included by locale.h by libintl.h.
60144         From John David Anglin.
60145
60146 2000-04-25  Jim Meyering  <meyering@lucent.com>
60147
60148         * lib/makepath.c (S_IRWXUGO): Define.
60149         (make_path): Always perform explicit chmod if MODE specifies any
60150         of the `special' permission bits.  Prompted by a bug report against
60151         install from Mate Wierdl and Joost van Baal.
60152
60153 2000-04-18  Jim Meyering  <meyering@lucent.com>
60154
60155         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
60156         (jm_PREREQ): Use it.
60157
60158 2000-04-18  Jim Meyering  <meyering@lucent.com>
60159
60160         * lib/README: New file.
60161
60162         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
60163         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
60164
60165 2000-04-17  Jim Meyering  <meyering@lucent.com>
60166
60167         Get it right :-)
60168         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
60169         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
60170         Suggestion from Akim Demaille.
60171
60172 2000-04-17  Jim Meyering  <meyering@lucent.com>
60173
60174         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
60175         the definition of it to rpl_strftime also defined-away the system's
60176         declaration.
60177
60178 2000-04-15  Jim Meyering  <meyering@lucent.com>
60179
60180         Use `C' to denote so-called `contiguous' files, the same way
60181         that tar does.
60182         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
60183         (ftypelet): Use S_ISCTG.
60184         From Michael Deutschmann.
60185
60186 2000-04-14  Jim Meyering  <meyering@lucent.com>
60187
60188         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
60189         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
60190         clobbered.
60191
60192 2000-04-14  Jim Meyering  <meyering@lucent.com>
60193
60194         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
60195
60196 2000-04-13  Jim Meyering  <meyering@lucent.com>
60197
60198         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
60199         AH_VERBATIM to insert required #ifndef into config.h.in.
60200         Suggestion from Akim Demaille.
60201
60202 2000-04-12  Jim Meyering  <meyering@lucent.com>
60203
60204         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
60205         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
60206         Christian Krackowizer.
60207
60208         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
60209         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
60210         (AC_SYS_LARGEFILE): Require.
60211         (AM_C_PROTOTYPES): Require.
60212
60213 2000-04-08  Jim Meyering  <meyering@lucent.com>
60214
60215         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
60216         names don't conflict.  Reported by Eli Zaretskii.
60217
60218 2000-04-07  Jim Meyering  <meyering@lucent.com>
60219
60220         * lib/putenv.c: Move inclusion of errno.h so it follows that of
60221         sys/types.h, to work around system header problems on AIX 3.2.5.
60222         From Bruno Haible.
60223
60224 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
60225
60226         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
60227         bug.  Deal with the different error behavior of Irix iconv.
60228
60229 2000-04-05  Paul Eggert  <eggert@twinsun.com>
60230
60231         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
60232         IRIX if the installer said otherwise.
60233
60234 2000-04-05  Jim Meyering  <meyering@lucent.com>
60235
60236         Portability tweaks required for ultrix4.3.
60237         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
60238         (jm_CHECK_DECLS): Add getutent to the list of functions.
60239         (_jm_DECL_HEADERS): Add utmpx.h.
60240         From John David Anglin.
60241
60242         * m4/strftime.m4: Back out the 2000-04-02 change.
60243         Instead of that change, simply undefine putenv in the test program.
60244
60245 2000-04-05  Jim Meyering  <meyering@lucent.com>
60246
60247         Portability tweaks required for ultrix4.3.
60248         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
60249         getutent.
60250         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
60251         * lib/canon-host.c: Declare strdup.
60252         * lib/path-concat.c: Likewise.
60253         From John David Anglin.
60254
60255 2000-04-04  Jim Meyering  <meyering@lucent.com>
60256
60257         Be more DOS 8.3-friendly.
60258         * lib/ref-add.sin: Renamed from ref-add.sed.in.
60259         * lib/ref-del.sin: Renamed from ref-del.sed.in.
60260         * lib/Makefile.am: Reflect renaming.
60261         Reported by Eli Zaretskii.
60262
60263         Use a temporary file name that won't clash with `charset.alias'
60264         in the DOS 8.3 name space.
60265         * lib/Makefile.am (charset_tmp): Define.
60266         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60267         (uninstall-local): Likewise.
60268         Reported by Eli Zaretskii.
60269
60270 2000-04-03  Jim Meyering  <meyering@lucent.com>
60271
60272         * m4/gettext.m4: Fix typo in comment.
60273
60274         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
60275         textutils/configure.in).  Suggestion from Paul Eggert.
60276         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
60277
60278 2000-04-02  Paul Eggert  <eggert@twinsun.com>
60279
60280         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
60281         variable in the shell rather than using putenv, which isn't
60282         portable.  This avoids the configure-time inter-test dependency
60283         on the potentially-renamed putenv function.
60284
60285 2000-03-30  Paul Eggert  <eggert@twinsun.com>
60286
60287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
60288         before checking struct stat.st_blksize, so that
60289         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
60290
60291 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60292
60293         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
60294         since strftime.c uses HAVE_STRFTIME to decide whether to use
60295         the underlying strftime.
60296
60297 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60298
60299         * lib/time/strftime.c (my_strftime): Make sure we call the system
60300         strftime, not ourselves, when invoking the underlying strftime.
60301
60302 2000-03-24  Jim Meyering  <meyering@lucent.com>
60303
60304         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
60305         (charset_alias): Define.
60306         (install-exec-local): Factor out common code.
60307         (uninstall-local): Split lines longer than 80.
60308         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
60309         (SUFFIXES): Define.
60310         (.sed.in.sed): New rule.  Don't redirect directly to $@.
60311         (CLEANFILES): Add ref-add.sed and ref-del.sed.
60312
60313 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
60314
60315         * lib/config.charset: Output a line containing "Packages using this
60316         file".
60317         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
60318         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
60319         ref-del.sed): New rules.
60320
60321 2000-03-17  Jim Meyering  <meyering@lucent.com>
60322
60323         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
60324         Otherwise, include <strings.h>
60325
60326 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
60327
60328         * lib/unicodeio.c (utf8_wctomb): New function.
60329         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
60330         format instead of in UCS-4 with platform dependent endianness.
60331
60332 2000-03-10  Jim Meyering  <meyering@lucent.com>
60333
60334         * m4/lib-check.m4: Look for getspnam in -lgen, too.
60335         From Marco Franzen.
60336
60337 2000-03-07  Paul Eggert  <eggert@twinsun.com>
60338
60339         * lib/savedir.c (savedir): Work even if directory size is
60340         negative; this can happen with some screwy NFS configurations.
60341
60342 2000-03-06  Jim Meyering  <meyering@lucent.com>
60343
60344         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
60345         if it's NULL (because we ran out of memory).  From Bruno Haible.
60346
60347 2000-03-05  Jim Meyering  <meyering@lucent.com>
60348
60349         * lib/localcharset.c ("path-concat.h"): Include.
60350         (get_charset_aliases): Use path_concat instead of ANSI string
60351         concatenation.
60352
60353         * lib/unicodeio.h (PARAMS): Define.
60354         Use it to guard prototype.
60355
60356 2000-03-04  Jim Meyering  <meyering@lucent.com>
60357
60358         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
60359         for lib/localcharset.c.
60360
60361 2000-03-04  Jim Meyering  <meyering@lucent.com>
60362
60363         * lib/Makefile.am (install-exec-local): Create $(libdir) before
60364         installing into it.
60365         (uninstall-local): Uncomment this rule so `make distcheck' works
60366         once again.
60367
60368         * lib/unicodeio.c (<errno.h>): Include it.
60369         (errno): Declare if not defined.
60370
60371         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60372
60373         * lib/config.charset: New version, incorporating remarks from a linux
60374         i18n mailing list.  From Bruno Haible.
60375
60376 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60377
60378         * m4/codeset.m4: New file.
60379         * m4/iconv.m4: New file.
60380         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
60381
60382 2000-03-03  Jim Meyering  <meyering@lucent.com>
60383
60384         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
60385
60386 2000-03-02  Jim Meyering  <meyering@lucent.com>
60387
60388         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
60389         the messages come out on separate lines.
60390
60391         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
60392         rather than jm_CHECK_DECLARATIONS.
60393         * m4/decl.m4: Remove now-unused file.
60394
60395         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
60396         geteuid.
60397
60398 2000-03-02  Jim Meyering  <meyering@lucent.com>
60399
60400         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
60401
60402 2000-03-01  Jim Meyering  <meyering@lucent.com>
60403
60404         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
60405         * lib/unicodeio.c: Likewise.
60406
60407 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
60408
60409         * lib/config.charset: New file.
60410         * lib/localcharset.c: New file.
60411         * lib/unicodeio.h, lib/unicodeio.c: New files.
60412         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
60413         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
60414         (noinst_HEADERS): Add unicodeio.h.
60415         (all-local, install-exec-local, charset.alias): New targets.
60416
60417 2000-02-28  Paul Eggert  <eggert@twinsun.com>
60418
60419         * lib/quotearg.c (ALERT_CHAR): New macro.
60420         (quotearg_buffer_restyled): Use it.
60421
60422 2000-02-27  Jim Meyering  <meyering@lucent.com>
60423
60424         * m4/check-decl.m4: Add getenv to the list.
60425
60426 2000-02-27  Jim Meyering  <meyering@lucent.com>
60427
60428         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
60429         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
60430
60431         * lib/backupfile.c: Guard inclusion of stdlib.h with
60432         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
60433         Declare malloc if needed.
60434
60435         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
60436         `#ifndef HAVE_DECL..'
60437         now that autoconf always defines the HAVE_DECL_ symbols.
60438         * lib/human.c: Likewise.
60439         * lib/same.c: Likewise.
60440         * lib/strtoumax.c: Likewise.
60441
60442         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
60443         declaration check was not run.
60444         * lib/hash.c: Likewise.
60445         * lib/human.c: Likewise.
60446         * lib/same.c: Likewise.
60447         * lib/strtoumax.c: Likewise.
60448
60449         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
60450         `.', then first look up the entire `.'-containing string as a login
60451         name.
60452
60453 2000-02-23  Jim Meyering  <meyering@lucent.com>
60454
60455         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
60456         in place of my hack.
60457
60458 2000-02-18  Paul Eggert  <eggert@twinsun.com>
60459
60460         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
60461         (textint): New typedef.
60462         (parser_control): Member year changed from int to textint.
60463         All uses changed.
60464         (YYSTYPE): Removed; replaced by %union with int and textint members.
60465         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
60466         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
60467         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
60468         (tSNUMBER, tUNUMBER): Now of type <textintval>.
60469         (date, number, to_year): Use width of number in digits, not its value,
60470         to determine whether it's a 2-digit year, or a 2-digit time.
60471         (yylex): Store number of digits of numeric tokens.
60472         Reported by John Kendall.
60473
60474         (parser_control): Changed from struct parser_control to typedef (for
60475         consistency).  All uses changed.
60476
60477         (tID): Removed; not used.
60478         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
60479
60480 2000-02-14  Paul Eggert  <eggert@twinsun.com>
60481
60482         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
60483         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
60484
60485 2000-02-12  Jim Meyering  <meyering@lucent.com>
60486
60487         * lib/userspec.c (ISDIGIT): Define it.
60488         (isdigit): Remove definition.
60489         (is_number): Use ISDIGIT, not isdigit.
60490         <libintl.h>: Include.
60491         (_ and N_): Define.
60492         (parse_user_spec): Mark translatable strings.
60493
60494 2000-02-10  Jim Meyering  <meyering@lucent.com>
60495
60496         With these changes, nanosleep.[ch] are finally enough like the other
60497         lib/* replacement files to compile on a few more losing systems.
60498
60499         * lib/nanosleep.h: Don't include config.h.
60500         Remove prototype from declaration of nanosleep.
60501         (PARAMS): Remove now-unneeded definition.
60502         * lib/nanosleep.c: #undef nanosleep.
60503         (rpl_nanosleep): Rename from nanosleep.
60504
60505 2000-02-10  Jim Meyering  <meyering@lucent.com>
60506
60507         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
60508         gnu_nanosleep to rpl_nanosleep.
60509
60510 2000-02-09  Jim Meyering  <meyering@lucent.com>
60511
60512         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
60513         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
60514
60515 2000-02-08  Akim Demaille  <akim@epita.fr>
60516
60517         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
60518         `[' and `]' and remove uses of `changequote'.
60519         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
60520         (AC_SYS_LARGEFILE): Likewise.
60521         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
60522         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
60523         of changequote.
60524         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60525         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60526         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60527         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60528
60529 2000-02-05  Jim Meyering  <meyering@lucent.com>
60530
60531         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60532         Remove explicit use of AC_HEADER_TIME.  It is required by
60533         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60534         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60535         in autoconf whereby the expansion of the latter ended up preceding
60536         the expansion of its prerequisite, AC_HEADER_TIME.
60537         Reported by Volker Borchert.
60538
60539 2000-02-03  Jim Meyering  <meyering@lucent.com>
60540
60541         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60542
60543 2000-02-03  Jim Meyering  <meyering@lucent.com>
60544
60545         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60546         rather than with `#if HAVE_UTMPNAME'.
60547
60548 2000-02-02  Jim Meyering  <meyering@lucent.com>
60549
60550         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60551         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60552         Reported by Eli Zaretskii.
60553
60554 2000-02-01  Jim Meyering  <meyering@lucent.com>
60555
60556         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60557
60558 2000-01-31  Jim Meyering  <meyering@lucent.com>
60559
60560         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60561         functions.  Add the time.h and sys/time.h headers along with the
60562         AC_REQUIRE'ment of AC_HEADER_TIME.
60563
60564 2000-01-31  Jim Meyering  <meyering@lucent.com>
60565
60566         * lib/nanosleep.h (nanosleep): Guard declaration with
60567         `#if ! HAVE_DECL_NANOSLEEP'.
60568         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60569         the declaration in that vendor's sys/timers.h.
60570         Reported by Christian Krackowizer.
60571
60572         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60573         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60574         (ISPRINT): Likewise.
60575         Reported by Tom Tromey.
60576
60577 2000-01-30  Jim Meyering  <meyering@lucent.com>
60578
60579         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60580
60581         * m4/prereq.m4 (utmp_includes): Define.
60582         Check for ut_user and ut_name members in both struct utmpx
60583         and struct utmp.
60584
60585 2000-01-30  Jim Meyering  <meyering@lucent.com>
60586
60587         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60588         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60589         header files where only utmpx.ut_user is declared.
60590
60591         * lib/readutmp.h (UT_USER): Define.
60592
60593 2000-01-29  Jim Meyering  <meyering@lucent.com>
60594
60595         * m4/lib-check.m4: New file containing library-related checks from
60596         fileutils and sh-utils (textutils had none).
60597
60598 2000-01-28  Jim Meyering  <meyering@lucent.com>
60599
60600         * m4/perl.m4: Change format of warning message to look more like that
60601         from the missing script.  Suggestion from François Pinard.
60602
60603 2000-01-25  Jim Meyering  <meyering@lucent.com>
60604
60605         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60606         well as time.h in the compile check.
60607         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60608         Fix typo in cross-compiling case: s/yes/no/.
60609
60610 2000-01-23  Jim Meyering  <meyering@lucent.com>
60611
60612         * m4/jm-macros.m4: Move df-related tests here from
60613         fileutils/configure.in
60614
60615         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60616         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60617
60618         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60619         s/space/ac_fsusage_space/.
60620         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60621
60622         * m4/ftruncate.m4: New file (derived from part of
60623         fileutils/configure.in).
60624         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60625         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60626
60627         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60628         AC_SUBST these here, rather than just in sh-util/configure.in, so
60629         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60630         all the same.
60631         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60632         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60633         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60634         (AC_SUBST(POW_LIBM)): Likewise.
60635         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60636
60637 2000-01-23  Jim Meyering  <meyering@lucent.com>
60638
60639         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60640         obstack.c.
60641
60642 2000-01-22  Jim Meyering  <meyering@lucent.com>
60643
60644         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60645
60646         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60647
60648         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60649         configure.in
60650         (AC_CHECK_HEADERS): Likewise for sh-utils.
60651         (AC_CHECK_HEADERS): Likewise for textutils.
60652         Merge the three lists of headers.
60653
60654         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60655         from fileutils' configure.in.
60656
60657         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60658         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60659         check-decl.m4.
60660
60661         * m4/check-decl.m4: Use #if rather than #ifdef.
60662         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60663         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60664         (_jm_DECL_HEADERS): Define new function.
60665         (jm_CHECK_DECLARATIONS): Require it.
60666
60667 2000-01-22  Jim Meyering  <meyering@lucent.com>
60668
60669         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60670         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60671         Required for some AIX systems.  Reported by Christian Krackowizer.
60672         [TESTING] (main): New function.
60673
60674         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
60675         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
60676         letters.
60677
60678         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
60679         iswprint.
60680
60681         * lib/strverscmp.c (ISDIGIT): Define.
60682         (strverscmp): Use ISDIGIT, not isdigit.
60683
60684 2000-01-19  Jim Meyering  <meyering@lucent.com>
60685
60686         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
60687         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
60688         defines `struct timespec' in <sys/time.h>
60689
60690         * m4/c-bs-a.m4: Remove uses of changequote altogether.
60691         Thanks to Akim for explaining.
60692
60693 2000-01-17  Paul Eggert  <eggert@twinsun.com>
60694
60695         * lib/nanosleep.c (nanosleep):
60696         Don't use SA_INTERRUPT to decide whether to call sigaction, as
60697         POSIX.1 doesn't require SA_INTERRUPT and some systems
60698         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
60699         it's been part of POSIX.1 since day 1 (in 1988).
60700
60701 2000-01-17  Jim Meyering  <meyering@lucent.com>
60702
60703         * lib/interlock: Remove unused file.  Reported by François Pinard.
60704
60705 2000-01-16  Paul Eggert  <eggert@twinsun.com>
60706
60707         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
60708         alert, backslash, formfeed, and vertical tab unnecessarily in
60709         shell quoting style.
60710
60711 2000-01-16  Jim Meyering  <meyering@lucent.com>
60712
60713         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
60714         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
60715         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
60716         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
60717
60718 2000-01-16  Jim Meyering  <meyering@lucent.com>
60719
60720         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
60721         because the latter didn't work.
60722
60723 2000-01-15  Jim Meyering  <meyering@lucent.com>
60724
60725         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
60726         (AC_REPLACE_FUNCS): Add memcpy and memset.
60727         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
60728         Add strpbrk.
60729         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
60730
60731 2000-01-12  Jim Meyering  <meyering@lucent.com>
60732
60733         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
60734         (jm_PREREQ): Use it.
60735         (jm_PREREQ_READUTMP): New macro.
60736         (jm_PREREQ): Use it.
60737
60738 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60739
60740         Quote multibyte characters correctly.
60741         * m4/c-bs-a.m4: New file.
60742         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
60743         (jm_PREREQ): Use it.
60744
60745 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60746
60747         * m4/uintmax_t.m4: Port to autoconf 2.13.
60748
60749 2000-01-08  Jim Meyering  <meyering@ascend.com>
60750
60751         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
60752         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
60753
60754 2000-01-04  Jim Meyering  <meyering@ascend.com>
60755
60756         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
60757         jm_STRUCT_DIRENT_D_TYPE.
60758         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
60759         jm_STRUCT_DIRENT_D_INO.
60760         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
60761         jm_STRUCT_UTIMBUF.
60762         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
60763         renamings.
60764         * m4/utime.m4: Likewise.
60765
60766         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
60767         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
60768
60769 2000-01-03  Paul Eggert  <eggert@twinsun.com>
60770
60771         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
60772         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
60773
60774 2000-01-02  Jim Meyering  <meyering@ascend.com>
60775
60776         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
60777         remember if this is necessary.
60778
60779 1999-12-26  Jim Meyering  <meyering@ascend.com>
60780
60781         * m4/jm-macros.m4: Use it here.
60782         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
60783
60784 1999-12-23  Jim Meyering  <meyering@ascend.com>
60785
60786         * m4/jm-macros.m4: Check for clock_gettime (moved from
60787         fileutils/configure.in)
60788         Check for gettimeofday.
60789
60790 1999-12-20  Jim Meyering  <meyering@ascend.com>
60791
60792         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
60793         autoconf-2.14a-1999-12-20.
60794
60795 1999-12-19  Jim Meyering  <meyering@ascend.com>
60796
60797         * m4/lstat-slash.m4: New file.
60798         * m4/jm-macros.m4: Use the new macro:
60799         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60800
60801 1999-12-07  Jim Meyering  <meyering@ascend.com>
60802
60803         * m4/perl.m4: Require that File::Compare be available, too.
60804         Too many systems seem to lack it.
60805
60806         * m4/strftime.m4: Add checks for most of the cpp macros tested in
60807         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
60808
60809 1999-11-18  Paul Eggert  <eggert@twinsun.com>
60810
60811         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
60812         problem with the QNX 4.25 shell, which doesn't propagate exit
60813         status of failed commands inside shell assignments.
60814
60815 1999-11-17  Jim Meyering  <meyering@ascend.com>
60816
60817         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
60818
60819 1999-11-07  Jim Meyering  <meyering@ascend.com>
60820
60821         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
60822
60823 1999-11-06  Jim Meyering  <meyering@ascend.com>
60824
60825         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
60826         * m4/jm-macros.m4 (jm_MACROS): Use it here.
60827
60828 1999-11-05  Jim Meyering  <meyering@ascend.com>
60829
60830         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
60831         configure.in of textutils, fileutils, and sh-utils into this one
60832         (shared between those packages) file.
60833         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
60834         AC_STRUCT_ST_BLKSIZE.
60835
60836 1999-11-03  Jim Meyering  <meyering@ascend.com>
60837
60838         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
60839         of AC_CHECK_TYPE checks includes unistd.h.
60840         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
60841         Suggestion from Akim Demaille.
60842
60843 1999-10-30  Jim Meyering  <meyering@ascend.com>
60844
60845         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
60846         m4-quoted string.
60847         * m4/ls-mntd-fs.m4: Likewise.
60848         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
60849         * m4/jm-winsz1.m4: Likewise.
60850
60851         * m4/const.m4: Remove file, since the fix made it into the experimental
60852         version of autoconf.
60853         * m4/mktime.m4: Likewise.
60854
60855         * m4/check-type.m4: Remove file, now that the latest version of
60856         AC_CHECK_TYPE takes a third arg to specify additional #includes.
60857
60858         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
60859         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
60860         AC_CHECK_TYPE.
60861
60862 1999-10-04  Jim Meyering  <meyering@ascend.com>
60863
60864         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
60865
60866 1999-09-22  Paul Eggert  <eggert@twinsun.com>
60867
60868         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
60869         2.95.1 bug with HP-UX 10.20.
60870
60871 1999-09-17  Jim Meyering  <meyering@ascend.com>
60872
60873         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
60874         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
60875         due to missing strdup (against sh-utils-2.0).
60876
60877 1999-08-29  Jim Meyering  <meyering@ascend.com>
60878
60879         * m4/jm-macros.m4: Require jm_BISON.
60880         * m4/bison.m4: New file.
60881
60882 1999-08-17  Paul Eggert  <eggert@twinsun.com>
60883
60884         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
60885         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
60886
60887 1999-08-05  Jim Meyering  <meyering@ascend.com>
60888
60889         * m4/getline.m4: Rename test file from conftestdata to conftest.data
60890         to avoid conflicts with `conftest' on 8+3 filesystems.
60891         Suggestion from Eli Zaretskii.
60892
60893 1999-08-04  Jim Meyering  <meyering@ascend.com>
60894
60895         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
60896         fileutils and sh-utils (textutils's getline test was inadequate).
60897         (AM_FUNC_GETLINE): Run this test.
60898         (AC_CHECK_FUNCS): Check for getdelim.
60899         Reported by Bob Proulx.
60900
60901 1999-08-02  Jim Meyering  <meyering@ascend.com>
60902
60903         * m4/jm-macros.m4: Add a comment.
60904
60905 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60906
60907         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
60908         <inttypes.h> defines strtoumax as a macro (and not as a
60909         function).
60910
60911 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60912
60913         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
60914         that we can shift, multiply and divide unsigned long long
60915         values; Ultrix cc can't do it.
60916
60917 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60918
60919         * m4/mktime.m4: New file, which is a preview of what should appear
60920         in the next public autoconf release.
60921
60922 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60923
60924         * m4/lfs.m4: Remove this file.
60925         * m4/largefile.m4: New file.  It contains the old contents of
60926         lfs.m4, except that all names with prefix AC_LFS have been
60927         changed to use the prefix AC_SYS_LARGEFILE instead, to be
60928         compatible with future autoconf versions.  Also, some minor m4
60929         quoting problems have been fixed.
60930
60931 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60932
60933         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
60934         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
60935         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
60936         and simplify the shell code.
60937
60938 1999-08-01  Jim Meyering  <meyering@ascend.com>
60939
60940         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
60941         m4.
60942
60943 1999-07-20  Jim Meyering  <meyering@ascend.com>
60944
60945         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
60946
60947 1999-07-15  Jim Meyering  <meyering@ascend.com>
60948
60949         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
60950
60951 1999-05-22  Jim Meyering  <meyering@ascend.com>
60952
60953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
60954
60955 1999-05-20  Jim Meyering  <meyering@ascend.com>
60956
60957         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
60958         Add a colon after each `then' in case $4 is empty.
60959
60960 1999-05-16  Jim Meyering  <meyering@ascend.com>
60961
60962         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
60963
60964 1999-05-10  Jim Meyering  <meyering@ascend.com>
60965
60966         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
60967
60968         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
60969         AC_FUNC_MKTIME.
60970
60971 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60972
60973         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
60974
60975 1999-05-04  Paul Eggert  <eggert@twinsun.com>
60976
60977         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
60978         not CPPFLAGS, so that linking works correctly in IRIX.
60979
60980 1999-04-30  Paul Eggert  <eggert@twinsun.com>
60981
60982         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
60983
60984 1999-04-20  Paul Eggert  <eggert@twinsun.com>
60985
60986         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
60987         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
60988         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
60989         jm_AC_TYPE_UNSIGNED_LONG_LONG.
60990         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
60991
60992         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
60993
60994 1999-04-20  Jim Meyering  <meyering@ascend.com>
60995
60996         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
60997         AC_REPLACE xstroull if necessary.  From Paul Eggert.
60998         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
60999
61000 1999-04-18  Jim Meyering  <meyering@ascend.com>
61001
61002         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
61003         * m4/jm-macros.m4: Use it.
61004
61005 1999-04-06  Jim Meyering  <meyering@ascend.com>
61006
61007         * m4/strftime.m4: Remove test for %f.
61008
61009 1999-03-29  Jim Meyering  <meyering@ascend.com>
61010
61011         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
61012         superset of the AC_TYPE_* checks in the textutils, fileutils,
61013         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
61014         AC_TYPE_PID_T.
61015
61016 1999-03-28  Jim Meyering  <meyering@ascend.com>
61017
61018         * m4/jm-macros.m4: Define GNU_PACKAGE here.
61019         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
61020         replaced e.g., in the *.sh files of the sh-utils.
61021
61022 1999-03-20  Jim Meyering  <meyering@ascend.com>
61023
61024         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
61025         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
61026         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
61027
61028 1999-03-19  Jim Meyering  <meyering@ascend.com>
61029
61030         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
61031
61032 1999-03-12  Jim Meyering  <meyering@ascend.com>
61033
61034         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
61035
61036 1999-03-07  Jim Meyering  <meyering@ascend.com>
61037
61038         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
61039         declared.
61040
61041 1999-02-17  Jim Meyering  <meyering@ascend.com>
61042
61043         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
61044         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
61045
61046 1999-02-07  Jim Meyering  <meyering@ascend.com>
61047
61048         * m4/group-member.m4: New file -- extracted from sh-utils'
61049         configure.in.
61050
61051         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
61052         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
61053
61054 1999-02-06  Jim Meyering  <meyering@ascend.com>
61055
61056         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
61057         * m4/fnmatch.m4: Likewise.
61058         * m4/getgroups.m4: Likewise.
61059         * m4/lstat.m4: Likewise.
61060         * m4/malloc.m4: Likewise.
61061         * m4/putenv.m4: Likewise.
61062         * m4/realloc.m4: Likewise.
61063         * m4/regex.m4: Likewise.
61064         * m4/stat.m4: Likewise.
61065         * m4/strftime.m4: Likewise.
61066         Suggestion from Alain Magloire.
61067
61068         * m4/chown.m4: Use `.$ac_objext', not `.o'.
61069         * m4/fnmatch.m4: Likewise.
61070         * m4/getgroups.m4: Likewise.
61071         * m4/getline.m4: Likewise.
61072         * m4/lstat.m4: Likewise.
61073         * m4/malloc.m4: Likewise.
61074         * m4/memcmp.m4: Likewise.
61075         * m4/putenv.m4: Likewise.
61076         * m4/realloc.m4: Likewise.
61077         * m4/regex.m4: Likewise.
61078         * m4/stat.m4: Likewise.
61079         * m4/strftime.m4: Likewise.
61080         Suggestion from Alain Magloire.
61081
61082         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
61083         an argument.
61084
61085         * m4/regex.m4: Add a run-time Test for proper operation of
61086         re_compile_pattern.
61087
61088 1999-01-31  Jim Meyering  <meyering@ascend.com>
61089
61090         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
61091
61092 1999-01-30  Jim Meyering  <meyering@ascend.com>
61093
61094         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
61095
61096         * m4/jm-mktime.m4: Make this a wrapper around the official
61097         AM_FUNC_MKTIME rather than my private copy, now that the official one
61098         is up to date.
61099         * m4/mktime.m4: Remove file.
61100
61101         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
61102         * m4/uptime.m4: Likewise.
61103         * m4/uintmax_t.m4: Likewise.
61104
61105 1999-01-28  Jim Meyering  <meyering@ascend.com>
61106
61107         * m4/jm-macros.m4: Use jm_AFS.
61108         * m4/afs.m4: New file (from fileutils' configure.in).
61109
61110         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
61111         * m4/chown.m4: Likewise.
61112         * m4/d-ino.m4: Likewise.
61113         * m4/d-type.m4: Likewise.
61114         * m4/fnmatch.m4: Likewise.
61115         * m4/getgroups.m4: Likewise.
61116         * m4/gettext.m4: Likewise.
61117         * m4/jm-mktime.m4: Likewise.
61118         * m4/jm-winsz2.m4: Likewise.
61119         * m4/lcmessage.m4: Likewise.
61120         * m4/ls-mntd-fs.m4: Likewise.
61121         * m4/malloc.m4: Likewise.
61122         * m4/memcmp.m4: Likewise.
61123         * m4/putenv.m4: Likewise.
61124         * m4/realloc.m4: Likewise.
61125         * m4/st_mtim.m4: Likewise.
61126         * m4/strftime.m4: Likewise.
61127
61128 1999-01-16  Jim Meyering  <meyering@ascend.com>
61129
61130         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
61131         (ARGMATCH_DIE_DECL): Define.
61132
61133 1999-01-12  Jim Meyering  <meyering@ascend.com>
61134
61135         * m4/Makefile.am.in: Rewrite to avoid using fmt.
61136         Reported by Lars Hecking.
61137
61138 1999-01-10  Jim Meyering  <meyering@ascend.com>
61139
61140         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
61141         gross kludge.
61142         * m4/inttypes_h.m4: Likewise.
61143         * m4/lstat.m4: Likewise.
61144         * m4/malloc.m4: Likewise.
61145         * m4/readdir.m4: Likewise.
61146         * m4/realloc.m4: Likewise.
61147         * m4/st_dm_mode.m4: Likewise.
61148         * m4/stat.m4: Likewise.
61149         * m4/utimbuf.m4: Likewise.
61150         * m4/utimes.m4: Likewise.
61151
61152         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
61153         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
61154         comments in config.h.in are meaningful.
61155
61156         * m4/jm-macros.m4: Require autoconf-2.13 here.
61157
61158         * m4/regex.m4: By default, don't use the included regex.c on systems
61159         with glibc 2.  Suggestion from Uli Drepper.
61160
61161 1999-01-02  Jim Meyering  <meyering@ascend.com>
61162
61163         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
61164
61165 1998-12-18  Jim Meyering  <meyering@ascend.com>
61166
61167         * m4/Makefile.am.in (Makefile.am): Simplify rule.
61168         Based on a suggestion from Lars Hecking.
61169
61170 1998-11-16  Paul Eggert  <eggert@twinsun.com>
61171
61172         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
61173
61174 1998-11-16  Jim Meyering  <meyering@ascend.com>
61175
61176         * m4/lfs.m4: Double-quote the `uname...` expression.
61177
61178 1998-11-14  Jim Meyering  <meyering@ascend.com>
61179
61180         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
61181         * m4/stat.m4: Likewise.
61182
61183 1998-11-03  Jim Meyering  <meyering@ascend.com>
61184
61185         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
61186         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
61187
61188 1998-10-18  Jim Meyering  <meyering@ascend.com>
61189
61190         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
61191
61192 1998-10-17  Jim Meyering  <meyering@ascend.com>
61193
61194         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
61195         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
61196         calls for those previously hard-coded headers.  Instead, take a new
61197         parameter.
61198         (jm_CHECK_DECLARATIONS): Reflect interface change.
61199         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
61200         (jm_CHECK_DECL_LOCALTIME_R): New macro.
61201
61202         * m4/mktime.m4: Test for spring-forward gap before long-running test.
61203
61204 1998-10-14  Jim Meyering  <meyering@ascend.com>
61205
61206         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
61207         instead of "TZ=America/Vancouver".  From Paul Eggert.
61208
61209 1998-10-11  Jim Meyering  <meyering@ascend.com>
61210
61211         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
61212         This adds a test for a recently added compatibility fix for mktime.c.
61213         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
61214
61215 1998-09-27  Jim Meyering  <meyering@ascend.com>
61216
61217         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
61218
61219         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
61220         ../configure.in, including a change from Gordon Matzigkeit to allow
61221         cross-compiling for the Hurd.
61222
61223         * m4/glibc.m4: New file/macro to test for the GNU C Library
61224         versions 1 and 2.  From Gordon Matzigkeit.
61225         Indent.
61226
61227 1998-09-21  Jim Meyering  <meyering@ascend.com>
61228
61229         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
61230
61231 1998-08-18  Paul Eggert  <eggert@twinsun.com>
61232
61233         Port nanosecond-resolution times to UnixWare 2.1.2 and
61234         pedantic Solaris 2.6.
61235
61236         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
61237         AC_STRUCT_ST_MTIM.
61238         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
61239         Generate name of ns member, instead of just 1 or undef.
61240         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
61241
61242 1998-08-15  Jim Meyering  <meyering@ascend.com>
61243
61244         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
61245         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
61246         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
61247         instead of jm_TYPE_SSIZE_T.
61248
61249 1998-08-12  Jim Meyering  <meyering@ascend.com>
61250
61251         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
61252
61253 1998-08-02  Jim Meyering  <meyering@ascend.com>
61254
61255         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
61256         in acconfig.h manually.
61257
61258 1998-07-31  Paul Eggert  <eggert@twinsun.com>
61259
61260         * m4/st_mtim.m4: New file.
61261
61262 1998-07-28  Jim Meyering  <meyering@ascend.com>
61263
61264         * m4/utimes.m4: Undef stat.
61265
61266 1998-07-25  Jim Meyering  <meyering@ascend.com>
61267
61268         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
61269         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
61270
61271 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
61272
61273         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
61274         uid and gid actually remain unchanged.
61275
61276 1998-07-07  Jim Meyering  <meyering@ascend.com>
61277
61278         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
61279
61280 1998-07-04  Jim Meyering  <meyering@ascend.com>
61281
61282         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
61283         to prove that this macro can be used in packages without regex.c.
61284
61285 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
61286
61287         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
61288         is to be used.
61289
61290 1998-07-03  Jim Meyering  <meyering@ascend.com>
61291
61292         * m4/gettext.m4: Add -lintl if it's found to be necessary.
61293
61294         * m4/gettext.m4: New file -- from gettext-0.10.35.
61295         * m4/lcmessage.m4: Likewise.
61296         * m4/progtest.m4: Likewise.
61297
61298         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
61299         * m4/jm-macros.m4: Require the new macro.
61300
61301 1998-06-29  Jim Meyering  <meyering@ascend.com>
61302
61303         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
61304         for the definition of NGROUPS (used in a system header included
61305         by sys/mount.h).
61306
61307 1998-06-28  Jim Meyering  <meyering@ascend.com>
61308
61309         * m4/ls-mntd-fs.m4: New file.
61310         * m4/fstypename.m4: New file.
61311
61312         * m4/jm-macros.m4: Require the new macro.
61313         * m4/jm-glibc-io.m4: New file.
61314
61315 1998-05-19  Jim Meyering  <meyering@ascend.com>
61316
61317         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
61318         * m4/lchown.m4: New file.
61319
61320         * m4/Makefile.am.in: New file.
61321         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
61322
61323 1998-05-14  Jim Meyering  <meyering@ascend.com>
61324
61325         * m4/Makefile.am (EXTRA_DIST): Add them.
61326         * m4/jm-macros.m4: New file.
61327         * m4/utimbuf.m4: New file.
61328
61329 1998-05-12  Jim Meyering  <meyering@ascend.com>
61330
61331         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
61332
61333 1998-05-11  Jim Meyering  <meyering@ascend.com>
61334
61335         * m4/isc-posix.m4: New file.
61336
61337 1998-05-10  Jim Meyering  <meyering@ascend.com>
61338
61339         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
61340
61341 1998-05-09  Jim Meyering  <meyering@ascend.com>
61342
61343         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
61344         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61345         with automake.
61346
61347         * m4/ssize_t.m4: New file.
61348         * m4/mktime.m4: Remove file -- the new automake has this now.
61349
61350 1998-04-26  Jim Meyering  <meyering@ascend.com>
61351
61352         * m4/assert.m4: New file.
61353         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
61354
61355 1998-04-05  Jim Meyering  <meyering@ascend.com>
61356
61357         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
61358         (jm_PREREQ): Use it here.
61359
61360 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
61361
61362         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
61363         in acconfig.h.
61364
61365 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
61366
61367         * m4/prereq.m4: New file.
61368         * m4/error.m4: New file.
61369         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61370
61371 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61372
61373         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61374         cache-check for the same variable -- that defeated the purpose of
61375         the test; the test program was never run.  This was a problem only
61376         on systems with losing getline functions -- HP-UX 10.20 is one.
61377         Reported by Bjorn Helgaas.
61378
61379 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
61380
61381         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
61382
61383 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
61384
61385         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
61386
61387         * m4/const.m4: New file.  Use an initializer in this declaration
61388         typedef int charset[2]; const charset x;
61389         Reported by Bob Glickstein.
61390
61391 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
61392
61393         * m4/chown.m4: Fix reversed types on -1 args to chown.
61394         From Kaveh Ghazi.
61395
61396 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61397
61398         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
61399         Add lseek and memchr.
61400
61401         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
61402         T.E.Dickey <dickey@clark.net> said that some older preprocessors
61403         have a 20-character limit on names.
61404
61405 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
61406
61407         * m4/inttypes_h.m4: New file.
61408         * m4/uintmax_t.m4: New file.
61409         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
61410
61411
61412         -----
61413
61414         Local Variables:
61415         coding: utf-8
61416         End:
61417
61418         Copyright (C) 1997-2010 Free Software Foundation, Inc.
61419
61420         Copying and distribution of this file, with or without
61421         modification, are permitted provided the copyright notice
61422         and this notice are preserved.