a6e17ae030226d464f9dcb421b13e82b93eae26a
[gnulib.git] / ChangeLog
1 2010-01-09  Bruno Haible  <bruno@clisp.org>
2
3         Tests for module 'unistr/u8-mblen'.
4         * modules/unistr/u8-mblen-tests: New file.
5         * tests/unistr/test-u8-mblen.c: New file.
6
7         Tests for module 'unistr/u32-to-u16'.
8         * modules/unistr/u32-to-u16-tests: New file.
9         * tests/unistr/test-u32-to-u16.c: New file.
10
11         Tests for module 'unistr/u32-to-u8'.
12         * modules/unistr/u32-to-u8-tests: New file.
13         * tests/unistr/test-u32-to-u8.c: New file.
14
15         Tests for module 'unistr/u16-to-u32'.
16         * modules/unistr/u16-to-u32-tests: New file.
17         * tests/unistr/test-u16-to-u32.c: New file.
18
19         Tests for module 'unistr/u16-to-u8'.
20         * modules/unistr/u16-to-u8-tests: New file.
21         * tests/unistr/test-u16-to-u8.c: New file.
22
23         Tests for module 'unistr/u8-to-u32'.
24         * modules/unistr/u8-to-u32-tests: New file.
25         * tests/unistr/test-u8-to-u32.c: New file.
26
27         Tests for module 'unistr/u8-to-u16'.
28         * modules/unistr/u8-to-u16-tests: New file.
29         * tests/unistr/test-u8-to-u16.c: New file.
30
31         Tests for module 'unistr/u32-check'.
32         * modules/unistr/u32-check-tests: New file.
33         * tests/unistr/test-u32-check.c: New file.
34
35         Tests for module 'unistr/u16-check'.
36         * modules/unistr/u16-check-tests: New file.
37         * tests/unistr/test-u16-check.c: New file.
38
39         Tests for module 'unistr/u8-check'.
40         * modules/unistr/u8-check-tests: New file.
41         * tests/unistr/test-u8-check.c: New file.
42
43         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
44         (category_equals): New function.
45         (main): Add more tests.
46         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
47
48         * tests/unictype/test-bidi_byname.c (main): Add more tests.
49
50 2010-01-10  Bruno Haible  <bruno@clisp.org>
51
52         unistr/u*-strcoll: Try harder to distinguish different strings.
53         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
54         compare s1 and s2 to see if they are different.
55
56 2010-01-10  Bruno Haible  <bruno@clisp.org>
57
58         unistr/u*-stpncpy: Fix the return value.
59         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
60         description of the return value consistent with stpncpy in glibc.
61         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
62         written non-NUL unit.
63
64 2010-01-10  Bruno Haible  <bruno@clisp.org>
65
66         unistr/u*-next: Add missing dependencies.
67         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
68         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
69         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
70
71 2010-01-10  Bruno Haible  <bruno@clisp.org>
72
73         unistr/u8-mbsnlen: Fix return value for incomplete character.
74         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
75         u8_mblen.
76         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
77         Remove unistr/u8-mblen.
78         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
79         u16_mblen.
80         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
81         Remove unistr/u16-mblen.
82
83 2010-01-10  Bruno Haible  <bruno@clisp.org>
84
85         wchar: Fix compilation error when <wchar.h> is used from coreutils.
86         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
87         Reported by Brian Gough <bjg@gnu.org> and
88         Chris Clayton <chris2553@googlemail.com> via
89         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
90
91 2010-01-09  Bruno Haible  <bruno@clisp.org>
92
93         unistr/u16-to-u32: Reject invalid input.
94         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
95         u16_mbtouc.
96         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
97         Remove unistr/u16-mbtouc.
98
99         unistr/u16-to-u8: Reject invalid input.
100         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
101         u16_mbtouc.
102         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
103         Remove unistr/u16-mbtouc.
104
105         unistr/u8-to-u32: Reject invalid input.
106         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
107         u8_mbtouc.
108         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
109         Remove unistr/u8-mbtouc.
110
111         unistr/u8-to-u16: Reject invalid input.
112         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
113         u8_mbtouc.
114         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
115         Remove unistr/u8-mbtouc.
116
117 2010-01-09  Bruno Haible  <bruno@clisp.org>
118
119         Tests for module 'getlogin'.
120         * modules/getlogin-tests: New file.
121         * tests/test-getlogin.c: New file.
122
123         New module 'getlogin'.
124         * lib/unistd.in.h (getlogin): New declaration.
125         * lib/getlogin.c: New file.
126         * m4/getlogin.m4: New file.
127         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
128         HAVE_GETLOGIN.
129         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
130         HAVE_GETLOGIN.
131         * modules/getlogin: New file.
132         * doc/posix-functions/getlogin.texi: Mention the new module.
133         Reported by John W. Eaton <jwe@gnu.org>.
134
135 2010-01-09  Bruno Haible  <bruno@clisp.org>
136
137         getlogin_r: Support for native Windows.
138         * lib/getlogin_r.c: Include <windows.h>
139         (getlogin_r): Implement for native Windows.
140         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
141         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
142         via John W. Eaton <jwe@gnu.org>.
143
144 2010-01-09  Bruno Haible  <bruno@clisp.org>
145
146         getlogin_r: Small fixes.
147         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
148         succeeds.
149         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
150         before testing whether getlogin_r is declared. No need to set
151         HAVE_DECL_GETLOGIN_R to 1.
152         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
153
154 2010-01-09  Bruno Haible  <bruno@clisp.org>
155
156         * lib/unistd.in.h (getlogin_r): Add comment.
157
158 2010-01-09  Bruno Haible  <bruno@clisp.org>
159
160         Tests for module 'getlogin_r'.
161         * modules/getlogin_r-tests: New file.
162         * tests/test-getlogin_r.c: New file.
163
164 2010-01-09  Jim Meyering  <meyering@redhat.com>
165
166         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
167         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
168         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
169
170 2010-01-08  Simon Josefsson  <simon@josefsson.org>
171
172         * lib/dup2.c (rpl_dup2): Improve comment.
173
174 2010-01-08  Eric Blake  <ebb9@byu.net>
175
176         maint.mk: allow packages to add makefile @@ exceptions
177         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
178         (sc_makefile_check): Rename...
179         (sc_makefile_at_at_check): ...to this, and use hook.
180
181         dup2: work around mingw bug
182         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
183         Reported by Simon Josefsson.
184
185 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
186
187         glob: Fix C++ compilation.
188         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
189         C++.
190
191 2010-01-07  Bruno Haible  <bruno@clisp.org>
192
193         Fix indentation of wctype.in.h, broken since 2007-01-06.
194         * lib/wctype.in.h: Fix indentation of preprocessor directives.
195
196 2010-01-07  Bruno Haible  <bruno@clisp.org>
197
198         mbslen: Avoid collision with system function.
199         * lib/string.in.h [MirBSD]: Include <wchar.h>.
200         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
201         * m4/mbslen.m4: New file.
202         * modules/mbslen (Files): Add it.
203         (configure.ac): Invoke gl_MBSLEN.
204         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
205         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
206         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
207         via Ian Beckwith <ianb@erislabs.net>.
208
209 2010-01-07  Bruno Haible  <bruno@clisp.org>
210
211         dirent: Document the last fix.
212         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
213
214 2010-01-07  Bruno Haible  <bruno@clisp.org>
215
216         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
217         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
218         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
219         va_list are defined.
220         * doc/posix-headers/stdio.texi: Document the bug of missing types.
221         Reported by Eric Blake.
222
223 2010-01-07  Bruno Haible  <bruno@clisp.org>
224
225         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
226         * modules/xlist (Depends-on): Add 'list',
227         * modules/xoset (Depends-on): Add 'oset'.
228         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
229
230 2010-01-07  Bruno Haible  <bruno@clisp.org>
231
232         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
233         * doc/posix-functions/strncasecmp.texi: Likewise.
234
235 2010-01-07  Bruno Haible  <bruno@clisp.org>
236
237         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
238
239 2010-01-07  John W. Eaton  <jwe@octave.org>
240
241         wctype: allow C++ use
242         * lib/wctype.in.h: Add extern "C" block for C++.
243
244 2010-01-06  Eric Blake  <ebb9@byu.net>
245
246         maint.mk: detect incorrect GFDL usage
247         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
248
249 2010-01-06  Jim Meyering  <meyering@redhat.com>
250         and Eric Blake  <ebb9@byu.net>
251
252         maint.mk: ignore multi-line copyright in NEWS
253         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
254
255 2010-01-06  Eric Blake  <ebb9@byu.net>
256
257         select: add missing dependency
258         * modules/select-tests (Depends-on): Move sockets dependency...
259         * modules/select (Depends-on): ...here.
260         Reported by Ian Beckwith.
261
262         doc: regenerate INSTALL
263         * doc/INSTALL: Reflect recent autoconf update.
264         * doc/INSTALL.ISO: Likewise.
265         * doc/INSTALL.UTF-8: Likewise.
266
267         pread: fix compilation on glibc
268         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
269         Reported by Ralf Wildenhues.
270
271         dirent: fix test failure
272         * lib/dirent.in.h (includes): Guarantee ino_t.
273         Reported by Ralf Wildenhues.
274
275 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
276
277         linkat, renameat: avoid bad free
278         * lib/at-func2.c (at_func2): Fix typo.
279         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
280
281 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
282
283         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
284         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
285         to avoid failure of symlink test later.
286
287 2010-01-06  Eric Blake  <ebb9@byu.net>
288
289         stdio, unistd: guarantee ssize_t
290         * lib/unistd.in.h (includes): Ensure that types required by POSIX
291         2008 are exposed when needed.
292         * lib/stdio.in.h (includes): Likewise.
293         Reported by Ralf Wildenhues.
294
295 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
296
297         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
298         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
299         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
300
301 2010-01-06  Jim Meyering  <meyering@redhat.com>
302
303         readtokens: this module *does* require xalloc.h
304         It uses only functions that were omitted by the old syntax-check rule.
305         * lib/readtokens.c: Include "xalloc.h" once again.
306         * modules/readtokens (Depends-on): Add xalloc.
307         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
308
309 2010-01-05  Eric Blake  <ebb9@byu.net>
310
311         maint: support 'make announcement' from a VPATH build
312         * top/maint.mk (announcement): Look for correct NEWS file.
313
314 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
315
316         utimens (fdutimens): ignore a negative FD, per contract
317         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
318         when we have a valid file descriptor.  Otherwise, using a brand
319         new glibc (with just-patched futimens that now fails with EBADF)
320         would cause this function to fail with ENOSYS.
321         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
322         See also http://bugzilla.redhat.com/552320.
323
324 2010-01-05  Eric Blake  <ebb9@byu.net>
325
326         strcase: document what it provides
327         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
328         gnulib module.
329         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
330         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
331
332 2010-01-05  Jim Meyering  <meyering@redhat.com>
333
334         maint: remove useless inclusions of "xalloc.h"
335         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
336         * lib/readtokens.c: Likewise.
337         * lib/same.c: Likewise.
338         * modules/getloadavg (Depends-on): Remove xalloc.
339         * modules/readtokens: Likewise.
340         * modules/same: Likewise.
341
342         maint.mk: include 4 more function names in alloca.h-checking regexp
343         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
344         regexp.  Before, we would give a false-positive (saying alloca.h
345         is included unnecessarily) when the only uses involved omitted symbols.
346
347         xalloc.h: use consistent formatting
348         * lib/xalloc.h: Move declarations to start in the first column.
349
350 2010-01-05  Eric Blake  <ebb9@byu.net>
351
352         mkdir: avoid xalloc
353         * lib/mkdir.c (includes): Drop unused header.
354         Reported by John W. Eaton.
355
356 2010-01-04  Jim Meyering  <meyering@redhat.com>
357
358         nl_langinfo: avoid configure-time syntax error
359         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
360         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
361         the empty string.  Don't let that provoke a shell syntax error.
362
363         regcomp, regexec, fnmatch: avoid array bounds read error
364         * lib/regcomp.c (build_equiv_class): From glibc:
365         Use only the low 24 bits of a findidx return value as an index
366         into the weights array.  Patch by Ulrich Drepper:
367         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
368         * lib/regexec.c (check_node_accept_bytes): Likewise.
369         * lib/fnmatch_loop.c (FCT): Likewise.
370
371         regcomp: skip collseq lookup when there are no rules
372         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
373         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
374
375         regcomp: recognize ill-formed { } expressions
376         * lib/regcomp.c (parse_dup_op): From glibc:
377         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
378
379         regcomp: fix typo in comment
380         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
381         s/satisfy/satisfies/.
382
383         regcomp: sync from glibc: remove dead store
384         * lib/regcomp.c (duplicate_node_closure): Remove useless
385         search_duplicated_node call and dead store.
386
387         regcomp: sync from glibc; always use nl_langinfo
388         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
389         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
390         * modules/regex (Depends-on): Add nl_langinfo.
391
392 2010-01-04  Eric Blake  <ebb9@byu.net>
393
394         fdopendir: fix configure test
395         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
396
397 2010-01-01  Bruno Haible  <bruno@clisp.org>
398
399         wchar: Remove unused configure check.
400         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
401
402 2010-01-01  Eric Blake  <ebb9@byu.net>
403
404         headers: make check of system header explicit
405         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
406         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
407         ourselves.
408         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
409         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
410         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
411         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
412         internals.
413         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
414         missing.
415         Suggested by Bruno Haible.
416
417 2010-01-01  Jim Meyering  <meyering@redhat.com>
418
419         ChangeLog: tweak to eliminate unnecessary copyright line
420         * ChangeLog: Remove a copyright line that was mistakenly updated
421         by today's update-copyright run.  Reported by Eric Blake.
422
423         test-update-copyright: don't let envvar setting cause test failure
424         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
425
426 2010-01-01  Bruno Haible  <bruno@clisp.org>
427
428         localename: Avoid gcc warning.
429         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
430         function if it is not used.
431
432 2010-01-01  Jim Meyering  <meyering@redhat.com>
433
434         update nearly all FSF copyright year lists to include 2010
435         Use the same procedure as for 2009, outlined in
436         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
437
438         version-etc: set COPYRIGHT_YEAR to 2010
439         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
440
441 2009-12-31  Eric Blake  <ebb9@byu.net>
442
443         doc: correct availability of cygwin 1.5.x getopt
444         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
445         variables.
446         * doc/posix-functions/opterr.texi (opterr): Likewise.
447         * doc/posix-functions/optind.texi (optind): Likewise.
448         * doc/posix-functions/optopt.texi (optopt): Likewise.
449         * doc/posix-functions/tzname.texi (tzname): Likewise.
450
451         openat: update maintainer
452         * modules/openat (Maintainer): Add myself.
453
454         utimens: avoid shadowing warning
455         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
456         buffers into one, to avoid shadowing, as well as avoiding a
457         redundant stat.
458         Reported by Jim Meyering.
459
460         test-dup2: avoid compiler warning
461         * tests/test-dup2.c (is_inheritable): Only define if used.
462
463 2010-01-01  Bruno Haible  <bruno@clisp.org>
464
465         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
466         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
467         defined, use wctomb instead of wcrtomb.
468
469 2010-01-01  Bruno Haible  <bruno@clisp.org>
470
471         iconv: Reject native Solaris iconv.
472         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
473         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
474
475 2009-12-31  Bruno Haible  <bruno@clisp.org>
476
477         * tests/test-signal.c (main): Remove test of 'SIG'.
478
479 2009-12-31  Bruno Haible  <bruno@clisp.org>
480
481         spawn: Fix incomplete fix.
482         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
483         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
484         warnings for GNULIB_POSIXCHECK again.
485         Reported by Eric Blake.
486
487 2009-12-31  Bruno Haible  <bruno@clisp.org>
488
489         Avoid namespace pollution on glibc systems.
490         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
491         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
492         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
493         glibc systems.
494
495 2009-12-31  Bruno Haible  <bruno@clisp.org>
496
497         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
498         (gl_REPLACE_WCHAR_H): Turn into a no-op.
499         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
500         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
501         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
502         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
503         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
504
505 2009-12-31  Bruno Haible  <bruno@clisp.org>
506
507         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
508         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
509         afterwards.
510
511 2009-12-31  Bruno Haible  <bruno@clisp.org>
512
513         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
514         SYS_UTSNAME_H.
515
516 2009-12-31  Bruno Haible  <bruno@clisp.org>
517
518         spawn: Fix misapplied patch.
519         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
520         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
521         warnings for GNULIB_POSIXCHECK.
522
523 2009-12-31  Bruno Haible  <bruno@clisp.org>
524
525         times: Update after sys_times changed.
526         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
527         * modules/times (Files): Add it.
528         (configure.ac): Invoke gl_FUNC_TIMES.
529
530 2009-12-31  Bruno Haible  <bruno@clisp.org>
531
532         Use AC_C_INLINE where necessary.
533         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
534         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
535         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
536         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
537         * m4/mbfile.m4 (gl_MBFILE): Likewise.
538         * m4/mbiter.m4 (gl_MBITER): Likewise.
539         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
540         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
541         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
542         * modules/u64 (configure.ac): Likewise.
543
544 2009-12-31  Bruno Haible  <bruno@clisp.org>
545
546         Use AC_C_INLINE instead of module 'inline' where possible.
547         * modules/inline (Description): Clarify purpose.
548         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
549         * modules/count-one-bits (Depends-on): Remove inline.
550         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
551         * modules/openat (Depends-on): Remove inline.
552         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
553         instead of depending on module 'inline'.
554         * modules/filevercmp (Depends-on, configure.ac): Likewise.
555         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
556         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
557         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
558         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
559         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
560         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
561         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
562         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
563         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
564         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
565         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
566         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
567         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
568         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
569         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
570         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
571         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
572         Likewise.
573         * modules/unictype/property-ascii-hex-digit (Depends-on,
574         configure.ac): Likewise.
575         * modules/unictype/property-bidi-arabic-digit (Depends-on,
576         configure.ac): Likewise.
577         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
578         configure.ac): Likewise.
579         * modules/unictype/property-bidi-block-separator (Depends-on,
580         configure.ac): Likewise.
581         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
582         configure.ac): Likewise.
583         * modules/unictype/property-bidi-common-separator (Depends-on,
584         configure.ac): Likewise.
585         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
586         Likewise.
587         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
588         configure.ac): Likewise.
589         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
590         configure.ac): Likewise.
591         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
592         configure.ac): Likewise.
593         * modules/unictype/property-bidi-european-digit (Depends-on,
594         configure.ac): Likewise.
595         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
596         configure.ac): Likewise.
597         * modules/unictype/property-bidi-left-to-right (Depends-on,
598         configure.ac): Likewise.
599         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
600         configure.ac): Likewise.
601         * modules/unictype/property-bidi-other-neutral (Depends-on,
602         configure.ac): Likewise.
603         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
604         Likewise.
605         * modules/unictype/property-bidi-segment-separator (Depends-on,
606         configure.ac): Likewise.
607         * modules/unictype/property-bidi-whitespace (Depends-on,
608         configure.ac): Likewise.
609         * modules/unictype/property-combining (Depends-on, configure.ac):
610         Likewise.
611         * modules/unictype/property-composite (Depends-on, configure.ac):
612         Likewise.
613         * modules/unictype/property-currency-symbol (Depends-on,
614         configure.ac): Likewise.
615         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
616         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
617         Likewise.
618         * modules/unictype/property-default-ignorable-code-point (Depends-on,
619         configure.ac): Likewise.
620         * modules/unictype/property-deprecated (Depends-on, configure.ac):
621         Likewise.
622         * modules/unictype/property-diacritic (Depends-on, configure.ac):
623         Likewise.
624         * modules/unictype/property-extender (Depends-on, configure.ac):
625         Likewise.
626         * modules/unictype/property-format-control (Depends-on, configure.ac):
627         Likewise.
628         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
629         Likewise.
630         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
631         Likewise.
632         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
633         Likewise.
634         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
635         Likewise.
636         * modules/unictype/property-hyphen (Depends-on, configure.ac):
637         Likewise.
638         * modules/unictype/property-id-continue (Depends-on, configure.ac):
639         Likewise.
640         * modules/unictype/property-id-start (Depends-on, configure.ac):
641         Likewise.
642         * modules/unictype/property-ideographic (Depends-on, configure.ac):
643         Likewise.
644         * modules/unictype/property-ids-binary-operator (Depends-on,
645         configure.ac): Likewise.
646         * modules/unictype/property-ids-trinary-operator (Depends-on,
647         configure.ac): Likewise.
648         * modules/unictype/property-ignorable-control (Depends-on,
649         configure.ac): Likewise.
650         * modules/unictype/property-iso-control (Depends-on, configure.ac):
651         Likewise.
652         * modules/unictype/property-join-control (Depends-on, configure.ac):
653         Likewise.
654         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
655         Likewise.
656         * modules/unictype/property-line-separator (Depends-on, configure.ac):
657         Likewise.
658         * modules/unictype/property-logical-order-exception (Depends-on,
659         configure.ac): Likewise.
660         * modules/unictype/property-lowercase (Depends-on, configure.ac):
661         Likewise.
662         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
663         * modules/unictype/property-non-break (Depends-on, configure.ac):
664         Likewise.
665         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
666         Likewise.
667         * modules/unictype/property-numeric (Depends-on, configure.ac):
668         Likewise.
669         * modules/unictype/property-other-alphabetic (Depends-on,
670         configure.ac): Likewise.
671         * modules/unictype/property-other-default-ignorable-code-point
672         (Depends-on, configure.ac): Likewise.
673         * modules/unictype/property-other-grapheme-extend (Depends-on,
674         configure.ac): Likewise.
675         * modules/unictype/property-other-id-continue (Depends-on,
676         configure.ac): Likewise.
677         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
678         Likewise.
679         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
680         Likewise.
681         * modules/unictype/property-other-math (Depends-on, configure.ac):
682         Likewise.
683         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
684         Likewise.
685         * modules/unictype/property-paired-punctuation (Depends-on,
686         configure.ac): Likewise.
687         * modules/unictype/property-paragraph-separator (Depends-on,
688         configure.ac): Likewise.
689         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
690         Likewise.
691         * modules/unictype/property-pattern-white-space (Depends-on,
692         configure.ac): Likewise.
693         * modules/unictype/property-private-use (Depends-on, configure.ac):
694         Likewise.
695         * modules/unictype/property-punctuation (Depends-on, configure.ac):
696         Likewise.
697         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
698         Likewise.
699         * modules/unictype/property-radical (Depends-on, configure.ac):
700         Likewise.
701         * modules/unictype/property-sentence-terminal (Depends-on,
702         configure.ac): Likewise.
703         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
704         Likewise.
705         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
706         * modules/unictype/property-terminal-punctuation (Depends-on,
707         configure.ac): Likewise.
708         * modules/unictype/property-titlecase (Depends-on, configure.ac):
709         Likewise.
710         * modules/unictype/property-unassigned-code-value (Depends-on,
711         configure.ac): Likewise.
712         * modules/unictype/property-unified-ideograph (Depends-on,
713         configure.ac): Likewise.
714         * modules/unictype/property-uppercase (Depends-on, configure.ac):
715         Likewise.
716         * modules/unictype/property-variation-selector (Depends-on,
717         configure.ac): Likewise.
718         * modules/unictype/property-white-space (Depends-on, configure.ac):
719         Likewise.
720         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
721         Likewise.
722         * modules/unictype/property-xid-start (Depends-on, configure.ac):
723         Likewise.
724         * modules/unictype/property-zero-width (Depends-on, configure.ac):
725         Likewise.
726         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
727         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
728         Likewise.
729
730 2009-12-31  Bruno Haible  <bruno@clisp.org>
731
732         Remove unnecessary AC_C_INLINE invocation.
733         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
734         since 2009-08-21.
735
736 2009-12-31  Jim Meyering  <meyering@redhat.com>
737
738         maint.mk: don't require explicit gpg_key_ID in cfg.mk
739         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
740         With this change, we can all remove the gpg_key_ID = ... definition
741         from our respective cfg.mk files.
742
743         maint.mk: create announcement template in ~/, not in /tmp
744         * top/maint.mk (emit_upload_commands): Adjust.
745         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
746         Remove temporary file, .ci-msg.
747
748 2009-12-31  Eric Blake  <ebb9@byu.net>
749
750         link-warning: always build headers with link warnings
751         * modules/arpa_inet (Makefile.am): Always build replacement
752         header.
753         * modules/ctype (Makefile.am): Likewise.
754         * modules/dirent (Makefile.am): Likewise.
755         * modules/inttypes (Makefile.am): Likewise.
756         * modules/langinfo (Makefile.am): Likewise.
757         * modules/locale (Makefile.am): Likewise.
758         * modules/spawn (Makefile.am): Likewise.
759         * modules/sys_file (Makefile.am): Likewise.
760         * modules/sys_ioctl (Makefile.am): Likewise.
761         * modules/sys_select (Makefile.am): Likewise.
762         * modules/sys_socket (Makefile.am): Likewise.
763         * modules/sys_times (Makefile.am): Likewise.
764         * modules/sys_utsname (Makefile.am): Likewise.
765         * modules/sys_wait (Makefile.am): Likewise.
766         * modules/wchar (Makefile.am): Likewise.
767         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
768         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
769         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
770         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
771         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
772         Likewise.
773         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
774         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
775         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
776         Likewise.
777         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
778         Likewise.
779         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
780         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
781         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
782         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
783         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
784         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
785         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
786         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
787         (gl_WCHAR_H_DEFAULTS): Likewise.
788
789 2009-12-31  Eric Blake  <ebb9@byu.net>
790
791         signal, spawn: use link warnings
792         * lib/signal.in.h (sigset_t): Make unconditional.
793         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
794         (sigpending, sigprocmask, sigaction): Add link warnings.
795         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
796         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
797         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
798         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
799         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
800         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
801         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
802         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
803         (posix_spawn_file_actions_destroy)
804         (posix_spawn_file_actions_addopen)
805         (posix_spawn_file_actions_addclose)
806         (posix_spawwn_file_actions_adddup2): Likewise.
807         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
808         * tests/test-signal.c (main): Enhance test.
809
810         spawn: improve wrapper support
811         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
812         (gl_SPAWN_H_DEFAULTS): New defaults.
813         * modules/spawn (Makefile.am): Substitute them.
814         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
815         Only declare if missing or broken.
816
817         sys_times, sys_utsname: use include_next
818         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
819         header.
820         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
821         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
822         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
823         * modules/sys_times (Depends-on): Add include_next.
824         (Makefile.am): Substitute additional values.
825         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
826         * lib/sys_times.in.h (includes): Include native header, if
827         available.
828         * lib/sys_utsname.in.h (includes): Likewise.
829         * tests/test-sys_times.c (main): Enhance test.
830
831         fdutimensat: revert prior patch
832         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
833         utimens.h.
834         Reported by Bruno Haible.
835
836 2009-12-30  Eric Blake  <ebb9@byu.net>
837
838         sys_wait: drop link-warning dependency
839         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
840         link-warning efforts.
841         * lib/sys_wait.in.h: Likewise.
842
843         fdutimensat: remove bogus dependency
844         * modules/fdutimensat (Depends-on): Drop inline.
845
846         unistd: fix typo
847         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
848
849 2009-12-30  Bruno Haible  <bruno@clisp.org>
850
851         Fix compilation error with Solaris cc.
852         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
853         * lib/unicase/u16-is-invariant.c: Likewise.
854         * lib/unicase/u32-is-invariant.c: Likewise.
855         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
856
857 2009-12-30  Bruno Haible  <bruno@clisp.org>
858
859         Fix test crash.
860         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
861         locales.
862         Reported by Simon Josefsson <simon@josefsson.org>.
863
864 2009-12-30  Bruno Haible  <bruno@clisp.org>
865
866         Fix compilation error on most platforms.
867         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
868         Reported by Simon Josefsson <simon@josefsson.org>
869         and Nelson H. F. Beebe <beebe@math.utah.edu>.
870
871 2009-12-30  Eric Blake  <ebb9@byu.net>
872
873         futimens, utimensat: work around ntfs-3g bug
874         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
875         a ctime bug is present, and expand workaround to cover ntfs-3g.
876         * lib/utimens.c (fdutimens, lutimens): Likewise.
877         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
878         (validate_timespec): Adjust return value.
879         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
880         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
881         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
882
883 2009-12-29  Eric Blake  <ebb9@byu.net>
884
885         link-warning: make usage consistent
886         * modules/ctype (Depends-on): Add link-warning.
887         (Makefile.am): Update rules accordingly.
888         * modules/langinfo (Depends-on, Makefile.am): Likewise.
889         * modules/locale (Depends-on, Makefile.am): Likewise.
890         * modules/sys_file (Makefile.am): Likewise.
891         * modules/getopt-posix (Makefile.am): Delete unused link warning
892         efforts.
893         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
894         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
895         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
896         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
897
898         stdio: remove unused variables
899         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
900         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
901         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
902
903         tests: test more substitute headers
904         * modules/ctype-tests: New file.
905         * modules/dirent-tests: Likewise.
906         * modules/spawn-tests: Likewise.
907         * modules/sys_file-tests: Likewise.
908         * modules/sys_ioctl-tests: Likewise.
909         * modules/sys_wait-tests: Likewise.
910         * tests/test-ctype.c: Likewise.
911         * tests/test-dirent.c: Likewise.
912         * tests/test-spawn.c: Likewise.
913         * tests/test-sys_file.c: Likewise.
914         * tests/test-sys_ioctl.c: Likewise.
915         * tests/test-sys_wait.c: Likewise.
916         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
917         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
918         whether or not flock is in use.
919
920         tests: remove License section from module
921         * modules/arpa_inet-tests: Remove unneeded section.
922         * modules/byteswap-tests: Likewise.
923         * modules/ceilf-tests: Likewise.
924         * modules/ceill-tests: Likewise.
925         * modules/crypto/des-tests: Likewise.
926         * modules/crypto/gc-arcfour-tests: Likewise.
927         * modules/crypto/gc-arctwo-tests: Likewise.
928         * modules/crypto/gc-des-tests: Likewise.
929         * modules/crypto/gc-hmac-md5-tests: Likewise.
930         * modules/crypto/gc-hmac-sha1-tests: Likewise.
931         * modules/crypto/gc-md2-tests: Likewise.
932         * modules/crypto/gc-md4-tests: Likewise.
933         * modules/crypto/gc-md5-tests: Likewise.
934         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
935         * modules/crypto/gc-rijndael-tests: Likewise.
936         * modules/crypto/gc-sha1-tests: Likewise.
937         * modules/crypto/gc-tests: Likewise.
938         * modules/crypto/md2-tests: Likewise.
939         * modules/crypto/md4-tests: Likewise.
940         * modules/fcntl-h-tests: Likewise.
941         * modules/floorf-tests: Likewise.
942         * modules/floorl-tests: Likewise.
943         * modules/frexp-nolibm-tests: Likewise.
944         * modules/frexp-tests: Likewise.
945         * modules/frexpl-nolibm-tests: Likewise.
946         * modules/frexpl-tests: Likewise.
947         * modules/getaddrinfo-tests: Likewise.
948         * modules/inttypes-tests: Likewise.
949         * modules/isfinite-tests: Likewise.
950         * modules/isinf-tests: Likewise.
951         * modules/ldexpl-tests: Likewise.
952         * modules/locale-tests: Likewise.
953         * modules/math-tests: Likewise.
954         * modules/netdb-tests: Likewise.
955         * modules/netinet_in-tests: Likewise.
956         * modules/printf-frexp-tests: Likewise.
957         * modules/printf-frexpl-tests: Likewise.
958         * modules/priv-set-tests: Likewise.
959         * modules/random_r-tests: Likewise.
960         * modules/round-tests: Likewise.
961         * modules/roundf-tests: Likewise.
962         * modules/roundl-tests: Likewise.
963         * modules/search-tests: Likewise.
964         * modules/select-tests: Likewise.
965         * modules/signal-tests: Likewise.
966         * modules/stdbool-tests: Likewise.
967         * modules/stddef-tests: Likewise.
968         * modules/stdint-tests: Likewise.
969         * modules/stdio-tests: Likewise.
970         * modules/stdlib-tests: Likewise.
971         * modules/string-tests: Likewise.
972         * modules/strings-tests: Likewise.
973         * modules/sys_select-tests: Likewise.
974         * modules/sys_socket-tests: Likewise.
975         * modules/sys_stat-tests: Likewise.
976         * modules/sys_time-tests: Likewise.
977         * modules/sys_utsname-tests: Likewise.
978         * modules/sysexits-tests: Likewise.
979         * modules/time-tests: Likewise.
980         * modules/trunc-tests: Likewise.
981         * modules/truncf-tests: Likewise.
982         * modules/truncl-tests: Likewise.
983         * modules/tsearch-tests: Likewise.
984         * modules/unistd-tests: Likewise.
985         * modules/wchar-tests: Likewise.
986         * modules/wctype-tests: Likewise.
987
988         tests: fix license on several tests
989         * tests/test-des.c: Update to GPLv3+.
990         * tests/test-flock.c: Likewise.
991         * tests/test-fsync.c: Likewise.
992         * tests/test-futimens.h: Likewise.
993         * tests/test-gc-arcfour.c: Likewise.
994         * tests/test-gc-arctwo.c: Likewise.
995         * tests/test-gc-des.c: Likewise.
996         * tests/test-gc-hmac-md5.c: Likewise.
997         * tests/test-gc-hmac-sha1.c: Likewise.
998         * tests/test-gc-md2.c: Likewise.
999         * tests/test-gc-md4.c: Likewise.
1000         * tests/test-gc-md5.c: Likewise.
1001         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1002         * tests/test-gc-rijndael.c: Likewise.
1003         * tests/test-gc-sha1.c: Likewise.
1004         * tests/test-gc.c: Likewise.
1005         * tests/test-getcwd.c: Likewise.
1006         * tests/test-link.c: Likewise.
1007         * tests/test-link.h: Likewise.
1008         * tests/test-lutimens.h: Likewise.
1009         * tests/test-md2.c: Likewise.
1010         * tests/test-md4.c: Likewise.
1011         * tests/test-mkdir.h: Likewise.
1012         * tests/test-rename.c: Likewise.
1013         * tests/test-rename.h: Likewise.
1014         * tests/test-safe-alloc.c: Likewise.
1015         * tests/test-utimens-common.h: Likewise.
1016         * tests/test-utimens.h: Likewise.
1017
1018         maint: sync license texts
1019         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
1020         * doc/gpl-3.0.texi: Revert copyright year update.
1021         * doc/lgpl-3.0.texi: Likewise.
1022
1023 2009-12-29  Jim Meyering  <meyering@redhat.com>
1024
1025         update nearly all FSF copyright year lists to include 2009
1026         The files named by the following are exempted:
1027             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
1028               test -f "$dst" && { echo "$dst"; continue; }
1029               test -d "$dst" || continue
1030               echo "$dst"/$(basename "$src")
1031             done > exempt
1032             git ls-files tests/unictype >> exempt
1033         In the remaining files, convert to all-interval notation if
1034         - there is already at least one year interval like 2000-2003
1035         - the file is maintained by me
1036         - the file is in lib/uni*/, where that style already prevails
1037         Otherwise, use update-copyright's default.
1038
1039 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1040         and Eric Blake  <ebb9@byu.net>
1041
1042         tests: don't require debug system() to pass
1043         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
1044         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1045         * tests/test-unlink.h (test_unlink_func): Likewise.
1046         * tests/test-fstatat.c (main): ...into callers.
1047         * tests/test-lstat.c (main): Likewise.
1048         * tests/test-rmdir.c (main): Likewise.
1049         * tests/test-unlink.c (main): Likewise.
1050         * tests/test-unlinkat.c (main): Likewise.
1051         * tests/test-areadlink-with-size.c (main): Don't require a
1052         debug-only system call to pass, aiding cross-testing to mingw.
1053         * tests/test-areadlink.c (main): Likewise.
1054         * tests/test-areadlinkat-with-size.c (main): Likewise.
1055         * tests/test-areadlinkat.c (main): Likewise.
1056         * tests/test-canonicalize-lgpl.c (main): Likewise.
1057         * tests/test-canonicalize.c (main): Likewise.
1058         * tests/test-chown.c (main): Likewise.
1059         * tests/test-fchownat.c (main): Likewise.
1060         * tests/test-lchown.c (main): Likewise.
1061         * tests/test-fdutimensat.c (main): Likewise.
1062         * tests/test-futimens.c (main): Likewise.
1063         * tests/test-link.c (main): Likewise.
1064         * tests/test-linkat.c (main): Likewise.
1065         * tests/test-mkdir.c (main): Likewise.
1066         * tests/test-mkdirat.c (main): Likewise.
1067         * tests/test-mkfifo.c (main): Likewise.
1068         * tests/test-mkfifoat.c (main): Likewise.
1069         * tests/test-mknod.c (main): Likewise.
1070         * tests/test-readlink.c (main): Likewise.
1071         * tests/test-remove.c (main): Likewise.
1072         * tests/test-rename.c (main): Likewise.
1073         * tests/test-renameat.c (main): Likewise.
1074         * tests/test-symlink.c (main): Likewise.
1075         * tests/test-symlinkat.c (main): Likewise.
1076         * tests/test-utimens.c (main): Likewise.
1077         * tests/test-utimensat.c (main): Likewise.
1078
1079 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1080
1081         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
1082         on $(UNUSED_PARAMETER_H) to avoid build failure.
1083
1084 2009-12-28  Jim Meyering  <meyering@redhat.com>
1085
1086         update-copyright: you may specify a max. line length other than 72
1087         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
1088
1089         maint: use consistent FSF copyright line syntax
1090         * lib/posixtm.c: Add missing comma in FSF copyright line.
1091         * lib/posixtm.h: Likewise.
1092         * lib/getugroups.c: Add missing ", Inc.".
1093
1094         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
1095         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
1096         FSF copyright line.  Remove trailing blanks.
1097
1098 2009-12-28  Eric Blake  <ebb9@byu.net>
1099
1100         test-dup2: reduce dependencies
1101         * modules/cloexec (Configure.ac): Set witness.
1102         * modules/dup2-tests (Depends-on): Drop cloexec.
1103         * tests/test-dup2.c (main): Skip portion of test if cloexec module
1104         not present.
1105         Suggested by Bruno Haible.
1106
1107 2009-12-26  Bruno Haible  <bruno@clisp.org>
1108
1109         Remove an unneeded dependency.
1110         * modules/fseterr (Depends-on): Remove dup2.
1111
1112 2009-12-26  Eric Blake  <ebb9@byu.net>
1113
1114         tests: use macros.h in more places
1115         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
1116         (ASSERT_STREAM): Provide default of stderr.
1117         * tests/test-dirent-safer.c: Include macros.h, using alternate
1118         stream for assertions.
1119         * tests/test-dup-safer.c: Likewise.
1120         * tests/test-freopen-safer.c: Likewise.
1121         * tests/test-getopt.c: Likewise.
1122         * tests/test-openat-safer.c: Likewise.
1123         * tests/test-pipe.c: Likewise.
1124         * tests/test-popen-safer.c: Likewise.
1125         * modules/dirent-safer-tests (Files): Include macros.h.
1126         * modules/unistd-safer-tests (Files): Likewise.
1127         * modules/freopen-safer-tests (Files): Likewise.
1128         * modules/getopt-posix-tests (Files): Likewise.
1129         * modules/openat-safer-tests (Files): Likewise.
1130         * modules/pipe-tests (Files): Likewise.
1131
1132 2009-12-26  Bruno Haible  <bruno@clisp.org>
1133
1134         javacomp: Portability fix.
1135         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
1136         that it also works on Solaris.
1137
1138 2009-12-26  Bruno Haible  <bruno@clisp.org>
1139
1140         localename: Fix storage allocation of gl_locale_name_thread's result.
1141         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
1142         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
1143         all platforms that have 'uselocale'.
1144         (gl_locale_name_thread_unsafe): New function, extracted from
1145         gl_locale_name_thread.
1146         (gl_locale_name_thread): Call struniq on all platforms that have
1147         'uselocale'.
1148         * tests/test-localename.c (test_locale_name_thread): Check that the
1149         resulting strings are permanently allocated.
1150         * modules/localename-tests (Depends-on): Add strdup.
1151
1152 2009-12-26  Bruno Haible  <bruno@clisp.org>
1153
1154         * tests/test-localename.c (categories): Fill in the strings.
1155
1156 2009-12-26  Jim Meyering  <meyering@redhat.com>
1157
1158         isdir: complete the removal of m4/isdir.m4
1159         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
1160
1161         isdir: clean up, since at least grep still uses it
1162         * lib/isdir.c: Include "isdir.h".
1163         (S_ISDIR): Remove now-unneeded definition.
1164         * modules/isdir (Files): Add lib/isdir.h.
1165         * lib/isdir.h: New file, with declaration.
1166         * m4/isdir.m4: Remove file -- unneeded.
1167
1168 2009-12-25  Bruno Haible  <bruno@clisp.org>
1169
1170         selinux-h: Make generated .h files standalone.
1171         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
1172         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
1173         * lib/se-selinux.in.h: Likewise.
1174         * modules/selinux-h (Depends-on): Add unused-parameter.
1175         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
1176         selinux/selinux.h and selinux/context.h.
1177         Suggested by Eric Blake.
1178
1179 2009-12-25  Bruno Haible  <bruno@clisp.org>
1180
1181         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
1182         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
1183         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
1184         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
1185         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
1186
1187 2009-12-24  Bruno Haible  <bruno@clisp.org>
1188
1189         openat: Fix warning.
1190         * lib/openat-proc.c: Include <unistd.h>.
1191
1192 2009-12-24  Bruno Haible  <bruno@clisp.org>
1193
1194         New module 'unused-parameter'.
1195         * build-aux/unused-parameter.h: New file, extracted from earlier
1196         gnulib-common.m4.
1197         * modules/unused-parameter: New file.
1198         * lib/unistr.h: Include unused-parameter.h.
1199         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
1200         _GL_UNUSED.
1201         * modules/unistr/base (Depends-on): Add unused-parameter.
1202
1203 2009-12-24  Bruno Haible  <bruno@clisp.org>
1204
1205         Add missing dependencies to 'extensions' module.
1206         * m4/extensions.m4: Add comment.
1207         * modules/accept4 (Depends-on): Add extensions.
1208         * modules/dup3 (Depends-on): Likewise.
1209         * modules/fcntl (Depends-on): Likewise.
1210         * modules/futimens (Depends-on): Likewise.
1211         * modules/mknod (Depends-on): Likewise.
1212         * modules/pipe2 (Depends-on): Likewise.
1213         * modules/stat-time (Depends-on): Likewise.
1214         * modules/strcasestr-simple (Depends-on): Likewise.
1215         * modules/strsignal (Depends-on): Likewise.
1216         * modules/utimensat (Depends-on): Likewise.
1217         * modules/localcharset (Depends-on): Likewise. Needed because of
1218         gl_FCNTL_O_FLAGS.
1219         * modules/wcrtomb (Depends-on): Likewise. Needed because of
1220         AC_TYPE_MBSTATE_T.
1221         * modules/wcsnrtombs (Depends-on): Likewise.
1222         * modules/wcsrtombs (Depends-on): Likewise.
1223
1224 2009-12-24  Bruno Haible  <bruno@clisp.org>
1225
1226         binary-io: Avoid gcc warning due to SET_BINARY.
1227         * lib/binary-io.h (SET_BINARY): Cast the result to void.
1228         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
1229
1230 2009-12-24  Bruno Haible  <bruno@clisp.org>
1231
1232         Avoid future namespace pollution on glibc systems.
1233         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
1234         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
1235         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
1236         glibc systems.
1237
1238 2009-12-24  Bruno Haible  <bruno@clisp.org>
1239
1240         Refactor common macros used in tests.
1241         * tests/macros.h: New file.
1242         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
1243         and/or <stdlib.h>, if appropriate.
1244         (ASSERT, SIZEOF): Remove macros.
1245         * tests/test-areadlink-with-size.c: Likewise.
1246         * tests/test-areadlinkat.c: Likewise.
1247         * tests/test-areadlinkat-with-size.c: Likewise.
1248         * tests/test-argmatch.c: Likewise.
1249         * tests/test-argv-iter.c: Likewise.
1250         * tests/test-array-mergesort.c: Likewise.
1251         * tests/test-array_list.c: Likewise.
1252         * tests/test-array_oset.c: Likewise.
1253         * tests/test-avltree_list.c: Likewise.
1254         * tests/test-avltree_oset.c: Likewise.
1255         * tests/test-avltreehash_list.c: Likewise.
1256         * tests/test-base64.c: Likewise.
1257         * tests/test-binary-io.c: Likewise.
1258         * tests/test-bitrotate.c: Likewise.
1259         * tests/test-btowc.c: Likewise.
1260         * tests/test-byteswap.c: Likewise.
1261         * tests/test-c-ctype.c: Likewise.
1262         * tests/test-c-stack.c: Likewise.
1263         * tests/test-c-strcasecmp.c: Likewise.
1264         * tests/test-c-strcasestr.c: Likewise.
1265         * tests/test-c-strncasecmp.c: Likewise.
1266         * tests/test-c-strstr.c: Likewise.
1267         * tests/test-canonicalize-lgpl.c: Likewise.
1268         * tests/test-canonicalize.c: Likewise.
1269         * tests/test-carray_list.c: Likewise.
1270         * tests/test-ceilf1.c: Likewise.
1271         * tests/test-ceilf2.c: Likewise.
1272         * tests/test-ceill.c: Likewise.
1273         * tests/test-chown.c: Likewise.
1274         * tests/test-cloexec.c: Likewise.
1275         * tests/test-copy-acl.c: Likewise.
1276         * tests/test-copy-file.c: Likewise.
1277         * tests/test-count-one-bits.c: Likewise.
1278         * tests/test-dprintf-posix.c: Likewise.
1279         * tests/test-dup2.c: Likewise.
1280         * tests/test-dup3.c: Likewise.
1281         * tests/test-duplocale.c: Likewise.
1282         * tests/test-fbufmode.c: Likewise.
1283         * tests/test-fchdir.c: Likewise.
1284         * tests/test-fchownat.c: Likewise.
1285         * tests/test-fcntl-safer.c: Likewise.
1286         * tests/test-fcntl.c: Likewise.
1287         * tests/test-fdopendir.c: Likewise.
1288         * tests/test-fdutimensat.c: Likewise.
1289         * tests/test-fflush2.c: Likewise.
1290         * tests/test-file-has-acl.c: Likewise.
1291         * tests/test-filevercmp.c: Likewise.
1292         * tests/test-flock.c: Likewise.
1293         * tests/test-floorf1.c: Likewise.
1294         * tests/test-floorf2.c: Likewise.
1295         * tests/test-floorl.c: Likewise.
1296         * tests/test-fnmatch.c: Likewise.
1297         * tests/test-fopen.h: Likewise.
1298         * tests/test-fpending.c: Likewise.
1299         * tests/test-fprintf-posix.c: Likewise.
1300         * tests/test-fpurge.c: Likewise.
1301         * tests/test-freadable.c: Likewise.
1302         * tests/test-freadahead.c: Likewise.
1303         * tests/test-freading.c: Likewise.
1304         * tests/test-freadptr.c: Likewise.
1305         * tests/test-freadptr2.c: Likewise.
1306         * tests/test-freadseek.c: Likewise.
1307         * tests/test-freopen.c: Likewise.
1308         * tests/test-frexp.c: Likewise.
1309         * tests/test-frexpl.c: Likewise.
1310         * tests/test-fseek.c: Likewise.
1311         * tests/test-fseeko.c: Likewise.
1312         * tests/test-fstatat.c: Likewise.
1313         * tests/test-fstrcmp.c: Likewise.
1314         * tests/test-fsync.c: Likewise.
1315         * tests/test-ftell.c: Likewise.
1316         * tests/test-ftello.c: Likewise.
1317         * tests/test-func.c: Likewise.
1318         * tests/test-futimens.c: Likewise.
1319         * tests/test-fwritable.c: Likewise.
1320         * tests/test-fwriting.c: Likewise.
1321         * tests/test-getcwd.c: Likewise.
1322         * tests/test-getdate.c: Likewise.
1323         * tests/test-getdelim.c: Likewise.
1324         * tests/test-getdtablesize.c: Likewise.
1325         * tests/test-getgroups.c: Likewise.
1326         * tests/test-getline.c: Likewise.
1327         * tests/test-getndelim2.c: Likewise.
1328         * tests/test-glob.c: Likewise.
1329         * tests/test-hash.c: Likewise.
1330         * tests/test-i-ring.c: Likewise.
1331         * tests/test-iconv-utf.c: Likewise.
1332         * tests/test-iconv.c: Likewise.
1333         * tests/test-idpriv-drop.c: Likewise.
1334         * tests/test-idpriv-droptemp.c: Likewise.
1335         * tests/test-inet_ntop.c: Likewise.
1336         * tests/test-inet_pton.c: Likewise.
1337         * tests/test-isblank.c: Likewise.
1338         * tests/test-isfinite.c: Likewise.
1339         * tests/test-isinf.c: Likewise.
1340         * tests/test-isnan.c: Likewise.
1341         * tests/test-isnand.h: Likewise.
1342         * tests/test-isnanf.h: Likewise.
1343         * tests/test-isnanl.h: Likewise.
1344         * tests/test-lchown.c: Likewise.
1345         * tests/test-ldexpl.c: Likewise.
1346         * tests/test-link.c: Likewise.
1347         * tests/test-linkat.c: Likewise.
1348         * tests/test-linked_list.c: Likewise.
1349         * tests/test-linkedhash_list.c: Likewise.
1350         * tests/test-localename.c: Likewise.
1351         * tests/test-lseek.c: Likewise.
1352         * tests/test-lstat.c: Likewise.
1353         * tests/test-mbmemcasecmp.c: Likewise.
1354         * tests/test-mbmemcasecoll.c: Likewise.
1355         * tests/test-mbrtowc.c: Likewise.
1356         * tests/test-mbscasecmp.c: Likewise.
1357         * tests/test-mbscasestr1.c: Likewise.
1358         * tests/test-mbscasestr2.c: Likewise.
1359         * tests/test-mbscasestr3.c: Likewise.
1360         * tests/test-mbscasestr4.c: Likewise.
1361         * tests/test-mbschr.c: Likewise.
1362         * tests/test-mbscspn.c: Likewise.
1363         * tests/test-mbsinit.c: Likewise.
1364         * tests/test-mbsncasecmp.c: Likewise.
1365         * tests/test-mbsnrtowcs.c: Likewise.
1366         * tests/test-mbspbrk.c: Likewise.
1367         * tests/test-mbspcasecmp.c: Likewise.
1368         * tests/test-mbsrchr.c: Likewise.
1369         * tests/test-mbsrtowcs.c: Likewise.
1370         * tests/test-mbsspn.c: Likewise.
1371         * tests/test-mbsstr1.c: Likewise.
1372         * tests/test-mbsstr2.c: Likewise.
1373         * tests/test-mbsstr3.c: Likewise.
1374         * tests/test-memchr.c: Likewise.
1375         * tests/test-memchr2.c: Likewise.
1376         * tests/test-memcmp.c: Likewise.
1377         * tests/test-memmem.c: Likewise.
1378         * tests/test-memrchr.c: Likewise.
1379         * tests/test-mkdir.c: Likewise.
1380         * tests/test-mkdirat.c: Likewise.
1381         * tests/test-mkfifo.c: Likewise.
1382         * tests/test-mkfifoat.c: Likewise.
1383         * tests/test-mknod.c: Likewise.
1384         * tests/test-nanosleep.c: Likewise.
1385         * tests/test-nl_langinfo.c: Likewise.
1386         * tests/test-obstack-printf.c: Likewise.
1387         * tests/test-open.c: Likewise.
1388         * tests/test-openat.c: Likewise.
1389         * tests/test-pipe-filter-gi1.c: Likewise.
1390         * tests/test-pipe-filter-gi2-main.c: Likewise.
1391         * tests/test-pipe-filter-ii1.c: Likewise.
1392         * tests/test-pipe-filter-ii2-main.c: Likewise.
1393         * tests/test-pipe2.c: Likewise.
1394         * tests/test-popen.h: Likewise.
1395         * tests/test-posixtm.c: Likewise.
1396         * tests/test-pread.c: Likewise.
1397         * tests/test-printf-frexp.c: Likewise.
1398         * tests/test-printf-frexpl.c: Likewise.
1399         * tests/test-printf-posix.c: Likewise.
1400         * tests/test-priv-set.c: Likewise.
1401         * tests/test-quotearg.c: Likewise.
1402         * tests/test-random_r.c: Likewise.
1403         * tests/test-rawmemchr.c: Likewise.
1404         * tests/test-rbtree_list.c: Likewise.
1405         * tests/test-rbtree_oset.c: Likewise.
1406         * tests/test-rbtreehash_list.c: Likewise.
1407         * tests/test-readlink.c: Likewise.
1408         * tests/test-remove.c: Likewise.
1409         * tests/test-rename.c: Likewise.
1410         * tests/test-renameat.c: Likewise.
1411         * tests/test-rmdir.c: Likewise.
1412         * tests/test-round1.c: Likewise.
1413         * tests/test-roundf1.c: Likewise.
1414         * tests/test-roundl.c: Likewise.
1415         * tests/test-safe-alloc.c: Likewise.
1416         * tests/test-sameacls.c: Likewise.
1417         * tests/test-set-mode-acl.c: Likewise.
1418         * tests/test-setenv.c: Likewise.
1419         * tests/test-sigaction.c: Likewise.
1420         * tests/test-signbit.c: Likewise.
1421         * tests/test-sleep.c: Likewise.
1422         * tests/test-snprintf-posix.c: Likewise.
1423         * tests/test-snprintf.c: Likewise.
1424         * tests/test-sprintf-posix.c: Likewise.
1425         * tests/test-stat-time.c: Likewise.
1426         * tests/test-stat.c: Likewise.
1427         * tests/test-strcasestr.c: Likewise.
1428         * tests/test-strchrnul.c: Likewise.
1429         * tests/test-strerror.c: Likewise.
1430         * tests/test-striconv.c: Likewise.
1431         * tests/test-striconveh.c: Likewise.
1432         * tests/test-striconveha.c: Likewise.
1433         * tests/test-strsignal.c: Likewise.
1434         * tests/test-strstr.c: Likewise.
1435         * tests/test-strtod.c: Likewise.
1436         * tests/test-strverscmp.c: Likewise.
1437         * tests/test-symlink.c: Likewise.
1438         * tests/test-symlinkat.c: Likewise.
1439         * tests/test-trunc1.c: Likewise.
1440         * tests/test-trunc2.c: Likewise.
1441         * tests/test-truncf1.c: Likewise.
1442         * tests/test-truncf2.c: Likewise.
1443         * tests/test-truncl.c: Likewise.
1444         * tests/test-uname.c: Likewise.
1445         * tests/test-unlink.c: Likewise.
1446         * tests/test-unlinkat.c: Likewise.
1447         * tests/test-unsetenv.c: Likewise.
1448         * tests/test-usleep.c: Likewise.
1449         * tests/test-utimens.c: Likewise.
1450         * tests/test-utimensat.c: Likewise.
1451         * tests/test-vasnprintf-posix.c: Likewise.
1452         * tests/test-vasnprintf-posix2.c: Likewise.
1453         * tests/test-vasnprintf.c: Likewise.
1454         * tests/test-vasprintf-posix.c: Likewise.
1455         * tests/test-vasprintf.c: Likewise.
1456         * tests/test-vdprintf-posix.c: Likewise.
1457         * tests/test-vfprintf-posix.c: Likewise.
1458         * tests/test-vprintf-posix.c: Likewise.
1459         * tests/test-vsnprintf-posix.c: Likewise.
1460         * tests/test-vsnprintf.c: Likewise.
1461         * tests/test-vsprintf-posix.c: Likewise.
1462         * tests/test-wcrtomb.c: Likewise.
1463         * tests/test-wcsnrtombs.c: Likewise.
1464         * tests/test-wcsrtombs.c: Likewise.
1465         * tests/test-wctype.c: Likewise.
1466         * tests/test-wcwidth.c: Likewise.
1467         * tests/test-xfprintf-posix.c: Likewise.
1468         * tests/test-xmemdup0.c: Likewise.
1469         * tests/test-xprintf-posix.c: Likewise.
1470         * tests/test-xvasprintf.c: Likewise.
1471         * tests/unicase/test-locale-language.c: Likewise.
1472         * tests/unicase/test-mapping-part1.h: Likewise.
1473         * tests/unicase/test-predicate-part1.h: Likewise.
1474         * tests/unicase/test-u8-casecmp.c: Likewise.
1475         * tests/unicase/test-u8-casecoll.c: Likewise.
1476         * tests/unicase/test-u8-casefold.c: Likewise.
1477         * tests/unicase/test-u8-is-cased.c: Likewise.
1478         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1479         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1480         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1481         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1482         * tests/unicase/test-u8-tolower.c: Likewise.
1483         * tests/unicase/test-u8-totitle.c: Likewise.
1484         * tests/unicase/test-u8-toupper.c: Likewise.
1485         * tests/unicase/test-u16-casecmp.c: Likewise.
1486         * tests/unicase/test-u16-casecoll.c: Likewise.
1487         * tests/unicase/test-u16-casefold.c: Likewise.
1488         * tests/unicase/test-u16-is-cased.c: Likewise.
1489         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1490         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1491         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1492         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1493         * tests/unicase/test-u16-tolower.c: Likewise.
1494         * tests/unicase/test-u16-totitle.c: Likewise.
1495         * tests/unicase/test-u16-toupper.c: Likewise.
1496         * tests/unicase/test-u32-casecmp.c: Likewise.
1497         * tests/unicase/test-u32-casecoll.c: Likewise.
1498         * tests/unicase/test-u32-casefold.c: Likewise.
1499         * tests/unicase/test-u32-is-cased.c: Likewise.
1500         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1501         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1502         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1503         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1504         * tests/unicase/test-u32-tolower.c: Likewise.
1505         * tests/unicase/test-u32-totitle.c: Likewise.
1506         * tests/unicase/test-u32-toupper.c: Likewise.
1507         * tests/unicase/test-ulc-casecmp.c: Likewise.
1508         * tests/unicase/test-ulc-casecoll.c: Likewise.
1509         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1510         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1511         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1512         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1513         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1514         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1515         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1516         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1517         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1518         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1519         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1520         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1521         * tests/unictype/test-bidi_byname.c: Likewise.
1522         * tests/unictype/test-bidi_name.c: Likewise.
1523         * tests/unictype/test-bidi_of.c: Likewise.
1524         * tests/unictype/test-bidi_test.c: Likewise.
1525         * tests/unictype/test-block_list.c: Likewise.
1526         * tests/unictype/test-block_of.c: Likewise.
1527         * tests/unictype/test-block_test.c: Likewise.
1528         * tests/unictype/test-categ_and.c: Likewise.
1529         * tests/unictype/test-categ_and_not.c: Likewise.
1530         * tests/unictype/test-categ_byname.c: Likewise.
1531         * tests/unictype/test-categ_name.c: Likewise.
1532         * tests/unictype/test-categ_none.c: Likewise.
1533         * tests/unictype/test-categ_of.c: Likewise.
1534         * tests/unictype/test-categ_or.c: Likewise.
1535         * tests/unictype/test-categ_test_withtable.c: Likewise.
1536         * tests/unictype/test-combining.c: Likewise.
1537         * tests/unictype/test-decdigit.c: Likewise.
1538         * tests/unictype/test-digit.c: Likewise.
1539         * tests/unictype/test-mirror.c: Likewise.
1540         * tests/unictype/test-numeric.c: Likewise.
1541         * tests/unictype/test-pr_byname.c: Likewise.
1542         * tests/unictype/test-pr_test.c: Likewise.
1543         * tests/unictype/test-predicate-part1.h: Likewise.
1544         * tests/unictype/test-scripts.c: Likewise.
1545         * tests/unictype/test-sy_c_ident.c: Likewise.
1546         * tests/unictype/test-sy_java_ident.c: Likewise.
1547         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1548         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1549         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1550         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1551         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1552         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1553         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1554         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1555         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1556         * tests/uninorm/test-compat-decomposition.c: Likewise.
1557         * tests/uninorm/test-composition.c: Likewise.
1558         * tests/uninorm/test-decomposing-form.c: Likewise.
1559         * tests/uninorm/test-decomposition.c: Likewise.
1560         * tests/uninorm/test-u8-nfc.c: Likewise.
1561         * tests/uninorm/test-u8-nfd.c: Likewise.
1562         * tests/uninorm/test-u8-nfkc.c: Likewise.
1563         * tests/uninorm/test-u8-nfkd.c: Likewise.
1564         * tests/uninorm/test-u8-normcmp.c: Likewise.
1565         * tests/uninorm/test-u8-normcoll.c: Likewise.
1566         * tests/uninorm/test-u16-nfc.c: Likewise.
1567         * tests/uninorm/test-u16-nfd.c: Likewise.
1568         * tests/uninorm/test-u16-nfkc.c: Likewise.
1569         * tests/uninorm/test-u16-nfkd.c: Likewise.
1570         * tests/uninorm/test-u16-normcmp.c: Likewise.
1571         * tests/uninorm/test-u16-normcoll.c: Likewise.
1572         * tests/uninorm/test-u32-nfc.c: Likewise.
1573         * tests/uninorm/test-u32-nfd.c: Likewise.
1574         * tests/uninorm/test-u32-nfkc.c: Likewise.
1575         * tests/uninorm/test-u32-nfkd.c: Likewise.
1576         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1577         * tests/uninorm/test-u32-normcmp.c: Likewise.
1578         * tests/uninorm/test-u32-normcoll.c: Likewise.
1579         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1580         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1581         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1582         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1583         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1584         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1585         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1586         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1587         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1588         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1589         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1590         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1591         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1592         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1593         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1594         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1595         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1596         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1597         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1598         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1599         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1600         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1601         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1602         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1603         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1604         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1605         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1606         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1607         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1608         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
1609         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
1610         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
1611         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
1612         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1613         * tests/uniwidth/test-u8-width.c: Likewise.
1614         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1615         * tests/uniwidth/test-u16-width.c: Likewise.
1616         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1617         * tests/uniwidth/test-u32-width.c: Likewise.
1618         * tests/uniwidth/test-uc_width.c: Likewise.
1619         * tests/uniwidth/test-uc_width2.c: Likewise.
1620         * modules/acl-tests (Files): Add tests/macros.h.
1621         * modules/areadlink-tests (Files): Likewise.
1622         * modules/areadlink-with-size-tests (Files): Likewise.
1623         * modules/areadlinkat-tests (Files): Likewise.
1624         * modules/areadlinkat-with-size-tests (Files): Likewise.
1625         * modules/argmatch-tests (Files): Likewise.
1626         * modules/argv-iter-tests (Files): Likewise.
1627         * modules/array-list-tests (Files): Likewise.
1628         * modules/array-mergesort-tests (Files): Likewise.
1629         * modules/array-oset-tests (Files): Likewise.
1630         * modules/avltree-list-tests (Files): Likewise.
1631         * modules/avltree-oset-tests (Files): Likewise.
1632         * modules/avltreehash-list-tests (Files): Likewise.
1633         * modules/base64-tests (Files): Likewise.
1634         * modules/binary-io-tests (Files): Likewise.
1635         * modules/bitrotate-tests (Files): Likewise.
1636         * modules/btowc-tests (Files): Likewise.
1637         * modules/byteswap-tests (Files): Likewise.
1638         * modules/c-ctype-tests (Files): Likewise.
1639         * modules/c-stack-tests (Files): Likewise.
1640         * modules/c-strcase-tests (Files): Likewise.
1641         * modules/c-strcasestr-tests (Files): Likewise.
1642         * modules/c-strstr-tests (Files): Likewise.
1643         * modules/canonicalize-lgpl-tests (Files): Likewise.
1644         * modules/canonicalize-tests (Files): Likewise.
1645         * modules/carray-list-tests (Files): Likewise.
1646         * modules/ceilf-tests (Files): Likewise.
1647         * modules/ceill-tests (Files): Likewise.
1648         * modules/chown-tests (Files): Likewise.
1649         * modules/cloexec-tests (Files): Likewise.
1650         * modules/copy-file-tests (Files): Likewise.
1651         * modules/count-one-bits-tests (Files): Likewise.
1652         * modules/dprintf-posix-tests (Files): Likewise.
1653         * modules/dup2-tests (Files): Likewise.
1654         * modules/dup3-tests (Files): Likewise.
1655         * modules/duplocale-tests (Files): Likewise.
1656         * modules/fbufmode-tests (Files): Likewise.
1657         * modules/fchdir-tests (Files): Likewise.
1658         * modules/fcntl-safer-tests (Files): Likewise.
1659         * modules/fcntl-tests (Files): Likewise.
1660         * modules/fdopendir-tests (Files): Likewise.
1661         * modules/fdutimensat-tests (Files): Likewise.
1662         * modules/fflush-tests (Files): Likewise.
1663         * modules/filevercmp-tests (Files): Likewise.
1664         * modules/flock-tests (Files): Likewise.
1665         * modules/floorf-tests (Files): Likewise.
1666         * modules/floorl-tests (Files): Likewise.
1667         * modules/fnmatch-tests (Files): Likewise.
1668         * modules/fopen-safer-tests (Files): Likewise.
1669         * modules/fopen-tests (Files): Likewise.
1670         * modules/fpending-tests (Files): Likewise.
1671         * modules/fprintf-posix-tests (Files): Likewise.
1672         * modules/fpurge-tests (Files): Likewise.
1673         * modules/freadable-tests (Files): Likewise.
1674         * modules/freadahead-tests (Files): Likewise.
1675         * modules/freading-tests (Files): Likewise.
1676         * modules/freadptr-tests (Files): Likewise.
1677         * modules/freadseek-tests (Files): Likewise.
1678         * modules/freopen-tests (Files): Likewise.
1679         * modules/frexp-nolibm-tests (Files): Likewise.
1680         * modules/frexp-tests (Files): Likewise.
1681         * modules/frexpl-nolibm-tests (Files): Likewise.
1682         * modules/frexpl-tests (Files): Likewise.
1683         * modules/fseek-tests (Files): Likewise.
1684         * modules/fseeko-tests (Files): Likewise.
1685         * modules/fstrcmp-tests (Files): Likewise.
1686         * modules/fsync-tests (Files): Likewise.
1687         * modules/ftell-tests (Files): Likewise.
1688         * modules/ftello-tests (Files): Likewise.
1689         * modules/func-tests (Files): Likewise.
1690         * modules/futimens-tests (Files): Likewise.
1691         * modules/fwritable-tests (Files): Likewise.
1692         * modules/fwriting-tests (Files): Likewise.
1693         * modules/getcwd-tests (Files): Likewise.
1694         * modules/getdate-tests (Files): Likewise.
1695         * modules/getdelim-tests (Files): Likewise.
1696         * modules/getdtablesize-tests (Files): Likewise.
1697         * modules/getgroups-tests (Files): Likewise.
1698         * modules/getline-tests (Files): Likewise.
1699         * modules/getndelim2-tests (Files): Likewise.
1700         * modules/glob-tests (Files): Likewise.
1701         * modules/hash-tests (Files): Likewise.
1702         * modules/i-ring-tests (Files): Likewise.
1703         * modules/iconv-tests (Files): Likewise.
1704         * modules/iconv_open-utf-tests (Files): Likewise.
1705         * modules/idpriv-drop-tests (Files): Likewise.
1706         * modules/idpriv-droptemp-tests (Files): Likewise.
1707         * modules/inet_ntop-tests (Files): Likewise.
1708         * modules/inet_pton-tests (Files): Likewise.
1709         * modules/isblank-tests (Files): Likewise.
1710         * modules/isfinite-tests (Files): Likewise.
1711         * modules/isinf-tests (Files): Likewise.
1712         * modules/isnan-tests (Files): Likewise.
1713         * modules/isnand-nolibm-tests (Files): Likewise.
1714         * modules/isnand-tests (Files): Likewise.
1715         * modules/isnanf-nolibm-tests (Files): Likewise.
1716         * modules/isnanf-tests (Files): Likewise.
1717         * modules/isnanl-nolibm-tests (Files): Likewise.
1718         * modules/isnanl-tests (Files): Likewise.
1719         * modules/lchown-tests (Files): Likewise.
1720         * modules/ldexpl-tests (Files): Likewise.
1721         * modules/link-tests (Files): Likewise.
1722         * modules/linkat-tests (Files): Likewise.
1723         * modules/linked-list-tests (Files): Likewise.
1724         * modules/linkedhash-list-tests (Files): Likewise.
1725         * modules/localename-tests (Files): Likewise.
1726         * modules/lseek-tests (Files): Likewise.
1727         * modules/lstat-tests (Files): Likewise.
1728         * modules/mbmemcasecmp-tests (Files): Likewise.
1729         * modules/mbmemcasecoll-tests (Files): Likewise.
1730         * modules/mbrtowc-tests (Files): Likewise.
1731         * modules/mbscasecmp-tests (Files): Likewise.
1732         * modules/mbscasestr-tests (Files): Likewise.
1733         * modules/mbschr-tests (Files): Likewise.
1734         * modules/mbscspn-tests (Files): Likewise.
1735         * modules/mbsinit-tests (Files): Likewise.
1736         * modules/mbsncasecmp-tests (Files): Likewise.
1737         * modules/mbsnrtowcs-tests (Files): Likewise.
1738         * modules/mbspbrk-tests (Files): Likewise.
1739         * modules/mbspcasecmp-tests (Files): Likewise.
1740         * modules/mbsrchr-tests (Files): Likewise.
1741         * modules/mbsrtowcs-tests (Files): Likewise.
1742         * modules/mbsspn-tests (Files): Likewise.
1743         * modules/mbsstr-tests (Files): Likewise.
1744         * modules/memchr-tests (Files): Likewise.
1745         * modules/memchr2-tests (Files): Likewise.
1746         * modules/memcmp-tests (Files): Likewise.
1747         * modules/memmem-tests (Files): Likewise.
1748         * modules/memrchr-tests (Files): Likewise.
1749         * modules/mkdir-tests (Files): Likewise.
1750         * modules/mkfifo-tests (Files): Likewise.
1751         * modules/mkfifoat-tests (Files): Likewise.
1752         * modules/mknod-tests (Files): Likewise.
1753         * modules/nanosleep-tests (Files): Likewise.
1754         * modules/nl_langinfo-tests (Files): Likewise.
1755         * modules/obstack-printf-tests (Files): Likewise.
1756         * modules/open-tests (Files): Likewise.
1757         * modules/openat-tests (Files): Likewise.
1758         * modules/pipe-filter-gi-tests (Files): Likewise.
1759         * modules/pipe-filter-ii-tests (Files): Likewise.
1760         * modules/pipe2-tests (Files): Likewise.
1761         * modules/popen-safer-tests (Files): Likewise.
1762         * modules/popen-tests (Files): Likewise.
1763         * modules/posixtm-tests (Files): Likewise.
1764         * modules/pread-tests (Files): Likewise.
1765         * modules/printf-frexp-tests (Files): Likewise.
1766         * modules/printf-frexpl-tests (Files): Likewise.
1767         * modules/printf-posix-tests (Files): Likewise.
1768         * modules/priv-set-tests (Files): Likewise.
1769         * modules/quotearg-tests (Files): Likewise.
1770         * modules/random_r-tests (Files): Likewise.
1771         * modules/rawmemchr-tests (Files): Likewise.
1772         * modules/rbtree-list-tests (Files): Likewise.
1773         * modules/rbtree-oset-tests (Files): Likewise.
1774         * modules/rbtreehash-list-tests (Files): Likewise.
1775         * modules/readlink-tests (Files): Likewise.
1776         * modules/remove-tests (Files): Likewise.
1777         * modules/rename-tests (Files): Likewise.
1778         * modules/renameat-tests (Files): Likewise.
1779         * modules/rmdir-tests (Files): Likewise.
1780         * modules/round-tests (Files): Likewise.
1781         * modules/roundf-tests (Files): Likewise.
1782         * modules/roundl-tests (Files): Likewise.
1783         * modules/safe-alloc-tests (Files): Likewise.
1784         * modules/setenv-tests (Files): Likewise.
1785         * modules/sigaction-tests (Files): Likewise.
1786         * modules/signbit-tests (Files): Likewise.
1787         * modules/sleep-tests (Files): Likewise.
1788         * modules/snprintf-posix-tests (Files): Likewise.
1789         * modules/snprintf-tests (Files): Likewise.
1790         * modules/sprintf-posix-tests (Files): Likewise.
1791         * modules/stat-tests (Files): Likewise.
1792         * modules/stat-time-tests (Files): Likewise.
1793         * modules/strcasestr-tests (Files): Likewise.
1794         * modules/strchrnul-tests (Files): Likewise.
1795         * modules/strerror-tests (Files): Likewise.
1796         * modules/striconv-tests (Files): Likewise.
1797         * modules/striconveh-tests (Files): Likewise.
1798         * modules/striconveha-tests (Files): Likewise.
1799         * modules/strsignal-tests (Files): Likewise.
1800         * modules/strstr-tests (Files): Likewise.
1801         * modules/strtod-tests (Files): Likewise.
1802         * modules/strverscmp-tests (Files): Likewise.
1803         * modules/symlink-tests (Files): Likewise.
1804         * modules/symlinkat-tests (Files): Likewise.
1805         * modules/trunc-tests (Files): Likewise.
1806         * modules/truncf-tests (Files): Likewise.
1807         * modules/truncl-tests (Files): Likewise.
1808         * modules/uname-tests (Files): Likewise.
1809         * modules/unicase/cased-tests (Files): Likewise.
1810         * modules/unicase/ignorable-tests (Files): Likewise.
1811         * modules/unicase/locale-language-tests (Files): Likewise.
1812         * modules/unicase/tolower-tests (Files): Likewise.
1813         * modules/unicase/totitle-tests (Files): Likewise.
1814         * modules/unicase/toupper-tests (Files): Likewise.
1815         * modules/unicase/u8-casecmp-tests (Files): Likewise.
1816         * modules/unicase/u8-casecoll-tests (Files): Likewise.
1817         * modules/unicase/u8-casefold-tests (Files): Likewise.
1818         * modules/unicase/u8-is-cased-tests (Files): Likewise.
1819         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
1820         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
1821         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
1822         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
1823         * modules/unicase/u8-tolower-tests (Files): Likewise.
1824         * modules/unicase/u8-totitle-tests (Files): Likewise.
1825         * modules/unicase/u8-toupper-tests (Files): Likewise.
1826         * modules/unicase/u16-casecmp-tests (Files): Likewise.
1827         * modules/unicase/u16-casecoll-tests (Files): Likewise.
1828         * modules/unicase/u16-casefold-tests (Files): Likewise.
1829         * modules/unicase/u16-is-cased-tests (Files): Likewise.
1830         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
1831         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
1832         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
1833         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
1834         * modules/unicase/u16-tolower-tests (Files): Likewise.
1835         * modules/unicase/u16-totitle-tests (Files): Likewise.
1836         * modules/unicase/u16-toupper-tests (Files): Likewise.
1837         * modules/unicase/u32-casecmp-tests (Files): Likewise.
1838         * modules/unicase/u32-casecoll-tests (Files): Likewise.
1839         * modules/unicase/u32-casefold-tests (Files): Likewise.
1840         * modules/unicase/u32-is-cased-tests (Files): Likewise.
1841         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
1842         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
1843         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
1844         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
1845         * modules/unicase/u32-tolower-tests (Files): Likewise.
1846         * modules/unicase/u32-totitle-tests (Files): Likewise.
1847         * modules/unicase/u32-toupper-tests (Files): Likewise.
1848         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
1849         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
1850         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
1851         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
1852         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
1853         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
1854         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
1855         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
1856         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
1857         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
1858         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
1859         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
1860         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
1861         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
1862         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
1863         * modules/unictype/bidicategory-name-tests (Files): Likewise.
1864         * modules/unictype/bidicategory-of-tests (Files): Likewise.
1865         * modules/unictype/bidicategory-test-tests (Files): Likewise.
1866         * modules/unictype/block-list-tests (Files): Likewise.
1867         * modules/unictype/block-of-tests (Files): Likewise.
1868         * modules/unictype/block-test-tests (Files): Likewise.
1869         * modules/unictype/category-C-tests (Files): Likewise.
1870         * modules/unictype/category-Cc-tests (Files): Likewise.
1871         * modules/unictype/category-Cf-tests (Files): Likewise.
1872         * modules/unictype/category-Cn-tests (Files): Likewise.
1873         * modules/unictype/category-Co-tests (Files): Likewise.
1874         * modules/unictype/category-Cs-tests (Files): Likewise.
1875         * modules/unictype/category-L-tests (Files): Likewise.
1876         * modules/unictype/category-Ll-tests (Files): Likewise.
1877         * modules/unictype/category-Lm-tests (Files): Likewise.
1878         * modules/unictype/category-Lo-tests (Files): Likewise.
1879         * modules/unictype/category-Lt-tests (Files): Likewise.
1880         * modules/unictype/category-Lu-tests (Files): Likewise.
1881         * modules/unictype/category-M-tests (Files): Likewise.
1882         * modules/unictype/category-Mc-tests (Files): Likewise.
1883         * modules/unictype/category-Me-tests (Files): Likewise.
1884         * modules/unictype/category-Mn-tests (Files): Likewise.
1885         * modules/unictype/category-N-tests (Files): Likewise.
1886         * modules/unictype/category-Nd-tests (Files): Likewise.
1887         * modules/unictype/category-Nl-tests (Files): Likewise.
1888         * modules/unictype/category-No-tests (Files): Likewise.
1889         * modules/unictype/category-P-tests (Files): Likewise.
1890         * modules/unictype/category-Pc-tests (Files): Likewise.
1891         * modules/unictype/category-Pd-tests (Files): Likewise.
1892         * modules/unictype/category-Pe-tests (Files): Likewise.
1893         * modules/unictype/category-Pf-tests (Files): Likewise.
1894         * modules/unictype/category-Pi-tests (Files): Likewise.
1895         * modules/unictype/category-Po-tests (Files): Likewise.
1896         * modules/unictype/category-Ps-tests (Files): Likewise.
1897         * modules/unictype/category-S-tests (Files): Likewise.
1898         * modules/unictype/category-Sc-tests (Files): Likewise.
1899         * modules/unictype/category-Sk-tests (Files): Likewise.
1900         * modules/unictype/category-Sm-tests (Files): Likewise.
1901         * modules/unictype/category-So-tests (Files): Likewise.
1902         * modules/unictype/category-Z-tests (Files): Likewise.
1903         * modules/unictype/category-Zl-tests (Files): Likewise.
1904         * modules/unictype/category-Zp-tests (Files): Likewise.
1905         * modules/unictype/category-Zs-tests (Files): Likewise.
1906         * modules/unictype/category-and-not-tests (Files): Likewise.
1907         * modules/unictype/category-and-tests (Files): Likewise.
1908         * modules/unictype/category-byname-tests (Files): Likewise.
1909         * modules/unictype/category-name-tests (Files): Likewise.
1910         * modules/unictype/category-none-tests (Files): Likewise.
1911         * modules/unictype/category-of-tests (Files): Likewise.
1912         * modules/unictype/category-or-tests (Files): Likewise.
1913         * modules/unictype/category-test-withtable-tests (Files): Likewise.
1914         * modules/unictype/combining-class-tests (Files): Likewise.
1915         * modules/unictype/ctype-alnum-tests (Files): Likewise.
1916         * modules/unictype/ctype-alpha-tests (Files): Likewise.
1917         * modules/unictype/ctype-blank-tests (Files): Likewise.
1918         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
1919         * modules/unictype/ctype-digit-tests (Files): Likewise.
1920         * modules/unictype/ctype-graph-tests (Files): Likewise.
1921         * modules/unictype/ctype-lower-tests (Files): Likewise.
1922         * modules/unictype/ctype-print-tests (Files): Likewise.
1923         * modules/unictype/ctype-punct-tests (Files): Likewise.
1924         * modules/unictype/ctype-space-tests (Files): Likewise.
1925         * modules/unictype/ctype-upper-tests (Files): Likewise.
1926         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
1927         * modules/unictype/decimal-digit-tests (Files): Likewise.
1928         * modules/unictype/digit-tests (Files): Likewise.
1929         * modules/unictype/mirror-tests (Files): Likewise.
1930         * modules/unictype/numeric-tests (Files): Likewise.
1931         * modules/unictype/property-alphabetic-tests (Files): Likewise.
1932         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
1933         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
1934         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
1935         Likewise.
1936         * modules/unictype/property-bidi-block-separator-tests (Files):
1937         Likewise.
1938         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
1939         Likewise.
1940         * modules/unictype/property-bidi-common-separator-tests (Files):
1941         Likewise.
1942         * modules/unictype/property-bidi-control-tests (Files): Likewise.
1943         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
1944         Likewise.
1945         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
1946         Likewise.
1947         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
1948         Likewise.
1949         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
1950         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
1951         Likewise.
1952         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
1953         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
1954         Likewise.
1955         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
1956         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
1957         * modules/unictype/property-bidi-segment-separator-tests (Files):
1958         Likewise.
1959         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
1960         * modules/unictype/property-byname-tests (Files): Likewise.
1961         * modules/unictype/property-combining-tests (Files): Likewise.
1962         * modules/unictype/property-composite-tests (Files): Likewise.
1963         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
1964         * modules/unictype/property-dash-tests (Files): Likewise.
1965         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
1966         * modules/unictype/property-default-ignorable-code-point-tests (Files):
1967         Likewise.
1968         * modules/unictype/property-deprecated-tests (Files): Likewise.
1969         * modules/unictype/property-diacritic-tests (Files): Likewise.
1970         * modules/unictype/property-extender-tests (Files): Likewise.
1971         * modules/unictype/property-format-control-tests (Files): Likewise.
1972         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
1973         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
1974         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
1975         * modules/unictype/property-hex-digit-tests (Files): Likewise.
1976         * modules/unictype/property-hyphen-tests (Files): Likewise.
1977         * modules/unictype/property-id-continue-tests (Files): Likewise.
1978         * modules/unictype/property-id-start-tests (Files): Likewise.
1979         * modules/unictype/property-ideographic-tests (Files): Likewise.
1980         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
1981         * modules/unictype/property-ids-trinary-operator-tests (Files):
1982         Likewise.
1983         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
1984         * modules/unictype/property-iso-control-tests (Files): Likewise.
1985         * modules/unictype/property-join-control-tests (Files): Likewise.
1986         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
1987         * modules/unictype/property-line-separator-tests (Files): Likewise.
1988         * modules/unictype/property-logical-order-exception-tests (Files):
1989         Likewise.
1990         * modules/unictype/property-lowercase-tests (Files): Likewise.
1991         * modules/unictype/property-math-tests (Files): Likewise.
1992         * modules/unictype/property-non-break-tests (Files): Likewise.
1993         * modules/unictype/property-not-a-character-tests (Files): Likewise.
1994         * modules/unictype/property-numeric-tests (Files): Likewise.
1995         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
1996         * modules/unictype/property-other-default-ignorable-code-point-tests
1997         (Files): Likewise.
1998         * modules/unictype/property-other-grapheme-extend-tests (Files):
1999         Likewise.
2000         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
2001         * modules/unictype/property-other-id-start-tests (Files): Likewise.
2002         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
2003         * modules/unictype/property-other-math-tests (Files): Likewise.
2004         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
2005         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
2006         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
2007         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
2008         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
2009         * modules/unictype/property-private-use-tests (Files): Likewise.
2010         * modules/unictype/property-punctuation-tests (Files): Likewise.
2011         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
2012         * modules/unictype/property-radical-tests (Files): Likewise.
2013         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
2014         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
2015         * modules/unictype/property-space-tests (Files): Likewise.
2016         * modules/unictype/property-terminal-punctuation-tests (Files):
2017         Likewise.
2018         * modules/unictype/property-test-tests (Files): Likewise.
2019         * modules/unictype/property-titlecase-tests (Files): Likewise.
2020         * modules/unictype/property-unassigned-code-value-tests (Files):
2021         Likewise.
2022         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
2023         * modules/unictype/property-uppercase-tests (Files): Likewise.
2024         * modules/unictype/property-variation-selector-tests (Files): Likewise.
2025         * modules/unictype/property-white-space-tests (Files): Likewise.
2026         * modules/unictype/property-xid-continue-tests (Files): Likewise.
2027         * modules/unictype/property-xid-start-tests (Files): Likewise.
2028         * modules/unictype/property-zero-width-tests (Files): Likewise.
2029         * modules/unictype/scripts-tests (Files): Likewise.
2030         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
2031         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
2032         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
2033         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
2034         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
2035         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
2036         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
2037         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
2038         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
2039         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
2040         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
2041         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
2042         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
2043         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
2044         * modules/uninorm/composition-tests (Files): Likewise.
2045         * modules/uninorm/decomposing-form-tests (Files): Likewise.
2046         * modules/uninorm/decomposition-tests (Files): Likewise.
2047         * modules/uninorm/filter-tests (Files): Likewise.
2048         * modules/uninorm/nfc-tests (Files): Likewise.
2049         * modules/uninorm/nfd-tests (Files): Likewise.
2050         * modules/uninorm/nfkc-tests (Files): Likewise.
2051         * modules/uninorm/nfkd-tests (Files): Likewise.
2052         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
2053         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
2054         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
2055         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
2056         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
2057         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
2058         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
2059         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2060         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
2061         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
2062         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
2063         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
2064         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2065         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
2066         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
2067         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
2068         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
2069         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2070         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
2071         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
2072         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
2073         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
2074         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2075         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
2076         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
2077         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
2078         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
2079         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
2080         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
2081         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
2082         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
2083         * modules/uniwidth/u8-width-tests (Files): Likewise.
2084         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
2085         * modules/uniwidth/u16-width-tests (Files): Likewise.
2086         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
2087         * modules/uniwidth/u32-width-tests (Files): Likewise.
2088         * modules/uniwidth/width-tests (Files): Likewise.
2089         * modules/unlink-tests (Files): Likewise.
2090         * modules/unsetenv-tests (Files): Likewise.
2091         * modules/usleep-tests (Files): Likewise.
2092         * modules/utimens-tests (Files): Likewise.
2093         * modules/utimensat-tests (Files): Likewise.
2094         * modules/vasnprintf-posix-tests (Files): Likewise.
2095         * modules/vasnprintf-tests (Files): Likewise.
2096         * modules/vasprintf-posix-tests (Files): Likewise.
2097         * modules/vasprintf-tests (Files): Likewise.
2098         * modules/vdprintf-posix-tests (Files): Likewise.
2099         * modules/vfprintf-posix-tests (Files): Likewise.
2100         * modules/vprintf-posix-tests (Files): Likewise.
2101         * modules/vsnprintf-posix-tests (Files): Likewise.
2102         * modules/vsnprintf-tests (Files): Likewise.
2103         * modules/vsprintf-posix-tests (Files): Likewise.
2104         * modules/wcrtomb-tests (Files): Likewise.
2105         * modules/wcsnrtombs-tests (Files): Likewise.
2106         * modules/wcsrtombs-tests (Files): Likewise.
2107         * modules/wctype-tests (Files): Likewise.
2108         * modules/wcwidth-tests (Files): Likewise.
2109         * modules/xmemdup0-tests (Files): Likewise.
2110         * modules/xprintf-posix-tests (Files): Likewise.
2111         * modules/xvasprintf-tests (Files): Likewise.
2112
2113 2009-12-24  Eric Blake  <ebb9@byu.net>
2114
2115         test-nanosleep: fix typo
2116         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
2117         patch.
2118         Reported by Bruno Haible.
2119
2120 2009-12-24  Bruno Haible  <bruno@clisp.org>
2121
2122         Reduce namespace pollution on glibc systems.
2123         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
2124         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
2125         systems.
2126         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
2127         <getopt.h> on glibc systems.
2128         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
2129         systems.
2130         * lib/fcntl.c: Include <unistd.h> here instead.
2131
2132 2009-12-24  Bruno Haible  <bruno@clisp.org>
2133
2134         * lib/stdlib.in.h (includes): Fix typo in today's commit.
2135
2136 2009-12-24  Eric Blake  <ebb9@byu.net>
2137
2138         tests: add signature checks
2139         * tests/signature.h (SIGNATURE_CHECK): New file.
2140         * modules/atexit-tests (Files): Use it.
2141         * modules/btowc-tests (Files): Likewise.
2142         * modules/canonicalize-lgpl-tests (Files): Likewise.
2143         * modules/ceilf-tests (Files): Likewise.
2144         * modules/ceill-tests (Files): Likewise.
2145         * modules/chown-tests (Files): Likewise.
2146         * modules/dprintf-posix-tests (Files): Likewise.
2147         * modules/dup2-tests (Files): Likewise.
2148         * modules/dup3-tests (Files): Likewise.
2149         * modules/duplocale-tests (Files): Likewise.
2150         * modules/fchdir-tests (Files): Likewise.
2151         * modules/fcntl-tests (Files): Likewise.
2152         * modules/fdopendir-tests (Files): Likewise.
2153         * modules/fflush-tests (Files): Likewise.
2154         * modules/flock-tests (Files): Likewise.
2155         * modules/floorf-tests (Files): Likewise.
2156         * modules/floorl-tests (Files): Likewise.
2157         * modules/fnmatch-tests (Files): Likewise.
2158         * modules/fopen-tests (Files): Likewise.
2159         * modules/fprintf-posix-tests (Files): Likewise.
2160         * modules/freopen-tests (Files): Likewise.
2161         * modules/frexp-nolibm-tests (Files): Likewise.
2162         * modules/frexp-tests (Files): Likewise.
2163         * modules/frexpl-nolibm-tests (Files): Likewise.
2164         * modules/frexpl-tests (Files): Likewise.
2165         * modules/fseek-tests (Files): Likewise.
2166         * modules/fseeko-tests (Files): Likewise.
2167         * modules/fsync-tests (Files): Likewise.
2168         * modules/ftell-tests (Files): Likewise.
2169         * modules/ftello-tests (Files): Likewise.
2170         * modules/futimens-tests (Files): Likewise.
2171         * modules/getaddrinfo-tests (Files): Likewise.
2172         * modules/getcwd-tests (Files): Likewise.
2173         * modules/getdelim-tests (Files): Likewise.
2174         * modules/getdtablesize-tests (Files): Likewise.
2175         * modules/getgroups-tests (Files): Likewise.
2176         * modules/gethostname-tests (Files): Likewise.
2177         * modules/getline-tests (Files): Likewise.
2178         * modules/getopt-posix-tests (Files): Likewise.
2179         * modules/gettimeofday-tests (Files): Likewise.
2180         * modules/glob-tests (Files): Likewise.
2181         * modules/iconv-tests (Files): Likewise.
2182         * modules/inet_ntop-tests (Files): Likewise.
2183         * modules/inet_pton-tests (Files): Likewise.
2184         * modules/isblank-tests (Files): Likewise.
2185         * modules/lchown-tests (Files): Likewise.
2186         * modules/ldexpl-tests (Files): Likewise.
2187         * modules/link-tests (Files): Likewise.
2188         * modules/linkat-tests (Files): Likewise.
2189         * modules/lseek-tests (Files): Likewise.
2190         * modules/lstat-tests (Files): Likewise.
2191         * modules/mbrtowc-tests (Files): Likewise.
2192         * modules/mbsinit-tests (Files): Likewise.
2193         * modules/mbsnrtowcs-tests (Files): Likewise.
2194         * modules/mbsrtowcs-tests (Files): Likewise.
2195         * modules/memchr-tests (Files): Likewise.
2196         * modules/memcmp-tests (Files): Likewise.
2197         * modules/memmem-tests (Files): Likewise.
2198         * modules/memrchr-tests (Files): Likewise.
2199         * modules/mkdir-tests (Files): Likewise.
2200         * modules/mkfifo-tests (Files): Likewise.
2201         * modules/mkfifoat-tests (Files): Likewise.
2202         * modules/mknod-tests (Files): Likewise.
2203         * modules/nanosleep-tests (Files): Likewise.
2204         * modules/nl_langinfo-tests (Files): Likewise.
2205         * modules/obstack-printf-tests (Files): Likewise.
2206         * modules/open-tests (Files): Likewise.
2207         * modules/openat-tests (Files): Likewise.
2208         * modules/perror-tests (Files): Likewise.
2209         * modules/pipe2-tests (Files): Likewise.
2210         * modules/poll-tests (Files): Likewise.
2211         * modules/popen-tests (Files): Likewise.
2212         * modules/posix_spawn-tests (Files): Likewise.
2213         * modules/posix_spawnp-tests (Files): Likewise.
2214         * modules/pread-tests (Files): Likewise.
2215         * modules/printf-posix-tests (Files): Likewise.
2216         * modules/pty-tests (Files): Likewise.
2217         * modules/random_r-tests (Files): Likewise.
2218         * modules/rawmemchr-tests (Files): Likewise.
2219         * modules/readlink-tests (Files): Likewise.
2220         * modules/remove-tests (Files): Likewise.
2221         * modules/rename-tests (Files): Likewise.
2222         * modules/renameat-tests (Files): Likewise.
2223         * modules/rmdir-tests (Files): Likewise.
2224         * modules/round-tests (Files): Likewise.
2225         * modules/roundf-tests (Files): Likewise.
2226         * modules/roundl-tests (Files): Likewise.
2227         * modules/select-tests (Files): Likewise.
2228         * modules/setenv-tests (Files): Likewise.
2229         * modules/sigaction-tests (Files): Likewise.
2230         * modules/sleep-tests (Files): Likewise.
2231         * modules/snprintf-posix-tests (Files): Likewise.
2232         * modules/snprintf-tests (Files): Likewise.
2233         * modules/sprintf-posix-tests (Files): Likewise.
2234         * modules/stat-tests (Files): Likewise.
2235         * modules/strcasestr-tests (Files): Likewise.
2236         * modules/strchrnul-tests (Files): Likewise.
2237         * modules/strerror-tests (Files): Likewise.
2238         * modules/strsignal-tests (Files): Likewise.
2239         * modules/strstr-tests (Files): Likewise.
2240         * modules/strtod-tests (Files): Likewise.
2241         * modules/strverscmp-tests (Files): Likewise.
2242         * modules/symlink-tests (Files): Likewise.
2243         * modules/symlinkat-tests (Files): Likewise.
2244         * modules/times-tests (Files): Likewise.
2245         * modules/trunc-tests (Files): Likewise.
2246         * modules/truncf-tests (Files): Likewise.
2247         * modules/truncl-tests (Files): Likewise.
2248         * modules/tsearch-tests (Files): Likewise.
2249         * modules/uname-tests (Files): Likewise.
2250         * modules/unlink-tests (Files): Likewise.
2251         * modules/unsetenv-tests (Files): Likewise.
2252         * modules/usleep-tests (Files): Likewise.
2253         * modules/utimensat-tests (Files): Likewise.
2254         * modules/vasprintf-tests (Files): Likewise.
2255         * modules/vdprintf-posix-tests (Files): Likewise.
2256         * modules/vfprintf-posix-tests (Files): Likewise.
2257         * modules/vprintf-posix-tests (Files): Likewise.
2258         * modules/vsnprintf-posix-tests (Files): Likewise.
2259         * modules/vsnprintf-tests (Files): Likewise.
2260         * modules/vsprintf-posix-tests (Files): Likewise.
2261         * modules/wcrtomb-tests (Files): Likewise.
2262         * modules/wcsnrtombs-tests (Files): Likewise.
2263         * modules/wcsrtombs-tests (Files): Likewise.
2264         * modules/wcwidth-tests (Files): Likewise.
2265         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
2266         * tests/test-isinf.c (isinf): Likewise.
2267         * tests/test-isnan.c (isnan): Likewise.
2268         * tests/test-signbit.c (signbit): Likewise.
2269         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
2270         declaration, either as macro or with correct signature.
2271         (select): Ensure function under test is declared with correct
2272         signature in correct header.
2273         * tests/test-atexit.c (atexit): Likewise.
2274         * tests/test-btowc.c (btowc): Likewise.
2275         * tests/test-canonicalize-lgpl.c (realpath)
2276         (canonicalize_file_name): Likewise.
2277         * tests/test-ceilf1.c (ceilf): Likewise.
2278         * tests/test-ceill.c (ceill): Likewise.
2279         * tests/test-chown.c (chown): Likewise.
2280         * tests/test-dprintf-posix.c (dprintf): Likewise.
2281         * tests/test-dup2.c (dup2): Likewise.
2282         * tests/test-dup3.c (dup3): Likewise.
2283         * tests/test-duplocale.c (duplocale): Likewise.
2284         * tests/test-fchdir.c (fchdir): Likewise.
2285         * tests/test-fchownat.c (fchownat): Likewise.
2286         * tests/test-fcntl.c (fcntl): Likewise.
2287         * tests/test-fdopendir.c (fdopendir): Likewise.
2288         * tests/test-fflush.c (fflush): Likewise.
2289         * tests/test-flock.c (flock): Likewise.
2290         * tests/test-floorf1.c (floorf): Likewise.
2291         * tests/test-floorl.c (floorl): Likewise.
2292         * tests/test-fnmatch.c (fnmatch): Likewise.
2293         * tests/test-fopen.c (fopen): Likewise.
2294         * tests/test-fprintf-posix.c (fprintf): Likewise.
2295         * tests/test-freopen.c (freopen): Likewise.
2296         * tests/test-frexp.c (frexp): Likewise.
2297         * tests/test-frexpl.c (frexpl): Likewise.
2298         * tests/test-fseek.c (fseek): Likewise.
2299         * tests/test-fseeko.c (fseeko): Likewise.
2300         * tests/test-fstatat.c (fstatat): Likewise.
2301         * tests/test-fsync.c (fsync): Likewise.
2302         * tests/test-ftell.c (ftell): Likewise.
2303         * tests/test-ftello.c (ftello): Likewise.
2304         * tests/test-futimens.c (futimens): Likewise.
2305         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
2306         (gai_strerror): Likewise.
2307         * tests/test-getcwd.c (getcwd): Likewise.
2308         * tests/test-getdelim.c (getdelim): Likewise.
2309         * tests/test-getdtablesize.c (getdtablesize): Likewise.
2310         * tests/test-getgroups.c (getgroups): Likewise.
2311         * tests/test-gethostname.c (gethostname): Likewise.
2312         * tests/test-getline.c (getline): Likewise.
2313         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
2314         Likewise.
2315         * tests/test-gettimeofday.c (gettimeofday): Likewise.
2316         * tests/test-glob.c (glob, globfree): Likewise.
2317         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
2318         * tests/test-inet_ntop.c (inet_ntop): Likewise.
2319         * tests/test-inet_pton.c (inet_pton): Likewise.
2320         * tests/test-isblank.c (isblank): Likewise.
2321         * tests/test-lchown.c (lchown): Likewise.
2322         * tests/test-ldexpl.c (ldexpl): Likewise.
2323         * tests/test-link.c (link): Likewise.
2324         * tests/test-linkat.c (linkat): Likewise.
2325         * tests/test-lseek.c (lseek): Likewise.
2326         * tests/test-lstat.c (lstat): Likewise.
2327         * tests/test-mbrtowc.c (mbrtowc): Likewise.
2328         * tests/test-mbsinit.c (mbsinit): Likewise.
2329         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
2330         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
2331         * tests/test-memchr.c (memchr): Likewise.
2332         * tests/test-memcmp.c (memcmp): Likewise.
2333         * tests/test-memmem.c (memmem): Likewise.
2334         * tests/test-memrchr.c (memrchr): Likewise.
2335         * tests/test-mkdir.c (mkdir): Likewise.
2336         * tests/test-mkdirat.c (mkdirat): Likewise.
2337         * tests/test-mkfifo.c (mkfifo): Likewise.
2338         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
2339         * tests/test-mknod.c (mknod): Likewise.
2340         * tests/test-nanosleep.c (nanosleep): Likewise.
2341         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
2342         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
2343         Likewise.
2344         * tests/test-open.c (open): Likewise.
2345         * tests/test-openat.c (openat): Likewise.
2346         * tests/test-perror.c (perror): Likewise.
2347         * tests/test-pipe2.c (pipe2): Likewise.
2348         * tests/test-poll.c (poll): Likewise.
2349         * tests/test-popen.c (popen, pclose): Likewise.
2350         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
2351         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
2352         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
2353         (posix_spawn_file_actions_destroy)
2354         (posix_spawn_file_actions_addclose)
2355         (posix_spawn_file_actions_addopen)
2356         (posix_spawn_file_actions_adddup2): Likewise.
2357         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
2358         * tests/test-pread.c (pread): Likewise.
2359         * tests/test-printf-posix.c (printf): Likewise.
2360         * tests/test-pty.c (openpty, forkpty): Likewise.
2361         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
2362         (random_r): Likewise.
2363         * tests/test-rawmemchr.c (rawmemchr): Likewise.
2364         * tests/test-readlink.c (readlink): Likewise.
2365         * tests/test-remove.c (remove): Likewise.
2366         * tests/test-rename.c (rename): Likewise.
2367         * tests/test-renameat.c (renameat): Likewise.
2368         * tests/test-rmdir.c (rmdir): Likewise.
2369         * tests/test-round1.c (round): Likewise.
2370         * tests/test-roundf1.c (roundf): Likewise.
2371         * tests/test-roundl.c (roundl): Likewise.
2372         * tests/test-setenv.c (setenv): Likewise.
2373         * tests/test-sigaction.c (sigaction): Likewise.
2374         * tests/test-sleep.c (sleep): Likewise.
2375         * tests/test-snprintf.c (snprintf): Likewise.
2376         * tests/test-sprintf-posix.c (sprintf): Likewise.
2377         * tests/test-stat.c (stat): Likewise.
2378         * tests/test-stpncpy.c (stpncpy): Likewise.
2379         * tests/test-strcasestr.c (strcasestr): Likewise.
2380         * tests/test-strchrnul.c (strchrnul): Likewise.
2381         * tests/test-strerror.c (strerror): Likewise.
2382         * tests/test-strsignal.c (strsignal): Likewise.
2383         * tests/test-strstr.c (strstr): Likewise.
2384         * tests/test-strtod.c (strtod): Likewise.
2385         * tests/test-strverscmp.c (strverscmp): Likewise.
2386         * tests/test-symlink.c (symlink): Likewise.
2387         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
2388         * tests/test-times.c (times): Likewise.
2389         * tests/test-trunc1.c (trunc): Likewise.
2390         * tests/test-truncf1.c (truncf): Likewise.
2391         * tests/test-truncl.c (truncl): Likewise.
2392         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
2393         Likewise.
2394         * tests/test-uname.c (uname): Likewise.
2395         * tests/test-unlink.c (unlink): Likewise.
2396         * tests/test-unlinkat.c (unlinkat): Likewise.
2397         * tests/test-unsetenv.c (unsetenv): Likewise.
2398         * tests/test-usleep.c (usleep): Likewise.
2399         * tests/test-utimensat.c (utimensat): Likewise.
2400         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
2401         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
2402         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
2403         * tests/test-vprintf-posix.c (vprintf): Likewise.
2404         * tests/test-vsnprintf.c (vsnprintf): Likewise.
2405         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
2406         * tests/test-wcrtomb.c (wcrtomb): Likewise.
2407         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
2408         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
2409         * tests/test-wcwidth.c (wcwidth): Likewise.
2410
2411         build: pull in conditional headers during GNULIB_POSIXCHECK
2412         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
2413         definitions from any conditionally-included headers.
2414         * lib/stdlib.in.h (includes): Likewise.
2415         * lib/unistd.in.h (includes): Likewise.
2416
2417 2009-12-24  Bruno Haible  <bruno@clisp.org>
2418
2419         * tests/test-argv-iter.c: Include header file being tested immediately
2420         after config.h.
2421         * tests/test-base64.c: Likewise.
2422         * tests/test-flock.c: Likewise.
2423         * tests/test-fsync.c: Likewise.
2424         * tests/test-getdate.c: Likewise.
2425         * tests/test-getndelim2.c: Likewise.
2426         * tests/test-isfinite.c: Likewise.
2427         * tests/test-isinf.c: Likewise.
2428         * tests/test-strerror.c: Likewise.
2429         * tests/test-strsignal.c: Likewise.
2430
2431 2009-12-23  Eric Blake  <ebb9@byu.net>
2432
2433         unistd: work around cygwin bug
2434         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
2435         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
2436         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2437
2438 2009-12-23  Bruno Haible  <bruno@clisp.org>
2439
2440         localename: More tests.
2441         * tests/test-localename.c (SIZEOF): New macro.
2442         (categories): New variable.
2443         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
2444         test_locale_name_default): Add test w.r.t. thread locale.
2445         (test_locale_name_thread): New function.
2446         (main): Invoke it.
2447
2448         localename: Make aware of thread locale.
2449         * lib/localename.h (gl_locale_name_thread): New declaration.
2450         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2451         behaviour with respect to thread locale.
2452         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2453         <langinfo.h>, glthread/lock.h.
2454         (SIZE_BITS): New macro.
2455         (string_hash): New function.
2456         (struct hash_node): New type.
2457         (HASH_TABLE_SIZE): New macro.
2458         (struniq_hash_table, struniq_lock): New variables.
2459         (struniq): New function.
2460         (gl_locale_name_thread): New function.
2461         (gl_locale_name): Invoke it.
2462         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2463         * modules/localename (Depends-on): Add lock.
2464         Reported by Mike Gran <spk121@yahoo.com>.
2465
2466 2009-12-23  Eric Blake  <ebb9@byu.net>
2467
2468         va-args: new module
2469         * modules/va-args: New file.
2470         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2471         * MODULES.html.sh (Core language properties): Mention it.
2472
2473         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2474         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2475         named alias for __attribute__((__unused__)).
2476         * lib/chown.c: Update client.
2477         * lib/fchmodat.c: Likewise.
2478         * lib/fts.c: Likewise.
2479         * lib/getdate.y: Likewise.
2480         * lib/getgroups.c: Likewise.
2481         * lib/getopt.c: Likewise.
2482         * lib/getugroups.c: Likewise.
2483         * lib/mkdir.c: Likewise.
2484         * lib/mkfifo.c: Likewise.
2485         * lib/mkfifoat.c: Likewise.
2486         * lib/mknod.c: Likewise.
2487         * lib/mknodat.c: Likewise.
2488         * lib/readlink.c: Likewise.
2489         * lib/se-context.in.h: Likewise.
2490         * lib/se-selinux.in.h: Likewise.
2491         * lib/sockets.c: Likewise.
2492         * lib/symlink.c: Likewise.
2493         * lib/symlinkat.c: Likewise.
2494         * lib/unicodeio.c: Likewise.
2495         * lib/unistr.h: Likewise.
2496         * tests/test-areadlink.c: Likewise.
2497         * tests/test-areadlinkat.c: Likewise.
2498         * tests/test-filenamecat.c: Likewise.
2499         * tests/test-fseeko.c: Likewise.
2500         * tests/test-ftello.c: Likewise.
2501         * tests/test-getdate.c: Likewise.
2502         * tests/test-getgroups.c: Likewise.
2503         * tests/test-gethostname.c: Likewise.
2504         * tests/test-quotearg.c: Likewise.
2505         * tests/test-version-etc.c: Likewise.
2506         * tests/test-xalloc-die.c: Likewise.
2507         * tests/test-xfprintf-posix.c: Likewise.
2508         * tests/test-xprintf-posix.c: Likewise.
2509         * tests/test-xvasprintf.c: Likewise.
2510
2511         tests: avoid compiler warnings
2512         * tests/test-fcntl.c (main): Delete unused parameters.
2513         * tests/test-freopen-safer.c (main): Likewise.
2514         * tests/test-xalloc-die.c (main): Mark unused parameters.
2515         * tests/test-fseeko.c (main): Likewise.
2516         * tests/test-ftello.c (main): Likewise.
2517         * tests/test-nanosleep.c (main): Avoid declaration warning.
2518         * tests/test-sleep.c (main): Likewise.
2519         * tests/test-unsetenv.c (main): Silence warning about string
2520         literal.
2521         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2522
2523 2009-12-23  Bruno Haible  <bruno@clisp.org>
2524
2525         * tests/test-localename.c (test_locale_name): New function, extracted
2526         from main. Also test mixed situations.
2527         (test_locale_name_posix, test_locale_name_environ,
2528         test_locale_name_default): New functions.
2529         (main): Invoke them all.
2530         * modules/localename-tests (configure.ac): Test for newlocale.
2531
2532 2009-12-23  Bruno Haible  <bruno@clisp.org>
2533
2534         unistd: Ensure getcwd gets declared before being overridden.
2535         * lib/unistd.in.h: Conditionally include <io.h>.
2536
2537 2009-12-22  Bruno Haible  <bruno@clisp.org>
2538
2539         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2540         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2541         (gl_WCHAR_H): Invoke it.
2542         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2543         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2544         Reported by Karl Berry <karl@freefriends.org>.
2545
2546 2009-12-22  Eric Blake  <ebb9@byu.net>
2547
2548         math, unistd: avoid redundant includes
2549         * lib/math.in.h (isnan): No need to re-include <math.h>.
2550         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2551
2552         getsubopt: work around cygwin bug
2553         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2554         avoid conflicting with system getsubopt.
2555         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2556         bug.
2557
2558         getopt: synchronize from glibc
2559         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2560         parameter order.  Adjust all callers.
2561         (_getopt_internal_r, main): Adjust quoting in error messages.
2562         Drop considerations for outdated POSIX 1003.2 error message.
2563         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2564         callers.
2565         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2566
2567         test-getopt: test stderr behavior
2568         * modules/getopt-posix-tests (Depends-on): Add dup2.
2569         * tests/test-getopt.c (ASSERT): Avoid stderr.
2570         (main): Move stderr to a temporary file.
2571         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2572         Instead, add parameter to inform caller if output occurred.
2573         (test_getopt): Adjust all existing tests to expect silence, and
2574         add new tests of leading ":".
2575         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2576         glibc shortcomings with leading "-:" or "+:" in optstring.
2577         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2578         Likewise.
2579         * doc/posix-functions/getopt.texi (getopt): Likewise.
2580
2581         test-getopt: enhance test
2582         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2583         supports optind=0.
2584         * tests/test-getopt.c (OPTIND_MIN): Move...
2585         * tests/test-getopt.h (OPTIND_MIN): ...here.
2586         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2587         Require that optind=0 works, since modern BSD supports it in
2588         addition to optreset, and since coreutils expects it.
2589         (test_getopt_long_only): New test.
2590         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2591         glibc shortcomings with 'W;', and enforcement of optind=0.
2592         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2593         Likewise.
2594
2595 2009-12-21  Bruno Haible  <bruno@clisp.org>
2596
2597         localename: Improvements for MacOS X and Cygwin.
2598         * lib/localename.h (gl_locale_name_environ): New declaration.
2599         * lib/localename.c (gl_locale_name_environ): New function, extracted from
2600         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
2601         (gl_locale_name_posix): Invoke it.
2602         (gl_locale_name_default): Add comments. Use Windows native API also on
2603         Cygwin.
2604
2605 2009-12-21  Bruno Haible  <bruno@clisp.org>
2606
2607         Update list of Win32 locale ids.
2608         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
2609         (LANG_SAMI): Renamed from LANG_SAAMI.
2610         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
2611         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
2612         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
2613         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
2614         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
2615         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
2616         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
2617         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
2618         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
2619         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
2620         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
2621         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
2622         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
2623         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
2624         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
2625         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
2626         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
2627         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
2628         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
2629         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
2630         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
2631         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
2632         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
2633         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
2634         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
2635         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
2636         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
2637         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
2638         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
2639         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
2640         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
2641         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
2642         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
2643         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
2644         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
2645         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
2646         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
2647         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
2648         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
2649         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
2650         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
2651         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
2652         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
2653         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
2654         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
2655         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
2656         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
2657         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
2658         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
2659         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
2660         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
2661         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
2662         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
2663         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
2664         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
2665         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
2666         Add more languages and countries for Sami, Sorbian. Add more countries
2667         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
2668         for Pashto. Change country for Syriac, Tswana.
2669
2670 2009-12-21  Eric Blake  <ebb9@byu.net>
2671
2672         test-utimens: avoid spurious failure
2673         * tests/test-chown.h (nap): Factor...
2674         * tests/nap.h: ...into new file.
2675         * tests/test-lchown.h (nap): Avoid duplication.
2676         * tests/test-utimens-common.h (nap): Use shared implementation,
2677         necessary on file systems with 1-second resolution.
2678         * modules/chown-tests (Files): Include new file.
2679         * modules/fdutimensat-tests (Files): Likewise.
2680         * modules/futimens-tests (Files): Likewise.
2681         * modules/lchown-tests (Files): Likewise.
2682         * modules/openat-tests (Files): Likewise.
2683         * modules/utimens-tests (Files): Likewise.
2684         * modules/utimensat-tests (Files): Likewise.
2685
2686 2009-12-19  Eric Blake  <ebb9@byu.net>
2687
2688         futimens, utimensat: work around Linux bug
2689         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
2690         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2691         * lib/utimensat.c (rpl_utimensat): Work around it.
2692         * lib/futimens.c (rpl_futimens): Adjust comment.
2693
2694         utimens: work around Linux ctime bug
2695         * lib/utimens.c (detect_ctime_bug): New helper function.
2696         (update_timespec): Differentiate between workaround needed for
2697         this bug vs. what is needed for systems that lack utimensat.
2698         (fdutimens, lutimens): Work around bug.
2699
2700         utimens: check for ctime update
2701         * tests/test-utimens-common.h (check_ctime): Define.
2702         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
2703         * tests/test-futimens.h (test_futimens): Likewise.
2704         * tests/test-lutimens.h (test_lutimens): Likewise.
2705         * doc/posix-functions/futimens.texi (futimens): Document the bug.
2706         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2707
2708 2009-12-19  Bruno Haible  <bruno@clisp.org>
2709
2710         dprintf-posix: Check against memory leak fixed on 2009-12-15.
2711         * tests/test-dprintf-posix2.sh: New file.
2712         * tests/test-dprintf-posix2.c: New file.
2713         * modules/dprintf-posix-tests (Files): Add them.
2714         (configure.ac): Check for getrlimit and setrlimit.
2715         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2716
2717 2009-12-19  Bruno Haible  <bruno@clisp.org>
2718
2719         fprintf-posix: Check against memory leak fixed on 2009-12-15.
2720         * tests/test-fprintf-posix3.sh: New file.
2721         * tests/test-fprintf-posix3.c: New file.
2722         * modules/fprintf-posix-tests (Files): Add them.
2723         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2724
2725 2009-12-19  Eric Blake  <ebb9@byu.net>
2726
2727         dirfd: fix prototype
2728         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
2729         * lib/dirfd.c (dirfd): Likewise.
2730
2731         canonicalize: reduce memory usage
2732         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
2733         allocation to size.
2734         Reported by Solar Designer <solar@openwall.com>.
2735
2736 2009-12-19  Bruno Haible  <bruno@clisp.org>
2737
2738         New module attribute 'Applicability'.
2739         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
2740         * gnulib-tool: New option --extract-applicability.
2741         (func_usage): Document it.
2742         (sed_extract_prog): Recognize it.
2743         (func_get_applicability): New function.
2744         (func_import): Generalize handling of 'link-warning' module.
2745         * modules/link-warning (Applicability): New section.
2746         * modules/arg-nonnull (Applicability): New section.
2747         Repoted by Simon Josefsson <simon@josefsson.org>.
2748
2749 2009-12-19  Bruno Haible  <bruno@clisp.org>
2750
2751         fflush: tweak
2752         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
2753         * lib/fseeko.c (rpl_fseeko): Likewise.
2754
2755 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
2756
2757         * lib/gl_list.h: Fix typo in comment.
2758
2759 2009-12-16  Eric Blake  <ebb9@byu.net>
2760
2761         fcntl: use to simplify other modules
2762         * modules/cloexec (Depends-on): Add fcntl.
2763         * modules/fchdir (Depends-on): Likewise.
2764         * modules/fd-safer-flag (Depends-on): Likewise.
2765         * modules/unistd-safer (Depends-on): Likewise.
2766         * modules/dup3 (configure.ac): Set module indicator.
2767         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
2768         missing.
2769         * lib/fchdir.c (_gl_register_dup): Fix comment.
2770         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
2771         * lib/dup-safer.c (dup_safer): Likewise.
2772         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
2773         * lib/dup3.c (dup3): Likewise.
2774         * tests/test-fchdir.c (main): Enhance test.
2775         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
2776
2777         fcntl: port portions of fcntl to mingw
2778         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
2779         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
2780         replacement for mingw.
2781         * modules/fcntl (Description): Update.
2782         (Depends-on): Add dup2.
2783         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
2784         * modules/fcntl-h (Makefile.am): Substitute it.
2785         * lib/fcntl.in.h (fcntl): Update declaration.
2786         (F_DUPFD, F_GETFD): New macros, when needed.
2787         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2788         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
2789         * tests/test-fcntl.c (check_flags, main): Enhance test for items
2790         we now guarantee.
2791
2792         fcntl: work around cygwin bug in F_DUPFD
2793         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
2794         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
2795         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
2796         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
2797         * doc/posix-functions/fcntl.texi (fcntl): Document it.
2798
2799         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
2800         * modules/fcntl (Files): List new files.
2801         (configure.ac): Run a test.
2802         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
2803         * lib/fcntl.c (rpl_fcntl): Likewise.
2804         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
2805         (gl_FCNTL_H): Always replace fcntl.h.
2806         * modules/fcntl-h (Makefile.am): Substitute witnesses.
2807         * lib/fcntl.in.h (fcntl): Declare replacement.
2808         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
2809         needed, plus a witness.
2810         * doc/posix-functions/fcntl.texi (fcntl): Document this.
2811         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2812         * tests/test-fcntl.c: New file.
2813         * modules/fcntl-tests: Likewise.
2814
2815         binary-io: avoid potential compilation warning
2816         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
2817         directives.
2818
2819         fflush: avoid compilation error on NetBSD
2820         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
2821         between off_t and fpos_t, since the latter is sometimes a struct.
2822         * lib/fseeko.c (rpl_fseeko): Likewise.
2823         Reported by Alexander Nasonov <alnsn@yandex.ru>.
2824
2825 2009-12-15  Eric Blake  <ebb9@byu.net>
2826
2827         fcntl-h, stdio, sys_ioctl: fix declarations
2828         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
2829         function must not take arguments.
2830         * lib/sys_ioctl.in.h (ioctl): Likewise.
2831         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
2832         (open): Add a link warning.
2833
2834 2009-12-15  Jim Meyering  <meyering@redhat.com>
2835
2836         areadlink, areadlink-with-size: relax license to LGPLv2+
2837         * modules/areadlink (License): Relax to LGPLv2+.
2838         * modules/areadlink-with-size (License): Likewise.
2839
2840 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
2841             Bruno Haible  <bruno@clisp.org>
2842
2843         *printf: Fix memory leak.
2844         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
2845         * lib/vfprintf.c (vfprintf): Likewise.
2846         * lib/dprintf.c (dprintf): Likewise.
2847         * lib/vdprintf.c (vdprintf): Likewise.
2848
2849 2009-12-14  Eric Blake  <ebb9@byu.net>
2850
2851         accept4: adjust module dependencies
2852         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
2853
2854         utimens: one more try at avoiding compiler warning
2855         * lib/utimens.c (lutimens): Lower scope of result.
2856
2857 2009-12-13  Bruno Haible  <bruno@clisp.org>
2858
2859         Move the malloc checking from module 'list' to new module 'xlist'.
2860         * modules/xlist: New file.
2861         * lib/gl_xlist.h: New file.
2862         * lib/gl_xlist.c: New file.
2863         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
2864         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
2865         gl_list_add_last, gl_list_add_before, gl_list_add_after,
2866         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
2867         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
2868         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
2869         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
2870         gl_sortedlist_nx_add): New declarations.
2871         (struct gl_list_implementation): Rename and change methods accordingly.
2872         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
2873         (gl_list_nx_create): Renamed from gl_list_create.
2874         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2875         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2876         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2877         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2878         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2879         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2880         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2881         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2882         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
2883         gl_list_create_empty.
2884         (gl_list_nx_create): Renamed from gl_list_create.
2885         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2886         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2887         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2888         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2889         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2890         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2891         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2892         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2893         * lib/gl_array_list.c: Don't include xalloc.h.
2894         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
2895         NULL upon out-of-memory.
2896         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
2897         out-of-memory.
2898         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
2899         Change return type to 'int'.
2900         (gl_array_nx_set_at): Renamed from gl_array_set_at.
2901         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2902         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
2903         upon out-of-memory.
2904         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
2905         upon out-of-memory.
2906         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
2907         upon out-of-memory.
2908         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
2909         upon out-of-memory.
2910         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
2911         out-of-memory.
2912         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
2913         Update.
2914         (gl_array_list_implementation): Update.
2915         * lib/gl_carray_list.c: Don't include xalloc.h.
2916         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
2917         Return NULL upon out-of-memory.
2918         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
2919         out-of-memory.
2920         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
2921         Change return type to 'int'.
2922         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
2923         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2924         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
2925         upon out-of-memory.
2926         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
2927         upon out-of-memory.
2928         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
2929         out-of-memory.
2930         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
2931         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
2932         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
2933         Update.
2934         (gl_carray_list_implementation): Update.
2935         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
2936         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
2937         gl_linked_create_empty. Return NULL upon out-of-memory.
2938         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
2939         out-of-memory.
2940         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
2941         Change return type to 'int'. Return -1 upon out-of-memory.
2942         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
2943         out-of-memory.
2944         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
2945         upon out-of-memory.
2946         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
2947         upon out-of-memory.
2948         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
2949         NULL upon out-of-memory.
2950         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
2951         upon out-of-memory.
2952         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
2953         out-of-memory.
2954         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
2955         Update.
2956         * lib/gl_linked_list.c: Don't include xalloc.h.
2957         (gl_linked_list_implementation): Update.
2958         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
2959         (add_to_bucket): Change return type to 'int'.
2960         (gl_linkedhash_list_implementation): Update.
2961         * lib/gl_anytree_list1.h (free_subtree): New function.
2962         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
2963         gl_tree_create_empty. Return NULL upon out-of-memory.
2964         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
2965         Change return type to 'int'. Return -1 upon out-of-memory.
2966         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
2967         out-of-memory.
2968         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
2969         (gl_tree_remove_node): New function, moved here from
2970         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
2971         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
2972         Update.
2973         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
2974         malloc, not xmalloc. Return NULL upon out-of-memory.
2975         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2976         out-of-memory.
2977         (gl_tree_remove_node_from_tree): New function, extracted from
2978         gl_tree_remove_node.
2979         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2980         upon out-of-memory.
2981         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2982         out-of-memory.
2983         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2984         upon out-of-memory.
2985         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2986         upon out-of-memory.
2987         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2988         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
2989         not xmalloc. Return NULL upon out-of-memory.
2990         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2991         out-of-memory.
2992         (gl_tree_remove_node_from_tree): New function, extracted from
2993         gl_tree_remove_node.
2994         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2995         upon out-of-memory.
2996         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2997         out-of-memory.
2998         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2999         upon out-of-memory.
3000         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3001         upon out-of-memory.
3002         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3003         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
3004         gl_anytree_list1.h before gl_anyavltree_list2.h.
3005         (gl_avltree_list_implementation): Update.
3006         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
3007         gl_anytree_list1.h before gl_anyavltree_list2.h.
3008         (gl_rbtree_list_implementation): Update.
3009         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
3010         Change return type to 'int'. Return -1 upon out-of-memory. Use
3011         __builtin_expect.
3012         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
3013         (gl_avltreehash_list_implementation): Update.
3014         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
3015         (gl_rbtreehash_list_implementation): Update.
3016         * modules/array-list (Depends-on): Remove xalloc.
3017         * modules/carray-list (Depends-on): Likewise.
3018         * modules/linked-list (Depends-on): Likewise.
3019         * modules/linkedhash-list (Depends-on): Likewise.
3020         * modules/avltree-list (Depends-on): Likewise.
3021         * modules/rbtree-list (Depends-on): Likewise.
3022         * modules/avltreehash-list (Depends-on): Likewise.
3023         * modules/rbtreehash-list (Depends-on): Likewise.
3024
3025         * modules/xsublist: New file.
3026         * lib/gl_xsublist.h: New file.
3027         * lib/gl_xsublist.c: New file.
3028         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
3029         (gl_sublist_nx_create): New declaration.
3030         * lib/gl_sublist.c: Don't include xalloc.h.
3031         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
3032         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
3033         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
3034         Change return type to 'int'. Return -1 upon out-of-memory.
3035         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
3036         upon out-of-memory.
3037         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
3038         NULL upon out-of-memory.
3039         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
3040         upon out-of-memory.
3041         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
3042         NULL upon out-of-memory.
3043         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
3044         NULL upon out-of-memory.
3045         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
3046         upon out-of-memory.
3047         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
3048         (gl_sublist_list_implementation): Update.
3049         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
3050         upon out-of-memory.
3051         * modules/sublist (Depends-on): Remove xalloc.
3052
3053         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
3054         * tests/test-carray_list.c: Likewise.
3055         * tests/test-linked_list.c: Likewise.
3056         * tests/test-linkedhash_list.c: Likewise.
3057         * tests/test-avltree_list.c: Likewise.
3058         * tests/test-rbtree_list.c: Likewise.
3059         * tests/test-avltreehash_list.c: Likewise.
3060         * tests/test-rbtreehash_list.c: Likewise.
3061         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
3062         * modules/carray-list-tests (Makefile.am): Likewise.
3063         * modules/linked-list-tests (Makefile.am): Likewise.
3064         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3065         * modules/avltree-list-tests (Makefile.am): Likewise.
3066         * modules/rbtree-list-tests (Makefile.am): Likewise.
3067         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3068         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3069
3070         * NEWS: Mention the changes.
3071
3072         * lib/clean-temp.c: Include gl_xlist.h.
3073         * modules/clean-temp (Depends-on): Add xlist.
3074
3075         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
3076         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
3077
3078         * tests/test-array_oset.c: Include gl_xlist.h.
3079         * modules/array-oset-tests (Depends-on): Add xlist.
3080
3081         Reported by José E. Marchesi <jemarch@gnu.org>.
3082
3083 2009-12-13  Bruno Haible  <bruno@clisp.org>
3084
3085         Move the malloc checking from module 'oset' to new module 'xoset'.
3086         * modules/xoset: New file.
3087         * lib/gl_xoset.h: New file.
3088         * lib/gl_xoset.c: New file.
3089         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
3090         declarations.
3091         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
3092         (struct gl_oset_implementation): Rename and change methods accordingly.
3093         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
3094         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3095         'int'. Mark as __warn_unused_result__.
3096         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
3097         gl_oset_create_empty.
3098         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3099         'int'.
3100         * lib/gl_array_oset.c: Don't include xalloc.h.
3101         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
3102         malloc, not xmalloc.
3103         (grow): Change return type to 'int'. Don't call xalloc_die.
3104         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
3105         to 'int'.
3106         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
3107         'int'.
3108         (gl_array_oset_implementation): Update.
3109         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
3110         gl_tree_create_empty.
3111         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
3112         'int'.
3113         * lib/gl_avltree_oset.c: Don't include xalloc.h.
3114         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3115         xmalloc.
3116         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3117         not xmalloc.
3118         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3119         xmalloc.
3120         (gl_avltree_oset_implementation): Update.
3121         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
3122         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3123         xmalloc.
3124         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3125         not xmalloc.
3126         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3127         xmalloc.
3128         (gl_rbtree_oset_implementation): Update.
3129         * modules/array-oset (Depends-on): Remove xalloc.
3130         * modules/avltree-oset (Depends-on): Likewise.
3131         * modules/rbtree-oset (Depends-on): Likewise.
3132         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
3133         * tests/test-avltree_oset.c: Likewise.
3134         * tests/test-rbtree_oset.c: Likewise.
3135         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3136         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
3137         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3138         * NEWS: Mention the change.
3139
3140 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
3141
3142         maint.mk: allow a project to override release-prep commands
3143         * top/maint.mk (alpha, beta, stable): Move release-preparatory
3144         commands into a new rule.
3145         (release-prep): New rule.
3146         (release-prep-hook): New overridable variable.
3147
3148 2009-12-13  Bruno Haible  <bruno@clisp.org>
3149
3150         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
3151
3152 2009-12-13  Jim Meyering  <meyering@redhat.com>
3153
3154         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
3155         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
3156
3157 2009-12-12  Bruno Haible  <bruno@clisp.org>
3158
3159         duplocale: Tweak.
3160         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
3161
3162 2009-12-12  Karl Berry  <karl@gnu.org>
3163
3164         * config/srclist.txt (strtoll.c): tab changes, no more sync.
3165
3166 2009-12-12  Bruno Haible  <bruno@clisp.org>
3167
3168         * m4/po.m4: Undo incorrect untabification.
3169
3170 2009-12-12  Bruno Haible  <bruno@clisp.org>
3171
3172         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
3173         * modules/c-strtod (Depends-on): Add locale.
3174         * modules/c-strtold (Depends-on): Likewise.
3175
3176 2009-12-12  Bruno Haible  <bruno@clisp.org>
3177
3178         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
3179
3180 2009-12-11  Eric Blake  <ebb9@byu.net>
3181
3182         setenv: relax requirement in light of POSIX ruling
3183         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
3184         not NULL.
3185         * tests/test-setenv.c (main): Relax test.
3186         * tests/test-unsetenv.c (main): Likewise.
3187         * doc/posix-functions/setenv.texi (setenv): Document this.
3188         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3189
3190 2009-12-11  Bruno Haible  <bruno@clisp.org>
3191
3192         New module 'fd-safer-flag'.
3193         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
3194         * lib/dup-safer.c (dup_safer_flag): Remove function.
3195         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
3196         * lib/fd-safer.c (fd_safer_flag): Remove function.
3197         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
3198         * modules/cloexec (configure.ac): Drop indicator macro.
3199         * modules/fd-safer-flag: New file.
3200         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
3201         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
3202         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
3203
3204 2009-12-11  Bruno Haible  <bruno@clisp.org>
3205
3206         Tests for module 'nl_langinfo'.
3207         * modules/nl_langinfo-tests: New file.
3208         * tests/test-nl_langinfo.sh: New file.
3209         * tests/test-nl_langinfo.c: New file.
3210
3211         New module 'nl_langinfo'.
3212         * lib/nl_langinfo.c: New file.
3213         * m4/nl_langinfo.m4: New file.
3214         * modules/nl_langinfo: New file.
3215         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
3216
3217 2009-12-11  Bruno Haible  <bruno@clisp.org>
3218
3219         Tests for module 'langinfo'.
3220         * modules/langinfo-tests: New file.
3221         * tests/test-langinfo.c: New file.
3222
3223         New module 'langinfo'.
3224         * lib/langinfo.in.h: New file.
3225         * m4/langinfo_h.m4: New file.
3226         * modules/langinfo: New file.
3227         * doc/posix-headers/langinfo.texi: Mention the new module.
3228
3229 2009-12-11  Bruno Haible  <bruno@clisp.org>
3230
3231         * lib/config.charset: Untabify.
3232
3233 2009-12-11  Bruno Haible  <bruno@clisp.org>
3234
3235         * modules/unistd-safer (configure.ac): Drop indicator macro.
3236
3237 2009-12-11  Bruno Haible  <bruno@clisp.org>
3238
3239         Move pipe2-safer code to its own file.
3240         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
3241         * lib/pipe-safer.c (pipe2_safer): Remove function.
3242         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
3243         (Makefile.am): Add it to lib_SOURCES.
3244
3245 2009-12-10  Bruno Haible  <bruno@clisp.org>
3246
3247         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
3248
3249 2009-12-10  Bruno Haible  <bruno@clisp.org>
3250
3251         Declare which arguments expect non-NULL values, for GCC and clang.
3252         * build-aux/arg-nonnull.h: New file.
3253         * modules/arg-nonnull: New file.
3254         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
3255         (inet_ntop, inet_pton): Use it.
3256         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
3257         (closedir, dirfd, opendir, scandir, alphasort): Use it.
3258         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
3259         (open, openat): Use it.
3260         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
3261         (fnmatch): Use it.
3262         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
3263         (getopt, getopt_long, getopt_long_only): Use it.
3264         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
3265         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
3266         Use it.
3267         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
3268         (iconv_open): Use it.
3269         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
3270         (strtoimax, strtoumax): Use it.
3271         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
3272         (duplocale): Use it.
3273         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
3274         (frexp, frexpl): Use it.
3275         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
3276         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
3277         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
3278         (tsearch, tfind, tdelete, twalk): Use it.
3279         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
3280         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3281         sigpending): Use it.
3282         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
3283         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3284         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3285         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3286         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3287         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3288         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3289         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3290         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3291         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3292         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3293         Use it.
3294         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3295         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3296         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3297         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3298         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3299         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3300         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3301         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3302         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3303         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
3304         strtoull, unsetenv): Use it.
3305         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
3306         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3307         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3308         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
3309         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
3310         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
3311         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
3312         (strcasecmp, strncasecmp): Use it.
3313         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
3314         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
3315         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
3316         rpl_setsockopt): Use it.
3317         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
3318         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
3319         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
3320         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
3321         (gettimeofday): Use it.
3322         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
3323         (times): Use it.
3324         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
3325         (uname): Use it.
3326         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
3327         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
3328         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
3329         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
3330         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
3331         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
3332         unlinkat, write): Use it.
3333         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
3334         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
3335         * lib/argv-iter.h: Include arg-nonnull.h.
3336         (_ATTRIBUTE_NONNULL_): Remove macro.
3337         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
3338         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
3339         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
3340         optimization.
3341         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
3342         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
3343         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
3344         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
3345         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
3346         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
3347         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
3348         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
3349         * modules/arpa_inet (Depends-on): Add arg-nonnull.
3350         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
3351         * modules/dirent (Depends-on): Add arg-nonnull.
3352         (Makefile.am): Insert arg-nonnull.h into dirent.h.
3353         * modules/fcntl-h (Depends-on): Add arg-nonnull.
3354         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
3355         * modules/fnmatch (Depends-on): Add arg-nonnull.
3356         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
3357         * modules/getopt-posix (Depends-on): Add arg-nonnull.
3358         (Makefile.am): Insert arg-nonnull.h into getopt.h.
3359         * modules/glob (Depends-on): Add arg-nonnull.
3360         (Makefile.am): Insert arg-nonnull.h into glob.h.
3361         * modules/iconv_open (Depends-on): Add arg-nonnull.
3362         (Makefile.am): Insert arg-nonnull.h into iconv.h.
3363         * modules/inttypes (Depends-on): Add arg-nonnull.
3364         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
3365         * modules/locale (Depends-on): Add arg-nonnull.
3366         (Makefile.am): Insert arg-nonnull.h into locale.h.
3367         * modules/math (Depends-on): Add arg-nonnull.
3368         (Makefile.am): Insert arg-nonnull.h into math.h.
3369         * modules/netdb (Depends-on): Add arg-nonnull.
3370         (Makefile.am): Insert arg-nonnull.h into netdb.h.
3371         * modules/search (Depends-on): Add arg-nonnull.
3372         (Makefile.am): Insert arg-nonnull.h into search.h.
3373         * modules/signal (Depends-on): Add arg-nonnull.
3374         (Makefile.am): Insert arg-nonnull.h into signal.h.
3375         * modules/spawn (Depends-on): Add arg-nonnull.
3376         (Makefile.am): Insert arg-nonnull.h into spawn.h.
3377         * modules/stdio (Depends-on): Add arg-nonnull.
3378         (Makefile.am): Insert arg-nonnull.h into stdio.h.
3379         * modules/stdlib (Depends-on): Add arg-nonnull.
3380         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
3381         * modules/string (Depends-on): Add arg-nonnull.
3382         (Makefile.am): Insert arg-nonnull.h into string.h.
3383         * modules/strings (Depends-on): Add arg-nonnull.
3384         (Makefile.am): Insert arg-nonnull.h into strings.h.
3385         * modules/sys_socket (Depends-on): Add arg-nonnull.
3386         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
3387         * modules/sys_stat (Depends-on): Add arg-nonnull.
3388         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
3389         * modules/sys_time (Depends-on): Add arg-nonnull.
3390         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
3391         * modules/sys_times (Depends-on): Add arg-nonnull.
3392         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
3393         * modules/sys_utsname (Depends-on): Add arg-nonnull.
3394         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
3395         * modules/time (Depends-on): Add arg-nonnull.
3396         (Makefile.am): Insert arg-nonnull.h into time.h.
3397         * modules/unistd (Depends-on): Add arg-nonnull.
3398         (Makefile.am): Insert arg-nonnull.h into unistd.h.
3399         * modules/wchar (Depends-on): Add arg-nonnull.
3400         (Makefile.am): Insert arg-nonnull.h into wchar.h.
3401         * modules/argv-iter (Depends-on): Add arg-nonnull.
3402         * tests/test-canonicalize.c (null_ptr): New function.
3403         (main): Use it.
3404         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
3405         (main): Use it.
3406         * tests/test-memmem.c (null_ptr): New function.
3407         (main): Use it.
3408         Reported by Jim Meyering.
3409
3410 2009-12-10  Bruno Haible  <bruno@clisp.org>
3411
3412         Use spaces for indentation, not tabs.
3413         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
3414         * m4/*.m4: Untabify.
3415         * build-aux/*.h: Untabify.
3416         * tests/**/*.[hc]: Untabify.
3417         * README: New section "Indent with spaces, not TABs", based on
3418         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
3419         * NEWS: Mention the change.
3420
3421 2009-12-10  Bruno Haible  <bruno@clisp.org>
3422
3423         pty test: Fix link error.
3424         * modules/pty-tests (Makefile.am): Add the default LDADD value to
3425         test_pty_LDADD.
3426
3427 2009-12-07  Simon Josefsson  <simon@josefsson.org>
3428
3429         * modules/pty: New file.
3430         * modules/pty-tests: New file.
3431         * m4/pty.m4: New file.
3432         * tests/test-pty.c: New file.
3433         * doc/glibc-headers/pty.texi: Modified.
3434         * doc/glibc-functions/forkpty.texi: Modified.
3435         * doc/glibc-functions/openpty.texi: Modified.
3436
3437 2009-12-10  Bruno Haible  <bruno@clisp.org>
3438
3439         Avoid syntax error in C++ mode.
3440         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
3441
3442 2009-12-10  Bruno Haible  <bruno@clisp.org>
3443
3444         Use sed with option -e.
3445         * gnulib-tool (func_version, func_emit_copyright_notice,
3446         func_emit_initmacro_end, func_import, func_create_testdir): Pass
3447         option -e to sed.
3448         * modules/link-warning (Makefile.am): Likewise.
3449
3450 2009-12-10  Jim Meyering  <meyering@redhat.com>
3451
3452         mgetgroups: do not write bytes beyond end of malloc'd buffer
3453         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3454         username, we call getgroups with a one-element-shorter buffer,
3455         but still told it the length was original, max_n_groups.
3456
3457 2009-12-09  Eric Blake  <ebb9@byu.net>
3458
3459         cloexec: relax license
3460         * modules/cloexec (Maintainer): Add myself.
3461         (License): Use LGPL, not GPL.
3462
3463         link-warning: optimize generation
3464         * modules/link-warning (Makefile.am): Reduce process usage.
3465
3466 2009-12-09  Bruno Haible  <bruno@clisp.org>
3467
3468         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3469         workaround was added on 2009-11-17.
3470
3471 2009-12-09  Jim Meyering  <meyering@redhat.com>
3472             Bruno Haible  <bruno@clisp.org>
3473
3474         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3475         * modules/link-warning (Makefile.am): Make the comment-removing sed
3476         command more robust in the face of bootstrap-prepended comment lines.
3477
3478 2009-12-09  Bruno Haible  <bruno@clisp.org>
3479
3480         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3481         most one group.
3482
3483 2009-12-09  Simon Josefsson <simon@josefsson.org>
3484             Bruno Haible  <bruno@clisp.org>
3485
3486         * build-aux/link-warning.h: Add copyright notice.
3487         * modules/link-warning (Makefile.am): Generate link-warning.h from
3488         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3489         * NEWS: Mention change in link-warning module.
3490         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3491         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3492         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3493         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3494         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3495         * modules/math (Makefile.am): Add dependency to math.h.
3496         * modules/search (Makefile.am): Add dependency to search.h.
3497         * modules/signal (Makefile.am): Add dependency to signal.h.
3498         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3499         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3500         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3501         * modules/string (Makefile.am): Add dependency to string.h.
3502         * modules/strings (Makefile.am): Add dependency to strings.h.
3503         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3504         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3505         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3506         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3507         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3508         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3509         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3510         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3511         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3512
3513 2009-12-09  Bruno Haible  <bruno@clisp.org>
3514
3515         fchdir: Optimize away rpl_fstat when possible.
3516         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3517         REPLACE_OPEN_DIRECTORY.
3518         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3519
3520 2009-12-09  Bruno Haible  <bruno@clisp.org>
3521
3522         * lib/fchdir.c: Update comment.
3523
3524 2009-12-09  Bruno Haible  <bruno@clisp.org>
3525
3526         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3527
3528 2009-12-08  Eric Blake  <ebb9@byu.net>
3529
3530         fchdir: avoid memory leak on re-registration.
3531         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3532
3533 2009-12-08  Jim Meyering  <meyering@redhat.com>
3534
3535         init.sh: avoid Solaris 10 /bin/sh portability problem
3536         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3537         sourced script:
3538           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3539           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3540           bar
3541         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3542         and two tests used that idiom.
3543         * tests/init.sh: Update suggested usage comments.
3544         (path_prepend_): New function, to be used in place
3545         of the --src-path=DIR option.
3546         (setup_): Move PATH-prepending code into path_prepend_.
3547         * tests/test-pread.sh: Adapt to new usage.
3548         * tests/test-xalloc-die.sh: Likewise.
3549
3550 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3551
3552         * doc/gnulib.texi (Glibc pty.h): Add.
3553         * doc/glibc-functions/forkpty.texi: Add.
3554         * doc/glibc-functions/openpty.texi: Add.
3555         Suggested by Bruno Haible.
3556
3557 2009-12-08  Eric Blake  <ebb9@byu.net>
3558
3559         fchdir: fix logic bugs
3560         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3561         * tests/test-fchdir.c (main): Enhance test.
3562         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3563         is in use.
3564
3565         dup2: fix logic bugs
3566         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3567         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3568         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3569         exists.
3570         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3571
3572 2009-12-07  Eric Blake  <ebb9@byu.net>
3573
3574         unlink: fix m4 detection
3575         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3576
3577         unistd-safer: add unit test
3578         * modules/unistd-safer-tests: New file.
3579         * tests/test-dup-safer.c: Likewise.
3580         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3581         * tests/test-dup2.c (setmode): Likewise.
3582         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3583
3584         cloexec: preserve text vs. binary across dup_cloexec
3585         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3586         mode.
3587         * modules/dup2-tests (Depends-on): Add binary-io.
3588         * modules/cloexec-tests (Depends-on): Likewise.
3589         * tests/test-dup2.c (setmode, is_mode): New helpers.
3590         (main): Add tests that translation mode is preserved.
3591         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3592         Reported by Bruno Haible.
3593
3594         mgetgroups: reduce duplicate listings
3595         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3596         resulting array.
3597         * tests/test-chown.h (test_chown): Simplify client.
3598         * tests/test-lchown.h (test_lchown): Likewise.
3599
3600 2009-12-06  Bruno Haible  <bruno@clisp.org>
3601
3602         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
3603         value.
3604
3605 2009-12-06  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/progname.c: Include stdio.h, stdlib.h.
3608         (set_program_name): Reject a NULL argument.
3609
3610 2009-12-05  Eric Blake  <ebb9@byu.net>
3611
3612         pipe2-safer: new module
3613         * modules/pipe2-safer: New file.
3614         * lib/unistd-safer.h (pipe2_safer): New prototype.
3615         * lib/unistd--.h (pipe2): New wrapper.
3616         * lib/pipe-safer.c (pipe2_safer): New function.
3617         * modules/pipe (Depends-on): Add pipe2-safer.
3618         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
3619
3620         stdlib-safer: preserve cloexec flag for mkostemp[s]
3621         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
3622         fd_safer_flag.
3623
3624         unistd-safer: allow preservation of cloexec status via flag
3625         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
3626         prototypes.
3627         * lib/dup-safer.c (dup_safer_flag): New function.
3628         * lib/fd-safer.c (fd_safer_flag): Likewise.
3629         * modules/cloexec (configure.ac): Set witness.
3630
3631         test-dup2: enhance test
3632         * modules/dup2-tests (Depends-on): Add cloexec.
3633         * tests/test-dup2.c (main): Enhance test.
3634
3635         cloexec: add dup_cloexec
3636         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
3637         header and comments.
3638         * lib/cloexec.c (set_cloexec_flag): Add comments.
3639         (dup_cloexec): New function, with mingw implementation borrowed
3640         from...
3641         * lib/w32spawn.h (dup_noinherit): ...here.
3642         * modules/execute (Depends-on): Add cloexec.
3643         * modules/pipe (Depends-on): Likewise.
3644         * modules/cloexec (Depends-on): Add dup2.
3645         * modules/cloexec-tests (Files): New file.
3646         * tests/test-cloexec.c: Likewise.
3647
3648         test-xalloc-die: fix test for mingw
3649         * modules/xalloc-die-tests (Files): Add tests/init.sh.
3650         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
3651         directory and .exe suffix off argv[0] output.
3652
3653         test-fseeko: fix test for mingw
3654         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
3655         than undefining fseek, so test will pass on mingw.
3656
3657 2009-12-05  Bruno Haible  <bruno@clisp.org>
3658
3659         * lib/progname.h (set_program_name): Clarify specification.
3660         * lib/progname.c (set_program_name): Likewise.
3661         Reported by Jim Meyering.
3662
3663 2009-12-05  Jim Meyering  <meyering@redhat.com>
3664
3665         maint.mk: backslash-escape parens in default regexp
3666         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
3667         backslash-escape the literal parentheses.
3668
3669         maint.mk: news-date-check: use grep -E
3670         * top/maint.mk (today): Define a Make variable, not a...
3671         (news-date-check): ...shell variable.
3672         (news-date-regexp): Use the Make variable.
3673         Use grep's -E option.  Change the failing diagnostic to mention
3674         the variable, $(news-date-regexp).
3675
3676 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
3677
3678         maintainer-makefile: allow customization of NEWS entry format
3679         * top/maint.mk (news-date-regexp): New overridable variable.
3680         (news-date-check): Use it.
3681
3682 2009-12-04  Eric Blake  <ebb9@byu.net>
3683
3684         mgetgroups: add xgetgroups, and avoid ENOSYS failures
3685         * lib/mgetgroups.h (xgetgroups): New prototype.
3686         * lib/mgetgroups.c (xgetgroups): New wrapper.
3687         (mgetgroups): Handle ENOSYS.
3688         * modules/mgetgroups (Depends-on): Add realloc.
3689         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
3690
3691         mgetgroups: avoid argument promotion issues with -1
3692         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
3693         for invalid gid_t.
3694         * tests/test-chown.h (getegid, test_chown): Likewise.
3695         * tests/test-lchown.h (getegid, test_lchown): Likewise.
3696
3697 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
3698
3699         exclude: Fix header file problems.
3700         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
3701
3702 2009-12-01  Jim Meyering  <meyering@redhat.com>
3703
3704         fts: fts_open: do not let an empty string cause immediate failure
3705         This is required in support of GNU rm, for which the command
3706         "rm A '' B" must process and remove both A and B, in spite of
3707         the empty string argument.
3708         * lib/fts.c (fts_open): Do not let the presence of an empty string
3709         cause fts_open to fail immediately.  Most fts-using tools must be
3710         able to process all arguments, in order, and can be expected to
3711         diagnose such arguments themselves.
3712
3713 2009-11-30  Eric Blake  <ebb9@byu.net>
3714
3715         utimens: fix compilation error
3716         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
3717         Declare variable at right scope.
3718
3719 2009-11-29  Jim Meyering  <meyering@redhat.com>
3720
3721         bootstrap: handle perl-5.11's changed --version output
3722         * build-aux/bootstrap (get_version): Handle perl separately,
3723         since perl-5.11's --version output is different.
3724
3725 2009-11-28  Jim Meyering  <meyering@redhat.com>
3726
3727         userspec: depend on the inttostr module, too
3728         * modules/userspec (Depends-on): Add inttostr.
3729
3730         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
3731         * lib/userspec.c (parse_with_separator): Do not accept a user ID
3732         number of MAXUID when it evaluates to (uid_t) -1.
3733         Likewise for group ID.  Reported by Matt McCutchen in
3734         <http://savannah.gnu.org/bugs/?28113>
3735
3736         userspec: reformat to use spaces, not TABs
3737         * lib/userspec.c: Expand TABs to spaces.
3738         Add Emacs' "indent-tabs-mode: nil" hint.
3739
3740 2009-11-27  Eric Blake  <ebb9@byu.net>
3741
3742         getopt-gnu: flush out another BSD bug
3743         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
3744         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
3745         flush out BSD bug.
3746         * tests/test-getopt.h (test_getopt): End lists with NULL.
3747         * tests/test-getopt_long.h (test_getopt_long): Likewise.
3748         (test_getopt_long_posix): Enhance test.
3749         * modules/getopt-posix-tests (Depends-on): Add stdbool.
3750         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
3751         getopt-gnu.
3752         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3753         Likewise.
3754
3755 2009-11-27  Simon Josefsson  <simon@josefsson.org>
3756
3757         * modules/idpriv-droptemp-tests (Notice): Fix text.
3758
3759 2009-11-27  Jim Meyering  <meyering@redhat.com>
3760
3761         test-xalloc-die: avoid spurious failure due to libtool argv difference
3762         In a libtool-enabled project, this test would fail due to a difference
3763         in the emitted program name, e.g.,
3764         -test-xalloc-die: memory exhausted
3765         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
3766         Use program to avoid that.
3767         * modules/xalloc-die-tests (Depends-on): Add progname.
3768         * tests/test-xalloc-die.c: Include progname.h".
3769         (program_name): Remove decl.
3770         (main): Call set_program_name.
3771         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
3772
3773 2009-11-26  Richard Jones  <rjones@redhat.com>
3774
3775         w32sock: leave win32 error in place.
3776         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
3777
3778 2009-11-26  Eric Blake  <ebb9@byu.net>
3779
3780         init.sh: suggest to use skip_ and fail_ functions in comments
3781         * tests/init.sh: Add a sentence.
3782
3783 2009-11-25  Bruno Haible  <bruno@clisp.org>
3784
3785         init.sh: add documentation in comments
3786         * tests/init.sh: Add some developer and user documentation.
3787
3788 2009-11-26  Jim Meyering  <meyering@redhat.com>
3789
3790         init.sh: accommodate even those who specify bogus srcdir manually
3791         * tests/init.sh: Normally, srcdir is guaranteed by automake and
3792         configure-time tests to be sanitized, so that there is no need to
3793         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
3794         (with no double quotes) suffices.  However, since tests may be
3795         invoked manually, and since you may explicitly set srcdir to the
3796         name of a directory containing spaces, do quote its uses here.
3797         * tests/test-pread.sh: Likewise.
3798         Suggested by Bruno Haible.
3799
3800         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
3801         * tests/test-pread.sh: Write no data into the pipe, because
3802         test-pread actually reads none.  This avoids a diagnostic,
3803         "bash: echo: write error: Broken pipe", that arises in the unusual
3804         event something is ignoring SIGPIPE, and might be interpreted
3805         as some sort of failure.  Reported by Bruno Haible.
3806
3807 2009-11-25  Jim Meyering  <meyering@redhat.com>
3808
3809         test-pread: cover failure with ESPIPE and EINVAL
3810         * tests/test-pread.c (main): Test for failure, too.
3811         * tests/test-pread.sh: Invoke with stdin on a pipe.
3812         Suggested by Eric Blake.
3813
3814         pread: improvement and fix
3815         * modules/pread (Depends-on): Depend on lseek, for portability to
3816         e.g., mingw.  Suggested by Eric Blake.
3817         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
3818
3819         unistd.in.h: correct declaration of pread
3820         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
3821         Reported by Richard W.M. Jones.
3822
3823         test-pread.sh: distribute the test script
3824         * modules/pread-tests (Files): Include test-pread.sh.
3825
3826         test-pread.sh: clean up
3827         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
3828         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
3829         That is unnecessary, since it's always ".".
3830         Suggestion from Eric Blake.
3831
3832         test-pread.sh: make executable
3833         * tests/test-pread.sh: Set executable bit.
3834         Reported by Eric Blake.
3835
3836         correct typo in test-pread.sh
3837         * tests/test-pread.sh: Add #! line.
3838
3839         test pread
3840         * tests/test-pread.c: New file.
3841         * tests/test-pread.sh: Likewise.
3842         * modules/pread-tests: Likewise.
3843
3844         pread: new module
3845         * modules/pread: New file.
3846         * lib/unistd.in.h (pread): Define/declare.
3847         * lib/pread.c (pread): New file.
3848         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
3849         * modules/unistd (Makefile.am): Substitute witnesses.
3850         * doc/posix-functions/pread.texi (pread): Update.
3851         * MODULES.html.sh: Add pread.
3852
3853 2009-11-25  Jim Meyering  <meyering@redhat.com>
3854
3855         tests/init.sh: new file to be used via most *.sh tests
3856         * tests/init.sh: New file.
3857
3858 2009-11-25  Eric Blake  <ebb9@byu.net>
3859
3860         utimens: work around older Linux failure with symlinks
3861         * lib/utimens.c (lutimensat_works_really): New variable.
3862         (fdutimens, lutimens): Use it to manage kernels that support
3863         nanosecond times on files, but not on symlinks.
3864         Reported by OndÅ™ej Vašík.
3865
3866         utimes: fix configure grammar
3867         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
3868
3869 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
3870
3871         regex: Fix fastmap for multibyte character ranges.
3872         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
3873         characters when a multibyte character range is included.
3874
3875 2009-11-22  Andy Wingo  <wingo@pobox.com>
3876
3877         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
3878         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
3879
3880 2009-11-24  Bruno Haible  <bruno@clisp.org>
3881
3882         doc: Most *_l functions exist in MacOS X 10.5.
3883         * doc/posix-functions/duplocale.texi: Update platforms list.
3884         * doc/posix-functions/freelocale.texi: Likewise.
3885         * doc/posix-functions/newlocale.texi: Likewise.
3886         * doc/posix-functions/uselocale.texi: Likewise.
3887         * doc/posix-functions/isalnum_l.texi: Likewise.
3888         * doc/posix-functions/isalpha_l.texi: Likewise.
3889         * doc/posix-functions/isblank_l.texi: Likewise.
3890         * doc/posix-functions/iscntrl_l.texi: Likewise.
3891         * doc/posix-functions/isdigit_l.texi: Likewise.
3892         * doc/posix-functions/isgraph_l.texi: Likewise.
3893         * doc/posix-functions/islower_l.texi: Likewise.
3894         * doc/posix-functions/isprint_l.texi: Likewise.
3895         * doc/posix-functions/ispunct_l.texi: Likewise.
3896         * doc/posix-functions/isspace_l.texi: Likewise.
3897         * doc/posix-functions/isupper_l.texi: Likewise.
3898         * doc/posix-functions/iswalnum_l.texi: Likewise.
3899         * doc/posix-functions/iswalpha_l.texi: Likewise.
3900         * doc/posix-functions/iswblank_l.texi: Likewise.
3901         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3902         * doc/posix-functions/iswctype_l.texi: Likewise.
3903         * doc/posix-functions/iswdigit_l.texi: Likewise.
3904         * doc/posix-functions/iswgraph_l.texi: Likewise.
3905         * doc/posix-functions/iswlower_l.texi: Likewise.
3906         * doc/posix-functions/iswprint_l.texi: Likewise.
3907         * doc/posix-functions/iswpunct_l.texi: Likewise.
3908         * doc/posix-functions/iswspace_l.texi: Likewise.
3909         * doc/posix-functions/iswupper_l.texi: Likewise.
3910         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3911         * doc/posix-functions/isxdigit_l.texi: Likewise.
3912         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
3913         * doc/posix-functions/strcasecmp_l.texi: Likewise.
3914         * doc/posix-functions/strcoll_l.texi: Likewise.
3915         * doc/posix-functions/strfmon_l.texi: Likewise.
3916         * doc/posix-functions/strftime_l.texi: Likewise.
3917         * doc/posix-functions/strncasecmp_l.texi: Likewise.
3918         * doc/posix-functions/strxfrm_l.texi: Likewise.
3919         * doc/posix-functions/tolower_l.texi: Likewise.
3920         * doc/posix-functions/toupper_l.texi: Likewise.
3921         * doc/posix-functions/towctrans_l.texi: Likewise.
3922         * doc/posix-functions/towlower_l.texi: Likewise.
3923         * doc/posix-functions/towupper_l.texi: Likewise.
3924         * doc/posix-functions/wcscoll_l.texi: Likewise.
3925         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3926         * doc/posix-functions/wctrans_l.texi: Likewise.
3927         * doc/posix-functions/wctype_l.texi: Likewise.
3928         * doc/glibc-functions/strptime_l.texi: Likewise.
3929         * doc/glibc-functions/strtod_l.texi: Likewise.
3930         * doc/glibc-functions/strtof_l.texi: Likewise.
3931         * doc/glibc-functions/strtol_l.texi: Likewise.
3932         * doc/glibc-functions/strtold_l.texi: Likewise.
3933         * doc/glibc-functions/strtoll_l.texi: Likewise.
3934         * doc/glibc-functions/strtoul_l.texi: Likewise.
3935         * doc/glibc-functions/strtoull_l.texi: Likewise.
3936         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3937         * doc/glibc-functions/wcstod_l.texi: Likewise.
3938         * doc/glibc-functions/wcstof_l.texi: Likewise.
3939         * doc/glibc-functions/wcstol_l.texi: Likewise.
3940         * doc/glibc-functions/wcstold_l.texi: Likewise.
3941         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3942         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3943         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3944
3945 2009-11-24  Bruno Haible  <bruno@clisp.org>
3946
3947         duplocale: Fix logic bug.
3948         * lib/duplocale.c: Don't include <langinfo.h>.
3949         (_NL_LOCALE_NAME): Remove macro.
3950         (rpl_duplocale): Use setlocale instead of nl_langinfo.
3951         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
3952
3953 2009-11-23  Jim Meyering  <meyering@redhat.com>
3954
3955         test-update-copyright: don't hard-code /usr/bin/perl
3956         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
3957         perl to print the current year.  Gilles Espinasse reported that
3958         the replaced use of perl was hard-coded as /usr/bin/perl.
3959
3960 2009-11-23  Bruno Haible  <bruno@clisp.org>
3961
3962         duplocale: Add support for glibc 2.3.x.
3963         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
3964
3965 2009-11-22  Bruno Haible  <bruno@clisp.org>
3966
3967         vasnprintf: Tiny optimization.
3968         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
3969         MacOS X.
3970
3971 2009-11-22  Bruno Haible  <bruno@clisp.org>
3972
3973         Tests for module 'duplocale'.
3974         * modules/duplocale-tests: New file.
3975         * tests/test-duplocale.c: New file.
3976
3977         New module 'duplocale'.
3978         * m4/duplocale.m4: New file.
3979         * lib/locale.in.h (duplocale): New declaration.
3980         * lib/duplocale.c: New file.
3981         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
3982         gl_LOCALE_H_DEFAULTS): New macros.
3983         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
3984         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
3985         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
3986         REPLACE_DUPLOCALE.
3987         * modules/duplocale: New file.
3988         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
3989
3990 2009-11-22  Bruno Haible  <bruno@clisp.org>
3991
3992         * modules/locale-tests (configure.ac): Test for newlocale function.
3993         * tests/test-locale.c: When the system has extended locale functions,
3994         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
3995
3996         locale: Make locale_t available when possible.
3997         * lib/locale.in.h: Include <xlocale.h> when it exists.
3998         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
3999         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
4000         * modules/locale (Depends-on): Add extensions.
4001         (Makefile.am): Also substitute HAVE_XLOCALE_H.
4002         * doc/posix-headers/locale.texi: Document the problem with locale_t.
4003
4004 2009-11-22  Bruno Haible  <bruno@clisp.org>
4005
4006         Add comments.
4007         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
4008         invocation.
4009         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4010         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4011         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4012
4013 2009-11-22  Bruno Haible  <bruno@clisp.org>
4014
4015         error: account for the possibility of freopen (stdout).
4016         * lib/error.c: Include <unistd.h>.
4017         (flush_stdout): New function, extracted from error and error_at_line.
4018         Determine stdout's fd dynamically.
4019         (error, error_at_line): Invoke flush_stdout.
4020         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
4021         * modules/error (Depends-on): Add unistd.
4022
4023 2009-11-22  Bruno Haible  <bruno@clisp.org>
4024
4025         diffseq: Add comment.
4026         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
4027
4028 2009-11-22  Jim Meyering  <meyering@redhat.com>
4029
4030         c-stack: avoid defining an unused static function
4031         * lib/c-stack.c (find_stack_direction): Do not define this function
4032         when it will not be used.
4033
4034         diffseq: avoid spurious gcc warnings
4035         * lib/diffseq.h (IF_LINT2): Define.
4036         (compareseq): Use it to initialize two members of "part".
4037         This avoids two used-uninitialized warnings.
4038
4039 2009-11-21  Jim Meyering  <meyering@redhat.com>
4040
4041         c-stack: avoid "ignoring return value of `write'" warning
4042         * lib/c-stack.c: Include "ignore-value.h".
4043         (die): Explicitly ignore each write return value.
4044         * modules/c-stack (Depends-on): Add ignore-value.
4045
4046 2009-11-21  Bruno Haible  <bruno@clisp.org>
4047
4048         diffseq: reduce scope of variable 'best'.
4049         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
4050         variable, earlier used for two different purposes.
4051
4052 2009-11-21  Jim Meyering  <meyering@redhat.com>
4053
4054         diffseq: remove useless assignment to "best"
4055         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
4056         assignment.  At that point "best" is already guaranteed to be zero.
4057
4058 2009-11-20  Eric Blake  <ebb9@byu.net>
4059
4060         build: mention ftp redirector in release announcements
4061         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
4062         values that used to come from cfg.mk; mention FTP redirect URL.
4063         * build-aux/announce-gen: Mention the mirror list.
4064         Suggested by Karl Berry.
4065
4066         nanosleep: improve port to mingw
4067         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
4068         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
4069         LIB_NANOSLEEP, but only when needed.
4070         * modules/select (Link): Document LIBSOCKET.
4071         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
4072         enough.
4073
4074         nanosleep: work around cygwin bug
4075         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
4076         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
4077         bug.
4078         (getnow): Delete, not needed.
4079         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
4080         LIB_CLOCK_GETTIME.
4081         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
4082         clock-time, gettime.
4083         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
4084         bug.
4085         * modules/nanosleep-tests: New test.
4086         * tests/test-nanosleep.c: New file.
4087
4088         sleep: work around cygwin bug
4089         * lib/sleep.c (rpl_sleep): Work around the bug.
4090         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
4091         (gl_PREREQ_SLEEP): Delete unused macro.
4092         * modules/sleep (Depends-on): Add verify.
4093         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4094         * modules/unistd (Makefile.am): Substitute witness.
4095         * lib/unistd.in.h (sleep): Update prototype.
4096         * doc/posix-functions/sleep.texi (sleep): Document the bug.
4097         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
4098         * modules/sleep-tests (Depends-on): Check for alarm.
4099
4100 2009-11-20  Jim Meyering  <meyering@redhat.com>
4101
4102         maint.mk: improve sc_prohibit_magic_number_exit
4103         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
4104         so it does not match uses like System.exit(1).
4105         Add comments showing how to correct all offenders.
4106
4107 2009-11-19  Eric Blake  <ebb9@byu.net>
4108
4109         xalloc-die-tests: add missing library
4110         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
4111
4112         test-xvasprintf: silence compiler warnings
4113         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
4114         empty string from gcc.
4115
4116 2009-11-19  Jim Meyering  <meyering@redhat.com>
4117
4118         xfreopen: new module, from coreutils
4119         * modules/xfreopen: New module.
4120         * lib/xfreopen.c: New file.
4121         * lib/xfreopen.h: New file.
4122         * MODULES.html.sh (File stream based Input/Output"): Add it.
4123
4124 2009-11-19  Eric Blake  <ebb9@byu.net>
4125
4126         manywarnings: depend on warnings
4127         * modules/manywarnings (Depends-on): Add warnings.
4128
4129         build: avoid compiler warnings
4130         * lib/select.c (rpl_select): Delete unused variable.
4131         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
4132
4133 2009-11-18  Eric Blake  <ebb9@byu.net>
4134
4135         tests: avoid false negative with --with-packager
4136         * tests/test-version-etc.sh: Discard packager information.
4137         * tests/test-argp-version-etc-1.sh: Likewise.
4138         Reported by Mike Frysinger.
4139
4140         utimens: fix regression on Solaris
4141         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
4142         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
4143         can only change fd timestamps via futimesat.  Instead, use an
4144         additional witness macro to avoid BSD bug.
4145         Reported by Jim Meyering.
4146
4147 2009-11-17  Eric Blake  <ebb9@byu.net>
4148
4149         usleep: use it to simplify tests
4150         * modules/stat-time-tests (Depends-on): Add usleep.
4151         (configure.ac): Drop usleep check.
4152         * modules/chown-tests (Depends-on, configure.ac): Likewise.
4153         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
4154         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
4155         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
4156         * modules/openat-tests (Depends-on, configure.ac): Likewise.
4157         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
4158         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
4159         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
4160         Likewise.
4161         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
4162         * tests/test-lchown.h (nap): Likewise.
4163         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
4164         * tests/test-stat-time.c (nap): Likewise.
4165         * tests/test-utimens-common.h (nap): Update comments.
4166
4167         usleep: new module
4168         * modules/usleep: New file.
4169         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
4170         * lib/usleep.c (usleep): Likewise.
4171         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
4172         * modules/unistd (Makefile.am): Substitute witnesses.
4173         * lib/unistd.in.h (usleep): Add declaration.
4174         * doc/pastposix-functions/usleep.texi (usleep): Document this.
4175         * MODULES.html.sh (Date and time): Likewise.
4176         * modules/usleep-tests (Depends-on): New test.
4177         * tests/test-usleep.c: New file.
4178
4179         chown: work around OpenBSD bug
4180         * lib/chown.c (rpl_chown): Work around the bug.
4181         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
4182         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
4183         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
4184         * modules/chown (Depends-on): Add stdbool.
4185         * modules/lchown (Depends-on): Likewise.
4186         * doc/posix-functions/chown.texi (chown): Document the bug.
4187         * doc/posix-functions/lchown.texi (lchown): Likewise.
4188         * tests/test-lchown.h (test_chown): Relax test.
4189
4190         mkstemp: avoid conflict with C++ keyword template
4191         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
4192         * lib/mkostemp.c (mkostemp): Likewise.
4193         * lib/mkostemps.c (mkostemps): Likewise.
4194         * lib/mkstemp.c (mkstemp): Likewise.
4195         * lib/mkstemps.c (mkstemps): Likewise.
4196
4197         xalloc-die-tests: optimize
4198         * tests/test-xalloc-die.sh: Reduce number of processes.
4199
4200 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4201
4202         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
4203         patch from ludo@gnu.org (Ludovic Courtès).
4204
4205 2009-11-17  Jim Meyering  <meyering@redhat.com>
4206
4207         version-etc: use proper license string
4208         * modules/version-etc (License): Use LGPL, not LGPLv3+.
4209         * modules/version-etc-fsf: Likewise.
4210
4211 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4212
4213         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
4214         printed to stdout.  Deal with EOL differences.
4215
4216 2009-11-17  Eric Blake  <ebb9@byu.net>
4217
4218         unsetenv: work around Solaris bug
4219         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
4220         * lib/unsetenv.c (rpl_unsetenv): Work around it.
4221         Reported by Jim Meyering.
4222
4223         vasnprintf: avoid compiler warnings
4224         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
4225         variables.
4226         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
4227
4228 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4229
4230         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
4231         settings since xalloc-die is no longer the self test,
4232         xalloc-die.sh is.
4233
4234 2009-11-17  Jim Meyering  <meyering@redhat.com>
4235
4236         test-xalloc-die.sh: make the code agree with the commit log
4237         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
4238         at the end, just in case you happen to have a test-xalloc-die
4239         program in some other PATH directory.
4240
4241         test-xalloc-die.sh: fix a portability bug
4242         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
4243         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
4244         Otherwise, argv[0] (as often seen in diagnostics) would be too
4245         system-dependent, sometimes with, and sometimes without the leading "./".
4246
4247         version-etc-fsf: relax license to LGPLv3+
4248         * modules/version-etc-fsf (License): Relax license.
4249
4250 2009-11-16  Eric Blake  <ebb9@byu.net>
4251
4252         xalloc-die-tests: avoid printing null pointer
4253         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
4254         shell script.
4255         * tests/test-xalloc-die.c (program_name): Declare.
4256         * tests/test-xalloc-die.sh (tmpfiles): New file.
4257
4258         setenv, unsetenv: work around various bugs
4259         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
4260         (setenv) [HAVE_SETENV]: Work around bugs.
4261         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
4262         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
4263         for bugs.
4264         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
4265         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
4266         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
4267         * modules/stdlib (Makefile.am): Update substitutions.
4268         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
4269         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
4270         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
4271         * modules/setenv-tests: New test.
4272         * modules/unsetenv-tests: Likewise.
4273         * tests/test-setenv.c: New file.
4274         * tests/test-unsetenv.c: Likewise.
4275
4276 2009-11-16  Jim Meyering  <meyering@redhat.com>
4277
4278         version-etc: relax license to LGPLv3+
4279         * modules/version-etc (License): Relax license.
4280
4281         better AC_REQUIRE expanded-before-required-warning avoidance
4282         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
4283         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
4284         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
4285         which is no longer needed.
4286
4287 2009-11-16  Eric Blake  <ebb9@byu.net>
4288
4289         test-freading: clean up temporary file
4290         * tests/test-freading.c (main): Remove file on success, and use
4291         ASSERT more liberally.
4292         Reported by Jim Meyering.
4293
4294 2009-11-16  Jim Meyering  <meyering@redhat.com>
4295
4296         avoid new AC_REQUIRE expanded-before-required warnings
4297         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4298         merely using it.
4299         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4300         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4301
4302 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4303
4304         * tests/test-xalloc-die.c: New file.
4305         * modules/xalloc-die-tests: New file.
4306         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
4307         XFAIL_TESTS so it can be appended by modules.
4308
4309 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4310
4311         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
4312         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
4313
4314 2009-11-14  Eric Blake  <ebb9@byu.net>
4315
4316         fnmatch: avoid compiler warning
4317         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
4318         to silence compiler warning about mismatch signedness in ?:.
4319         Reported by Robert Millan.
4320
4321         intprops: add double-inclusion guard
4322         * lib/intprops.h: Allow idempotent includes.
4323         Suggested by Bruce Korb.
4324
4325         openat: detect Solaris fchownat bug
4326         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
4327         penalizing glibc chownat when only lchownat is broken.
4328         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
4329         trailing slash bugs.
4330         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
4331         * modules/openat-tests (Files): Include more files.
4332         (Depends-on): Add mgetgroups, sleep, stat-time.
4333         (configure.ac): Add additional checks.
4334         (Makefile.am): Build new test.
4335         * tests/test-fchownat.c: New file.
4336
4337         lchown: detect Solaris and FreeBSD bug
4338         * lib/lchown.c (rpl_lchown): Work around bug.
4339         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
4340         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4341         * modules/unistd (Makefile.am): Populate it.
4342         * lib/unistd.in.h (lchown): Update declaration.
4343         * doc/posix-functions/lchown.texi (lchown): Document the bug.
4344         * modules/lchown-tests: New file.
4345         * tests/test-lchown.h (test_lchown): Likewise.
4346         * tests/test-lchown.c (main): Likewise.
4347
4348         chown: detect Solaris and FreeBSD bug
4349         * lib/chown.c (rpl_chown): Work around bug.
4350         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
4351         (gl_PREREQ_CHOWN): Delete.
4352         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4353         * modules/unistd (Makefile.am): Populate it.
4354         * lib/unistd.in.h (chown): Update declaration.
4355         * lib/lchown.c (chown): Update client.
4356         * modules/lchown (Depends-on): Add lstat.
4357         * doc/posix-functions/chown.texi (chown): Document the bug.
4358         * doc/posix-functions/getgroups.texi (getgroups): Document
4359         getgroups pitfall.
4360         * modules/chown-tests: New file.
4361         * tests/test-chown.h (test_chown): Likewise.
4362         * tests/test-chown.c (main): Likewise.
4363
4364 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
4365
4366         gnulib-tool: correctly detect absence of m4 directories
4367         * gnulib-tool: Avoid extra newline on data passed to wc -l.
4368
4369 2009-11-14  Jim Meyering  <meyering@redhat.com>
4370
4371         maint.mk: Prohibit inclusion of "xalloc.h" without use.
4372         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4373
4374 2009-11-14  John W. Eaton  <jwe@gnu.org>
4375
4376         strftime.h: wrap funtion declaration in extern "C" block
4377         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
4378
4379 2009-11-13  Eric Blake  <ebb9@byu.net>
4380
4381         getgroups: avoid compiler warning
4382         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
4383
4384         getgroups: work around FreeBSD bug
4385         * lib/getgroups.c (rpl_getgroups): Work around the bug.
4386         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
4387         * doc/posix-functions/getgroups.texi (getgroups): Document it.
4388         * tests/test-getgroups.c (main): Fix buffer overrun.
4389
4390         getgroups: avoid compilation failure
4391         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
4392         * modules/getgroups (Depends-on): Add stdint.
4393
4394 2009-11-13  Jim Meyering  <meyering@redhat.com>
4395
4396         test-getgroups: avoid compilation failure
4397         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
4398
4399 2009-11-13  Eric Blake  <ebb9@byu.net>
4400
4401         mgetgroups: new module, taken from coreutils
4402         * modules/mgetgroups: New file.
4403         * lib/mgetgroups.h: Likewise.
4404         * lib/mgetgroups.c (mgetgroups): Likewise.
4405         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
4406         * MODULES.html.sh (Users and groups): Mention it.
4407
4408         getgroups: don't expose GETGROUPS_T to user
4409         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
4410         an element at a time if GETGROUPS_T is wrong size.
4411         * lib/getugroups.h (getugroups): Change signature.
4412         * lib/unistd.in.h (getgroups): Likewise.
4413         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
4414         signature needs fixing.
4415         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
4416         AC_TYPE_GETGROUPS.
4417         * modules/group-member (Depends-on): Add getgroups.
4418         * lib/group-member.c (group_info, get_group_info): Use gid_t.
4419         (group_member): Rely on getgroups replacement.
4420         * lib/getugroups.c (getugroups): Use gid_t.
4421         * tests/test-getgroups.c (main): Likewise.
4422         * NEWS: Mention the signature change.
4423         * doc/posix-functions/getgroups.texi (getgroups): Mention the
4424         problem with signature.
4425         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
4426         GETGROUPS_T is still useful for setgroups.
4427
4428         getgroups, getugroups: provide stubs for mingw
4429         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
4430         * lib/getugroups.c (getugroups): Likewise.
4431         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
4432         function.  Modernize replacement scheme.
4433         (gl_PREREQ_GETGROUPS): Delete.
4434         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
4435         * modules/getgroups (configure.ac): Declare witness.
4436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4437         * modules/unistd (Depends-on): Substitute witness.
4438         * lib/unistd.in.h (getgroups): Declare replacement.
4439
4440         getgroups: avoid calling exit
4441         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
4442         drop xalloc.
4443         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
4444         dependencies.
4445         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
4446         exiting, in the rare case of malloc failure.
4447
4448         getgroups: fix logic error
4449         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
4450         has more than 20 groups.
4451         * modules/getgroups-tests: New test.
4452         * tests/test-getgroups.c: New file.
4453
4454 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4455
4456         * tests/test-base64.c: Improve.
4457
4458 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4459
4460         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4461         Blake <ebb9@byu.net>.
4462
4463 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4464
4465         * tests/test-xvasprintf.c: Add %s%s related checks.
4466
4467 2009-11-12  Eric Blake  <ebb9@byu.net>
4468
4469         version-etc: match standards.texi style
4470         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4471         and use <> only for URLs.
4472
4473 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4474
4475         fts: do not fail on a submount during traversal
4476         * lib/fts.c (fts_build): Read the stat info again after opening
4477         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4478         Original report at http://bugzilla.redhat.com/501848.
4479
4480 2009-11-12  Jim Meyering  <meyering@redhat.com>
4481
4482         bootstrap: sync from coreutils
4483         * build-aux/bootstrap (bootstrap_epilogue): New function.
4484         Use git_modules_config in one more place.  This make bootstrap's
4485         --gnulib-srcdir option more useful for testing.
4486
4487         bootstrap: generalize autoheader check
4488         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4489         AC_CONFIG_HEADERS.
4490
4491 2009-11-11  Eric Blake  <ebb9@byu.net>
4492
4493         mkfifoat: use new modules for Solaris and BSD bugs
4494         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4495         * lib/mkfifoat.c (mknodat): Split...
4496         * lib/mknodat.c (mknodat): ...into new file.
4497         * modules/mkfifoat (Files): Ship new file.
4498         (Depends-on): Add mkfifo, mknod.
4499         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4500         (Depends-on): Add symlink.
4501         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4502         redundant with test_mkfifo.h.
4503         (do_mkfifoat, do_mknodat): New helpers.
4504
4505         mknod: new module
4506         * modules/mknod: New file.
4507         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4508         * lib/mknod.c (mknod): Likewise.
4509         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4510         defaults.
4511         * modules/sys_stat (Makefile.am): Substitute them.
4512         * lib/sys_stat.in.h (mknod): Declare replacement.
4513         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4514         Document it.
4515         * doc/posix-functions/mknod.texi (mknod): Likewise.
4516         * modules/mknod-tests: New test.
4517         * tests/test-mknod.c: Likewise.
4518
4519         mkfifo: new module
4520         * modules/mkfifo: New file.
4521         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4522         * lib/mkfifo.c (mkfifo): Likewise.
4523         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4524         defaults.
4525         * modules/sys_stat (Makefile.am): Substitute them.
4526         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4527         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4528         Document it.
4529         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4530         * modules/mkfifo-tests: New test.
4531         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4532         from test-mkfifoat.c.
4533         * tests/test-mkfifo.c: New file.
4534
4535         readlink: detect FreeBSD bug
4536         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4537         slash on symlink.
4538         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4539         * tests/test-readlink.h (test_readlink): Enhance test.
4540
4541         symlink: detect FreeBSD bug
4542         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4543         slash on symlink.
4544         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4545         * tests/test-symlink.h (test_symlink): Enhance test.
4546
4547 2009-11-10  Eric Blake  <ebb9@byu.net>
4548
4549         link: detect FreeBSD bug
4550         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4551         symlink.
4552         * doc/posix-functions/link.texi (link): Document the bug.
4553         * tests/test-link.h (test_link): Enhance test.
4554         * tests/test-linkat.c (main): Update caller.
4555
4556         unlink, remove: detect FreeBSD bug
4557         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4558         slash on symlink.
4559         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4560         * doc/posix-functions/remove.texi (remove): Likewise.
4561         * tests/test-unlink.h (test_unlink): Enhance test.
4562         * tests/test-remove.c (main): Likewise.
4563
4564 2009-11-09  Eric Blake  <ebb9@byu.net>
4565
4566         rename: detect FreeBSD bug
4567         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4568         slash on symlink.
4569         * modules/renameat-tests (Depends-on): Add filenamecat.
4570         * tests/test-rename.h (test_rename): Allow one more errno.
4571         * tests/test-renameat.c (main): Likewise.
4572         * doc/posix-functions/rename.texi (rename): Document the bug.
4573
4574         open: detect FreeBSD bug
4575         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4576         symlink.
4577         * doc/posix-functions/open.texi (open): Document the bug.
4578         * doc/posix-functions/utimes.texi (utimes): Likewise.
4579         * tests/test-open.h (test_open): Add parameters, and test symlink
4580         handling.
4581         * tests/test-open.c (main): Adjust caller.
4582         * tests/test-fcntl-safer.c (main): Likewise.
4583         * modules/open-tests (Depends-on): Add stdbool, symlink.
4584         * modules/fcntl-safer-tests (Depends-on): Likewise.
4585         * tests/test-openat.c (main): Add test-open tests.
4586
4587         stat: detect FreeBSD bug
4588         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4589         symlink.
4590         * doc/posix-functions/stat.texi (stat): Document the bug.
4591         * tests/test-stat.h (test_stat_func): Add argument.
4592         * tests/test-stat.c (main): Adjust caller.
4593         * tests/test-fstatat.c (main): Likewise.
4594         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4595         Reported by Jim Meyering.
4596
4597 2009-11-09  James Youngman  <jay@gnu.org>
4598
4599         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
4600         * lib/strftime.c: Correct placement of #include "ignore-value.h".
4601
4602 2009-11-08  Jim Meyering  <meyering@redhat.com>
4603
4604         utimens: remove invalid futimesat call
4605         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
4606         It used the file descriptor of the target file as the DIR_FD
4607         parameter and NULL as the file name.  That caused failure with
4608         errno == EFAULT on FreeBSD-8.0-rc2
4609
4610 2009-11-07  Eric Blake  <ebb9@byu.net>
4611
4612         fflush, freadseek: use fseeko, not fseek
4613         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
4614         (clear_ungetc_buffer): Avoid potential problems on large files.
4615         * lib/freadseek.c (freadseek): Likewise.
4616         * modules/freadseek (Depends-on): Add fseeko.
4617         * modules/fseek (configure.ac): Set a witness.
4618         * tests/test-fflush.c (main): Use fseeko.
4619         * tests/test-fpurge.c (fseek): Disable link warning.
4620         * tests/test-freadable.c (fseek): Likewise.
4621         * tests/test-freading.c (fseek): Likewise.
4622         * tests/test-fseeko.c (fseek): Likewise.
4623         * tests/test-ftell.c (fseek): Likewise.
4624         * tests/test-ftello.c (fseek): Likewise.
4625         * tests/test-fwritable.c (fseek): Likewise.
4626         * tests/test-fwriting.c (fseek): Likewise.
4627
4628 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4629
4630         * modules/memchr (Depends-on): Drop getpagesize dependency.
4631
4632 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4633
4634         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
4635         Reported by Ludovic Courtès.
4636         * build-aux/pmccabe2html: Improve example usage.
4637         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
4638
4639 2009-11-06  Jim Meyering  <meyering@redhat.com>
4640
4641         do-release-commit-and-tag: New module.
4642         Automate the release-commit and tag process.
4643         * build-aux/do-release-commit-and-tag: New script, from coreutils.
4644         * modules/do-release-commit-and-tag: New file.
4645         * MODULES.html.sh (Support for maintaining and releasing): Add it.
4646
4647 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4648
4649         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
4650         because test-select.c uses inet_pton.
4651
4652 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4653
4654         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
4655         GETADDRINFO_LIB.  Bump serial number.
4656         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
4657         Suggested by Eric Blake <ebb9@byu.net>.
4658
4659 2009-11-05  Eric Blake  <ebb9@byu.net>
4660
4661         strtod: detect darwin bug
4662         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
4663         Reported by Leo Davis.
4664
4665         freopen-safer: new module
4666         * modules/freopen-safer: New module.
4667         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
4668         * lib/freopen-safer.c (freopen_safer): New file.
4669         * lib/stdio-safer.h (freopen_safer): New declaration.
4670         * lib/stdio--.h (freopen): New override.
4671         * MODULES.html.sh (File stream based Input/Output): Mention it.
4672         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
4673         freopen-safer module.
4674         * doc/posix-functions/stderr.texi (stderr): Likewise.
4675         * doc/posix-functions/stdin.texi (stdin): Likewise.
4676         * doc/posix-functions/stdout.texi (stdout): Likewise.
4677         * modules/freopen-safer-tests: New test.
4678         * tests/test-reopen-safer.c: New file.
4679
4680 2009-11-05  Jim Meyering  <meyering@redhat.com>
4681
4682         maint.mk: Prohibit inclusion of "close-stream.h" without use.
4683         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4684
4685 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4686
4687         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
4688
4689 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4690
4691         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
4692
4693 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4694
4695         Fix link error.
4696         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4697         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4698
4699 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4700
4701         * tests/test-func.c: Also test value of __func__.
4702
4703 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4704
4705         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
4706         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
4707
4708 2009-11-05  Bruno Haible  <bruno@clisp.org>
4709
4710         Fix link error.
4711         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4712         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4713         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
4714
4715 2009-11-05  Bruno Haible  <bruno@clisp.org>
4716
4717         Tests for module 'inet_pton'.
4718         * modules/inet_pton-tests: New file.
4719         * tests/test-inet_pton.c: New file.
4720
4721 2009-11-05  Bruno Haible  <bruno@clisp.org>
4722
4723         Tests for module 'inet_ntop'.
4724         * modules/inet_ntop-tests: New file.
4725         * tests/test-inet_ntop.c: New file.
4726
4727 2009-11-04  Eric Blake  <ebb9@byu.net>
4728
4729         stdlib-safer: wrap all mkstemp variants
4730         * modules/mkostemp (configure.ac): Set witness.
4731         * modules/mkostemps (configure.ac): Likewise.
4732         * modules/mkstemps (configure.ac): Likewise.
4733         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
4734         (mkstemps_safer): Wrap more functions.
4735         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
4736         wrapping.
4737         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
4738         (mkstemps_safer): Implement the wrappers.
4739
4740         mkstemps, mkostemps: new modules
4741         * modules/mkostemps: New module.
4742         * modules/mkstemps: Likewise.
4743         * lib/mkostemps.c (mkostemps): New file.
4744         * lib/mkstemps.c (mkstemps): Likewise.
4745         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
4746         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
4747         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
4748         * modules/stdlib (Makefile.am): Substitute them.
4749         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
4750         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
4751         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
4752         * doc/gnulib.texi (Glibc stdlib.h): Include them.
4753         * MODULES.html.sh (File system functions): Mention them.
4754
4755         tempname: resync from glibc
4756         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
4757         same values for __GT_FILE as glibc.  Abort even when assertions
4758         are disabled.
4759         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
4760         match its value otherwise.  Allow idempotent inclusion.
4761         * lib/mkdtemp.c (mkdtemp): Adjust caller.
4762         * lib/mkostemp.c (mkostemp): Likewise.
4763         * lib/mkstemp.c (mkstemp): Likewise.
4764         * lib/tmpfile.c (tmpfile): Likewise.
4765         * NEWS: Document this.
4766
4767         utimens: fix use of futimens on older Linux
4768         * lib/utimens.c (fdutimens): Use updated, rather than original,
4769         timespec to avoid bug in older Linux kernel.
4770         Reported by Simon Josefsson.
4771
4772 2009-11-04  Bruno Haible  <bruno@clisp.org>
4773
4774         Make num_processors more flexible and consistent.
4775         * lib/nproc.h (enum nproc_query): New type.
4776         (num_processors): Add a 'query' argument.
4777         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
4778         (num_processors): Add a 'query' argument. Test the value of the
4779         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
4780         mingw, count the number of CPUs available for the current process.
4781         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
4782         Check for sched_getaffinity and sched_getaffinity_np.
4783         * modules/nproc (Depends-on): Add c-ctype, extensions.
4784         * NEWS: Mention the change.
4785
4786 2009-11-03  Bruno Haible  <bruno@clisp.org>
4787
4788         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
4789
4790 2009-11-03  Jim Meyering  <meyering@redhat.com>
4791
4792         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
4793         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
4794         if it is defined.
4795
4796 2009-11-02  Eric Blake  <ebb9@byu.net>
4797
4798         mktime, timegm: share common declaration
4799         * lib/mktime-internal.h: New file.
4800         * lib/mktime.c: Use it rather than open-coding a declaration.
4801         * lib/timegm.c: Likewise.
4802         * modules/mktime (Files): Ship it.
4803         * modules/timegm (Files): Likewise.
4804         Suggested by Bruno Haible.
4805
4806         test-update-copyright: update test to match script changes
4807         * tests/test-update-copyright.sh: Avoid hard-coding perl
4808         location.  Don't update *.bak created by earlier runs.
4809
4810 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
4811             Simon Josefsson  <simon@josefsson.org>
4812             Bruno Haible  <bruno@clisp.org>
4813
4814         Fix link error on Solaris 8.
4815         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
4816         also in libnsl. Define also INET_PTON_LIB.
4817         * modules/inet_pton (Link): New section.
4818
4819 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4820             Bruno Haible  <bruno@clisp.org>
4821
4822         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
4823         * modules/inet_ntop (Link): New section.
4824         Reported by Boyan Kasarov <bkasarov@gmail.com>.
4825
4826 2009-11-02  Eric Blake  <ebb9@byu.net>
4827
4828         maint: avoid compiler warnings in m4 macros
4829         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
4830         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
4831
4832 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4833
4834         * m4/pmccabe2html.m4: Remove file.
4835         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
4836         function.  Change maintainer.
4837         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
4838         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
4839         Courtès).
4840
4841 2009-10-31  Eric Blake  <ebb9@byu.net>
4842
4843         fseeko: fix m4 regression
4844         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
4845         regression from 2009-10-27.
4846         Reported by Ralf Wildenhues.
4847
4848 2009-10-31  Jim Meyering  <meyering@redhat.com>
4849
4850         inttostr: aesthetics and improved (compile-time) safety
4851         Define inttype_is_signed rather than inttype_is_unsigned,
4852         since the sole use is via "#if inttype_is_signed".
4853         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
4854         inttype_is_unsigned.
4855         * lib/offtostr.c (inttype_is_signed): Likewise.
4856         * lib/uinttostr.c (inttype_is_signed): Likewise.
4857         * lib/umaxtostr.c (inttype_is_signed): Likewise.
4858         * lib/inttostr.c (inttostr): Use verify to cross-check the
4859         inttype_is_signed value and the signedness of the actual type.
4860         * modules/inttostr (Depends-on): Add verify.
4861
4862 2009-10-30  Eric Blake  <ebb9@byu.net>
4863
4864         build: avoid compiler warnings
4865         * lib/fchmodat.c (lchmod): Mark unused variables.
4866         * lib/getopt.c (_getopt_initialize): Likewise.
4867         * lib/mktime.c (__mktime_internal): Provide prototype.
4868         * lib/inttostr.c (inttostr): Avoid compiler warning even with
4869         older gcc that do not understand #pragma GCC diagnostic.
4870         * lib/uinttostr.c (inttype_is_unsigned): Define.
4871         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
4872
4873 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
4874
4875         stat: fix compilation on AIX
4876         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
4877         only see struct stat64.
4878
4879 2009-10-30  Eric Blake  <ebb9@byu.net>
4880
4881         exclude: make more robust
4882         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
4883         rather than masking a coding bug.
4884         Suggested by Bruno Haible.
4885
4886 2009-10-30  Jim Meyering  <meyering@redhat.com>
4887
4888         perl scripts: remove #!/usr/bin/perl in favor of more portable...
4889         Rather than putting #!/usr/bin/perl on the first line,
4890         start with a variant of what's recommended by "man perlrun" that
4891         invokes the first "perl" program from your shell's search path.
4892         * build-aux/gitlog-to-changelog: Replace #!... as above.
4893         Add a "Local Variables" perl mode setting.
4894         Prompted by a patch from Ludovic Courtès.
4895         Improved by Eric Blake.
4896         * build-aux/useless-if-before-free: Likewise.
4897         * build-aux/announce-gen: Likewise.
4898         * build-aux/update-copyright: Likewise.
4899
4900 2009-10-29  Eric Blake  <ebb9@byu.net>
4901
4902         filenamecat-lgpl: adjust clients
4903         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
4904         filenamecat.
4905         * modules/renameat (Depends-on): Likewise.
4906
4907         filenamecat: split into filenamecat-lgpl
4908         * modules/filenamecat-lgpl: New module.
4909         * modules/filenamecat (Files): Move library-safe files into
4910         filenamecat-lgpl.
4911         (Depends-on): Add filenamecat-lgpl.
4912         (configure.ac): Declare witness.
4913         * lib/filenamecat.h (file_name_concat): Only declare when using
4914         GPL module.
4915         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
4916         Move...
4917         * lib/filenamecat-lgpl.c: ...into new file.
4918         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
4919         (gl_FILE_NAME_CONCAT): Use it.
4920         * MODULES.html.sh (File system functions): Mention new module.
4921
4922         argp: avoid memory leak
4923         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
4924         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
4925         base_name, since the latter malloc()s and can call exit().
4926         Leak introduced 2006-07-03.
4927
4928         dirname-lgpl: adjust clients that don't need full dirname
4929         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
4930         * modules/filenamecat (Depends-on): Likewise.
4931         * modules/linkat (Depends-on): Likewise.
4932         * modules/mkancesdirs (Depends-on): Likewise.
4933         * modules/mkdir (Depends-on): Likewise.
4934         * modules/openat (Depends-on): Likewise.
4935         * modules/savewd (Depends-on): Likewise.
4936         * modules/rename (Depends-on): Likewise.
4937         (License): Relax license.
4938         * modules/mkdir-tests (Depends-on): Drop progname.
4939         (Makefile.am): Delete unneeded LDADD.
4940         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
4941
4942         dirname: split into dirname-lgpl
4943         * modules/dirname-lgpl: New module.
4944         * modules/dirname (Files): Move library-safe files into
4945         dirname-lgpl.
4946         (Depends-on): Add dirname-lgpl.
4947         (configure.ac): Declare witness.
4948         * modules/double-slash-root (License): Relax license.
4949         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
4950         module.
4951         * lib/dirname.c (dir_len, mdir_name): Move...
4952         * lib/dirname-lgpl.c: ...into new file.
4953         * lib/basename.c (last_component, base_len): Move...
4954         * lib/basename-lgpl.c: ...into new file.
4955         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
4956         (gl_DIRNAME): Use it.
4957         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
4958         Mention new module.
4959         * modules/dirname-tests (Depends-on): Add progname.
4960         * tests/test-dirname.c (program_name): Delete.
4961
4962         mkdir: make safe for libraries
4963         * modules/mkdir (Depends-on): Drop xalloc.
4964         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
4965         exit.
4966
4967         tests: avoid some compiler warnings
4968         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
4969         literals.
4970         * tests/test-memchr.c (main): Avoid type mismatch.
4971         * tests/test-arpa_inet.c (main): Avoid unused parameters.
4972         * tests/test-base64.c (main): Likewise.
4973         * tests/test-getdelim.c (main): Likewise.
4974         * tests/test-gethostname.c (main): Likewise.
4975         * tests/test-getline.c (main): Likewise.
4976         * tests/test-netinet_in.c (main): Likewise.
4977         * tests/test-select.c (open_server_socket, main): Likewise.
4978         * tests/test-select-stdin.c (main): Likewise.
4979         * tests/test-sockets.c (main): Likewise.
4980         * tests/test-strsignal.c (main): Likewise.
4981         * tests/test-sys_select.c (main): Likewise.
4982         * tests/test-sys_socket.c (main): Likewise.
4983         * tests/test-u64.c (main): Likewise.
4984         * tests/test-xfprintf-posix.c (main): Likewise.
4985         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
4986
4987         sockets: avoid compiler warning
4988         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
4989
4990         maint: detect usage(1) and other suspicious exits
4991         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
4992
4993 2009-10-29  Jim Meyering  <meyering@redhat.com>
4994
4995         timespec: long-to-int truncation could make timespec_cmp malfunction
4996         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
4997         a multiple of 2^32 nanoseconds as no difference.
4998
4999 2009-10-28  Jim Meyering  <meyering@redhat.com>
5000
5001         fprintftime: wrap macro code argument in "do {...} while(0)"
5002         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
5003         cpy macro must be a statement that can be followed by a semicolon.
5004         Now that the else clause contains a comment and is hence longer
5005         than one line, I require curly braces.  That in turn requires
5006         that we wrap this code block in the standard do...while(0).
5007
5008         fprintftime: remove stray semicolon from previous change
5009         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
5010
5011         fprintftime: avoid a warning about ignored fwrite return value
5012         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
5013         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
5014         that is unsafe.
5015         * modules/fprintftime (Depends-on): Add ignore-value.
5016
5017         exclude: avoid an unwarranted warning
5018         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
5019
5020 2009-10-27  Eric Blake  <ebb9@byu.net>
5021
5022         fseek: avoid compilation failure when fflush is replaced
5023         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
5024         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
5025         module is in use.
5026         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
5027         module is not in use; since REPLACE_FSEEK worked otherwise.
5028         (GNULIB_FTELLO): Likewise for ftell.
5029         Reported by Ian Beckwith and others.
5030
5031 2009-10-27  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
5034         Reported by Jim Meyering.
5035
5036 2009-10-27  Jim Meyering  <jim@meyering.net>
5037             Bruno Haible  <bruno@clisp.org>
5038
5039         Avoid warning despite dropping the return value of fwrite.
5040         * lib/unicodeio.c: Include ignore-value.h.
5041         (fwrite_success_callback): Explicitly ignore fwrite's return value.
5042         * modules/unicodeio (Depends-on): Add ignore-value.
5043
5044 2009-10-26  Eric Blake  <ebb9@byu.net>
5045
5046         areadlinkat: fix fallback path
5047         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
5048         pointer and zero.
5049
5050 2009-10-22  Pádraig Brady  <P@draigBrady.com>
5051
5052         Use a better IO block size for modern systems
5053         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
5054         * lib/md2.c: Likewise.
5055         * lib/md4.c: Likewise.
5056         * lib/md5.c: Likewise.
5057         * lib/sha1.c: Likewise.
5058         * lib/sha256.c: Likewise.
5059         * lib/sha512.c: Likewise.
5060
5061 2009-10-22  Eric Blake  <ebb9@byu.net>
5062
5063         tests: avoid several compiler warnings
5064         * tests/test-getcwd.c (main): Avoid buffer underflow.
5065         * tests/test-getdate.c (main): String literals are not safe with
5066         putenv, so use setenv.  Declare unused argument.
5067         * modules/getdate-tests (Depends-on): Add setenv.
5068         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
5069         problems with string literals in char *.
5070         * tests/test-hash.c (main): Avoid shadowing declaration.
5071         (insert_new): Treat string literals as char const *.
5072         * tests/test-getopt.h (test_getopt): Likewise.
5073         (getopt_loop): Alter types to minimize casting elsewhere.
5074         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
5075         (test_getopt_long_posix): Likewise.
5076         (do_getopt_long): Add wrapper to minimize casting.
5077         * tests/test-atexit.c (clear_temp_file): Use void.
5078         * tests/test-areadlink-with-size.c (main): Declare unused
5079         arguments.
5080         * tests/test-areadlink.c (main): Likewise.
5081         * tests/test-areadlinkat-with-size.c (main): Likewise.
5082         * tests/test-areadlinkat.c (main): Likewise.
5083         * tests/test-canonicalize-lgpl.c (main): Likewise.
5084         * tests/test-canonicalize.c (main): Likewise.
5085         * tests/test-dirent-safer.c (main): Likewise.
5086         * tests/test-dirname.c (main): Likewise.
5087         * tests/test-dup2.c (main): Likewise.
5088         * tests/test-fchdir.c (main): Likewise.
5089         * tests/test-fcntl-h.c (main): Likewise.
5090         * tests/test-fcntl-safer.c (main): Likewise.
5091         * tests/test-fdopendir.c (main): Likewise.
5092         * tests/test-fdutimensat.c (main): Likewise.
5093         * tests/test-fflush.c (main): Likewise.
5094         * tests/test-filenamecat.c (main): Likewise.
5095         * tests/test-filevercmp.c (main): Likewise.
5096         * tests/test-fopen-safer.c (main): Likewise.
5097         * tests/test-fopen.c (main): Likewise.
5098         * tests/test-fpending.c (main): Likewise.
5099         * tests/test-fpurge.c (main): Likewise.
5100         * tests/test-freading.c (main): Likewise.
5101         * tests/test-fstatat.c (main): Likewise.
5102         * tests/test-fsync.c (main): Likewise.
5103         * tests/test-futimens.c (main): Likewise.
5104         * tests/test-getndelim2.c (main): Likewise.
5105         * tests/test-gettimeofday.c (main): Likewise.
5106         * tests/test-getopt.c (main): Likewise.
5107         * tests/test-i-ring.c (main): Likewise.
5108         * tests/test-inttypes.c (main): Likewise.
5109         * tests/test-link.c (main): Likewise.
5110         * tests/test-lstat.c (main): Likewise.
5111         * tests/test-math.c (main): Likewise.
5112         * tests/test-md5.c (main): Likewise.
5113         * tests/test-memchr2.c (main): Likewise.
5114         * tests/test-memrchr.c (main): Likewise.
5115         * tests/test-mkdir.c (main): Likewise.
5116         * tests/test-mkdirat.c (main): Likewise.
5117         * tests/test-mkfifoat.c (main): Likewise.
5118         * tests/test-open.c (main): Likewise.
5119         * tests/test-openat-safer.c (main): Likewise.
5120         * tests/test-openat.c (main): Likewise.
5121         * tests/test-quotearg.c (main): Likewise.
5122         * tests/test-rawmemchr.c (main): Likewise.
5123         * tests/test-readlink.c (main): Likewise.
5124         * tests/test-remove.c (main): Likewise.
5125         * tests/test-rename.c (main): Likewise.
5126         * tests/test-renameat.c (main): Likewise.
5127         * tests/test-rmdir.c (main): Likewise.
5128         * tests/test-sha1.c (main): Likewise.
5129         * tests/test-signal.c (main): Likewise.
5130         * tests/test-sigaction.c (main): Likewise.
5131         * tests/test-stat.c (main): Likewise.
5132         * tests/test-stat-time.c (main): Likewise.
5133         * tests/test-stddef.c (main): Likewise.
5134         * tests/test-stdint.c (main): Likewise.
5135         * tests/test-stdio.c (main): Likewise.
5136         * tests/test-stdlib.c (main): Likewise.
5137         * tests/test-strchrnul.c (main): Likewise.
5138         * tests/test-strerror.c (main): Likewise.
5139         * tests/test-string.c (main): Likewise.
5140         * tests/test-strtod.c (main): Likewise.
5141         * tests/test-strverscmp.c (main): Likewise.
5142         * tests/test-symlink.c (main): Likewise.
5143         * tests/test-symlinkat.c (main): Likewise.
5144         * tests/test-sys_stat.c (main): Likewise.
5145         * tests/test-sys_time.c (main): Likewise.
5146         * tests/test-time.c (main): Likewise.
5147         * tests/test-unistd.c (main): Likewise.
5148         * tests/test-unlink.c (main): Likewise.
5149         * tests/test-unlinkat.c (main): Likewise.
5150         * tests/test-utimens.c (main): Likewise.
5151         * tests/test-utimensat.c (main): Likewise.
5152         * tests/test-version-etc.c (main): Likewise.
5153         * tests/test-wchar.c (main): Likewise.
5154         * tests/test-wctype.c (main): Likewise.
5155         * tests/test-xprintf-posix.c (main): Likewise.
5156         * tests/test-posixtm.c (main): Likewise.
5157         (STREQ): Delete unused macro.
5158         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
5159         shadowed variables.
5160         * tests/test-memchr.c (main): Likewise.
5161
5162 2009-10-21  Eric Blake  <ebb9@byu.net>
5163
5164         areadlinkat: avoid failure on older glibc
5165         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
5166         rather than mis-comparing 0 against FUNC_RESULT of char*.
5167
5168 2009-10-21  Bruno Haible  <bruno@clisp.org>
5169
5170         * modules/stpncpy (License): Relicense under LGPLv2+.
5171         Reported by David Lutterkort <lutter@redhat.com>.
5172
5173 2009-10-20  Eric Blake  <ebb9@byu.net>
5174
5175         utimensat: work around Solaris 9 bug
5176         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
5177         has trailing slash bugs.
5178         * tests/test-lutimens.h (test_lutimens): Enhance test.
5179         * tests/test-utimens.h (test_utimens): Likewise.
5180         * doc/posix-functions/utime.texi (utime): Enhance documentation.
5181         * doc/posix-functions/utimes.texi (utimes): Likewise.
5182         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5183         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
5184         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
5185         * doc/posix-functions/futimens.texi (futimens): Likewise.
5186
5187         fdutimensat: new module
5188         * modules/fdutimensat: New file.
5189         * lib/fdutimensat.c (fdutimensat): Likewise.
5190         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
5191         * MODULES.html.sh (File system functions): Mention module.
5192         * modules/fdutimensat-tests: New test.
5193         * tests/test-fdutimensat.c: Likewise.
5194
5195         doc: regenerate INSTALL
5196         * doc/INSTALL: Reflect recent autoconf update.
5197         * doc/INSTALL.ISO: Likewise.
5198         * doc/INSTALL.UTF-8: Likewise.
5199
5200 2009-10-20  Pádraig Brady  <P@draigBrady.com>
5201
5202         acl: warn if ACL support is not detected
5203         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
5204
5205 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
5206
5207         * lib/nproc.h: Add extern "C" block for C++.
5208
5209 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
5210             Bruno Haible  <bruno@clisp.org>
5211
5212         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
5213         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
5214         * doc/posix-functions/isalpha.texi: Likewise.
5215         * doc/posix-functions/isblank.texi: Likewise.
5216         * doc/posix-functions/iscntrl.texi: Likewise.
5217         * doc/posix-functions/isdigit.texi: Likewise.
5218         * doc/posix-functions/isgraph.texi: Likewise.
5219         * doc/posix-functions/islower.texi: Likewise.
5220         * doc/posix-functions/isprint.texi: Likewise.
5221         * doc/posix-functions/ispunct.texi: Likewise.
5222         * doc/posix-functions/isspace.texi: Likewise.
5223         * doc/posix-functions/isupper.texi: Likewise.
5224         * doc/posix-functions/isxdigit.texi: Likewise.
5225
5226 2009-10-18  Bruno Haible  <bruno@clisp.org>
5227
5228         Tests for module 'isblank'.
5229         * modules/isblank-tests: New file.
5230         * tests/test-isblank.c: New file.
5231
5232         New module 'isblank'.
5233         * lib/isblank.c: New file.
5234         * m4/isblank.m4: New file.
5235         * modules/isblank: New file.
5236         * doc/posix-functions/isblank.texi: Mention the new module.
5237
5238 2009-10-18  Bruno Haible  <bruno@clisp.org>
5239
5240         New module 'ctype'.
5241         * lib/ctype.in.h: New file.
5242         * m4/ctype.m4: New file.
5243         * modules/ctype: New file.
5244         * doc/posix-headers/ctype.texi: Mention the new module.
5245
5246 2009-10-18  Jim Meyering  <meyering@redhat.com>
5247
5248         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
5249         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
5250         right after its initialization, rather than farther down.
5251         Keeping these in close proximity makes it easier to ensure
5252         that each such variable is initialized.  E.g.,
5253
5254             LIB_CLOCK_GETTIME=
5255             AC_SUBST([LIB_CLOCK_GETTIME])
5256
5257         This change also increments these serial numbers.
5258         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
5259         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5260         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5261
5262 2009-10-18  Bruno Haible  <bruno@clisp.org>
5263
5264         Don't let environment variables perturb build.
5265         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
5266         (gl_PREREQ_GETHRXTIME): ... not here.
5267
5268 2009-10-18  Bruno Haible  <bruno@clisp.org>
5269
5270         Avoid symlink attack in localcharset module.
5271         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
5272         (O_NOFOLLOW): Define fallback.
5273         (get_charset_aliases): Don't open the file if it is a symbolic link.
5274         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
5275         gl_FCNTL_H.
5276         (gl_FCNTL_H): Require it.
5277         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
5278         * modules/localcharset (Files): Add m4/fcntl_h.m4.
5279         Reported by Fergal Glynn <fglynn@veracode.com>.
5280
5281 2009-10-18  Bruno Haible  <bruno@clisp.org>
5282
5283         Implement nproc for mingw.
5284         * lib/nproc.c: Include <windows.h>
5285         (num_processors): On native Windows platforms, try GetSystemInfo.
5286
5287 2009-10-18  Bruno Haible  <bruno@clisp.org>
5288
5289         Implement nproc for IRIX.
5290         * lib/nproc.c: Include <sys/sysmp.h>.
5291         (num_processors): On IRIX systems, try sysmp.
5292         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
5293
5294 2009-10-18  Bruno Haible  <bruno@clisp.org>
5295
5296         Implement nproc for HP-UX.
5297         * lib/nproc.c: Include <sys/pstat.h>
5298         (num_processors): On HP-UX systems, try pstat_getdynamic.
5299         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5300         pstat_getdynamic.
5301
5302 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5303             Bruno Haible  <bruno@clisp.org>
5304
5305         Implement nproc for NetBSD, OpenBSD.
5306         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
5307         (ARRAY_SIZE): New macro.
5308         (num_processors): On BSD systems, try sysctl of HW_NCPU.
5309         * m4/nproc.m4: New file.
5310         * modules/nproc (Files): Add m4/nproc.m4.
5311         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
5312         (Makefile.am): Instead, augment lib_SOURCES.
5313
5314 2009-10-18  Bruno Haible  <bruno@clisp.org>
5315
5316         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
5317         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
5318         sys/param.h.
5319
5320 2009-10-16  Eric Blake  <ebb9@byu.net>
5321
5322         utimensat: new module
5323         * modules/utimensat: New file.
5324         * lib/utimensat.c (utimensat): Likewise.
5325         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5326         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
5327         so we can work around Linux bugs.
5328         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5329         * modules/sys_stat (Makefile.am): Substitute them.
5330         * lib/sys_stat.in.h (utimensat): Declare it.
5331         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5332         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5333         * modules/utimensat-tests: New test.
5334         * tests/test-utimensat.c: Likewise.
5335
5336         utimens: let lutimens work on non-symlinks
5337         * lib/utimens.c (lutimens): Fall back to utimens rather than
5338         failing with ENOSYS, when file is not a symlink.
5339         (utimens): Reduce redirection.
5340         * tests/test-lutimens.h (test_lutimens): Update test to cover
5341         non-symlinks.
5342         * tests/test-utimens.h (test_utimens): Update test to cover
5343         symlinks.
5344         * tests/test-utimens.c (main): Update caller.
5345
5346         utimens: cache whether utimensat syscall works
5347         * lib/utimens.c (utimensat_works_really): New cache variable.
5348         (fdutimens, lutimens): Use it to avoid failing syscall.
5349
5350         test-stat-time, test-utimens: improve portability
5351         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
5352         ext4 on alpha, and for cygwin.
5353         * tests/test-utimens-common.h: New file.
5354         (nap): Factor delays into single function.
5355         * tests/test-lutimens.h (test_lutimens): Use new header.
5356         * tests/test-futimens.h (test_futimens): Likewise.
5357         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
5358         timestamps to occur from same machine, as was done previously for
5359         test_utimens.
5360         * modules/utimens-tests (Files): Ship new file.
5361         * modules/futimens-tests (Files): Likewise.
5362         Reported in part by Jim Meyering.
5363
5364         sys_stat: sort replacement declarations
5365         * lib/sys_stat.in.h: Sort declarations.
5366         * lib/futimens.c (futimens): Fix typo.
5367
5368 2009-10-15  Jim Meyering  <meyering@redhat.com>
5369
5370         don't let environment settings perturb build
5371         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
5372         could cause a configure-time and/or build-time malfunction.
5373         Typically, a configure-time function-in-library test is performed
5374         via code like this:
5375
5376           LIB_VAR=
5377           AC_SUBST([LIB_VAR])
5378           prefix_saved_LIBS=$LIBS
5379             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
5380                        [test "$ac_cv_search_FUNC" = "none required" ||
5381                         LIB_VAR=$ac_cv_search_FUNC])
5382           LIBS=$prefix_saved_LIBS
5383
5384         However, in each of the files affected by this change, the LIB_VAR=
5385         initialization was omitted.  Thus, when set in the environment, its
5386         value would propagate into generated Makefiles when FUNC is not found
5387         in LIB_NAME.
5388         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
5389         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5390         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5391
5392 2009-10-14  Eric Blake  <ebb9@byu.net>
5393
5394         fchdir: avoid infinite recursion in mingw
5395         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
5396         recursing.
5397
5398         test-stat-time: port to mingw
5399         * tests/test-stat-time.c (force_unlink): Return a value.
5400         (test_ctime) [W32]: Fix compilation error.
5401         (nap): Don't call usleep with too large an argument.  Use
5402         force_unlink.
5403         * doc/pastposix-functions/usleep.texi (usleep): Document the
5404         portability issue.
5405
5406 2009-10-13  Jim Meyering  <meyering@redhat.com>
5407
5408         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
5409         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
5410         * modules/pipe-filter-ii: Likewise.
5411         * modules/sys_socket-tests: Likewise.
5412         * modules/tsearch-tests: Likewise.
5413         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
5414         (check): Depend on it.
5415
5416 2009-10-12  Eric Blake  <ebb9@byu.net>
5417
5418         utimens-tests: port to NFS file systems
5419         * tests/test-utimens.h (test_utimens): Refactor utimecmp
5420         comparisons to avoid spurious failures from timestamp drift
5421         between NFS machines.
5422
5423 2009-10-12  Eric Blake  <ebb9@byu.net>
5424
5425         stat-time-tests: minor cleanups
5426         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
5427         * tests/test-stat-time.c (nap): Separate assignment from call.
5428         Suggested by Paolo Bonzini and Bruno Haible.
5429
5430         sys_stat: guarantee struct timespec
5431         * lib/sys_stat.in.h (includes): Always include <time.h>
5432         * modules/sys_stat (Depends-on): Add time.
5433         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
5434         mode_t permission values.
5435         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
5436         get at subsecond timestamps.
5437
5438 2009-10-10  Eric Blake  <ebb9@byu.net>
5439
5440         futimens: new module
5441         * modules/futimens: New file.
5442         * lib/futimens.c (futimens): Likewise.
5443         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
5444         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
5445         we can work around Linux bugs.
5446         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5447         * modules/sys_stat (Makefile.am): Substitute them.
5448         * lib/sys_stat.in.h (futimens): Declare it.
5449         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5450         * doc/posix-functions/futimens.texi (futimens): Likewise.
5451         * modules/futimens-tests: New test.
5452         * tests/test-futimens.c: Likewise.
5453
5454         utimens: introduce fdutimens
5455         * lib/utimens.h (fdutimens): New prototype.
5456         * lib/utimens.c (gl_futimens): Move guts...
5457         (fdutimens): ...to new interface.
5458         * tests/test-utimens.c (do_fdutimens): Use it.
5459
5460         utimens: add UTIME_NOW and UTIME_OMIT support
5461         * lib/utimens.c (validate_timespec, update_timespec): New helper
5462         functions.
5463         (gl_futimens, lutimens): Use them.
5464         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5465         stdbool, sys_stat.
5466         (Link): Mention resulting library dependency.
5467         * modules/utimecmp (Link): Likewise.
5468         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5469         (Makefile.am): Pick up library dependency.
5470         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5471         definition.
5472         * tests/test-sys_stat.c: Test the definitions.
5473         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5474         * NEWS: Document library dependency.
5475
5476         utimecmp: support symlink timestamps
5477         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5478         hashing when possible.  Use pathconf when available.
5479         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5480         * modules/utimecmp (Depends-on): Add lstat.
5481
5482         utimens: add lutimens interface
5483         * lib/utimens.c (lutimens): New function.
5484         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5485         * lib/utimens.h (lutimens): Declare new interface.
5486         * tests/test-utimens.c (main): Enhance test.
5487         * tests/test-lutimens.h (test_lutimens): New file.
5488         * modules/utimens-tests (Files): Distribute it.
5489         (Depends-on): Add symlink.
5490         (configure.ac): Check for usleep.
5491
5492         utimens: validate futimens usage
5493         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5494         fewer syscalls on failure later on.  Avoid compiler warning on
5495         mingw.
5496         * modules/utimens (Depends-on): Add dup2.
5497
5498         utimens: add test
5499         * modules/utimens-tests: New test.
5500         * tests/test-utimens.h: New file.
5501         * tests/test-futimens.h: Likewise.
5502         * tests/test-utimens.c: Likewise.
5503
5504         doc: mention timestamp portability issues
5505         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5506         instead.
5507         * doc/posix-functions/utime.texi (utime): Likewise.
5508         * doc/posix-functions/utimes.texi (utimes): Likewise.
5509         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5510         instead.
5511         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5512         module.
5513         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5514         Mention weakness with symlink timestamps.
5515         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5516         to utimensat/futimens instead.
5517         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5518
5519         test-dup2: enhance test
5520         * tests/test-dup2.c (main): Also check AT_FDCWD.
5521
5522         test-stat-time: avoid more spurious failures
5523         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5524         xfs; and avoid race if the two timestamps cross quantization edge.
5525
5526         relocatable: prefer 'file system' over 'filesystem'
5527         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5528         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5529         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5530         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5531         * lib/relocatable.c (compute_curr_prefix): Likewise.
5532
5533 2009-10-10  Jim Meyering  <meyering@redhat.com>
5534
5535         stat-time-tests: check for the usleep function
5536         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5537
5538 2009-10-10  Bruno Haible  <bruno@clisp.org>
5539
5540         * modules/xnanosleep: Put the Link section after the Include section.
5541
5542 2009-10-09  Eric Blake  <ebb9@byu.net>
5543
5544         dup2: work around FreeBSD 6.1 bug
5545         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5546         * doc/posix-functions/dup2.texi (dup2): Document it.
5547         Reported by Nelson H. F. Beebe and Jim Meyering.
5548
5549         test-stat-time: port to buggy NFS clients
5550         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5551         (test_ctime): Also skip test if mtime and ctime are skewed.
5552
5553         maint: prefer 'file system' over 'filesystem'
5554         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5555         * doc/posix-functions/lstat.texi (lstat): Likewise.
5556         * lib/file-has-acl.c (file_has_acl): Likewise.
5557         * lib/fwriteerror.c [TEST]: Likewise.
5558         * tests/test-areadlink.h (test_areadlink): Likewise.
5559         * tests/test-areadlinkat-with-size.c (main): Likewise.
5560         * tests/test-areadlinkat.c (main): Likewise.
5561         * tests/test-canonicalize-lgpl.c (main): Likewise.
5562         * tests/test-canonicalize.c (main): Likewise.
5563         * tests/test-fstatat.c (main): Likewise.
5564         * tests/test-linkat.c (main): Likewise.
5565         * tests/test-lstat.h (test_lstat_func): Likewise.
5566         * tests/test-mkdir.h (test_mkdir): Likewise.
5567         * tests/test-readlink.h (test_readlink): Likewise.
5568         * tests/test-remove.c (main): Likewise.
5569         * tests/test-rename.h (test_rename): Likewise.
5570         * tests/test-renameat.c (main): Likewise.
5571         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5572         * tests/test-symlink.h (test_symlink): Likewise.
5573         * tests/test-symlinkat.c (main): Likewise.
5574         * tests/test-unlink.h (test_unlink_func): Likewise.
5575         * tests/test-unlinkat.c (main): Likewise.
5576
5577         maint: make realtime library usage explicit
5578         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5579         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5580         * modules/settime (Link): Likewise.
5581         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5582
5583         test-stat-time: speed up execution
5584         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5585         warning on mingw.
5586         (nap): New helper function.
5587         (prepare_test): Use it to reduce sleep time.
5588         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5589         execution.
5590         * modules/stat-time-tests (configure.ac): Check for usleep.
5591
5592 2009-10-09  Jim Meyering  <meyering@redhat.com>
5593
5594         selinux-h: always use getfilecon wrappers
5595         * lib/getfilecon.c: New file.
5596         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5597         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
5598         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
5599         (fgetfilecon): Provide a stub.
5600         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
5601         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
5602         file unconditionally.
5603         When <selinux/selinux.h> is found, arrange to use wrappers.
5604         * modules/selinux-h (Files): Add getfilecon.c.
5605         (Makefile.am): Substitute include-next-related bits
5606         into the now-always-generated selinux/selinux.h file.
5607         * doc/glibc-functions/lgetfilecon.texi: New file.
5608         * doc/glibc-functions/fgetfilecon.texi: New file.
5609         * doc/glibc-functions/getfilecon.texi: New file.
5610         * doc/glibc-functions/getfilecon-desc.texi: New file.
5611         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
5612         which to pull in the new files.
5613         * MODULES.html.sh (Misc): Add selinux-h.
5614
5615 2009-10-08  Jim Meyering  <meyering@redhat.com>
5616
5617         unistd: fix comment typo
5618         * lib/unistd.in.h (euidaccess): Fix a comment typo.
5619
5620 2009-10-08  Eric Blake  <ebb9@byu.net>
5621
5622         areadlink: use SIZE_MAX consistently
5623         * modules/areadlink (Depends-on): Add stdint.
5624         * modules/areadlink-with-size (Depends-on): Likewise.
5625         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
5626         gives NULL; drop sys/types, since unistd gives size_t; and add
5627         stdint for SIZE_MAX.
5628         (SIZE_MAX): Rely on headers.
5629         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
5630         and add stdint.
5631         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
5632         (SIZE_MAX): Likewise.
5633         (INITIAL_BUF_SIZE): Turn into enum.
5634         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
5635
5636 2009-10-08  Jim Meyering  <meyering@redhat.com>
5637
5638         areadlinkat: avoid compilation failure
5639         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
5640         Fix typo in comment.
5641
5642 2009-10-07  Eric Blake  <ebb9@byu.net>
5643
5644         areadlinkat-with-size: new module
5645         * modules/areadlinkat-with-size: New module.
5646         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
5647         * lib/areadlink.h (areadlinkat): Declare it.
5648         * MODULES.html.sh (File system functions): Mention it.
5649         * modules/areadlinkat-with-size-tests: New test.
5650         * tests/test-areadlinkat-with-size.c: New file.
5651
5652         xreadlinkat: new module
5653         * modules/xreadlinkat: New module.
5654         * lib/xreadlinkat.c (xreadlinkat): New file.
5655         * lib/xreadlink.h (xreadlinkat): Declare it.
5656         * MODULES.html.sh (File system functions): Mention it.
5657
5658         areadlinkat: new module
5659         * lib/at-func.c (FUNC_FAIL): New define.
5660         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
5661         * modules/areadlinkat: New module.
5662         * lib/linkat.c (areadlinkat): Move...
5663         * lib/areadlinkat.c (areadlinkat): ...to new file.
5664         * lib/areadlink.h (areadlinkat): Declare it.
5665         * modules/linkat (Depends-on): Add areadlinkat.
5666         * MODULES.html.sh (File system functions): Mention it.
5667         * modules/areadlinkat-tests: New test.
5668         * tests/test-areadlinkat.c: New file.
5669
5670         areadlink, areadlink-with-size: add tests
5671         * modules/areadlink-tests: New test.
5672         * modules/areadlink-with-size-tests: Likewise.
5673         * tests/test-areadlink.h: New file.
5674         * tests/test-areadlink.c: Likewise.
5675         * tests/test-areadlink-with-size.c: Likewise.
5676
5677         maint: minor cleanups
5678         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
5679         _UNUSED_PARAMETER_ instead.
5680         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
5681         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
5682         * modules/linkat-tests (Files): Distribute test-link.h.
5683
5684         openat, utimens: whitespace cleanup
5685         * lib/openat.c: Prefer space throughout, rather than mix of 8
5686         spaces vs. tabs.
5687         * lib/at-func.c: Likewise.
5688         * lib/utimens.c: Likewise.
5689
5690         openat: avoid using wrong fd
5691         * lib/openat.c (openat_permissive): Reject user's fd if saving the
5692         working directory chooses same fd.
5693         * lib/at-func.c (AT_FUNC_NAME): Likewise.
5694
5695         mkdir, mkdirat: fix cygwin 1.5.x bug
5696         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
5697         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
5698         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
5699         bug.
5700         (gl_PREREQ_MKDIR): Delete unused macro.
5701         * modules/mkdir (Files): Track file rename.
5702         (configure.ac): Update macro name.
5703         * modules/openat (Depends-on): Add mkdir.
5704         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
5705
5706         mkdir, mkdirat: add tests
5707         * modules/mkdir-tests: New test.
5708         * tests/test-mkdir.h: New file.
5709         * tests/test-mkdir.c: Likewise.
5710         * tests/test-mkdirat.c: Likewise.
5711         * modules/openat-tests (Files): Add new files.
5712         (Makefile.am): Run new test.
5713
5714 2009-10-06  Eric Blake  <ebb9@byu.net>
5715
5716         doc: tweak *at function documentation
5717         * doc/posix-functions/faccessat.texi (faccessat): Mention
5718         known issue with replacement.
5719         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
5720         * doc/posix-functions/linkat.texi (linkat): Likewise.
5721         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5722         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5723         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5724         * doc/posix-functions/renameat.texi (renameat): Likewise.
5725         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5726
5727         openat: fix GNU/Hurd bug in unlinkat
5728         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5729         broken.
5730         * doc/posix-functions/unlink.texi (unlink): Document this.
5731         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
5732
5733         fdopendir: fix GNU/Hurd bug
5734         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
5735         allowing non-directory fds.
5736         * lib/fdopendir.c (rpl_fdopendir): Work around it.
5737         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
5738         * modules/dirent (Makefile.am): Substitute it.
5739         * lib/dirent.in.h (fdopendir): Declare replacement.
5740         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
5741         * tests/test-fdopendir.c (main): Test something other than
5742         /dev/null, since on Hurd that behaves like a directory.
5743
5744         test-symlink: port to GNU/Hurd
5745         * tests/test-symlink.h (test_symlink): Relax expected errno.
5746
5747         doc: tweak more cygwin information
5748         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
5749         now compatible with glibc.
5750         * doc/posix-functions/getopt.texi (getopt): Likewise.
5751
5752         getopt-gnu: add another test
5753         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
5754         guarantee behavior relied on by m4.
5755         * tests/test-getopt.c (main): Use it.
5756         * modules/getopt-posix-tests (Depends-on): Add setenv.
5757         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
5758
5759         getopt: fix compilation on darwin
5760         * lib/getopt.in.h (includes): Leave breadcrumbs during system
5761         include.
5762         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
5763         Reported by Ludovic Courtès.
5764
5765 2009-10-06  Bruno Haible  <bruno@clisp.org>
5766
5767         * modules/size_max (Description): Discourage its use.
5768         Reported by Simon Josefsson.
5769
5770 2009-10-06  Jim Meyering  <meyering@redhat.com>
5771
5772         linkat: avoid compilation failure
5773         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
5774
5775 2009-10-05  Eric Blake  <ebb9@byu.net>
5776
5777         linkat: support Linux 2.6.17
5778         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
5779         linkat on Linux, but allow cache variable override.
5780         * lib/linkat.c (rpl_linkat): Define override.
5781         * modules/linkat (Depends-on): Add symlinkat.
5782         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
5783         * modules/unistd (Makefile.am): Substitute it.
5784         * lib/unistd.in.h (linkat): Declare replacement.
5785         Reported by Pádraig Brady.
5786
5787         quotearg: port test to systems with C.UTF-8 locale
5788         * tests/test-quotearg.c (struct result_strings): Add another
5789         member, differentiating between C.ASCII and C.UTF-8 handling.
5790         (compare_strings): Add parameter.
5791         (main): Adjust all callers.
5792
5793         getopt: avoid clash with FreeBSD _getopt_internal
5794         * lib/getopt.in.h (_getopt_internal): Override the name.
5795         * lib/getopt_int.h (includes): Pick up any overrides.
5796         Reported by Reuben Thomas.
5797
5798         hash: allow C89 compilation
5799         * lib/hash.c (check_tuning): Move declaration before statement.
5800         Reported by Reuben Thomas.
5801
5802 2009-10-05  Karl Berry  <karl@gnu.org>
5803
5804         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
5805
5806 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
5807             Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/uname.c (uname): Use a table-driven algorithm to compute
5810         Windows NT versions.
5811
5812 2009-10-04  Bruno Haible  <bruno@clisp.org>
5813
5814         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
5815         program_invocation_short_name.
5816         * modules/progname (configure.ac): Test for presence of
5817         program_invocation_short_name.
5818         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5819
5820 2009-10-04  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/progname.c (set_program_name): Fix comment.
5823         Reported by Jim Meyering.
5824
5825 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5826             Bruno Haible  <bruno@clisp.org>
5827
5828         * lib/uname.c: Include <string.h>.
5829         (uname): Do only one call to GetVersionEx in the common case.
5830
5831 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5832             Bruno Haible  <bruno@clisp.org>
5833
5834         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
5835         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
5836         (uname): Add support for Windows CE and various non-x86 CPU types.
5837
5838 2009-10-03  Bruno Haible  <bruno@clisp.org>
5839
5840         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
5841         invocation to tests/configure.ac.
5842         Reported by Ian Beckwith <ianb@erislabs.net>.
5843
5844 2009-10-02  Eric Blake  <ebb9@byu.net>
5845
5846         fchdir: avoid compiler warning
5847         * lib/fchdir.c (canonicalize_file_name)
5848         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
5849
5850         test-open: support mingw errno values
5851         * tests/test-open.h (test_open): Relax test.
5852         * tests/test-fopen.h (test_fopen): Likewise.
5853         * tests/test-openat-safer.c (main): Likewise.
5854
5855         open: fix opening directory on mingw
5856         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
5857
5858         test-open: on GNU/Hurd, /dev/null is a directory
5859         * tests/test-fopen.h (main): Rename...
5860         (test_fopen): ...to this.  Use a guaranteed non-directory when
5861         confirming open behavior on trailing slash.
5862         * tests/test-openat-safer.c (main): Likewise.
5863         * tests/test-open.h (main): Likewise....
5864         (test_open): ...to this.
5865         * tests/test-fopen.c (main): Adjust caller.
5866         * tests/test-fopen-safer.c (main): Likewise.
5867         * tests/test-open.c (main): Likewise.
5868         * tests/test-fcntl-safer.c (main): Likewise.
5869         Reported by Samuel Thibault.
5870
5871         rename, fchdir: don't ignore chdir failure
5872         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
5873         * lib/rename.c (rpl_rename) [W32]: Likewise.
5874         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
5875         an empty destination directory if source cannot be renamed,
5876         although there is still possibility for failure.
5877         * doc/posix-functions/rename.texi (rename): Document the race.
5878         Reported by Jim Meyering.
5879
5880         maint: cleanup whitespace in recent commits
5881         * lib/rename.c (rpl_rename): Remove tabs.
5882         * tests/test-link.h (test_link): Likewise.
5883         * lib/fchdir.c (get_name): Likewise.
5884         Reported by Jim Meyering.
5885
5886 2009-10-02  Ben Pfaff  <blp@gnu.org>
5887
5888         relocatable-prog-wrapper: Add missing dependency on
5889         double-slash-root.
5890         * modules/relocatable-prog-wrapper: Add dependency.
5891         Reported by Ian Beckwith <ianb@erislabs.net>.
5892
5893 2009-10-02  Eric Blake  <ebb9@byu.net>
5894
5895         renameat: fix Solaris bugs
5896         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
5897         needed fixing.
5898         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
5899         * modules/stdio (Makefile.am): Substitute it.
5900         * lib/stdio.in.h (renameat): Declare replacement.
5901         * lib/renameat.c (rpl_renameat): Implement fix.
5902
5903         renameat: new module
5904         * modules/renameat: New file.
5905         * lib/renameat.c (renameat): Likewise.
5906         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
5907         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5908         * modules/stdio (Makefile.am): Substitute them.
5909         * lib/stdio.in.h (renameat): Declare it.
5910         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5911         * doc/posix-functions/renameat.texi (renameat): Likewise.
5912         * modules/renameat-tests: New test.
5913         * tests/test-renameat.c: Likewise.
5914
5915         rename: fix mingw bugs
5916         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
5917         directory overwrite bugs.
5918
5919         rename: fix another cygwin 1.5 bug
5920         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
5921         checks.
5922         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
5923         unnecessary cygwin workarounds.  Also work around bug with moving
5924         full directory onto an empty one.
5925         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
5926
5927         rename-dest-slash: merge into rename module
5928         * modules/rename-dest-slash (Status): Mark obsolete.
5929         (Depends-on): Add rename.
5930         (Files): Let rename do it all.
5931         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
5932         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
5933         * m4/rename-dest-slash.m4: ...so this file can be deleted.
5934         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
5935         * lib/rename.c (rpl_rename): Update comments.
5936
5937         rename: fix cygwin 1.5.x bugs
5938         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
5939         * lib/rename.c (rpl_rename): Work around them.
5940         * modules/rename (Depends-on): Add same-inode.
5941
5942         rename: fix Solaris 10 bug
5943         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5944         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
5945         was the only bug.
5946
5947         rename: fix Solaris 9 bug
5948         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
5949         on non-directory.  Avoid calling exit.
5950         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
5951         strdup.
5952         * modules/rename-tests (Depends-on): Drop lstat.
5953         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5954         (gl_PREREQ_RENAME): Delete unused macro.
5955
5956         rename-dest-slash: fix NetBSD bug
5957         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
5958         links.
5959         * modules/rename-dest-slash (Depends-on): Add same-inode.
5960
5961         rename-tests: new test, exposes several platform bugs
5962         * modules/rename-tests: New file.
5963         * tests/test-rename.h: Likewise.
5964         * tests/test-rename.c: Likewise.
5965         * doc/posix-functions/rename.texi (rename): Improve documentation,
5966         including bugs that will eventually be fixed in gnulib.
5967
5968 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
5969
5970         * lib/uname.c: Include <stdlib.h>
5971         (uname): Assume version info is available.
5972
5973 2009-10-02  Jim Meyering  <meyering@redhat.com>
5974
5975         gnu-web-doc-update: correct --help output
5976         * build-aux/gnu-web-doc-update: Make --help output relevant.
5977
5978         gnu-web-doc-update: add standard options
5979         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
5980
5981         gnu-web-doc-update: New module.
5982         Use this script to automatically update the on-line web documentation
5983         for your GNU project at http://www.gnu.org/software/$pkg/manual/
5984         * modules/gnu-web-doc-update: New file, from coreutils.
5985         * build-aux/gnu-web-doc-update: New script.
5986
5987 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
5988
5989         link: LoadLibrary is not needed.
5990         * lib/link.c: Use GetModuleHandle.
5991
5992 2009-10-01  Eric Blake  <ebb9@byu.net>
5993
5994         getopt: bump serial number
5995         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
5996         change.
5997
5998         tests: tighten link, rmdir, and remove tests
5999         * tests/test-link.h (includes): No need to use <config.h> here.
6000         Clean up if directory hard link was created, otherwise test for
6001         trailing '.'.
6002         * tests/test-linkat.c (main): Simplify.
6003         * tests/test-remove.c (main): Enhance test for trailing '.'.
6004         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6005
6006 2009-10-01  Jim Meyering  <meyering@redhat.com>
6007
6008         maint.mk: requiring "make major" was annoying, for a "minor" release.
6009         What is intended is "stable", to contrast with alpha and beta,
6010         so require "make stable", not "make major".
6011         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
6012         (get_tool_versions): Likewise.
6013         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
6014
6015 2009-09-30  Ben Pfaff  <blp@gnu.org>
6016
6017         Fix broken build of replacement for Windows tmpfile().
6018         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
6019         flags argument added along with the 'mkostemp' module.
6020
6021 2009-09-28  Bruno Haible  <bruno@clisp.org>
6022
6023         Avoid identifier clash with POSIX function 'remove' defined as a macro.
6024         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
6025         to 'remove_elt'.
6026         (gl_list_remove): Update.
6027         * lib/gl_list.c (gl_list_remove): Update.
6028         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
6029         to 'remove_elt'.
6030         (gl_oset_remove): Update.
6031         * lib/gl_list.c (gl_oset_remove): Update.
6032         Reported by Eric Blake.
6033
6034 2009-09-28  Eric Blake  <ebb9@byu.net>
6035
6036         doc: mention yet more cygwin 1.7 status
6037         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
6038         cygwin.
6039         * doc/glibc-functions/execvpe.texi (execvpe): New file.
6040         * doc/gnulib.texi (Glibc unistd.h): Mention it.
6041
6042         argp: fix test failure
6043         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
6044         that are not upper-case.  Pass correct range to tolower.
6045
6046 2009-09-27  Jim Meyering  <meyering@redhat.com>
6047
6048         test-yesno: work around sparc-dash here-document infelicity
6049         Without this change, the literal \177 byte in a here document
6050         would make dash 0.5.5.1-3 access uninitialized memory.
6051         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
6052         Instead, use a marker, "@", and filter through tr to create the desired
6053         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
6054
6055 2009-09-27  Bruno Haible  <bruno@clisp.org>
6056
6057         Disable untested support for new flavours of ACLs on AIX.
6058         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
6059         progress.
6060         * lib/set-mode-acl.c (qset_acl): Likewise.
6061
6062 2008-12-07  Bruno Haible  <bruno@clisp.org>
6063
6064         Add support for new flavours of ACLs on AIX. (Untested.)
6065         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
6066         (file_has_acl): Add support for newer AIX.
6067         * lib/set-mode-acl.c (qset_acl): Likewise.
6068         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
6069         Rainer Tammer <tammer@tammer.net>.
6070
6071 2009-09-26  Eric Blake  <ebb9@byu.net>
6072
6073         argp: fix compilation of getopt
6074         * lib/getopt.in.h (includes): Use different guard than glibc.
6075         Reported by Sergey Poznyakoff.
6076
6077         doc: mention more cygwin 1.7 status
6078         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
6079         bug.
6080         * doc/posix-functions/execl.texi (execl): Likewise.
6081         * doc/posix-functions/execle.texi (execle): Likewise.
6082         * doc/posix-functions/execlp.texi (execlp): Likewise.
6083         * doc/posix-functions/execv.texi (execv): Likewise.
6084         * doc/posix-functions/execve.texi (execve): Likewise.
6085         * doc/posix-functions/execvp.texi (execvp): Likewise.
6086         * doc/glibc-functions/canonicalize_file_name.texi
6087         (canonicalize_file_name): Cygwin 1.7 now provides this.
6088         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
6089         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
6090         on AT_SYMLINK_NOFOLLOW.
6091
6092 2009-09-24  Eric Blake  <ebb9@byu.net>
6093
6094         test-linkat: make test more robust
6095         * tests/test-linkat.c (main): Avoid collision with EEXIST.
6096
6097         getopt: fix inclusion guards for cygwin
6098         * modules/getopt-posix (Depends-on): Add include-next.
6099         (Makefile.am): Substitute more items in replacement header.
6100         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
6101         <getopt.h>.
6102         * lib/getopt.in.h (includes): Use split inclusion guard, and
6103         prefer <getopt.h> over include <unistd.h> when one is present.
6104         (option): Also override name of 'struct option'.
6105
6106         same-inode: revert prior change; it is not yet ready
6107         * NEWS: Undo mention of this change.
6108         * lib/same-inode.h (same-inode.h): Undo tri-state change.
6109         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6110         * lib/cycle-check.c (cycle_check): Likewise.
6111         * lib/same.c (same_name): Likewise.
6112         * lib/at-func2.c (at_func2): Likewise.
6113
6114 2009-09-23  Eric Blake  <ebb9@byu.net>
6115
6116         linkat: new module
6117         * modules/linkat: New file.
6118         * lib/at-func2.c (at_func2): Likewise.
6119         * lib/linkat.c (linkat): Likewise.
6120         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
6121         * lib/openat-priv.h (at_func2): Add declaration.
6122         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6123         * modules/unistd (Makefile.am): Substitute them.
6124         * lib/unistd.in.h (linkat): Declare it.
6125         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6126         * doc/posix-functions/linkat.texi (linkat): Likewise.
6127         * doc/posix-functions/link.texi (link): Tweak wording.
6128         * tests/test-link.c (main): Move guts...
6129         * tests/test-link.h (test_link): ...into new file.
6130         * modules/linkat-tests: New test.
6131         * tests/test-linkat.c: Likewise.
6132         * modules/link-tests (Files): Ship new file.
6133         (Depends-on): Add stdbool.
6134
6135         dirname: add library-safe mdir_name
6136         * lib/dirname.h (mdir_name): New prototype.
6137         * lib/dirname.c (dir_name): Move guts...
6138         (mdir_name): ...to new function that avoids xalloc_die.
6139
6140         fchdir: another mingw fix
6141         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
6142         * lib/fchdir.c (get_name): New helper method; skips canonicalize
6143         on mingw (where it has not yet been ported), and make it optional
6144         elsewhere.
6145         (_gl_register_fd): Use it.
6146
6147         same-inode: make SAME_INODE tri-state, to port to mingw
6148         * NEWS: Mention this change.
6149         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
6150         st_ino always being 0.
6151         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6152         * lib/cycle-check.c (cycle_check): Likewise.
6153         * lib/same.c (same_name): Likewise.
6154
6155         lstat: avoid mingw compilation error
6156         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
6157         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
6158         lstat ourselves.
6159         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
6160         was adequate.
6161         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
6162         the checks for lstat.
6163         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
6164
6165         link: fix test failure on Solaris 9
6166         * lib/link.c (rpl_link): Don't assume link will catch bogus
6167         trailing slash on source.
6168
6169         test-symlinkat: enhance test
6170         * tests/test-readlink.c (main): Move guts...
6171         * tests/test-readlink.h (test_readlink): ...into new file.
6172         * tests/test-symlink.c (main): Move guts...
6173         * tests/test-symlink.h (test_symlink): ...into new file.
6174         * tests/test-symlinkat.c (main): Use new files for further
6175         coverage.
6176         (do_symlink, do_readlink): New helper functions.
6177         * modules/symlink-tests (Files): Ship new file.
6178         (Depends-on): Add stdbool.
6179         * modules/readlink-tests (Files): Ship new file.
6180         (Depends-on): Add stdbool.
6181         * modules/symlinkat-tests (Files): Use new files.
6182
6183 2009-09-23  Eric Blake  <ebb9@byu.net>
6184
6185         readlink: document portability issue with symlink length
6186         * doc/posix-functions/lstat.texi (lstat): Mention that some file
6187         systems have bogus st_size on symlinks, and mention the
6188         areadlink-with-size module.
6189         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6190         * doc/posix-functions/readlink.texi (readlink): Mention the
6191         areadlink module, and ERANGE failure.
6192         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6193         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
6194
6195         readlink: fix Solaris 9 bug with trailing slash
6196         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
6197         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
6198         * doc/posix-functions/readlink.texi (readlink): Document this.
6199         * modules/readlink-tests: New test.
6200         * tests/test-readlink.c: Likewise.
6201
6202         readlink: fix cygwin 1.5.x bug with return type
6203         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
6204         * lib/unistd.in.h (readlink): Use ssize_t.
6205         * lib/readlink.c (readlink): Likewise.
6206         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6207         * modules/unistd (Makefile.am): Substitute it.
6208         * lib/unistd.in.h (readlink): Declare replacement.
6209         * doc/posix-functions/readlink.texi (readlink): Document this.
6210
6211         symlink: use throughout gnulib
6212         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
6213         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
6214         symlink is not used.
6215         * modules/symlinkat (Depends-on): Add symlink.
6216         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6217         * modules/canonicalize-tests (Depends-on): Likewise.
6218         * modules/lstat-tests (Depends-on): Likewise.
6219         * modules/openat-tests (Depends-on): Likewise.
6220         * modules/remove-tests (Depends-on): Likewise.
6221         * modules/rmdir-tests (Depends-on): Likewise.
6222         * modules/unlink-tests (Depends-on): Likewise.
6223         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
6224         * tests/test-canonicalize.c (symlink): Likewise.
6225         * tests/test-fstatat.c (symlink): Likewise.
6226         * tests/test-lstat.c (symlink): Likewise.
6227         * tests/test-remove.c (symlink): Likewise.
6228         * tests/test-rmdir.c (symlink): Likewise.
6229         * tests/test-unlink.c (symlink): Likewise.
6230         * tests/test-unlinkat.c (symlink): Likewise.
6231
6232         symlink: new module, for Solaris 9 bug
6233         * modules/symlink: New file.
6234         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
6235         * lib/symlink.c: Likewise.
6236         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6237         * modules/unistd (Makefile.am): Substitute them.
6238         * lib/unistd.in.h (symlink): Declare replacement.
6239         * MODULES.html.sh (File system functions): Mention it.
6240         * doc/posix-functions/symlink.texi (symlink): Likewise.
6241         * modules/symlink-tests: New test.
6242         * tests/test-symlink.c: Likewise.
6243
6244 2009-09-23  Bruno Haible  <bruno@clisp.org>
6245
6246         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
6247         when needed.
6248         Test case: gnulib-tool --import --with-tests atexit inttypes.
6249         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
6250
6251 2009-09-23  Bruno Haible  <bruno@clisp.org>
6252
6253         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
6254         subcommand, not in a subshell.
6255
6256 2009-09-22  Eric Blake  <ebb9@byu.net>
6257
6258         unistd: sort replacement declarations
6259         * lib/unistd.in.h: Sort declarations.
6260
6261         open, openat: minor optimization
6262         * lib/open.c (open): If open succeeded, len is non-zero.
6263         * lib/openat.c (rpl_openat): Likewise.
6264
6265         link-follow: ensure correct result
6266         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
6267         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
6268         distinguish between possible failures.
6269
6270 2009-09-21  Eric Blake  <ebb9@byu.net>
6271
6272         fts: avoid compiler warning
6273         * lib/fts.c (dirent_inode_sort_may_be_useful)
6274         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
6275
6276 2009-09-19  Bruno Haible  <bruno@clisp.org>
6277
6278         * lib/progreloc.c (canonicalize_file_name): New declaration.
6279
6280 2009-09-19  Eric Blake  <ebb9@byu.net>
6281
6282         link: fix quoting
6283         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
6284
6285         openat: fix openat bugs on Solaris 9
6286         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
6287         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
6288         * modules/openat (Depends-on): Add open.
6289         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
6290         * modules/fcntl-h (Makefile.am): Substitute it.
6291         * lib/fcntl.in.h (openat): Declare replacement.
6292         * doc/posix-functions/openat.texi (openat): Document this.
6293
6294         openat: move fstatat and unlinkat into correct files
6295         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6296         compiled.
6297         * lib/openat.c (fstatat, unlinkat): Move...
6298         * lib/fstatat.c (fstatat): ...into correct files.
6299         * lib/unlinkat.c (unlinkat): Likewise.
6300
6301         openat: fix unlinkat bugs on Solaris 9
6302         * lib/unlinkat.c (unlinkat): New file.
6303         * modules/openat (Depends-on): Add unlink.
6304         (Files): Distribute it.
6305         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
6306         trailing slash behavior is broken.
6307         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6308         * modules/unistd (Makefile.am): Substitute it.
6309         * lib/unistd.in.h (unlinkat): Declare replacement.
6310         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
6311
6312         openat: fix fstatat bugs on Solaris 9
6313         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
6314         stat.
6315         * doc/posix-functions/fstatat.texi (fstatat): Document this.
6316
6317         test-unlinkat: enhance test, to expose Solaris 9 bug
6318         * tests/test-unlink.c (main): Factor guts...
6319         * tests/test-unlink.h (test_rmdir_func): ...into new file.
6320         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
6321         * tests/test-rmdir.c (main): Adjust caller.
6322         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
6323         (unlinker): New helper function.
6324         (rmdirat): Enhance check.
6325         * modules/rmdir-tests (Depends-on): Add stdbool.
6326         * modules/unlink-tests (Depends-on): Likewise.
6327         (Files): Add test-unlink.h.
6328         * modules/openat-tests (Files): Likewise.
6329         (Depends-on): Add unlinkdir.
6330
6331         test-fstatat: new test, to expose Solaris 9 bugs
6332         * tests/test-stat.c (main): Factor guts...
6333         * tests/test-stat.h (test_stat_func): ...into new file.
6334         * tests/test-lstat.c (main): Factor guts...
6335         * tests/test-lstat.h (test_lstat_func): ...into new file.
6336         * tests/test-fstatat.c: New file.
6337         * modules/stat-tests (Files): Add test-stat.h.
6338         * modules/lstat-tests (Files): Add test-lstat.h.
6339         (Depends-on): Add stdbool.
6340         * modules/openat-tests (Depends-on): Add pathmax.
6341         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
6342         (Makefile.am): Run new test.
6343
6344         remove: new module, for mingw and Solaris 9 bugs
6345         * modules/remove: New file.
6346         * lib/remove.c: Likewise.
6347         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
6348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6349         * modules/stdio (Makefile.am): Use them.
6350         * lib/stdio.in.h (remove): Declare replacement.
6351         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6352         * doc/posix-functions/remove.texi (remove): Likewise.
6353         * modules/remove-tests: New test.
6354         * tests/test-remove.c: Likewise.
6355
6356         unlink: new module, for Solaris 9 bug
6357         * modules/unlink: New file.
6358         * lib/unlink.c: Likewise.
6359         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
6360         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6361         * modules/unistd (Makefile.am): Use them.
6362         * lib/unistd.in.h (stat): Declare replacement.
6363         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6364         * doc/posix-functions/unlink.texi (unlink): Likewise.
6365         * modules/unlink-tests: New test.
6366         * tests/test-unlink.c: Likewise.
6367
6368         lstat: fix Solaris 9 bug
6369         * lib/lstat.c (lstat): Also check for trailing slash on
6370         non-symlink, non-directories.  Use stat module to simplify logic.
6371         * doc/posix-functions/lstat.texi (lstat): Document it.
6372         * modules/lstat-tests (Depends-on): Add errno, same-inode.
6373         (configure.ac): Check for symlink.
6374         * tests/test-lstat.c (main): Add more tests.
6375
6376         stat: add as dependency to other modules
6377         * modules/chown (Depends-on): Add stat.
6378         * modules/euidaccess (Depends-on): Likewise.
6379         * modules/fchdir (Depends-on): Likewise.
6380         * modules/isdir (Depends-on): Likewise.
6381         * modules/link (Depends-on): Likewise.
6382         * modules/lstat (Depends-on): Likewise.
6383         * modules/mkdir-p (Depends-on): Likewise.
6384         * modules/modechange (Depends-on): Likewise.
6385         * modules/open (Depends-on): Likewise.
6386         * modules/readlink (Depends-on): Likewise.
6387         * modules/same (Depends-on): Likewise.
6388
6389         stat: fix Solaris 9 bug
6390         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
6391         slash.
6392         * lib/stat.c (rpl_stat): Work around it.
6393         * doc/posix-functions/stat.texi (stat): Update documentation.
6394
6395         stat: new module, for mingw bug
6396         * modules/stat: New file.
6397         * lib/stat.c: Likewise.
6398         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
6399         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6400         * modules/sys_stat (Makefile.am): Use them.
6401         * lib/sys_stat.in.h (stat): Declare replacement.
6402         * lib/openat.c (fstatat): Deal with lstat and stat being function
6403         macros.
6404         * modules/openat (Depends-on): Add inline.
6405         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6406         * doc/posix-functions/stat.texi (stat): Likewise.
6407         * modules/stat-tests: New test.
6408         * tests/test-stat.c: Likewise.
6409
6410 2009-09-19  Jim Meyering  <meyering@redhat.com>
6411
6412         syntax-check: detect unnecessary inclusion of canonicalize.h
6413         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
6414
6415 2009-09-19  Eric Blake  <ebb9@byu.net>
6416
6417         canonicalize-lgpl: adjust clients to use correct header
6418         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6419         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
6420         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
6421         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
6422         * lib/progreloc.c (includes): Likewise.
6423
6424 2009-09-19  Jim Meyering  <meyering@redhat.com>
6425
6426         test-posixtm.c: correct a comment
6427         * tests/test-posixtm.c: Correct first-line comment.
6428         Spotted by Eric Blake.
6429
6430 2009-09-16  Jim Meyering  <meyering@redhat.com>
6431
6432         posixtm-tests: make T const-correct; add a test case
6433         * tests/test-posixtm.c (T): Declare const.
6434         Add a test for -(2^31+1).
6435         Remove useless can-succeed-only-in-2002 test.
6436
6437         posixtm-tests: adjust the sole failing test
6438         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
6439         expected output matches what mktime now produces.  Cross-checked via
6440         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
6441
6442         posixtm: move #ifdef'd tests into a new module
6443         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
6444         * tests/test-posixtm.c: ... this new file.
6445         * modules/posixtm-tests: New module.
6446
6447 2009-09-19  Eric Blake  <ebb9@byu.net>
6448
6449         openat: simplify use of at-func.c
6450         * lib/at-func.c (includes): Include prerequisites here, to
6451         simplify requirements on client files.
6452         * lib/openat-priv.h: Add double-inclusion guard.
6453         * lib/faccessat.c (includes): Simplify.
6454         * lib/fchmodat.c (includes): Likewise.
6455         * lib/fchownat.c (includes): Likewise.
6456         * lib/mkdirat.c (includes): Likewise.
6457         * lib/mkfifoat.c (includes): Likewise.
6458         * lib/symlinkat.c (includes): Likewise.
6459
6460         openat: allow return of fd 0
6461         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6462         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6463         unistd-safer.
6464         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6465         <fcntl.h>; this module does not leak fds.
6466         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6467         must be allowed to return 0, leaving openat_safer to add the
6468         safety.
6469         (openat_permissive): Avoid writing to just-opened fd 2 if
6470         restoring the current directory fails.
6471         * lib/openat-die.c (openat_restore_fail): Add comment.
6472         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6473         (save_cwd): Guarantee safe fd, but without use of open_safer.
6474         * tests/test-openat.c: New test.
6475         * modules/openat-tests (Files, Makefile.am): Distribute and build
6476         new file.
6477
6478         relocatable-prog-wrapper: fix build
6479         * modules/relocatable-prog-wrapper (Files): Update name of
6480         canonicalize m4 file, broken on 2009-09-17.
6481         Reported by emad hajjar <aleppos@hotmail.com>.
6482
6483 2009-09-19  Bruno Haible  <bruno@clisp.org>
6484
6485         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6486         * lib/safe-alloc.c: Likewise.
6487         Reported by Ian Beckwith <ianb@erislabs.net>.
6488
6489 2009-09-18  Bruno Haible  <bruno@clisp.org>
6490
6491         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6492         Reported by <erobles@sensacd.com.mx>.
6493
6494 2009-09-17  Eric Blake  <ebb9@byu.net>
6495
6496         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6497         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6498         slashes when checking if last component is missing.
6499         * tests/test-canonicalize.c (main): Test this.
6500
6501         canonicalize, canonicalize-lgpl: honor // if distinct from /
6502         * modules/canonicalize (Files): Add double-slash-root.m4.
6503         * modules/canonicalize-lgpl (Files): Likewise.
6504         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6505         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6506         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6507         fallback definition.
6508         (canonicalize_filename_mode): Use it to protect //.
6509         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6510         (__realpath): Likewise.
6511         * tests/test-canonicalize.c (main): Test this.
6512         * tests/test-canonicalize-lgpl.c (main): Likewise.
6513         * modules/canonicalize-tests (Depends-on): Add same-inode.
6514         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6515
6516         canonicalize-lgpl: fix glibc bug with trailing slash
6517         * m4/canonicalize-lgpl.m4: Move contents...
6518         * m4/canonicalize.m4: ...here.
6519         (gl_CANONICALIZE_LGPL): Factor realpath check...
6520         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6521         glibc 2.3.5 bug, fixed 2005-04-27.
6522         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6523         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6524         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6525         * modules/canonicalize-lgpl (Files): Manage file rename.
6526         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6527         * modules/stdlib (Makefile.am): Substitute witness.
6528         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6529         is needed.
6530         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6531         replacement is required.
6532         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6533         * doc/glibc-functions/canonicalize_file_name.texi
6534         (canonicalize_file_name): Document this.
6535         * doc/posix-functions/realpath.texi (realpath): Likewise.
6536
6537         canonicalize-lgpl: reject non-directory with trailing slash
6538         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6539         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6540         catches failures in glibc 2.3.5.
6541         * tests/test-canonicalize.c (main): Likewise.
6542
6543         canonicalize-lgpl: use native realpath if it works
6544         * lib/canonicalize-lgpl.c (realpath): Guard with
6545         FUNC_REALPATH_WORKS.
6546         * lib/stdlib.in.h (realpath): Make declaration optional based on
6547         HAVE_REALPATH.
6548         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6549         native realpath works.
6550         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6551         * modules/stdlib (Makefile.am): Substitute witness.
6552
6553         canonicalize, canonicalize-lgpl: use <stdlib.h>
6554         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6555         (Include): Mention <stdlib.h>.
6556         (configure.ac): Mention functions we provide.
6557         * modules/canonicalize (configure.ac): Likewise.
6558         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6559         realpath if canonicalize_file_name is missing.
6560         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6561         * modules/stdlib (Makefile.am): Substitute witnesses.
6562         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6563         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6564         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6565         * NEWS: Document this.
6566         * doc/glibc-functions/canonicalize_file_name.texi
6567         (canonicalize_file_name): Likewise.
6568         * doc/posix-functions/realpath.texi (realpath): Likewise.
6569         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6570
6571         test-canonicalize: consolidate into single C program
6572         * tests/test-canonicalize.sh: Delete; move setup into...
6573         * tests/test-canonicalize.c (main): ...the program, making it
6574         easier to run in debugger.  Add some tests.
6575         * modules/canonicalize-tests (Files): Remove unused file.
6576         (Depends-on): Add progname.
6577         (configure.ac, Makefile.am): Simplify.
6578
6579         test-canonicalize-lgpl: consolidate into single C program
6580         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6581         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6582         easier to run in debugger.  Add some tests.
6583         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6584         (configure.ac, Makefile.am): Simplify.
6585
6586         canonicalize: avoid resolvepath
6587         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6588         unnecessary checks.
6589         * lib/canonicalize.c (includes): Simplify.
6590         (canonicalize_file_name): Drop resolvepath implementation.
6591         * modules/canonicalize (Depends-on): Drop filenamecat.
6592
6593         canonicalize: don't lose errno
6594         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6595         over calls to free.
6596
6597         canonicalize: simplify errno handling
6598         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
6599         assignment.
6600
6601         canonicalize, canonicalize-lgpl: update module dependencies
6602         * modules/canonicalize (Depends-on): Add extensions, lstat,
6603         pathmax, stdlib.
6604         (Files): Drop pathmax.h.
6605         (configure.ac): Adjust macro name.
6606         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
6607         lstat, stdlib, sys_stat.
6608         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
6609         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
6610         extensions.
6611         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
6612         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
6613         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
6614         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
6615         declaration, if available.
6616         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
6617         we can rely on the readlink module.
6618         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
6619         (includes): Use <unistd.h> unconditionally.
6620
6621 2009-09-17  Eric Blake  <ebb9@byu.net>
6622
6623         maint: make Include sections of modules consistent
6624         * modules/alloca: Use only header name; no need to list #include.
6625         * modules/alloca-opt: Likewise.
6626         * modules/arpa_inet: Likewise.
6627         * modules/canon-host: Likewise.
6628         * modules/configmake: Likewise.
6629         * modules/dirent: Likewise.
6630         * modules/eealloc: Likewise.
6631         * modules/environ: Likewise.
6632         * modules/fchdir: Likewise.
6633         * modules/fcntl: Likewise.
6634         * modules/fcntl-h: Likewise.
6635         * modules/gethrxtime: Likewise.
6636         * modules/gettime: Likewise.
6637         * modules/ignore-value: Likewise.
6638         * modules/inet_ntop: Likewise.
6639         * modules/inet_pton: Likewise.
6640         * modules/inttypes: Likewise.
6641         * modules/isnand-nolibm: Likewise.
6642         * modules/isnanf-nolibm: Likewise.
6643         * modules/mbchar: Likewise.
6644         * modules/mbfile: Likewise.
6645         * modules/mbiter: Likewise.
6646         * modules/mbuiter: Likewise.
6647         * modules/netdb: Likewise.
6648         * modules/netinet_in: Likewise.
6649         * modules/nproc: Likewise.
6650         * modules/pagealign_alloc: Likewise.
6651         * modules/poll: Likewise.
6652         * modules/printf-frexp: Likewise.
6653         * modules/pthread: Likewise.
6654         * modules/putenv: Likewise.
6655         * modules/random_r: Likewise.
6656         * modules/relocatable-prog: Likewise.
6657         * modules/search: Likewise.
6658         * modules/select: Likewise.
6659         * modules/selinux-h: Likewise.
6660         * modules/settime: Likewise.
6661         * modules/signal: Likewise.
6662         * modules/size_max: Likewise.
6663         * modules/socklen: Likewise.
6664         * modules/ssize_t: Likewise.
6665         * modules/stdarg: Likewise.
6666         * modules/stdbool: Likewise.
6667         * modules/stddef: Likewise.
6668         * modules/stdint: Likewise.
6669         * modules/stdio: Likewise.
6670         * modules/stdlib: Likewise.
6671         * modules/string: Likewise.
6672         * modules/strings: Likewise.
6673         * modules/sys_file: Likewise.
6674         * modules/sys_ioctl: Likewise.
6675         * modules/sys_select: Likewise.
6676         * modules/sys_socket: Likewise.
6677         * modules/sys_stat: Likewise.
6678         * modules/sys_time: Likewise.
6679         * modules/sys_times: Likewise.
6680         * modules/sys_utsname: Likewise.
6681         * modules/sys_wait: Likewise.
6682         * modules/sysexits: Likewise.
6683         * modules/time: Likewise.
6684         * modules/times: Likewise.
6685         * modules/tmpfile: Likewise.
6686         * modules/trim: Likewise.
6687         * modules/unistd: Likewise.
6688         * modules/wchar: Likewise.
6689         * modules/wctype: Likewise.
6690
6691 2009-09-17  Bruno Haible  <bruno@clisp.org>
6692
6693         Make getdate.y compile on QNX and NetBSD 5 / i386.
6694         * m4/getdate.m4 (gl_GETDATE): Conditionally define
6695         TIME_T_FITS_IN_LONG_INT.
6696         * lib/getdate.y (long_time_t): New type.
6697         (relative_time): Change type of 'seconds' field to long_time_t.
6698         (get_date): Update types of local variables. Check against overflow
6699         during conversion from long_time_t to time_t.
6700         Reported by Matt Kraai <kraai@ftbfs.org>
6701         and Hasso Tepper <hasso@netbsd.org>.
6702
6703 2009-09-17  Bruno Haible  <bruno@clisp.org>
6704
6705         * modules/COPYING: Update copyright years.
6706         * modules/README: Likeiwse.
6707         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
6708         Reported by Ian Beckwith <ianb@erislabs.net>.
6709
6710 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6711
6712         * users.txt: Update references for gnuit package.
6713
6714 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6715
6716         * m4/getdelim.m4: Fix typo in copyright line.
6717
6718 2009-09-17  Bruno Haible  <bruno@clisp.org>
6719
6720         * lib/atoll.c: Use the standard header with GPL copyright.
6721         * lib/argz.in.h: Likewise.
6722         * lib/glob.c: Likewise.
6723         * lib/glob-libc.h: Likewise.
6724         * lib/random_r.c: Likewise.
6725         * lib/siglist.h: Likewise.
6726         * lib/strsignal.c: Likewise.
6727         Reported by Ian Beckwith <ianb@erislabs.net>.
6728
6729 2009-09-17  Eric Blake  <ebb9@byu.net>
6730
6731         rmdir: ensure correct dependency order
6732         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
6733
6734 2009-09-17  Bruno Haible  <bruno@clisp.org>
6735
6736         Disable assertion that fails on NetBSD 5 / i386.
6737         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
6738         Reported by Sam Steingold <sds@gnu.org>
6739         and Hasso Tepper <hasso@netbsd.org>.
6740
6741 2009-09-16  Eric Blake  <ebb9@byu.net>
6742
6743         unlinkdir: port to mingw
6744         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
6745         on which no one can unlink a directory.
6746
6747         stdlib: sort witness names
6748         * modules/stdlib (Makefile.am): Sort replacements.
6749         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6750         * lib/stdlib.in.h: Likewise.
6751
6752         parse-duration-tests: avoid link failure
6753         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
6754         LIBINTL.
6755         Reported by Tom G. Christensen.
6756
6757         openat-tests: ensure unlinkat behaves like rmdir
6758         * tests/test-rmdir.c (main): Factor guts...
6759         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
6760         * modules/rmdir-tests (Files): Ship new file.
6761         * modules/openat-tests: New test.
6762         * tests/test-unlinkat.c: Likewise.
6763
6764         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
6765         * modules/rmdir-errno (Status, Notice): Now obsolete.
6766
6767         rmdir: work around cygwin 1.5.x and mingw bugs
6768         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
6769         * lib/rmdir.c (rmdir): Work around it.
6770         * modules/rmdir (Status, Notice): No longer obsolete.
6771         (Files): Add dos.m4.
6772         (Depends-on): Add unistd.
6773         (configure.ac): Set witnesses.
6774         (License): Relax to LGPLv2+.
6775         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
6776         * modules/unistd (Makefile.am): Substitute witnesses.
6777         * lib/unistd.in.h (rmdir): Declare replacement.
6778         * doc/posix-functions/rmdir.texi (rmdir): Document this.
6779         * modules/rmdir-tests: New tests.
6780         * tests/test-rmdir.c: Likewise.
6781
6782 2009-09-15  Eric Blake  <ebb9@byu.net>
6783
6784         fchdir: improve use of replacement functions
6785         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
6786         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
6787         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
6788         REPLACE_CLOSEDIR.
6789         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
6790         * modules/sys_stat (Makefile.am): Substitute correct witness.
6791         * modules/dirent (Makefile.am): Likewise.
6792         * modules/unistd (Makefile.am): Likewise.
6793         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
6794         * lib/unistd.in.h (dup): Likewise.
6795         * lib/sys_stat.in.h (fstat): Likewise.
6796
6797         maint: ignore gnulib-tool temp files
6798         * .gitignore: Ignore files created during gnulib-tool --test.
6799
6800 2009-09-13  Jim Meyering  <meyering@redhat.com>
6801
6802         posixtm: don't reject a time that specify "60" as the number of seconds
6803         * lib/posixtm.c (posixtime): The code to reject invalid dates
6804         would also reject a time specified with the .60 suffix.
6805         But POSIX allows that, in order to accommodate leap seconds.
6806         So don't reject it.
6807         (main): Adjust tests accordingly.
6808         * modules/posixtm (Depends-on): Add stpcpy.
6809
6810 2009-09-11  Jim Meyering  <meyering@redhat.com>
6811
6812         announce-gen: include [$release_type] in emitted Subject:
6813         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
6814         e.g., [stable] in the emitted Subject: line.
6815
6816 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6817
6818         Remove obsolete macros from several modules.
6819         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
6820         obsolete Autoconf macros with their modern counterparts.
6821         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
6822         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
6823         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
6824         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6825         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
6826         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6827         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6828         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6829         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
6830         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
6831         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6832         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6833         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
6834         * m4/sockets.m4 (gl_SOCKETS): Likewise.
6835         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
6836         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
6837         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6838         * m4/time_r.m4 (gl_TIME_R): Likewise.
6839         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
6840         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
6841         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6842
6843         Fix copyright header in build-aux scripts.
6844         * build-aux/git-version-gen: Fix copyright header to match GPLv3
6845         recommendation.
6846         * build-aux/ncftpput-ftp: Likewise.
6847         * build-aux/update-copyright: Likewise.
6848
6849 2009-09-09  Eric Blake  <ebb9@byu.net>
6850
6851         test-link: allow Linux choice of errno
6852         * tests/test-link.c (main): Relax test for alternate error.
6853
6854         strndup: fix improper m4 caching
6855         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
6856         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
6857         (gl_PREREQ_STRNDUP): Delete.
6858         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
6859         * modules/string (Makefile.am): Substitute it.
6860         * lib/string.in.h (strndup): Modernize prototype.
6861
6862         getcwd: port to mingw
6863         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
6864         different from the POSIX assumptions made throughout the getcwd
6865         module; fortunately, the mingw getcwd does not need replacement.
6866         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
6867         * modules/getcwd-tests: New test.
6868         * tests/test-getcwd.c: Likewise.
6869
6870         link: fix platform bugs
6871         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
6872         * lib/link.c (link): Work around them.  Fix related mingw bug.
6873         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
6874         * modules/unistd (Makefile.am): Substitute it.
6875         * lib/unistd.in.h (link): Declare replacement.
6876         * doc/posix-functions/link.texi (link): Document this.
6877         * modules/link (Depends-on): Add strdup-posix, sys_stat.
6878
6879         test-link: consolidate into single C program, test more cases
6880         * tests/test-link.sh: Delete.
6881         * tests/test-link.c: Test more error conditions.  Exposes bugs on
6882         at least Cygwin and Solaris.
6883         * modules/link-tests (Files): Remove unused file.
6884         (Depends-on): Add errno, sys_stat.
6885         (Makefile.am): Simplify.
6886
6887 2009-09-08  Bruno Haible  <bruno@clisp.org>
6888
6889         Work around towlower, towupper bug on mingw.
6890         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
6891         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
6892         * doc/posix-functions/towlower.texi: Mention the mingw bug.
6893         * doc/posix-functions/towupper.texi: Likewise.
6894         Reported by Eric Blake.
6895
6896 2009-09-08  Jim Meyering  <meyering@redhat.com>
6897
6898         build: don't try to run autoheader if we don't use it
6899         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
6900         is not used in configure.ac.
6901
6902 2009-09-08  Eric Blake  <ebb9@byu.net>
6903
6904         euidaccess: fix compilation error
6905         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
6906
6907         rawmemchr: relax license
6908         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
6909         okay.
6910         Reported by Jim Meyering.
6911
6912         mkfifoat: new module
6913         * modules/mkfifoat: New file.
6914         * lib/mkfifoat.c: Likewise.
6915         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
6916         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6917         * modules/sys_stat (Makefile.am): Use them.
6918         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
6919         * MODULES.html.sh (File system functions): Mention module.
6920         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6921         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6922         * modules/mkfifoat-tests: New test.
6923         * tests/test-mkfifoat.c: Likewise.
6924
6925         strchrnul: relax license
6926         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
6927         okay.
6928         Reported by Jim Meyering.
6929
6930 2009-09-08  Eric Blake  <ebb9@byu.net>
6931
6932         fstatat: fix compilation on Solaris
6933         * lib/fstatat.c (includes): Add fcntl.h.
6934         Reported by Pádraig Brady.
6935
6936 2009-09-07  Eric Blake  <ebb9@byu.net>
6937
6938         rename: modernize replacement
6939         * modules/rename (Depends-on): Add stdio.
6940         (configure.ac): Declare witness.
6941         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
6942         stdio take care of replacement.
6943         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6944         * modules/stdio (Makefile.am): Substitute them.
6945         * lib/stdio.in.h (rename): Declare replacement.
6946         * lib/rename.c (includes): Allow cross-compilation to non-windows
6947         machines.
6948         * doc/posix-functions/rename.texi (rename): Improve
6949         documentation.
6950
6951         stdio: sort witness names
6952         * modules/stdio (Makefile.am): Sort replacements.
6953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6954         * lib/stdio.in.h: Likewise.
6955
6956         getcwd: minor cleanups
6957         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
6958         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
6959
6960         openat: provide more convenience names
6961         * modules/faccessat (configure.ac): Add C witness.
6962         * lib/unistd.in.h (readlinkat): Fix typo.
6963         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
6964         convenience wrappers.
6965         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
6966         wrappers in syntax checks.
6967
6968 2009-09-06  Eric Blake  <ebb9@byu.net>
6969
6970         doc: fix comments in recent patches
6971         * lib/faccessat.c: Mention correct function.
6972         * lib/fchmodat.c: Likewise.
6973         * lib/fchownat.c: Likewise.
6974         * lib/symlinkat.c: Likewise.
6975         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
6976         constants.
6977
6978         faccessat, symlinkat: continue cleanup of previous patch
6979         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
6980         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6981         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
6982         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
6983         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
6984         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
6985         set.
6986
6987 2009-09-06  Bruno Haible  <bruno@clisp.org>
6988
6989         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
6990         (fstatat): Declare if GNULIB_FSTATAT is set.
6991         (mkdirat): Declare if GNULIB_MKDIRAT is set.
6992         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
6993         (unlinkat): Declare if GNULIB_UNLINKAT is set.
6994         * modules/fcntl-h (Files): Remove m4/openat.m4.
6995         * modules/sys_stat (Files): Remove m4/openat.m4.
6996         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
6997         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
6998         * modules/unistd (Files): Remove m4/openat.m4.
6999         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
7000         GNULIB_OPENAT.
7001         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
7002         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
7003         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
7004         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
7005         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
7006         gl_OPENAT_DEFAULTS.
7007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
7008         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
7009         Don't require gl_OPENAT_DEFAULTS.
7010         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
7011         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
7012         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
7013         (gl_OPENAT_DEFAULTS): Remove macro.
7014
7015 2009-09-06  Bruno Haible  <bruno@clisp.org>
7016
7017         * modules/openat (configure.ac): Remove unneeded witness.
7018
7019 2009-09-06  Bruno Haible  <bruno@clisp.org>
7020
7021         Set errno to ENOSYS when a function is entirely unsupported.
7022         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
7023         EOPNOTSUPP.
7024         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7025         * modules/chown (Depends-on): Remove errno.
7026
7027 2009-09-06  Bruno Haible  <bruno@clisp.org>
7028
7029         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
7030
7031 2009-09-06  Bruno Haible  <bruno@clisp.org>
7032
7033         * lib/sys_stat.in.h: Fix preprocessor command indentation.
7034
7035 2009-09-06  Ben Pfaff  <blp@gnu.org>
7036             Bruno Haible  <bruno@clisp.org>
7037
7038         Work around a glibc bug in strtok_r.
7039         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
7040         Undefine if UNDEFINE_STRTOK_R is set.
7041         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
7042         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7043         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
7044         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
7045         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
7046         UNDEFINE_STRTOK_R.
7047         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
7048
7049 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
7050
7051         exclude: minor fix
7052         * lib/exclude.c: Include wctype.h
7053
7054 2009-09-06  Akim Demaille  <demaille@gostai.com>
7055
7056         bootstrap: improve error message
7057         * build-aux/bootstrap (find_tool): Upon failure, report the list
7058         of candidates.
7059         Honor the initial value of the envvar.
7060
7061 2009-09-05  Eric Blake  <ebb9@byu.net>
7062
7063         symlinkat: new module
7064         * modules/symlinkat: New file.
7065         * lib/symlinkat.c: Likewise.
7066         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
7067         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7068         * modules/unistd (Makefile.am): Use them.
7069         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
7070         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
7071         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
7072         * MODULES.html.sh (File system functions): Mention module.
7073         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7074         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7075         * modules/symlinkat-tests: New test.
7076         * tests/test-symlinkat.c: Likewise.
7077
7078         test-openat-safer: add more checks
7079         * tests/test-openat-safer.c (main): Check more code paths.
7080
7081 2009-09-05  Jim Meyering  <meyering@redhat.com>
7082
7083         syntax-check: detect unnecessary inclusion of openat.h
7084         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
7085
7086 2009-09-05  Bruno Haible  <bruno@clisp.org>
7087
7088         Support towlower, towupper.
7089         * doc/posix-functions/towlower.texi: Mention module wctype.
7090         * doc/posix-functions/towupper.texi: Likewise.
7091         * lib/wctype.in.h (towlower, towupper): New functions.
7092         * tests/test-wctype.c: Include stdio.h, stdlib.h.
7093         (ASSERT): New macro.
7094         (e): New variable.
7095         (main): Test also towlower, towupper. Test WEOF argument.
7096         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7097
7098 2009-09-05  Bruno Haible  <bruno@clisp.org>
7099
7100         Fix conversion behaviour when the input is invalid.
7101         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
7102         mark occurring in first pass of indirect conversion.
7103         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
7104         input.
7105         Found by clang's static analyzer.
7106
7107 2009-09-05  Bruno Haible  <bruno@clisp.org>
7108
7109         * tests/test-striconveh.c (main): Test indirect conversion on platforms
7110         where direct conversion is possible.
7111
7112 2009-09-04  Eric Blake  <ebb9@byu.net>
7113
7114         openat: fail with ENOENT on empty name
7115         * lib/openat-proc.c (openat_proc_name): Special-case the empty
7116         buffer.
7117
7118         link-follow: fix logic bug in prior patch
7119         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
7120         reversed sense of yes and no in prior patch.  Avoid confusing
7121         compilation failure with desired semantics.
7122
7123         link-follow: accomodate mingw and cross-compilation
7124         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
7125         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
7126         cross-compilation results to -1, to make linkat easier to
7127         implement when cross-compiling.  Trivially support mingw.
7128         * modules/link-follow (configure.ac): Call new name.
7129         * NEWS: Mention this.
7130
7131 2009-09-03  Eric Blake  <ebb9@byu.net>
7132
7133         faccessat: compile replacement
7134         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
7135         needed.
7136
7137         fts: fix compilation error
7138         * lib/fts.c (includes): Re-add "openat.h", for
7139         openat_needs_fchdir.
7140
7141         faccessat: new module
7142         * modules/faccessat: New file.
7143         * lib/faccessat.c: Likewise.
7144         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7146         * modules/unistd (Makefile.am): Use it.
7147         * lib/unistd.in.h (faccessat): Declare it.
7148         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
7149         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
7150         * MODULES.html.sh (File system functions): Mention it.
7151         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
7152         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7153
7154         euidaccess: prefer POSIX over non-standard implementation
7155         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
7156         * lib/euidaccess.c (euidaccess): Use it if available.
7157
7158         openat: make template easier to use
7159         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
7160         AT_FUNC_F2 to be undefined.
7161         (VALIDATE_FLAG): New macro; use it to reject bad flags.
7162         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
7163         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
7164         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
7165         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
7166         Likewise.
7167         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
7168         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
7169         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
7170         Likewise.
7171
7172         openat: declare in POSIX headers
7173         * NEWS: Mention this.
7174         * modules/openat (configure.ac): Declare witnesses.
7175         (Depends-on): Add fcntl-h, sys_stat, unistd.
7176         (Include): Mention correct headers.
7177         * modules/fcntl-h (Depends-on): Add link-warning.
7178         (Files): Add openat.m4.
7179         (Makefile.am): Substitute witnesses.
7180         * modules/sys_stat (Files, Makefile.am): Likewise.
7181         * modules/unistd (Files, Makefile.am): Likewise.
7182         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
7183         (gl_OPENAT_DEFAULTS): New macro.
7184         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
7185         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
7186         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
7187         (SYS_STAT_H): Remove unused variable.
7188         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
7189         * lib/fcntl--.h (includes): Remove unneeded header.
7190         * lib/openat-safer.c (includes): Likewise.
7191         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
7192         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
7193         appropriate headers.
7194         (__OPENAT_PREFIX): Delete.
7195         * lib/fcntl.in.h (openat): Provide declaration.
7196         (AT_FDCWD): Fix Solaris bug.
7197         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
7198         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
7199         * lib/fchmodat.c (includes):  Adjust to find declaration.
7200         * lib/fchownat.c (includes): Likewise.
7201         * lib/mkdirat.c (includes): Likewise.
7202         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
7203         still visible.
7204
7205 2009-09-02  Eric Blake  <ebb9@byu.net>
7206
7207         errno: use consistently
7208         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
7209         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
7210         * lib/canonicalize.c (ELOOP): Likewise.
7211         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
7212         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
7213         * lib/lchown.c (EOPNOTSUPP): Likewise.
7214         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
7215         * lib/savewd.c (ESTALE): Likewise.
7216         * lib/settime.c (ENOSYS): Likewise.
7217         * lib/utimens.c (ENOSYS): Likewise.
7218         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
7219         * lib/chdir-safer.c (ELOOP): Likewise.
7220         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
7221         * modules/c-stack (Depends-on): Add errno.
7222         * modules/canonicalize (Depends-on): Likewise.
7223         * modules/chdir-safer (Depends-on): Likewise.
7224         * modules/fdopendir (Depends-on): Likewise.
7225         * modules/inet_ntop (Depends-on): Likewise.
7226         * modules/inet_pton (Depends-on): Likewise.
7227         * modules/lchown (Depends-on): Likewise.
7228         * modules/openat (Depends-on): Likewise.
7229         * modules/savewd (Depends-on): Likewise.
7230         * modules/settime (Depends-on): Likewise.
7231         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
7232
7233         fts: avoid leaking fds
7234         * modules/fts (Depends-on): Add cloexec.
7235         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
7236         flag.
7237
7238         fts: make directory fds more robust
7239         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
7240         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
7241
7242         backupfile, chdir-long, fts, savedir: make safer
7243         * lib/backupfile.c (includes): Use "dirent--.h", since
7244         numbered_backup can write to stderr during readdir.
7245         * lib/savedir.c (includes): Likewise.
7246         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
7247         emulation can write to stderr on failure.
7248         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
7249         * lib/getcwd.c: Document why opendir_safer is unused.
7250         * lib/glob.c: Likewise.
7251         * lib/scandir.c: Likewise.
7252         * lib/openat-proc.c: Likewise, for open_safer.
7253         * modules/backupfile (Depends-on): Add dirent-safer.
7254         * modules/savedir (Depends-on): Likewise.
7255         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
7256         * modules/chdir-long (Depends-on): Add openat-safer.
7257
7258         openat-safer: new module
7259         * modules/openat-safer: New file.
7260         * lib/openat-safer.c: Likewise.
7261         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
7262         * lib/fcntl-safer.h (openat_safer): Declare.
7263         * lib/fcntl--.h (openat): Override.
7264         * MODULES.html.sh (File descriptor based I/O): Mention it.
7265         * lib/openat.h: Add double-inclusion guards.
7266         * lib/openat.c (includes): Only include "fcntl-safer.h", not
7267         "fcntl--.h", so we can implement openat.
7268         * modules/openat-safer-tests: New test.
7269         * tests/test-openat-safer.c: New file.
7270
7271         dirent-safer: new module
7272         * modules/dirent-safer: New file.
7273         * lib/dirent--.h: Likewise.
7274         * lib/dirent-safer.h: Likewise.
7275         * lib/opendir-safer.c: Likewise.
7276         * m4/dirent-safer.m4: Likewise.
7277         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
7278         * modules/dirent-safer-tests: New test.
7279         * tests/test-dirent-safer.c: New file.
7280         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
7281
7282         fdopendir: optimize on mingw
7283         * lib/unistd.in.h (_gl_directory_name): New prototype.
7284         * lib/fchdir.c (_gl_directory_name): Implement it.
7285         (fchdir): Use it to simplify implementation.
7286         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
7287         fchdir, when available, to avoid calling [f]chdir().
7288
7289         fdopendir: split into its own module
7290         * lib/openat.c (fdopendir): Move...
7291         * lib/fdopendir.c: ...into new file.
7292         * modules/fdopendir: New module.
7293         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7294         * modules/openat (Depends-on): Add fdopendir.
7295         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7296         fdopendir here.
7297         * modules/savedir (Depends-on): Only need fdopendir, not full
7298         openat.
7299         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7300         * lib/openat.h (fdopendir): Drop prototype.
7301         * lib/dirent.in.h (fdopendir): Provide prototype.
7302         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7303         * modules/dirent (Makefile.am): Substitute them.
7304         * MODULES.html.sh (File system functions): Mention it.
7305         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
7306         * modules/fdopendir-tests: New file.
7307         * tests/test-fdopendir.c: Likewise.
7308
7309         fchdir: use more consistent macro convention
7310         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
7311         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
7312         REPLACE_FCHDIR, rather than relying on config.h macros.
7313         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
7314         inside a single make-time REPLACE_FCHDIR block, rather than using
7315         the config.h FCHDIR_REPLACEMENT.
7316         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
7317         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
7318         Manage fstat replacement.
7319         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
7320         REPLACE_FCHDIR.
7321         * modules/sys_stat (Files): Add m4/unistd_h.m4.
7322         (Makefile.am): Substitute REPLACE_FCHDIR.
7323         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
7324         FCHDIR_REPLACEMENT.
7325         * lib/dup-safer.c (dup_safer): Likewise.
7326         * lib/dup2.c (rpl_dup2): Likewise.
7327         * lib/dup3.c (rpl_dup3): Likewise.
7328         * lib/open.c (rpl_open): Likewise.
7329
7330         fchdir: simplify error handling, and support dup3
7331         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
7332         stdbool, malloc-posix, realloc-posix.
7333         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
7334         (ensure_dirs_slot): Return false on allocation failure.
7335         (rpl_dup2): Delete.
7336         (_gl_register_dup): New function.
7337         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
7338         (_gl_register_fd): Close fd on allocation failure.
7339         * lib/fcntl.in.h (_gl_register_fd): Update signature.
7340         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
7341         prototype.
7342         (rpl_dup2_fchdir): Delete prototype.
7343         * lib/open.c (open): Update caller.
7344         * lib/dup2.c (dup2): Track fchdir metadata.
7345         * lib/dup3.c (dup3): Likewise.
7346         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
7347         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
7348
7349 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7350
7351         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
7352         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
7353         don't pass arguments to AC_OUTPUT.
7354
7355 2009-09-02  Bruno Haible  <bruno@clisp.org>
7356
7357         * modules/mkdtemp (License): Relicense under LGPLv2+.
7358         Reported by Paolo Bonzini.
7359
7360 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7361
7362         Replace uses of obsolete autoconf macros in Jim's modules.
7363         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
7364         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
7365         can evoke a warning from autoconf when run with -Wobsolete
7366         enabled.  They were declared obsolete for good reasons (see
7367         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
7368         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
7369         should not continue using the deprecated macros.
7370         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
7371         obsolete Autoconf macros with modern counterparts.
7372         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7373         * m4/dos.m4 (gl_AC_DOS): Likewise.
7374         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
7375         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
7376         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
7377         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
7378         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
7379         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
7380         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
7381         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
7382         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7383         Likewise.
7384         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
7385         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7386         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
7387         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
7388         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7389         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7390
7391 2009-09-01  Eric Blake  <ebb9@byu.net>
7392
7393         fchdir: fix off-by-one bug in previous patch
7394         * lib/fchdir.c (rpl_fstat): Use correct bounds.
7395         (_gl_unregister_fd): Delete useless if.
7396
7397 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
7398
7399         maint.mk: sort the list of syntax-check rules
7400         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
7401         easier to get a sense of progress when the rules are run sequentially
7402         and take a long time.
7403
7404 2009-09-01  Simon Josefsson  <simon@josefsson.org>
7405
7406         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
7407         * modules/netinet_in: Likewise.
7408         * modules/sys_file: Likewise.
7409         * modules/sys_ioctl: Likewise.
7410         * modules/sys_select: Likewise.
7411         * modules/sys_socket: Likewise.
7412         * modules/sys_stat: Likewise.
7413         * modules/sys_time: Likewise.
7414         * modules/sys_times: Likewise.
7415         * modules/sys_utsname: Likewise.
7416         * modules/sys_wait: Likewise.
7417
7418 2009-09-01  Jim Meyering  <meyering@redhat.com>
7419
7420         fts: help ensure that return values are not ignored
7421         * lib/fts_.h (__GNUC_PREREQ): Define.
7422         (__attribute_warn_unused_result__): Define.
7423         (fts_children, fts_close, fts_open, fts_read): Declare with
7424         __attribute_warn_unused_result__.
7425
7426         fts: fts_close now fails also when closing a dir file descriptor fails
7427         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
7428         and propagate to caller, along with errno.
7429
7430         announce-gen: correct formatting in --help output
7431         * build-aux/announce-gen (usage): Move the one-line description in
7432         --help output "up", to where it belongs, just after Usage:.
7433
7434 2009-08-31  Eric Blake  <ebb9@byu.net>
7435
7436         fchdir: port to mingw
7437         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
7438         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
7439         opened, then use a substitute.
7440         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
7441         replacement.
7442         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
7443         (_gl_register_fd): No need to check stat if open already filters
7444         all directories.
7445         (fchdir): Fix error condition to match POSIX.
7446         * modules/fchdir (Depends-on): Add sys_stat.
7447         * doc/posix-functions/open.texi (open): Document the limitation.
7448         * modules/fchdir-tests: New file.
7449         * tests/test-fchdir.c: Likewise.
7450
7451         canonicalize: allow cross-testing from cygwin to mingw
7452         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7453         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7454         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7455         Likewise.
7456         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7457         target does not support symlinks.
7458         * tests/test-canonicalize-lgpl.sh: Likewise.
7459
7460         chown: avoid compilation warning on mingw
7461         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7462         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7463         mingw.
7464         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7465         * modules/chown (Depends-on): Add errno.
7466
7467 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7468
7469         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7470         command.
7471
7472 2009-08-31  Jim Meyering  <meyering@redhat.com>
7473
7474         canonicalize: remove useless initialization
7475         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7476         initialization of local, "end".
7477
7478 2009-08-30  Bruno Haible  <bruno@clisp.org>
7479
7480         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7481         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7482         ENOSYS.
7483
7484 2009-08-30  Bruno Haible  <bruno@clisp.org>
7485
7486         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7487         /usr/xpg4/bin/tr when it exists.
7488         * tests/test-pipe-filter-gi1.sh: Likewise.
7489
7490 2009-08-30  Bruno Haible  <bruno@clisp.org>
7491
7492         Work around deficient /usr/bin/id program on Solaris.
7493         * tests/test-file-has-acl.sh (ID): New variable.
7494         * tests/test-set-mode-acl.sh (ID): Likewise.
7495         * tests/test-copy-acl.sh (ID): Likewise.
7496         * tests/test-copy-file.sh (ID): Likewise.
7497
7498 2009-08-30  Bruno Haible  <bruno@clisp.org>
7499
7500         New module 'xstriconveh'.
7501         * lib/xstriconveh.h: New file.
7502         * lib/xstriconveh.c: New file.
7503         * modules/xstriconveh: New file.
7504
7505 2009-08-30  Bruno Haible  <bruno@clisp.org>
7506
7507         Make it easier to use mem_cd_iconveh.
7508         * lib/striconveh.h (iconveh_t): New type.
7509         (iconveh_open, iconveh_close): New declarations.
7510         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7511         with a single 'const iconveh_t *' argument.
7512         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7513         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7514         with a single 'const iconveh_t *' argument.
7515         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7516         * tests/test-striconveh.c (main): Update.
7517         * NEWS: Mention the change.
7518
7519 2009-08-30  Bruno Haible  <bruno@clisp.org>
7520
7521         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7522         problem.
7523
7524 2009-08-30  Bruno Haible  <bruno@clisp.org>
7525
7526         Work around iconv_open problem on Solaris.
7527         * lib/iconv_open-solaris.gperf: New file.
7528         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7529         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7530         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7531         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7532         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7533         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7534
7535 2009-08-29  Jim Meyering  <meyering@redhat.com>
7536
7537         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7538         * top/maint.mk (cvs-check): Remove target; it was just an alias
7539         to the better-named vc-diff-check.
7540         (maintainer-distcheck): Remove rule.  It was used only from
7541         the (alpha/beta/major) target, and all of its commands but one
7542         were coreutils-specific.
7543         (vc-dist): Remove rule.
7544         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7545         Run vc-diff-check, not vc-dist.
7546         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7547
7548 2009-08-27  Bruno Haible  <bruno@clisp.org>
7549
7550         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7551         of 0.
7552
7553 2009-08-27  Bruno Haible  <bruno@clisp.org>
7554
7555         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7556         compilers.
7557         * doc/func.texi: Document the SunPRO C bug.
7558
7559 2009-08-27  Bruno Haible  <bruno@clisp.org>
7560
7561         Fix link error on Solaris.
7562         * tests/test-parse-duration.c (xstrdup): Remove function.
7563
7564 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7565
7566         ignore-value: handle pointer types, too
7567         * lib/ignore-value.h (__attribute__): Remove definition.
7568         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7569         of a more concise and more-often effective "(void) i" statement.
7570         (ignore_ptr): New function to suppress warnings from functions that
7571         return pointers, and to make it explicit that one function doesn't
7572         handle all cases.
7573
7574 2009-08-25  Bruno Haible  <bruno@clisp.org>
7575
7576         dup2: work around a Linux bug.
7577         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7578         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7579         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7580         Reported by Simon Josefsson.
7581
7582 2009-08-25  Jim Meyering  <meyering@redhat.com>
7583
7584         libguestfs uses gnulib
7585         * users.txt: Add libguestfs.
7586
7587 2009-08-24  Eric Blake  <ebb9@byu.net>
7588
7589         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7590         * lib/pipe2.c (includes): Add binary-io.h.
7591         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7592
7593 2009-08-24  Bruno Haible  <bruno@clisp.org>
7594
7595         Tolerate declared but missing accept4 syscall.
7596         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7597         available.
7598         * lib/sys_socket.in.h (accept4): If the function is already present,
7599         override it.
7600         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
7601         * modules/accept4 (Makefile.am): Compile accept4.c always.
7602         Reported by Paolo Bonzini and Eric Blake.
7603
7604 2009-08-23  Bruno Haible  <bruno@clisp.org>
7605
7606         New module 'accept4'.
7607         * lib/sys_socket.in.h (accept4): New declaration.
7608         * lib/accept4.c: New file.
7609         * m4/accept4.m4: New file.
7610         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7611         GNULIB_ACCEPT4, HAVE_ACCEPT4.
7612         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
7613         HAVE_ACCEPT4.
7614         * modules/accept4: New file.
7615         * doc/glibc-functions/accept4.texi: Mention the new module.
7616
7617 2009-08-24  Jim Meyering  <meyering@redhat.com>
7618
7619         progname: also set global program_invocation_name, when possible
7620         Before this change, a libtool-enabled program that calls glibc's
7621         error function would report the program name as
7622         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
7623         * modules/progname (configure.ac): Check for a declaration of
7624         program_invocation_name.
7625         * lib/progname.c:  Include <errno.h>.
7626         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
7627         Set program_invocation_name.
7628
7629 2009-08-23  Bruno Haible  <bruno@clisp.org>
7630
7631         * lib/dup3.c: Include <string.h>.
7632
7633 2009-08-23  Bruno Haible  <bruno@clisp.org>
7634
7635         * lib/dup3.c (dup3): Test only once whether the system actually exists.
7636         * lib/pipe2.c (pipe2): Likewise.
7637         Suggested by Eric Blake.
7638
7639 2009-08-23  Bruno Haible  <bruno@clisp.org>
7640
7641         Tolerate declared but missing dup3 syscall.
7642         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
7643         * lib/unistd.in.h (dup3): If the function is already present,
7644         override it.
7645         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
7646         * modules/dup3 (Makefile.am): Compile dup3.c always.
7647         Reported by Paolo Bonzini.
7648
7649 2009-08-23  Bruno Haible  <bruno@clisp.org>
7650
7651         Tolerate declared but missing pipe2 syscall.
7652         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
7653         available.
7654         * lib/unistd.in.h (pipe2): If the function is already present,
7655         override it.
7656         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
7657         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
7658         Reported by Paolo Bonzini.
7659
7660 2009-08-23  Bruno Haible  <bruno@clisp.org>
7661
7662         * lib/pipe2.c (pipe2): Move #ifs inside function.
7663
7664 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7665
7666         quotearg: document limitations of quote_these_too
7667         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
7668         those limitations are created.
7669         * lib/quotearg.h (set_char_quoting): Document that digits and
7670         letters that are special after backslash are not permitted.
7671         (quotearg_char): Cross-reference set_char_quoting documentation.
7672
7673 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
7674
7675         quotearg: implement custom_quoting_style
7676         * lib/quotearg.c: (struct quoting_options): Add left_quote and
7677         right_quote fields.
7678         (set_custom_quoting): New public function.
7679         (quotearg_buffer_restyled): Add left_quote and right_quote
7680         arguments, handle them very much like locale quoting, and update
7681         all uses.
7682         (quotearg_n_custom): New public function.
7683         (quotearg_n_custom_mem): New public function.
7684         (quotearg_custom): New public function.
7685         (quotearg_custom_mem): New public function.
7686         * lib/quotearg.h: Prototype and document new public functions.
7687         (enum quoting_style): For escape_quoting_style and
7688         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
7689         ignored even though they're otherwise like c_quoting_style.
7690         Add custom_quoting_style member and document with comparison to
7691         clocale_quoting_style.
7692         * tests/test-quotearg.c (custom_quotes): New array.
7693         (custom_results): New array.
7694         (main): Extend to test custom quoting.
7695
7696 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7697
7698         quotearg: fix right quote escaping when it's in quote_these_too
7699         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
7700         quote, be sure to prepend only one backslash.
7701         * tests/test-quotearg.c (use_quote_double_quotes): New function.
7702         (main): Test it.
7703
7704 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7705
7706         quotearg-tests: test escaping of embedded locale quotes
7707         * tests/test-quotearg.c (struct result_strings): Add member for
7708         new input.
7709         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
7710         (inputs): Add new input.
7711         (results_g): Add expected results.
7712         (flag_results): Likewise.
7713         (locale_results): Likewise.
7714         (compare_strings): Check those.
7715
7716 2009-08-23  Bruno Haible  <bruno@clisp.org>
7717
7718         Tests for module 'dup3'.
7719         * modules/dup3-tests: New file.
7720         * tests/test-dup3.c: New file.
7721
7722         New module 'dup3'.
7723         * lib/unistd.in.h (dup3): New declaration.
7724         * lib/dup3.c: New file.
7725         * m4/dup3.m4: New file.
7726         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
7727         HAVE_DUP3.
7728         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
7729         * modules/dup3: New file.
7730         * doc/glibc-functions/dup3.texi: Mention the new module.
7731
7732 2009-08-23  Bruno Haible  <bruno@clisp.org>
7733
7734         Tweak the dup2 test.
7735         * tests/test-dup2.c (main): Create the test file empty. Verify that an
7736         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
7737         the test file is still empty. Fix argument order of lseek.
7738
7739 2009-08-23  Bruno Haible  <bruno@clisp.org>
7740
7741         Avoid test link errors when the modules getopt-gnu, gettext are used.
7742         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
7743         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7744
7745 2009-08-23  Bruno Haible  <bruno@clisp.org>
7746
7747         Fix getdtablesize() on mingw.
7748         * lib/getdtablesize.c (getdtablesize): Implement differently.
7749         * lib/unistd.in.h (getdtablesize): Improve comment.
7750
7751 2009-08-23  Bruno Haible  <bruno@clisp.org>
7752
7753         New module 'mkostemp'.
7754         Based on Ulrich Drepper's 2007-08-10 change in glibc.
7755         * lib/stdlib.in.h (mksotemp): New declaration.
7756         * lib/mkostemp.c: New file, from glibc with modifications.
7757         * lib/tempname.h (GT_FILE): Remove outdated comment.
7758         (gen_tempname): Add flags argument.
7759         * lib/tempname.c (__GT_BIGFILE): Remove macro.
7760         (__GT_FILE): Map to 1.
7761         (small_open, large_open): Remove macros.
7762         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
7763         * lib/mkstemp.c (mkstemp): Update.
7764         * lib/mkdtemp.c (mkdtemp): Likewise.
7765         * m4/mkostemp.m4: New file.
7766         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
7767         HAVE_MKOSTEMP.
7768         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
7769         HAVE_MKOSTEMP.
7770         * modules/mkostemp: New file, based on modules/mkstemp.
7771         * doc/glibc-functions/mkostemp.texi: Mention the new module.
7772         * NEWS: Mention the change.
7773
7774 2009-08-23  Bruno Haible  <bruno@clisp.org>
7775
7776         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
7777         Reported by Eric Blake.
7778
7779 2009-08-23  Bruno Haible  <bruno@clisp.org>
7780
7781         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
7782         Reported by Eric Blake.
7783
7784 2009-08-23  Bruno Haible  <bruno@clisp.org>
7785
7786         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
7787         * modules/pipe2 (Depends-on): Likewise.
7788
7789 2009-08-23  Eric Blake  <ebb9@byu.net>
7790
7791         fcntl-h: add O_TTY_INIT support
7792         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
7793         * tests/test-fcntl-h.c (o): Test it.
7794         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7795
7796         fcntl-h: rename from fcntl, in preparation for fcntl(2)
7797         * modules/fcntl: Move <fcntl.h> header replacement...
7798         * modules/fcntl-h: ...to new name, so as not to collide with
7799         like-named function.
7800         * tests/test-fcntl.c: Rename...
7801         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
7802         * modules/fcntl-tests: Rename...
7803         * modules/fcntl-h-tests: ...to this.  Update test file name.
7804         * modules/chdir-long (Depends-on): Update clients.
7805         * modules/chdir-safer (Depends-on): Likewise.
7806         * modules/fcntl-safer (Depends-on): Likewise.
7807         * modules/fts (Depends-on): Likewise.
7808         * modules/mkancesdirs (Depends-on): Likewise.
7809         * modules/mkdir-p (Depends-on): Likewise.
7810         * modules/open (Depends-on): Likewise.
7811         * modules/savewd (Depends-on): Likewise.
7812         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
7813         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7814
7815 2009-08-22  Bruno Haible  <bruno@clisp.org>
7816
7817         * modules/binary-io (License): Relicense under LGPL.
7818         * modules/pipe2 (License): Likewise.
7819
7820 2009-08-22  Bruno Haible  <bruno@clisp.org>
7821
7822         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
7823         return value.
7824         * lib/pipe-filter-gi.c (filter_init): Likewise.
7825         Reported by Eric Blake.
7826
7827 2009-08-22  Bruno Haible  <bruno@clisp.org>
7828
7829         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
7830         * modules/pipe (Depends-on): Add pipe2.
7831
7832 2009-08-22  Bruno Haible  <bruno@clisp.org>
7833
7834         Tests for module 'pipe2'.
7835         * modules/pipe2-tests: New file.
7836         * tests/test-pipe2.c: New file.
7837
7838         New module 'pipe2'.
7839         * lib/unistd.in.h (pipe2): New declaration.
7840         * lib/pipe2.c: New file.
7841         * m4/pipe2.m4: New file.
7842         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
7843         HAVE_PIPE2.
7844         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
7845         * modules/pipe2: New file.
7846         * doc/glibc-functions/pipe2.texi: Mention the new module.
7847
7848 2009-08-22  Bruno Haible  <bruno@clisp.org>
7849
7850         Reference some new glibc functions.
7851         * doc/glibc-functions/accept4.texi: New file.
7852         * doc/glibc-functions/dup3.texi: New file.
7853         * doc/glibc-functions/mkostemp.texi: New file.
7854         * doc/glibc-functions/pipe2.texi: New file.
7855         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
7856         (Glibc sys/socket.h): Refer to accept4.
7857         (Glibc unistd.h): Refer to dup3, pipe2.
7858         Reported by Eric Blake.
7859
7860 2009-08-22  Jim Meyering  <meyering@redhat.com>
7861             Bruno Haible  <bruno@clisp.org>
7862
7863         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
7864         This makes it so packages using automake-1.11's silent-rules option
7865         can print e.g., a single "GEN    configmake.h" line, rather than
7866         the 30+ statements that perform the job.  If you want to see the
7867         actual commands, you can still run "make V=1".
7868         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
7869         so that make output is abbreviated when those variables are defined
7870         appropriately.
7871         * modules/argz: Likewise.
7872         * modules/arpa_inet: Likewise.
7873         * modules/byteswap: Likewise.
7874         * modules/configmake: Likewise.
7875         * modules/dirent: Likewise.
7876         * modules/errno: Likewise.
7877         * modules/fcntl: Likewise.
7878         * modules/float: Likewise.
7879         * modules/fnmatch: Likewise.
7880         * modules/getopt-posix: Likewise.
7881         * modules/glob: Likewise.
7882         * modules/iconv_open: Likewise.
7883         * modules/inttypes: Likewise.
7884         * modules/localcharset: Likewise.
7885         * modules/locale: Likewise.
7886         * modules/math: Likewise.
7887         * modules/netdb: Likewise.
7888         * modules/netinet_in: Likewise.
7889         * modules/poll: Likewise.
7890         * modules/posix_spawnp-tests: Likewise.
7891         * modules/sched: Likewise.
7892         * modules/search: Likewise.
7893         * modules/selinux-h: Likewise.
7894         * modules/signal: Likewise.
7895         * modules/spawn: Likewise.
7896         * modules/stdarg: Likewise.
7897         * modules/stdbool: Likewise.
7898         * modules/stddef: Likewise.
7899         * modules/stdint: Likewise.
7900         * modules/stdio: Likewise.
7901         * modules/stdlib: Likewise.
7902         * modules/string: Likewise.
7903         * modules/strings: Likewise.
7904         * modules/sys_file: Likewise.
7905         * modules/sys_ioctl: Likewise.
7906         * modules/sys_select: Likewise.
7907         * modules/sys_socket: Likewise.
7908         * modules/sys_stat: Likewise.
7909         * modules/sys_time: Likewise.
7910         * modules/sys_times: Likewise.
7911         * modules/sys_utsname: Likewise.
7912         * modules/sys_wait: Likewise.
7913         * modules/sysexits: Likewise.
7914         * modules/time: Likewise.
7915         * modules/unistd: Likewise.
7916         * modules/wchar: Likewise.
7917         * modules/wctype: Likewise.
7918
7919 2009-08-22  Jim Meyering  <meyering@redhat.com>
7920
7921         announce-gen: detect write failure
7922         * build-aux/announce-gen: Add Coda at end.
7923         Remove equivalent-but-more-verbose block at top.
7924
7925 2009-08-19  Akim Demaille  <demaille@gostai.com>
7926
7927         bootstrap: --help to stdout.
7928         * bootstrap (usage): Don't send --help to stderr.
7929         Use a here doc instead of a long string.
7930
7931 2009-08-21  Eric Blake  <ebb9@byu.net>
7932
7933         test-popen-safer: split from test-popen
7934         * tests/test-popen.c (main): Move...
7935         * tests/test-popen.h: ...into new file.
7936         * tests/test-popen-safer2.c: New file.
7937         * modules/popen-tests (Files): Add test-popen.h.
7938         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
7939         Suggested by Bruno Haible.
7940
7941         test-fcntl-safer: split from test-open
7942         * tests/test-open.c (main): Move...
7943         * tests/test-open.h: ...into new file.
7944         * tests/test-fcntl-safer.c: New file.
7945         * modules/open-tests (Files): Add test-open.h.
7946         * modules/fcntl-safer-tests: New file.
7947         Suggested by Bruno Haible.
7948
7949         test-fopen-safer: split from test-fopen
7950         * tests/test-fopen.c (main): Move...
7951         * tests/test-fopen.h: ...into new file.
7952         * tests/test-fopen-safer.c: New file.
7953         * modules/fopen-tests (Files): Add test-fopen.h.
7954         * modules/fopen-safer-tests: New file.
7955         Suggested by Bruno Haible.
7956
7957 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7958
7959         popen-safer: test O_CLOEXEC at run-time.
7960         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
7961
7962 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7963
7964         fcntl: move more flags to the header
7965         * lib/cloexec.c: Do not define FD_CLOEXEC here.
7966         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
7967         * lib/fcntl.in.h: Do both things here.
7968
7969 2009-08-21  Jim Meyering  <meyering@redhat.com>
7970
7971         consistently remove $@-t before redirecting to it
7972         * modules/argz: Remove $@-t and $@ before redirecting to the former.
7973         * modules/alloca-opt: Likewise.
7974         * modules/byteswap: Likewise.
7975         * modules/fnmatch: Likewise.
7976         * modules/getopt-posix: Likewise.
7977         * modules/glob: Likewise.
7978         * modules/poll: Likewise.
7979         * modules/posix_spawnp-tests: Likewise.
7980         * modules/sys_socket: Likewise.
7981         * modules/sysexits: Likewise.
7982
7983 2009-08-21  Eric Blake  <ebb9@byu.net>
7984
7985         popen: simplify access to original popen
7986         * lib/popen.c (rpl_popen): No need to worry about popen being a
7987         macro.
7988         Reported by Bruno Haible.
7989
7990 2009-08-20  Eric Blake  <ebb9@byu.net>
7991
7992         build: avoid some compiler warnings
7993         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
7994         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
7995         type.
7996         (new_exclude_segment, excluded_file_pattern_p)
7997         (excluded_file_name_p): Reduce scope.
7998         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
7999         old-style declaration.
8000
8001 2009-08-20  Simon Josefsson  <simon@josefsson.org>
8002
8003         * tests/test-exclude1.sh: Handle Windows EOL.
8004         * tests/test-exclude2.sh: Likewise.
8005         * tests/test-exclude3.sh: Likewise.
8006         * tests/test-exclude4.sh: Likewise.
8007         * tests/test-exclude5.sh: Likewise.
8008         * tests/test-exclude6.sh: Likewise.
8009         * tests/test-exclude7.sh: Likewise.
8010
8011 2009-08-19  Akim Demaille  <demaille@gostai.com>
8012
8013         bootstrap: find sha1sum when named gsha1sum.
8014         * bootstrap (find_tool): New.
8015         ($SHA1SUM): New.
8016         Use it.
8017
8018 2009-08-20  Jim Meyering  <meyering@redhat.com>
8019
8020         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
8021         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
8022         expression that converts "." in a file name to "\." in the resulting
8023         regexp.  Start with a dummy statement, so that prior shell variable
8024         definitions are expanded portably.  Reported by Simon Josefsson.
8025
8026 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
8027
8028         Fix polling for writeability of a screen buffer.
8029         * lib/poll.c: Distinguish input and screen buffers for the
8030         Win32 implementation.
8031         * lib/select.c: Likewise.
8032
8033 2009-08-19  Eric Blake  <ebb9@byu.net>
8034
8035         popen-safer: prevent popen from clobbering std descriptors
8036         * modules/popen-safer: New file.
8037         * lib/popen-safer.c: Likewise.
8038         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
8039         * lib/stdio--.h (popen): Provide override.
8040         * lib/stdio-safer.h (popen_safer): Provide declaration.
8041         * tests/test-popen.c (includes): Partially test this.
8042         * modules/popen-safer-tests: New file, for more tests.
8043         * tests/test-popen-safer.c: Likewise.
8044         * MODULES.html.sh (file stream based Input/Output): Mention it.
8045
8046         tests: test some of the *-safer modules
8047         * modules/fopen-safer (Depends-on): Add fopen.
8048         * modules/fcntl-safer (Depends-on): Add fcntl.
8049         * modules/stdlib-safer (Depends-on): Add stdlib.
8050         (configure.ac): Set indicator.
8051         * modules/unistd-safer (configure.ac): Likewise.
8052         * modules/tmpfile-safer (configure.ac): Likewise.
8053         (Depends-on): Add tmpfile.
8054         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
8055         active.
8056         * tests/test-fopen.c (includes): Test safer versions when they are
8057         in use.
8058         * tests/test-open.c (includes): Likewise.
8059
8060         popen: fix cygwin 1.5 bug when stdin closed
8061         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
8062         * modules/popen: New file.
8063         * modules/popen-tests: Likewise.
8064         * tests/test-popen.c: Likewise.
8065         * m4/popen.m4: Likewise.
8066         * lib/popen.c: Likewise.
8067         * lib/stdio.in.h (popen): New declaration.
8068         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
8069         * modules/stdio (Makefile.am): Likewise.
8070         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
8071
8072 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
8073
8074         maint.mk: give full control over update-copyright exclusions
8075         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
8076         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
8077         (update-copyright): Don't force inclusion of top-level
8078         ChangeLog.  Don't force exclusion of all COPYING files, but make
8079         them the default exclusion instead.
8080
8081 2009-08-16  Bruno Haible  <bruno@clisp.org>
8082
8083         Fix test failures on Solaris 10.
8084         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
8085         tests when Solaris iconv() is used.
8086         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
8087         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
8088         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
8089         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
8090         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
8091
8092 2009-08-16  Bruno Haible  <bruno@clisp.org>
8093
8094         Fix test failures on Solaris 10.
8095         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
8096         'tr' program and pass it as first argument.
8097         * tests/test-pipe-filter-gi1.sh: Likewise.
8098         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
8099         program as first argument.
8100         * tests/test-pipe-filter-gi1.c (main): Likewise.
8101
8102 2009-08-16  Eric Blake  <ebb9@byu.net>
8103
8104         fpurge: fix previous commits
8105         * modules/fpurge (Makefile.am): Make replacement conditional,
8106         partially reverting 2007-04-29 change; missed in previous
8107         attempt.
8108         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
8109         is missing.
8110
8111 2009-08-16  Bruno Haible  <bruno@clisp.org>
8112
8113         Clarify fpurge's effect on the file position.
8114         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
8115         * tests/test-fpurge.c (main): Make a second pass for checking the file
8116         position.
8117
8118 2009-08-16  Bruno Haible  <bruno@clisp.org>
8119
8120         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
8121         declaration of fpurge is missing.
8122         * tests/test-fpurge.c (main): Check that the file has not more contents
8123         than expected. Close the file before removing it.
8124
8125 2009-08-15  Eric Blake  <ebb9@byu.net>
8126
8127         fpurge: don't wrap working cygwin implementation
8128         * lib/fpurge.c (fpurge): Fix comment typo.
8129         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
8130         1.7 to avoid replacement.
8131         * tests/test-fpurge.c (main): Enhance test.
8132
8133 2009-08-15  Eric Blake  <ebb9@byu.net>
8134         and Jim Meyering  <meyering@redhat.com>
8135
8136         test-update-copyright: skip if perl is insufficient
8137         * tests/test-update-copyright.sh: Failure to run maintainer tool
8138         should not cause testsuite failure on cygwin 1.5.
8139
8140 2009-08-14  Eric Blake  <ebb9@byu.net>
8141
8142         doc: mention more functions added in cygwin 1.7.0
8143         * doc/posix-headers/limits.texi (limits.h): Update for recent
8144         cygwin additions.
8145         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
8146         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
8147         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
8148         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
8149         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
8150
8151 2009-08-14  Eric Blake  <ebb9@byu.net>
8152
8153         maint.mk: simplify update-copyright rule
8154         * top/maint.mk (update-copyright-local): Delete, and document how
8155         to do it in cfg.mk instead.
8156         (update-copyright-exclude-regexp): Delete, and document how to do
8157         it in .x-update-copyright instead.
8158         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
8159         exclude ChangeLog.
8160
8161 2009-08-14  Bruno Haible  <bruno@clisp.org>
8162
8163         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
8164
8165 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8166
8167         maint.mk: support update-copyright-env
8168         * top/maint.mk (update-copyright-env): Define place-holder.
8169         (update-copyright): Expand $(update-copyright-env) before
8170         invoking update-copyright.
8171
8172 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8173
8174         update-copyright: implement forced reformatting
8175         * build-aux/update-copyright: Implement and document
8176         UPDATE_COPYRIGHT_FORCE.
8177         * tests/test-update-copyright.sh: Test it.
8178
8179 2009-08-14  Eric Blake  <ebb9@byu.net>
8180         and Bruno Haible  <bruno@clisp.org>
8181
8182         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
8183         * tests/test-locale.c: Revert previous patch related to NULL.
8184         * tests/test-stdio.c: Likewise.
8185         * tests/test-stdlib.c: Likewise.
8186         * tests/test-string.c: Likewise.
8187         * tests/test-unistd.c: Likewise.
8188         * modules/time-tests (Depends-on): Add verify.
8189         * modules/wchar-tests (Depends-on): Likewise.
8190         * tests/test-time.c: Test for NULL compliance.
8191         * tests/test-wchar.c: Likewise.
8192         * modules/locale (Depends-on): Add stddef.
8193         * modules/stdio (Depends-on): Likewise.
8194         * modules/stdlib (Depends-on): Likewise.
8195         * modules/string (Depends-on): Likewise.
8196         * modules/time (Depends-on): Likewise.
8197         * modules/unistd (Depends-on): Likewise.
8198         * modules/wchar (Depends-on): Likewise.
8199         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
8200         * lib/stdlib.in.h (includes): Likewise.
8201         * lib/string.in.h (includes): Likewise.
8202         * lib/time.in.h (includes): Likewise.
8203         * lib/unistd.in.h (includes): Likewise.
8204         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
8205         replaced.
8206         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8207         * m4/stddef_h.m4: New file.
8208         * modules/stddef: Likewise.
8209         * lib/stddef.in.h: Likewise.
8210         * modules/stddef-tests: Likewise.
8211         * tests/test-stddef.c: Likewise.
8212         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
8213         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
8214         * doc/posix-headers/locale.texi (locale.h): Likewise.
8215         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
8216         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
8217         * doc/posix-headers/string.texi (string.h): Likewise.
8218         * doc/posix-headers/time.texi (time.h): Likewise.
8219         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
8220         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
8221
8222 2009-08-14  Eric Blake  <ebb9@byu.net>
8223
8224         doc: improve git diff of texinfo files
8225         * .gitattributes: Add rule for *.texi files, with hint on how to
8226         use it.
8227         Copied from m4, and based on a report by Bruno Haible.
8228
8229 2009-08-14  Bruno Haible  <bruno@clisp.org>
8230
8231         Disable multithread support by default on Cygwin 1.5.x for real.
8232         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
8233
8234 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8235
8236         update-copyright: much ado about intervals
8237         * build-aux/update-copyright: Implement and document
8238         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
8239         of copyright year intervals.
8240         Also, document UPDATE_COPYRIGHT_YEAR.
8241         * tests/test-update-copyright.sh: Test it.
8242
8243         update-copyright: convert 2-digit to 4-digit years
8244         * build-aux/update-copyright: Implement and document.
8245         * tests/test-update-copyright.sh: Update.
8246
8247 2009-08-14  Jim Meyering  <meyering@redhat.com>
8248
8249         test-exclude: avoid coreutils "make check" failure
8250         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
8251         just as in test-argmatch.c.
8252
8253 2009-08-13  Eric Blake  <ebb9@byu.net>
8254
8255         test-dup2: fix bad assumption
8256         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
8257         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
8258
8259         test-version-etc: fix CRLF portability issue
8260         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
8261         recognize \r.
8262         * tests/test-argp-version-etc-1.sh: Likewise.
8263
8264         getopt: update client modules
8265         * modules/argp (Depends-on): Use getopt-gnu.
8266         * modules/git-merge-changelog (Depends-on): Likewise.
8267         * modules/long-options (Depends-on): Likewise.
8268         * modules/xstrtol (Depends-on): Likewise.
8269
8270 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8271
8272         * tests/test-version-etc.sh: Don't fail on different
8273         project/version.  Don't fail on CRLF differences.  Rewrite to use
8274         multiple -e instead of multiple sed forks, suggested by Eric Blake
8275         <ebb9@byu.net>.
8276         * tests/test-argp-version-etc-1.sh: Likewise.
8277
8278 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8279
8280         * tests/test-version-etc.sh: Don't fail on different
8281         project/version.
8282
8283 2009-08-12  Bruno Haible  <bruno@clisp.org>
8284
8285         Tests for modules 'getopt-posix', 'getopt-gnu'.
8286         * modules/getopt-posix-tests: New file.
8287         * tests/test-getopt.c: New file.
8288         * tests/test-getopt.h: New file.
8289         * tests/test-getopt_long.h: New file.
8290
8291         New modules 'getopt-posix', 'getopt-gnu'.
8292         * modules/getopt-gnu: New file, renamed from modules/getopt.
8293         * modules/getopt-posix: New file.
8294         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8295         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8296         (gl_GETOPT): Remove macro.
8297         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8298         Disable the test against BSD systems that declare optreset. Test
8299         against mingw bug. Test against lack of support of optional arguments
8300         on many platforms.
8301         * doc/glibc-headers/getopt.texi: Update module name and list of
8302         relevant platforms.
8303         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
8304         'getopt-gnu' and more portability problems.
8305         * NEWS: Mention the changes.
8306
8307 2009-08-12  Bruno Haible  <bruno@clisp.org>
8308
8309         Ensure that optarg etc. get declared by <unistd.h>.
8310         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
8311         AC_USE_SYSTEM_EXTENSIONS.
8312         * modules/getopt (Depends-on): Add 'extensions'.
8313
8314 2009-08-12  Bruno Haible  <bruno@clisp.org>
8315
8316         Avoid test link errors.
8317         * modules/pipe-filter-ii-tests (Makefile.am): Define
8318         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
8319         * modules/pipe-filter-gi-tests (Makefile.am): Define
8320         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
8321         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8322
8323 2009-08-12  Bruno Haible  <bruno@clisp.org>
8324
8325         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
8326         gl_GETOPT_SUBSTITUTE before.
8327         (gl_GETOPT): Use it.
8328         * m4/argp.m4 (gl_ARGP): Update.
8329         Reported by Sergey Poznyakoff.
8330
8331         * m4/getopt.m4: Reorder macros.
8332         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
8333         (gl_GETOPT_SUBSTITUTE): Remove macro.
8334
8335 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8336
8337         Minor improvement in gitlog-to-changelog
8338
8339         * build-aux/gitlog-to-changelog: New option `--format' makes
8340         output format string configurable.
8341
8342 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8343
8344         Optimize exclude: use hash tables for non-wildcard patterns.
8345
8346         * lib/exclude.c: Include hash.h and mbuiter.h
8347         (struct exclude_pattern, exclude_segment): New data types.
8348         (struct exclude): Rewrite.
8349         (fnmatch_pattern_has_wildcards): New function.
8350         (new_exclude_segment, free_exclude_segment): New functions.
8351         (excluded_file_pattern_p, excluded_file_name_p): New functions.
8352         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
8353         * lib/exclude.h (is_fnmatch_pattern): New prototype.
8354         * modules/exclude: Depend on hash and mbuiter.
8355
8356         * modules/exclude-tests: New file.
8357         * tests/test-exclude.c: New file.
8358         * tests/test-exclude1.sh: New file.
8359         * tests/test-exclude2.sh: New file.
8360         * tests/test-exclude3.sh: New file.
8361         * tests/test-exclude4.sh: New file.
8362         * tests/test-exclude5.sh: New file.
8363         * tests/test-exclude6.sh: New file.
8364         * tests/test-exclude7.sh: New file.
8365
8366 2009-08-12  Bruno Haible  <bruno@clisp.org>
8367
8368         Ensure that getopt() gets declared by <unistd.h>.
8369         * lib/unistd.in.h: Conditionally include getopt.h.
8370         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
8371         Set GNULIB_UNISTD_H_GETOPT.
8372         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8373         GNULIB_UNISTD_H_GETOPT.
8374         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
8375
8376 2009-08-12  Bruno Haible  <bruno@clisp.org>
8377
8378         Clarify logic.
8379         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
8380         gl_replace_getopt instead of GETOPT_H.
8381
8382 2009-08-12  Bruno Haible  <bruno@clisp.org>
8383
8384         * m4/getopt.m4: Add comments.
8385
8386 2009-08-12  Bruno Haible  <bruno@clisp.org>
8387
8388         Disable multithread support by default on Cygwin 1.5.x.
8389         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
8390         set gl_use_threads=no if not specified otherwise.
8391
8392 2009-08-11  Bruno Haible  <bruno@clisp.org>
8393
8394         Avoid compilation error on NetBSD 5.0.
8395         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
8396         * tests/test-stdio.c: Likewise.
8397         * tests/test-stdlib.c: Likewise.
8398         * tests/test-string.c: Likewise.
8399         * tests/test-unistd.c: Likewise.
8400         Reported by Greg Troxel <gdt@ir.bbn.com>
8401         at <https://savannah.gnu.org/support/?106973>.
8402
8403 2009-08-11  Bruno Haible  <bruno@clisp.org>
8404
8405         * modules/dup2-tests (Depends-on): Remove close.
8406
8407         Undo 2009-07-19 commit.
8408         * modules/acl-tests (Depends-on): Remove close.
8409         * modules/binary-io-tests (Depends-on): Likewise.
8410         * modules/closein-tests (Depends-on): Likewise.
8411         * modules/flock-tests (Depends-on): Likewise.
8412         * modules/fsync-tests (Depends-on): Likewise.
8413         * modules/lseek-tests (Depends-on): Likewise.
8414         * modules/pipe-tests (Depends-on): Likewise.
8415         * modules/posix_spawn-tests (Depends-on): Likewise.
8416         * modules/posix_spawnp-tests (Depends-on): Likewise.
8417         * modules/stat-time-tests (Depends-on): Likewise.
8418         * modules/yesno-tests (Depends-on): Likewise.
8419
8420 2009-08-10  Bruno Haible  <bruno@clisp.org>
8421
8422         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
8423
8424 2009-08-10  Bruno Haible  <bruno@clisp.org>
8425
8426         Fix a gcc warning.
8427         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
8428
8429 2009-08-10  Bruno Haible  <bruno@clisp.org>
8430
8431         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
8432         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
8433         not only the first time.
8434         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
8435         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
8436         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
8437         is 1, not only the the first time.
8438
8439 2009-08-10  Bruno Haible  <bruno@clisp.org>
8440
8441         Make it possible to use module 'gethostname' without module 'close'.
8442         * lib/unistd.in.h (close): Evoke a link error only if
8443         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8444         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8445         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8446         * modules/unistd (Makefile.am): Substitute
8447         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8448         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
8449         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8450         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8451         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8452         * modules/sys_ioctl (Makefile.am): Substitute
8453         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8454         * modules/socket (configure.ac): On native Windows, set
8455         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8456         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8457         Reported by Sam Steingold <sds@gnu.org>.
8458
8459 2009-08-10  Bruno Haible  <bruno@clisp.org>
8460
8461         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8462         * modules/ioctl (configure.ac): Likewise.
8463
8464 2009-08-10  Bruno Haible  <bruno@clisp.org>
8465
8466         Avoid collision between gnulib wrapper and libintl wrapper.
8467         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8468         already defined in intl/printf.c.
8469         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8470         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8471
8472 2009-08-09  Bruno Haible  <bruno@clisp.org>
8473
8474         Make <sys/select.h> really self-contained, also on Solaris 10.
8475         * lib/sys_select.in.h: Include <string.h>.
8476         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8477         Solaris 10 problem.
8478         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8479         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8480         Reported by Jim Meyering.
8481
8482 2009-08-09  Bruno Haible  <bruno@clisp.org>
8483
8484         Avoid warnings from 'aclocal' that are due to a use of macro name
8485         AM_XGETTEXT_OPTION that is not defined in automake.
8486         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8487         automake.
8488         * modules/error (configure.ac): Likewise.
8489         * modules/propername (configure.ac): Likewise.
8490         * modules/vasprintf (configure.ac): Likewise.
8491         * modules/verror (configure.ac): Likewise.
8492         * modules/xprintf (configure.ac): Likewise.
8493         * modules/xvasprintf (configure.ac): Likewise.
8494
8495 2009-08-08  Bruno Haible  <bruno@clisp.org>
8496
8497         Avoid compilation error in C++ mode.
8498         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8499         Reported by Sam Steingold <sds@gnu.org>.
8500
8501 2009-08-08  Bruno Haible  <bruno@clisp.org>
8502
8503         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8504         for the various Unix platforms.
8505         * doc/posix-headers/limits.texi: Update platforms list regarding
8506         HOST_NAME_MAX.
8507         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8508
8509 2009-08-07  Jim Meyering  <meyering@redhat.com>
8510
8511         selinux-at: fix typo in a comment
8512         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8513         Spotted by Paolo Bonzini.
8514
8515         selinux-at: remove redundant m4 code, add documentation
8516         * modules/selinux-at (configure.ac): Remove redundant code.
8517         LIB_SELINUX is already set via the dependent module, selinux-h.
8518         (Include): Add quotes around selinux-at.h.
8519         * lib/selinux-at.h: Add documentation.
8520         Reported by Bruno Haible in
8521         http://marc.info/?l=gnulib-bug&m=124958988300749
8522
8523 2009-08-07  Bruno Haible  <bruno@clisp.org>
8524
8525         Avoid link error on MacOS X 10.3 and 10.4.
8526         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8527         on non-ELF systems.
8528         * lib/argp-pv.c (argp_program_version): Likewise.
8529         Reported by Simon Josefsson.
8530
8531 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8532
8533         * tests/test-version-etc.sh: Use $EXEEXT.
8534
8535 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8536
8537         update-copyright: update documentation to point to maint.mk
8538         * build-aux/update-copyright: Here.
8539
8540 2009-08-06  Jim Meyering  <meyering@redhat.com>
8541
8542         maint.mk: support update-copyright-local
8543         * top/maint.mk (update-copyright-local): Define place-holder.
8544         (update-copyright): Depend on $(update-copyright-local).
8545
8546 2009-08-06  Jim Meyering  <meyering@redhat.com>
8547
8548         selinux-at: new module
8549         Initially written for coreutils, this module will soon be
8550         used by findutils, too.
8551         * MODULES.html.sh [Misc]: Add selinux-at.
8552         * lib/selinux-at.h: New file, from coreutils.
8553         * lib/selinux-at.c: Likewise.
8554         * modules/selinux-at: Likewise.
8555         (License): Change from LGPL to GPL, since it depends
8556         on the GPL'd openat module.
8557
8558         doc: update README
8559         * README: Remove references to cogito.
8560         Remove cvs-repo-updating instructions from 2007.
8561         Don't imply that CVS is better if you have limited disk space.
8562
8563 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8564
8565         update-copyright: support C-style comments
8566         * build-aux/update-copyright: Implement and document.
8567         * tests/test-update-copyright.sh: Test.
8568
8569 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8570
8571         update-copyright: support omitted "(C)"
8572         * build-aux/update-copyright: Implement and document.  Also,
8573         allow variable whitespace before "(C)".
8574         * tests/test-update-copyright.sh: Test.
8575
8576 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8577
8578         update-copyright: don't trip on non-FSF copyright statements
8579         * build-aux/update-copyright: Fix so that the first correctly
8580         formatted FSF copyright statement is recognized no matter what
8581         appears before it.  Update documentation.
8582         * tests/test-update-copyright.sh: Test that.
8583
8584 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8585
8586         update-copyright: clean up code a little
8587         * build-aux/update-copyright: Append "_re" to the name of any
8588         variable holding a regular expression.
8589         Replace "old" and "new" with "stmt" in variable names.
8590         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8591         handled correctly.
8592         Format code more consistently.
8593
8594 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8595
8596         update-copyright-tests: improve portability
8597         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
8598         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
8599
8600 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8601
8602         update-copyright: support @copyright{} and &copy;
8603         * build-aux/update-copyright: Implement and document.
8604         * tests/test-update-copyright.sh: Test.
8605
8606 2009-08-04  Jim Meyering  <meyering@redhat.com>
8607
8608         update-copyright-tests: correctly test EOL=\r\n handling
8609         * tests/test-update-copyright.sh: Put \r at the end of some lines
8610         for the dos-eol tests.  Based on a patch by Joel E. Denny.
8611
8612         maint.mk: make update-copyright exclusion list more configurable
8613         * top/maint.mk (update-copyright): Default to excluding COPYING,
8614         but allow an override, in case someone does want to update that file.
8615
8616         maint.mk: don't update copyright date in COPYING
8617         * top/maint.mk (update-copyright): Exclude COPYING.
8618
8619         maint.mk: add a copyright-updating rule
8620         * top/maint.mk (update-copyright): New rule.
8621         Derived from coreutils/Makefile.am.
8622
8623         update-copyright: rename some variables
8624         * build-aux/update-copyright: Rename a few variables for clarity.
8625         Tweak syntax.  List Joel E. Denny as coauthor.
8626
8627 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8628
8629         update-copyright: fix bug for 2-digit last year and add tests
8630         * build-aux/update-copyright: Fix bug.
8631         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
8632         specified.
8633         * modules/update-copyright-tests: New
8634         * tests/test-update-copyright.sh: New.
8635
8636 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8637
8638         update-copyright: handle leading tabs in line prefix
8639         * build-aux/update-copyright: Count leading tabs as 8 spaces
8640         when computing margin.  This helps with the formatting of
8641         ChangeLogs, for example.
8642         Fix documentation a little.
8643
8644 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8645
8646         update-copyright: support EOL=\r\n
8647         * build-aux/update-copyright: Implement that.
8648
8649 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8650
8651         update-copyright: automatically format copyright statements
8652         * build-aux/update-copyright: Implement that.
8653         Also, be a little more predictable and safer by always failing
8654         when the full copyright format is not perfectly recognized as an
8655         unbroken whole.  Discussed at
8656         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
8657         Rewrite documentation.
8658
8659 2009-08-03  Bruno Haible  <bruno@clisp.org>
8660
8661         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
8662
8663 2009-08-02  Bruno Haible  <bruno@clisp.org>
8664
8665         Tests for module 'uname'.
8666         * modules/uname-tests: New file.
8667         * tests/test-uname.c: New file.
8668
8669         New module 'uname'.
8670         * lib/uname.c: New file.
8671         * m4/uname.m4: New file.
8672         * modules/uname: New file.
8673         * doc/posix-functions/uname.texi: Mention the new module.
8674
8675 2009-08-02  Bruno Haible  <bruno@clisp.org>
8676
8677         Tests for module 'sys_utsname'.
8678         * modules/sys_utsname-tests: New file.
8679         * tests/test-sys_utsname.c: New file.
8680
8681         New module 'sys_utsname'.
8682         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
8683         * m4/sys_utsname_h.m4: New file.
8684         * modules/sys_utsname: New file.
8685         * doc/posix-headers/sys_utsname.texi: Mention the new module.
8686
8687 2009-08-02  Bruno Haible  <bruno@clisp.org>
8688
8689         Implicitly initialize the sockets library.
8690         * lib/gethostname.c: Include sockets.h.
8691         (rpl_gethostname): Invoke gl_sockets_startup.
8692         * lib/socket.c: Include sockets.h.
8693         (rpl_socket): Invoke gl_sockets_startup.
8694         * modules/gethostname (Depends-on): Add sockets.
8695         * modules/socket (Depends-on): Likewise.
8696         * tests/test-poll.c: Don't include sockets.h.
8697         (main): Don't invoke gl_sockets_startup.
8698         * tests/test-select.c: Don't include sockets.h.
8699         (main): Don't invoke gl_sockets_startup.
8700
8701 2009-08-02  Bruno Haible  <bruno@clisp.org>
8702
8703         Allow multiple calls to gl_sockets_startup.
8704         * lib/sockets.c (initialized_sockets_version): New variable.
8705         (gl_sockets_startup): Do nothing if already called for this or a higher
8706         version.
8707         (gl_sockets_cleanup): Reset initialized_sockets_version.
8708
8709 2009-08-03  Simon Josefsson  <simon@josefsson.org>
8710
8711         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
8712         different project/version.
8713
8714 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
8715             Bruno Haible  <bruno@clisp.org>
8716
8717         Tests for module 'pipe-filter-gi'.
8718         * modules/pipe-filter-gi-tests: New file.
8719         * tests/test-pipe-filter-gi1.sh: New file.
8720         * tests/test-pipe-filter-gi1.c: New file.
8721         * tests/test-pipe-filter-gi2.sh: New file.
8722         * tests/test-pipe-filter-gi2-main.c: New file.
8723         * tests/test-pipe-filter-gi2-child.c: New file.
8724
8725         New module 'pipe-filter-gi'.
8726         * lib/pipe-filter-gi.c: New file.
8727         * modules/pipe-filter-gi: New file.
8728
8729 2009-08-02  Bruno Haible  <bruno@clisp.org>
8730             Paolo Bonzini  <bonzini@gnu.org>
8731
8732         Tests for module 'pipe-filter-ii'.
8733         * modules/pipe-filter-ii-tests: New file.
8734         * tests/test-pipe-filter-ii1.sh: New file.
8735         * tests/test-pipe-filter-ii1.c: New file.
8736         * tests/test-pipe-filter-ii2.sh: New file.
8737         * tests/test-pipe-filter-ii2-main.c: New file.
8738         * tests/test-pipe-filter-ii2-child.c: New file.
8739
8740         New module 'pipe-filter-ii'.
8741         * lib/pipe-filter.h: New file.
8742         * lib/pipe-filter-ii.c: New file.
8743         * lib/pipe-filter-aux.h: New file.
8744         * modules/pipe-filter-ii: New file.
8745
8746 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8747
8748         * lib/gc-libgcrypt.c: Change copyright to FSF.
8749         * lib/gc-gnulib.c: Likewise.
8750
8751 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
8752
8753         * lib/gethostname.c: Include limits.h.
8754
8755 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8756             Bruno Haible  <bruno@clisp.org>
8757
8758         Ensure HOST_NAME_MAX as part of the gethostname module.
8759         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
8760         define also HOST_NAME_MAX.
8761         * tests/test-gethostname.c: Include <limits.h>.
8762         (main): Check also HOST_NAME_MAX.
8763         * doc/posix-headers/limits.texi: Document the mingw problem.
8764
8765 2009-08-02  Bruno Haible  <bruno@clisp.org>
8766
8767         * lib/gethostname.c (gethostname): Fix handling of large len argument.
8768         Add comments.
8769
8770 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8771
8772         * lib/gethostname.c: Add Windows wrapper.
8773         * m4/gethostname.m4: Look for gethostname in -lws2_32.
8774         * modules/gethostname: Depend on sys_socket & errno, for also
8775         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
8776         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
8777
8778 2009-07-31  Jim Meyering  <meyering@redhat.com>
8779
8780         getloadavg: fix symbol name in comment
8781         * lib/getloadavg.c: Correct a typo I introduced when adding
8782         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
8783         Matt Kraai spotted the problem.
8784
8785 2009-07-29  Matt Kraai  <mkraai@beckman.com>
8786
8787         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
8788         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
8789         code also if ! defined N_NAME_POINTER.
8790         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
8791         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
8792         but the n_name member is a 12-byte array.
8793
8794 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
8795
8796         update-copyright: generalize comment handling
8797         * build-aux/update-copyright: Handle copyright statements
8798         within more comment styles.
8799         Document usage.
8800         Report any file with an external copyright holder or parse failure.
8801
8802 2009-07-29  Jim Meyering  <meyering@redhat.com>
8803
8804         mktime: correct setting of REPLACE_MKTIME
8805         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
8806
8807         update-copyright: new module
8808         * modules/update-copyright: New file.
8809         * build-aux/update-copyright: New file.
8810         * MODULES.html.sh (maint+release support): Add update-copyright.
8811
8812 2009-07-27  Bruno Haible  <bruno@clisp.org>
8813
8814         Fix compilation error when <ctime> is used and mktime is replaced.
8815         * lib/time.in.h (mktime): New declaration.
8816         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
8817         REPLACE_MKTIME instead of defining mktime in config.h.
8818         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
8819         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
8820         Reported by Ross McFarland <rwmcfa1@neces.com>.
8821
8822 2009-07-27  Bruno Haible  <bruno@clisp.org>
8823
8824         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
8825         Reported by Matt Kraai <mkraai@beckman.com>.
8826
8827 2009-07-25  Jim Meyering  <meyering@redhat.com>
8828
8829         maint.mk: avoid warnings about missing files
8830         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
8831         diagnostic when .prev-version does not exist.
8832         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
8833         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
8834         nonexistent cfg.mk.
8835         Suggestions from Simon Josefsson.
8836
8837 2009-07-25  Bruno Haible  <bruno@clisp.org>
8838
8839         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
8840         defined as macros. Needed on QNX 6.4.1.
8841         Reported by Matt Kraai <mkraai@beckman.com>.
8842
8843 2009-07-23  Jim Meyering  <meyering@redhat.com>
8844
8845         maint.mk: invoke "make dist" with a working value of XZ_OPT
8846         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
8847
8848 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
8849
8850         Make fseeko.c compile on QNX.
8851         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
8852
8853 2009-07-22  Peter Simons  <simons@cryp.to>
8854
8855         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
8856         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
8857         * lib/md4.h: Likewise.
8858         * lib/md5.h: Likewise.
8859         * lib/sha1.h: Likewise.
8860         * lib/sha256.h: Likewise.
8861         * lib/sha512.h: Likewise.
8862
8863         tests-sha1: don't assign literal string to 'char *' variable
8864         * tests/test-sha1.c (main): Declare locals with "const" to match
8865         attributes of the right hand side.
8866
8867 2009-07-21  Eric Blake  <ebb9@byu.net>
8868
8869         dup2: fix more mingw problems
8870         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
8871         fd to itself.
8872         * doc/posix-functions/dup2.texi (dup2): Document the bug.
8873         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
8874         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
8875         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
8876         care of mingw bugs.
8877
8878 2009-07-21  Jim Meyering  <meyering@redhat.com>
8879
8880         vc-list-files: avoid failure when /bin/sh is dash
8881         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
8882         On some Debian based systems, /bin/sh is a symlink to dash, and running
8883         this command would omit the "/" following each 'tests' prefix:
8884           dash -x build-aux/vc-list-files -C . tests
8885         That is because bash and dash work differently:
8886           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
8887           bash ok
8888           dash odd
8889
8890 2009-07-21  Eric Blake  <ebb9@byu.net>
8891
8892         dup2-tests: test previous patch
8893         * modules/dup2-tests: New file.
8894         * tests/test-dup2.c: Likewise.
8895         * tests/test-open.c (main): Avoid unspecified behavior.
8896         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
8897         test.
8898
8899         dup2: work around mingw and cygwin 1.5 bug
8900         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
8901         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8902         * modules/unistd (Makefile.am): Substitute it.
8903         * lib/unistd.in.h (dup2): Declare the replacement.
8904         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
8905         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
8906         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
8907         * modules/execute (Depends-on): Add dup2.
8908         * modules/fseterr (Depends-on): Likewise.
8909         * modules/pipe (Depends-on): Likewise.
8910         * modules/posix_spawn-internal (Depends-on): Likewise.
8911
8912 2009-07-21  Bruno Haible  <bruno@clisp.org>
8913
8914         * modules/.gitattributes: New file.
8915
8916 2009-07-20  Bruno Haible  <bruno@clisp.org>
8917
8918         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
8919         (main): Use it.
8920
8921 2009-07-20  Eric Blake  <ebb9@byu.net>
8922
8923         test-pipe: make a bit more robust.
8924         * tests/test-pipe.c (myerr): Allow error messages regardless of
8925         what we do to stderr.
8926         (test_pipe): Rearrange to avoid deadlock.
8927         (child_main): Try a larger read, to ensure we avoided deadlock.
8928         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
8929         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
8930         if misused.
8931
8932 2009-07-19  Jim Meyering  <meyering@redhat.com>
8933
8934         fts: avoid false-positive cycle-detection
8935         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
8936         for each new command line argument.
8937
8938 2009-07-19  Bruno Haible  <bruno@clisp.org>
8939
8940         Fix build error on mingw with the modules sys_select and unistd.
8941         * modules/acl-tests (Depends-on): Add close.
8942         * modules/binary-io-tests (Depends-on): Likewise.
8943         * modules/closein-tests (Depends-on): Likewise.
8944         * modules/flock-tests (Depends-on): Likewise.
8945         * modules/fsync-tests (Depends-on): Likewise.
8946         * modules/lseek-tests (Depends-on): Likewise.
8947         * modules/pipe-tests (Depends-on): Likewise.
8948         * modules/posix_spawn-tests (Depends-on): Likewise.
8949         * modules/posix_spawnp-tests (Depends-on): Likewise.
8950         * modules/stat-time-tests (Depends-on): Likewise.
8951         * modules/yesno-tests (Depends-on): Likewise.
8952
8953 2009-07-19  Bruno Haible  <bruno@clisp.org>
8954
8955         Unify conditionals.
8956         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
8957         macros, not at the compiler macros.
8958         * lib/pipe.c: Likewise.
8959         * lib/execute.c: Likewise.
8960         * lib/spawni.c: Likewise.
8961
8962 2009-07-19  Bruno Haible  <bruno@clisp.org>
8963
8964         Fix handling of closed stdin/stdout/stderr on mingw.
8965         * lib/w32spawn.h: Include unistd.h.
8966         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
8967         file descriptor with O_NOINHERIT flag.
8968         (fd_safer_noinherit): New function, based on fd-safer.c.
8969         (dup_safer_noinherit): New function, based on dup-safer.c.
8970         (undup_safer_noinherit): New function.
8971         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
8972         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
8973         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
8974         instead of fd_safer.
8975         * tests/test-pipe.c: Include <windows.h>.
8976         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
8977
8978         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
8979         from main.
8980         (test_pipe): Pass an extra argument for disambiguation.
8981         (main): Invoke parent_main or child_main.
8982
8983         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
8984         consistently.
8985
8986 2009-07-18  Eric Blake  <ebb9@byu.net>
8987
8988         test-pipe: fix mingw build
8989         * tests/test-pipe.c (main): Avoid fcntl on mingw.
8990
8991 2009-07-18  Bruno Haible  <bruno@clisp.org>
8992
8993         * modules/pipe-tests (Makefile.am): Fix typo.
8994
8995 2009-07-18  Eric Blake  <ebb9@byu.net>
8996
8997         error: fix mingw build
8998         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
8999         Reported by Bruno Haible.
9000
9001         error: avoid undefined use of stdout
9002         * lib/error.c (error, error_at_line): Check that fd 1 is open
9003         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
9004         is handling faults and the close_stdout module wants to report the
9005         detection of closed stdout as an error.
9006
9007 2009-07-17  Eric Blake  <ebb9@byu.net>
9008
9009         pipe: be robust in face of closed fds
9010         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
9011         should cause child to misbehave.
9012         * modules/pipe-tests: New module.
9013         * tests/test-pipe.c: New file.
9014         * tests/test-pipe.sh: New file.
9015         Reported by Akim Demaille.
9016
9017 2009-07-14  Bruno Haible  <bruno@clisp.org>
9018
9019         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
9020         Reported by anonymous kc.
9021
9022 2009-07-07  Jim Meyering  <meyering@redhat.com>
9023
9024         maint.mk: don't look for translatable strings in *.m4 or *.mk
9025         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
9026         when searching for translatable strings.
9027
9028 2009-07-05  Jim Meyering  <meyering@redhat.com>
9029
9030         remove superfluous parentheses in STREQ definition
9031         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
9032         * lib/getugroups.c (STREQ): Likewise.
9033         * lib/fnmatch.c (STREQ): Likewise.
9034         Spotted by Bruno Haible.
9035
9036 2009-07-04  Jim Meyering  <meyering@redhat.com>
9037
9038         argv-iter: new module
9039         * MODULES.html.sh: Add argv-iter.
9040         * lib/argv-iter.c, lib/argv-iter.h: New files.
9041         * modules/argv-iter: New file.
9042         * modules/argv-iter-tests: New file.
9043         * tests/test-argv-iter.c: Test it.
9044
9045 2009-07-04  Bruno Haible  <bruno@clisp.org>
9046
9047         Fix assertion.
9048         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
9049         contains more exact copies of a given entry than file2, leave the extra
9050         copies unpaired rather than aborting.
9051         Reported by Eric Blake.
9052
9053 2009-07-02  Bruno Haible  <bruno@clisp.org>
9054
9055         Speedup git-merge-changelog for git cherry-pick.
9056         * lib/git-merge-changelog.c (struct entries_mapping): New type.
9057         (entries_mapping_get): New function, extracted from compute_mapping.
9058         (entries_mapping_reverse_get): New function.
9059         (compute_mapping): Add a 'full' argument. Return the result in a
9060         'struct entries_mapping'.
9061         (main): Update. Access the mappings through entries_mapping_get.
9062         Reported by Eric Blake.
9063
9064 2009-07-02  Bruno Haible  <bruno@clisp.org>
9065
9066         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
9067         best_i.
9068
9069 2009-07-02  Bruno Haible  <bruno@clisp.org>
9070
9071         Speed up approximate search for matching ChangeLog entries.
9072         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
9073         argument. Call fstrcmp_bounded instead of fstrcmp.
9074         (compute_mapping, try_split_merged_entry, main): Update callers.
9075
9076 2009-07-02  Bruno Haible  <bruno@clisp.org>
9077
9078         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
9079
9080 2009-06-30  Bruno Haible  <bruno@clisp.org>
9081
9082         Reduce the number of uc_is_cased calls.
9083         * lib/unicase.h (casing_suffix_context_t): Add
9084         'first_char_except_ignorable' field.
9085         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
9086         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
9087         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
9088         Update initializer.
9089         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
9090         case-ignorable characters.
9091         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
9092         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
9093         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
9094         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
9095         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
9096
9097 2009-06-30  Bruno Haible  <bruno@clisp.org>
9098
9099         Tests for module 'unicase/ignorable'.
9100         * modules/unicase/ignorable-tests: New file.
9101         * tests/unicase/test-ignorable.c: New file, generated by
9102         gen-uni-tables.
9103
9104         Tests for module 'unicase/cased'.
9105         * modules/unicase/cased-tests: New file.
9106         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
9107         * tests/unicase/test-predicate-part1.h: New file, derived from
9108         tests/unictype/test-predicate-part1.h.
9109         * tests/unicase/test-predicate-part2.h: New file, same as
9110         tests/unictype/test-predicate-part2.h.
9111
9112         Fix evaluation of "Before C" condition of FINAL_SIGMA.
9113         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
9114         (output_casing_properties): New function.
9115         (main): Call it.
9116         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
9117         * lib/unicase/cased.c: Include unictype/bitmap.h.
9118         (uc_is_cased): Define through a bitmap lookup.
9119         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
9120         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
9121         (uc_is_case_ignorable): Define through a bitmap lookup.
9122         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
9123         lib/unictype/bitmap.h.
9124         (Depends-on): Add inline. Clean up.
9125         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
9126         lib/unictype/bitmap.h.
9127         (Depends-on): Add inline. Clean up.
9128         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
9129         recognition.
9130         * tests/unicase/test-u16-tolower.c (main): Likewise.
9131         * tests/unicase/test-u32-tolower.c (main): Likewise.
9132
9133 2009-06-30  Bruno Haible  <bruno@clisp.org>
9134
9135         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
9136         * lib/unicase/u16-casemap.c: Likewise.
9137         * lib/unicase/u32-casemap.c: Likewise.
9138
9139 2009-06-29  Bruno Haible  <bruno@clisp.org>
9140
9141         Define u32_casefold as a wrapper around u32_ct_casefold.
9142         * lib/unicase/u32-casefold.c: Update.
9143         * modules/unicase/u32-casefold (Depends-on): Add
9144         unicase/u32-ct-casefold, unicase/empty-prefix-context,
9145         unicase/empty-suffix-context. Clean up.
9146
9147         Define u16_casefold as a wrapper around u16_ct_casefold.
9148         * lib/unicase/u16-casefold.c: Update.
9149         * modules/unicase/u16-casefold (Depends-on): Add
9150         unicase/u16-ct-casefold, unicase/empty-prefix-context,
9151         unicase/empty-suffix-context. Clean up.
9152
9153         Define u8_casefold as a wrapper around u8_ct_casefold.
9154         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
9155         * lib/unicase/u8-casefold.c: Update.
9156         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
9157         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9158
9159         Define u32_totitle as a wrapper around u32_ct_totitle.
9160         * lib/unicase/u32-totitle.c: Update.
9161         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
9162         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9163
9164         Define u16_totitle as a wrapper around u16_ct_totitle.
9165         * lib/unicase/u16-totitle.c: Update.
9166         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
9167         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9168
9169         Define u8_totitle as a wrapper around u8_ct_totitle.
9170         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
9171         functions.
9172         (FUNC): Delegate to U_CT_TOTITLE.
9173         * lib/unicase/u8-totitle.c: Update.
9174         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
9175         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9176
9177         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
9178         invocation.
9179         * modules/unicase/u32-tolower (Depends-on): Add
9180         unicase/empty-prefix-context, unicase/empty-suffix-context.
9181
9182         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
9183         invocation.
9184         * modules/unicase/u16-tolower (Depends-on): Add
9185         unicase/empty-prefix-context, unicase/empty-suffix-context.
9186
9187         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
9188         * modules/unicase/u8-tolower (Depends-on): Add
9189         unicase/empty-prefix-context, unicase/empty-suffix-context.
9190
9191         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
9192         invocation.
9193         * modules/unicase/u32-toupper (Depends-on): Add
9194         unicase/empty-prefix-context, unicase/empty-suffix-context.
9195
9196         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
9197         invocation.
9198         * modules/unicase/u16-toupper (Depends-on): Add
9199         unicase/empty-prefix-context, unicase/empty-suffix-context.
9200
9201         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
9202         * modules/unicase/u8-toupper (Depends-on): Add
9203         unicase/empty-prefix-context, unicase/empty-suffix-context.
9204
9205         New module 'unicase/u32-ct-casefold'.
9206         * lib/unicase/u32-ct-casefold.c: New file.
9207         * modules/unicase/u32-ct-casefold: New file.
9208
9209         New module 'unicase/u16-ct-casefold'.
9210         * lib/unicase/u16-ct-casefold.c: New file.
9211         * modules/unicase/u16-ct-casefold: New file.
9212
9213         New module 'unicase/u8-ct-casefold'.
9214         * lib/unicase/u8-ct-casefold.c: New file.
9215         * lib/unicase/u-ct-casefold.h: New file, derived from
9216         lib/unicase/u-casefold.h.
9217         * modules/unicase/u8-ct-casefold: New file.
9218
9219         New module 'unicase/u32-ct-totitle'.
9220         * lib/unicase/u32-ct-totitle.c: New file.
9221         * modules/unicase/u32-ct-totitle: New file.
9222
9223         New module 'unicase/u16-ct-totitle'.
9224         * lib/unicase/u16-ct-totitle.c: New file.
9225         * modules/unicase/u16-ct-totitle: New file.
9226
9227         New module 'unicase/u8-ct-totitle'.
9228         * lib/unicase/u8-ct-totitle.c: New file.
9229         * lib/unicase/u-ct-totitle.h: New file, derived from
9230         lib/unicase/u-totitle.h.
9231         * modules/unicase/u8-ct-totitle: New file.
9232
9233         New module 'unicase/u32-ct-tolower'.
9234         * lib/unicase/u32-ct-tolower.c: New file.
9235         * modules/unicase/u32-ct-tolower: New file.
9236
9237         New module 'unicase/u16-ct-tolower'.
9238         * lib/unicase/u16-ct-tolower.c: New file.
9239         * modules/unicase/u16-ct-tolower: New file.
9240
9241         New module 'unicase/u8-ct-tolower'.
9242         * lib/unicase/u8-ct-tolower.c: New file.
9243         * modules/unicase/u8-ct-tolower: New file.
9244
9245         New module 'unicase/u32-ct-toupper'.
9246         * lib/unicase/u32-ct-toupper.c: New file.
9247         * modules/unicase/u32-ct-toupper: New file.
9248
9249         New module 'unicase/u16-ct-toupper'.
9250         * lib/unicase/u16-ct-toupper.c: New file.
9251         * modules/unicase/u16-ct-toupper: New file.
9252
9253         New module 'unicase/u8-ct-toupper'.
9254         * lib/unicase/u8-ct-toupper.c: New file.
9255         * modules/unicase/u8-ct-toupper: New file.
9256
9257         Add context arguments to u*_casemap functions.
9258         * lib/unicase/unicasemap.h: Include unicase.h.
9259         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
9260         suffix_context arguments.
9261         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
9262         functions.
9263         (FUNC): Add prefix_context and suffix_context arguments. Use
9264         uc_is_cased and uc_is_case_ignorable.
9265         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
9266         * lib/unicase/u16-casemap.c: Likewise.
9267         * lib/unicase/u32-casemap.c: Likewise.
9268         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
9269         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9270         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
9271         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9272         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
9273         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9274
9275         New module 'unicase/u32-suffix-context'.
9276         * lib/unicase/u32-suffix-context.c: New file.
9277         * modules/unicase/u32-suffix-context: New file.
9278
9279         New module 'unicase/u16-suffix-context'.
9280         * lib/unicase/u16-suffix-context.c: New file.
9281         * modules/unicase/u16-suffix-context: New file.
9282
9283         New module 'unicase/u8-suffix-context'.
9284         * lib/unicase/u8-suffix-context.c: New file.
9285         * lib/unicase/u-suffix-context.h: New file.
9286         * modules/unicase/u8-suffix-context: New file.
9287
9288         New module 'unicase/empty-suffix-context'.
9289         * lib/unicase/empty-suffix-context.c: New file.
9290         * modules/unicase/empty-suffix-context: New file.
9291
9292         New module 'unicase/u32-prefix-context'.
9293         * lib/unicase/u32-prefix-context.c: New file.
9294         * modules/unicase/u32-prefix-context: New file.
9295
9296         New module 'unicase/u16-prefix-context'.
9297         * lib/unicase/u16-prefix-context.c: New file.
9298         * modules/unicase/u16-prefix-context: New file.
9299
9300         New module 'unicase/u8-prefix-context'.
9301         * lib/unicase/u8-prefix-context.c: New file.
9302         * lib/unicase/u-prefix-context.h: New file.
9303         * lib/unicase/context.h: New file.
9304         * modules/unicase/u8-prefix-context: New file.
9305
9306         New module 'unicase/empty-prefix-context'.
9307         * lib/unicase/empty-prefix-context.c: New file.
9308         * modules/unicase/empty-prefix-context: New file.
9309
9310         New module 'unicase/ignorable'.
9311         * lib/unicase/ignorable.c: New file.
9312         * modules/unicase/ignorable: New file.
9313
9314         New module 'unicase/cased'.
9315         * lib/unicase/caseprop.h: New file.
9316         * lib/unicase/cased.c: New file.
9317         * modules/unicase/cased: New file.
9318
9319         New functions for case mapping of substrings.
9320         * lib/unicase.h (casing_prefix_context_t): New type.
9321         (unicase_empty_prefix_context): New variable.
9322         (u8_casing_prefix_context, u16_casing_prefix_context,
9323         u32_casing_prefix_context, u8_casing_prefixes_context,
9324         u16_casing_prefixes_context, u32_casing_prefixes_context): New
9325         declarations.
9326         (casing_suffix_context_t): New type.
9327         (unicase_empty_suffix_context): New variable.
9328         (u8_casing_suffix_context, u16_casing_suffix_context,
9329         u32_casing_suffix_context, u8_casing_suffixes_context,
9330         u16_casing_suffixes_context, u32_casing_suffixes_context,
9331         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
9332         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
9333         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
9334         declarations.
9335
9336 2009-06-28  Jim Meyering  <meyering@redhat.com>
9337
9338         boostrap: indent only with spaces
9339         * build-aux/bootstrap: Indent only with spaces, never TABs.
9340
9341         bootstrap: split long lines
9342         * build-aux/bootstrap: Keep line length < 80.
9343
9344         bootstrap: sync from coreutils
9345         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
9346         just as autoreconf does.  Verify a list of prerequisite
9347         package-name,version-number pairs if defined in bootstrap.conf.
9348         Refer to README-prereq, if prerequisites are not satisfied.
9349
9350 2009-06-27  Eric Blake  <ebb9@byu.net>
9351
9352         tests: add test for bogus NULL definition
9353         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
9354         * tests/test-stdlib.c: Likewise.
9355         * tests/test-string.c: Likewise.
9356         * tests/test-locale.c: Likewise.
9357         * tests/test-unistd.c: Likewise.
9358         * modules/stdio-tests (Depends-on): Add verify.
9359         * modules/stdlib-tests (Depends-on): Likewise.
9360         * modules/string-tests (Depends-on): Likewise.
9361         * modules/locale-tests (Depends-on): Likewise.
9362         * modules/unistd-tests (Depends-on): Likewise.
9363
9364 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
9365
9366         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
9367         self-explaining comment.
9368         * m4/selinux-selinux-h: Update serial.
9369         (gl_LIBSELINUX): New macro, adding a warning for missing development
9370         packages to code extracted from...
9371         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
9372         Add warning for missing development packages here, too.
9373
9374 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
9375
9376         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
9377
9378 2009-06-25  Eric Blake  <ebb9@byu.net>
9379
9380         version-etc: fix regression
9381         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
9382         gcc.
9383         (version_etc): Use it, to catch bugs with trailing NULL.
9384         * lib/version-etc.c (version_etc_arn): Delete unused argument.
9385         (version_etc_va): Fix logic bug.
9386         * modules/version-etc-tests: Add test.
9387         * tests/test-version-etc.c: New file.
9388         * tests/test-version-etc.sh: Likewise.
9389
9390 2009-06-25  Sam Steingold  <sds@gnu.org>
9391
9392         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
9393         mbtowc declaration.
9394
9395 2009-06-25  Eric Blake  <ebb9@byu.net>
9396
9397         fpurge: migrate into <stdio.h>
9398         * lib/fpurge.h: Delete...
9399         * lib/stdio.in.h (fpurge): ...and declare here, instead.
9400         * lib/fpurge.c (fpurge): Change declaring header.
9401         * modules/fpurge (Files): Drop deleted file.
9402         (Depends-on): Add stdio.
9403         (configure.ac): Set witness.
9404         * modules/stdio (Makefile.am): Support fpurge macros.
9405         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9406         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
9407         * lib/fflush.c: Update client.
9408         * tests/test-fpurge.c: Likewise.
9409         * NEWS: Mention the change.
9410
9411 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9412
9413         * lib/argp-version-etc.c (program_authors): Add const
9414         qualifier.
9415         * lib/version-etc.c: Fix typos in the comments.
9416         * modules/argp-version-etc: Depends on version-etc.
9417
9418 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9419
9420         argp-version-etc: new module.
9421
9422         * lib/argp-version-etc.c: New file.
9423         * lib/argp-version-etc.h: New file.
9424         * modules/argp-version-etc: New file.
9425         * modules/argp-version-etc-tests: New file.
9426         * tests/test-argp-version-etc.c: New test.
9427         * tests/test-argp-version-etc-1.sh: New test.
9428
9429 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9430
9431         Provide additional interfaces and documentation for version-etc
9432         module.
9433
9434         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
9435         interfaces.
9436         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
9437         prototypes.
9438
9439 2009-06-24  Bruno Haible  <bruno@clisp.org>
9440
9441         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
9442         HAVE_LIB${NAME} macro.
9443         Reported by Sam Steingold <sds@gnu.org>.
9444
9445 2009-06-23  Simon Josefsson  <simon@josefsson.org>
9446
9447         * modules/hash-tests (test_hash_LDADD): Link to libintl when
9448         needed.
9449
9450 2009-06-21  Bruno Haible  <bruno@clisp.org>
9451
9452         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9453         work.
9454         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9455         together with LIB${NAME}, LTLIB${NAME}.
9456         Reported by Sam Steingold <sds@gnu.org>.
9457
9458 2009-06-20  Jim Meyering  <meyering@redhat.com>
9459
9460         tests: make sc_require_test_exit_idiom more generic
9461         * top/maint.mk (Exit_witness_file): New overridable variable.
9462         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9463         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9464
9465 2009-06-19  Jim Meyering  <meyering@redhat.com>
9466
9467         hash: reverse order of src/dst parameters in an internal interface
9468         * lib/hash.c (transfer_entries): Reverse order of parameters to
9469         put DST before SRC.  Adjust callers.
9470
9471         tests: test-hash: avoid wholesale duplication
9472         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9473         Instead, use a loop and add a single conditional.
9474
9475         tests: test-hash: allow seed selection via a command line argument
9476         * tests/test-hash.c (get_seed): New function.
9477         (main): Use it.
9478
9479 2009-06-19  Eric Blake  <ebb9@byu.net>
9480
9481         hash: avoid memory leak on allocation failure
9482         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9483         failure.  Factor repeated algorithm...
9484         (transfer_entries): ...into new helper routine.
9485         (hash_delete): React to hash_rehash return value.
9486
9487         hash: reduce memory pressure in hash_rehash no-op case
9488         * lib/hash.c (next_prime): Avoid overflow.
9489         (hash_initialize): Factor bucket size computation...
9490         (compute_bucket_size): ...into new helper function.
9491         (hash_rehash): Use new function and open coding to reduce memory
9492         pressure, and avoid a memory leak in USE_OBSTACK code.
9493         Reported by Jim Meyering.
9494
9495 2009-06-18  Eric Blake  <ebb9@byu.net>
9496
9497         hash: make rotation more obvious
9498         * modules/hash (Depends-on): Add bitrotate and stdint.
9499         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9500         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9501         (SIZE_MAX): Rely on headers for definition.
9502         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9503         (raw_hasher): Use rotr_sz.
9504         Suggested by Jim Meyering.
9505
9506         hash: fix memory leak in last patch
9507         * lib/hash.c (hash_rehash): Avoid memory leak.
9508
9509         hash: avoid no-op rehashing
9510         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9511
9512         hash: provide default callback functions
9513         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9514         (hash_initialize): Use them as defaults.
9515         * tests/test-hash.c (main): Test this.
9516
9517         hash: minor optimization
9518         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9519         when possible.
9520         (hash_initialize): Document this promise.
9521         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9522         * tests/test-hash.c (hash_compare_strings): Test this.
9523
9524 2009-06-18  Bruno Haible  <bruno@clisp.org>
9525
9526         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9527         going to be replaced anyway.
9528
9529 2009-06-18  Bruno Haible  <bruno@clisp.org>
9530
9531         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9532         in one place.
9533         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9534         be replaced anyway.
9535
9536 2009-06-18  Eric Blake  <ebb9@byu.net>
9537
9538         hash: check for resize before insertion
9539         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9540         threshold before insertion, so that a pathological hash_rehash
9541         that fills every bucket can still trigger another rehash.
9542
9543 2009-06-18  Jim Meyering  <meyering@redhat.com>
9544
9545         hash-tests: add a loop around the small tests
9546         * tests/test-hash.c (main): Repeat small tests with selected
9547         small initial table sizes.
9548
9549 2009-06-17  Eric Blake  <ebb9@byu.net>
9550
9551         hash: minor cleanups
9552         * lib/hash.h (hash_entry): Make opaque, by moving...
9553         * lib/hash.c (hash_entry): ...here.
9554         (hash_insert): Clarify restrictions on what can be inserted.
9555         (hash_get_next): Clarify when it is safe to remove an element
9556         during traversal.
9557         (check_tuning): Skip verification when tuning is known safe.
9558         (hash_initialize): Clarify restrictions on tuning.
9559
9560 2009-06-17  Jim Meyering  <jim@meyering.net>
9561         and Eric Blake  <ebb9@byu.net>
9562
9563         hash-tests: new module
9564         * modules/hash-tests: New file.
9565         * tests/test-hash.c: New file.
9566
9567 2009-06-17  Eric Blake  <ebb9@byu.net>
9568
9569         strstr-simple: document new module
9570         * MODULES.html.sh: Document new module.
9571
9572         strstr, strcasestr: replace on platforms with broken memchr
9573         * modules/strstr: Split into...
9574         * modules/strstr-simple: ...new module that does not care about
9575         performance, but does care about glibc bug.
9576         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9577         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9578         if platform memchr is broken, per Debian bug 521737.
9579         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9580         memchr.
9581         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9582         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9583         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9584         * modules/mountlist (Depends-on): Add strstr-simple.
9585         * modules/gen-uni-tables (Depends-on): Likewise.
9586         * modules/argz (Depends-on): Add strstr.
9587
9588 2009-06-17  Bruno Haible  <bruno@clisp.org>
9589
9590         * modules/posix_spawn-internal (Depends-on): Add errno.
9591
9592 2009-06-17  Bruno Haible  <bruno@clisp.org>
9593
9594         Define missing ESTALE on Interix 3.5.
9595         * lib/errno.in.h (ESTALE): Assign a value if missing.
9596         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9597         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
9598         missing.
9599         * doc/posix-headers/errno.texi: Mention the Interix bug.
9600         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
9601
9602 2009-06-15  Eric Blake  <ebb9@byu.net>
9603
9604         memchr, memchr2: add valgrind exception
9605         * lib/memchr.valgrind: New file.
9606         * lib/memchr2.valgrind: New file.
9607         * modules/memchr (Files): Distribute valgrind file.
9608         * modules/memchr2 (Files): Likewise.
9609
9610         docs: memchr is no longer obsolete
9611         * MODULES.html.sh: Move memchr from obsolete to string.h section.
9612         * lib/string.in.h (memchr): Simplify logic.
9613
9614 2009-06-14  Jim Meyering  <meyering@redhat.com>
9615
9616         link-follow: fix the "checking..." message to not mention trailing slash
9617         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
9618         never considered trailing slashes.
9619
9620 2009-06-14  Bruno Haible  <bruno@clisp.org>
9621
9622         * m4/memchr.m4: Mention also the bug on IA-64.
9623         * doc/posix-functions/memchr.texi: Likewise.
9624
9625 2009-06-12  Eric Blake  <ebb9@byu.net>
9626
9627         memchr: detect broken x86_64 and alpha implementations
9628         * modules/memchr-tests (Depends-on): Move mmap detection...
9629         * modules/memchr (Depends-on): ...here.
9630         (configure.ac): Set indicator.
9631         * lib/string.in.h (memchr): Declare replacement.
9632         * modules/string (Makefile.am): Trigger replacement.
9633         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9634         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
9635         bugs.
9636         * doc/posix-functions/memchr.texi (memchr): Document the bug.
9637         * modules/getpagesize (License): Relax license.
9638
9639 2009-06-11  Bruno Haible  <bruno@clisp.org>
9640
9641         * lib/idpriv.h: Add more references.
9642
9643 2009-06-08  Bruno Haible  <bruno@clisp.org>
9644
9645         Tests for module 'idpriv-droptemp'.
9646         * modules/idpriv-droptemp-tests: New file.
9647         * tests/test-idpriv-droptemp.sh: New file.
9648         * tests/test-idpriv-droptemp.su.sh: New file.
9649         * tests/test-idpriv-droptemp.c: New file.
9650
9651         New module 'idpriv-droptemp'.
9652         * lib/idpriv-droptemp.c: New file.
9653         * modules/idpriv-droptemp: New file.
9654
9655 2009-06-08  Bruno Haible  <bruno@clisp.org>
9656
9657         Tests for module 'idpriv-drop'.
9658         * modules/idpriv-drop-tests: New file.
9659         * tests/test-idpriv-drop.sh: New file.
9660         * tests/test-idpriv-drop.su.sh: New file.
9661         * tests/test-idpriv-drop.c: New file.
9662
9663         New module 'idpriv-drop'.
9664         * lib/idpriv.h: New file.
9665         * lib-idpriv-drop.c: New file.
9666         * m4/idpriv.m4: New file.
9667         * modules/idpriv-drop: New file.
9668
9669 2009-06-08  Bruno Haible  <bruno@clisp.org>
9670
9671         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
9672         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9673         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9674         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9675         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9676         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9677         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9678
9679 2009-06-08  Eric Blake  <ebb9@byu.net>
9680
9681         test-strstr: use memory fence, when possible
9682         * tests/test-strstr.c (main): Use memory fence, in order to be
9683         more likely to trigger Debian bug 521737.
9684         * modules/strstr-tests (Files): Pull in additional files.
9685
9686         memchr: no longer obsolete, for wider field testing
9687         * modules/memchr (Status, Notice): Delete, this module is no
9688         longer obsolete.
9689         * modules/vasnprintf (Depends-on): Add memchr.
9690
9691 2009-06-07  Jim Meyering  <meyering@redhat.com>
9692
9693         hash: declare some functions with the warn_unused_result attribute
9694         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
9695
9696 2009-06-07  Bruno Haible  <bruno@clisp.org>
9697
9698         * tests/test-alignof.c: Don't test int64_t if it does not exist.
9699         Reported by Eric Blake.
9700
9701 2009-06-06  Eric Blake  <ebb9@byu.net>
9702
9703         test-alignof: fix typo with long double
9704         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
9705         compiler error.
9706
9707 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
9708
9709         Escape non-texinfo { and }s.
9710         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
9711         markup error.
9712
9713 2009-06-04  Jim Meyering  <meyering@redhat.com>
9714
9715         gitlog-to-changelog: don't infloop on an empty commit log
9716         * build-aux/gitlog-to-changelog: Warn about an empty log message.
9717         Reported by Boris Petersen <transacid@centerim.org>.
9718
9719 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
9720
9721         version-etc: extend for packagers
9722         Add three new configure options, intended for packagers:
9723           --with-packager="packager name"
9724           --with-packager-version="packager-specific version"
9725           --with-packager-bug-reports="packager bug reporting"
9726         An example with coreutils:
9727           $ ./configure \
9728             --with-packager=Gentoo \
9729             --with-packager-bug-report=http://bugs.gentoo.org/ \
9730             --with-packager-version="patchset 1.6"
9731           $ ./src/ls --version | head -n2
9732           ls (GNU coreutils) 7.1-dirty
9733           Packaged by Gentoo (patchset 1.6)
9734         Note that the bug reporting info via --help doesn't show up because
9735         coreutils uses its own custom emit_bug_reporting_address() implementation
9736         in src/system.h.  If it didn't, it'd look like:
9737           $ ./src/ls --help | tail -n4
9738           Report bugs to <bug-coreutils@gnu.org>.
9739           Report Gentoo bugs to <http://bugs.gentoo.org/>.
9740           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
9741           General help using GNU software: <http://www.gnu.org/gethelp/>.
9742         * lib/version-etc.c: Print new information, if provided.
9743         * m4/version-etc.m4: New file.
9744         * modules/version-etc (Files): Add m4/version-etc.m4.
9745         (configure.ac): Add gl_VERSION_ETC.
9746
9747 2009-05-31  Bruno Haible  <bruno@clisp.org>
9748
9749         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
9750         and 'int64_t'.
9751         * modules/alignof-tests (Dependencies): Add stdint.
9752         Reported by Eric Blake.
9753
9754 2009-05-31  Bruno Haible  <bruno@clisp.org>
9755
9756         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
9757         restriction due to compiler bugs.
9758         Reported by Eric Blake.
9759
9760 2009-05-31  Simon Josefsson  <simon@josefsson.org>
9761             Bruno Haible  <bruno@clisp.org>
9762
9763         Fix test-alignof failure.
9764         * lib/alignof.h (alignof_slot): New macro.
9765         (alignof_type): New macro, with the same semantics as the previous
9766         'alignof'.
9767         (alignof): Alias to alignof_slot.
9768         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
9769         check that the results are usable as constant expressions.
9770
9771 2009-05-31  Bruno Haible  <bruno@clisp.org>
9772
9773         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
9774         * tests/test-memchr.c (main): Check that memchr does not read past the
9775         first occurrence of the byte.
9776         * tests/test-strstr.c (main): Update comment.
9777         Suggested by Eric Blake.
9778
9779 2009-05-30  Bruno Haible  <bruno@clisp.org>
9780
9781         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
9782         detail how to use dumpbin.
9783         Reported by David Byron <dbyron@dbyron.com>.
9784
9785 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9786
9787         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
9788
9789 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9790
9791         * m4/manywarnings.m4: Add GCC 4.4 warnings.
9792
9793 2009-05-28  Bruno Haible  <bruno@clisp.org>
9794
9795         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
9796         build-aux/ files.
9797
9798 2009-05-28  Simon Josefsson  <simon@josefsson.org>
9799
9800         * gnulib-tool (func_import): Transform license on build-aux/ files too.
9801
9802 2009-05-27  Simon Josefsson  <simon@josefsson.org>
9803
9804         * gnulib-tool (sed_transform_main_lib_file)
9805         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
9806         regexps.
9807
9808 2009-05-26  Simon Josefsson  <simon@josefsson.org>
9809
9810         * tests/test-strstr.c: Add another self-test.
9811         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
9812         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
9813
9814 2009-05-23  Bruno Haible  <bruno@clisp.org>
9815
9816         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
9817         change.
9818
9819 2009-05-21  Bruno Haible  <bruno@clisp.org>
9820
9821         Simplify use of mode_t varargs.
9822         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
9823         uses 'mode_t' or 'int'.
9824         * lib/openat.c (openat): Likewise.
9825         * lib/open-safer.c (open_safer): Likewise.
9826         * m4/mode_t.m4: New file.
9827         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
9828         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
9829         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
9830         * modules/open (Files): Add m4/mode_t.m4.
9831         * modules/openat (Files): Likewise.
9832         * modules/fcntl-safer (Files): Likewise.
9833         Suggested by Eric Blake.
9834
9835 2009-05-21  Pádraig Brady  <P@draigbrady.com>
9836
9837         * doc/glibc-functions/fallocate.texi: New file.
9838         * doc/gnulib.texi: Include it.
9839
9840 2009-05-21  Eric Blake  <ebb9@byu.net>
9841             Bruno Haible  <bruno@clisp.org>
9842
9843         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
9844         invocations.
9845         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9846
9847 2009-05-21  Eric Blake  <ebb9@byu.net>
9848             Bruno Haible  <bruno@clisp.org>
9849
9850         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
9851         include_next. Fix of 2008-11-20 commit.
9852         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
9853         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
9854         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
9855         NEXT_MATH_H.
9856         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
9857         instead of NEXT_MATH_H.
9858
9859 2009-05-21  Bruno Haible  <bruno@clisp.org>
9860
9861         Avoid redefinition warnings for SIZE_MAX.
9862         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
9863         Reported by Simon Josefsson.
9864
9865 2009-05-21  Bruno Haible  <bruno@clisp.org>
9866
9867         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
9868         AC_CACHE_VAL.
9869
9870 2009-05-20  Bruno Haible  <bruno@clisp.org>
9871
9872         Make zeroptr.h work on mingw.
9873         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
9874         mprotect.
9875         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
9876         * modules/memchr2-tests (configure.ac): Likewise.
9877         * modules/memcmp-tests (configure.ac): Likewise.
9878         * modules/memmem-tests (configure.ac): Likewise.
9879         * modules/memrchr-tests (configure.ac): Likewise.
9880         Reported by Simon Josefsson.
9881
9882 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9883
9884         * tests/test-glob.c: Include string.h for strcmp prototype.
9885
9886 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9887
9888         * modules/getdelim (Depends-on): Add explicit stdint, although it
9889         was implicitly already pulled in via realloc-posix.
9890         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
9891
9892 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9893
9894         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
9895         G. Christensen" <tgc@jupiterrise.com>.
9896         * m4/sys_socket_h.m4: Check for sa_family_t.
9897         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
9898         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
9899         * tests/test-sys_socket.c: Check that sa_family_t works.
9900
9901 2009-05-18  Eric Blake  <ebb9@byu.net>
9902
9903         maint.mk: allow gnulib_dir in VPATH build
9904         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
9905
9906 2009-05-15  Jim Meyering  <meyering@redhat.com>
9907
9908         maint.mk: Give gnulib_dir a default definition.
9909         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
9910         Thus, most packages no longer need to specify this variable in cfg.mk
9911
9912 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
9913
9914         rename.m4: fix typos that would make non-mingw cross-configure fail
9915         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
9916
9917 2009-05-13  Eric Blake  <ebb9@byu.net>
9918
9919         mmap-anon: avoid out-of-order autoconf expansion
9920         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
9921         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
9922         * modules/memchr-tests (Depends-on): Add extensions.
9923         * modules/memchr2-tests (Depends-on): Add extensions.
9924         * modules/memcmp-tests (Depends-on): Add extensions.
9925         * modules/memmem-tests (Depends-on): Add extensions.
9926         * modules/memrchr-tests (Depends-on): Add extensions.
9927
9928 2009-05-13  Bruno Haible  <bruno@clisp.org>
9929
9930         Make some tests ISO C 99 compliant.
9931         * tests/zerosize-ptr.h: New file.
9932         * tests/test-memchr.c: Include zerosize-ptr.h.
9933         (main): Use a zero-size object pointer instead of NULL.
9934         * tests/test-memchr2.c: Include zerosize-ptr.h.
9935         (main): Use a zero-size object pointer instead of NULL.
9936         * tests/test-memcmp.c: Include zerosize-ptr.h.
9937         (main): Use a zero-size object pointer instead of NULL.
9938         * tests/test-memmem.c: Include zerosize-ptr.h.
9939         (main): Use a zero-size object pointer instead of NULL.
9940         * tests/test-memrchr.c: Include zerosize-ptr.h.
9941         (main): Use a zero-size object pointer instead of NULL.
9942         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
9943         m4/mmap-anon.m4.
9944         (Depends-on): Add getpagesize.
9945         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9946         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
9947         m4/mmap-anon.m4.
9948         (Depends-on): Add getpagesize.
9949         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9950         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
9951         m4/mmap-anon.m4.
9952         (Depends-on): Add getpagesize.
9953         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9954         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
9955         m4/mmap-anon.m4.
9956         (Depends-on): Add getpagesize.
9957         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9958         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
9959         m4/mmap-anon.m4.
9960         (Depends-on): Add getpagesize.
9961         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9962
9963 2009-05-12  Bruno Haible  <bruno@clisp.org>
9964
9965         Tests for module 'alignof'.
9966         * modules/alignof-tests: New file.
9967         * tests/test-alignof.c: New file.
9968
9969 2009-05-12  Bruno Haible  <bruno@clisp.org>
9970
9971         Fix alignof macro.
9972         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
9973         vendor compilers that are always correct.
9974
9975 2009-05-12  Bruno Haible  <bruno@clisp.org>
9976
9977         Make the MAP_ANONYMOUS detection work on HP-UX 11.
9978         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
9979         not whether its fully works.
9980
9981 2009-05-12  Bruno Haible  <bruno@clisp.org>
9982
9983         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
9984
9985 2009-05-12  Jim Meyering  <meyering@redhat.com>
9986
9987         * top/maint.mk: Adjust backslash alignment.
9988
9989 2009-05-11  Simon Josefsson  <simon@josefsson.org>
9990
9991         * top/maint.mk: Make $(srcdir)/build-aux configurable.
9992
9993 2009-05-11  Eric Blake  <ebb9@byu.net>
9994
9995         argp: avoid undefined behavior
9996         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
9997         macros.
9998
9999 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10000
10001         * tests/test-vc-list-files-git.sh: Do git config of user.email and
10002         user.name to prevent git commit from complaining.
10003
10004 2009-05-10  Bruno Haible  <bruno@clisp.org>
10005
10006         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
10007         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
10008         it rewrites every file name only once.
10009         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
10010
10011 2009-05-08  Bruno Haible  <bruno@clisp.org>
10012
10013         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
10014         instead of 'max'.
10015
10016 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10017
10018         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
10019         sockaddr_storage test.
10020
10021 2009-05-07  Simon Josefsson  <simon@josefsson.org>
10022
10023         * modules/sys_socket (Makefile.am): Substitute
10024         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
10025         * m4/sys_socket_h.m4: Check for sockaddr_storage.
10026         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
10027         * tests/test-sys_socket.c: Check sockaddr_storage.
10028
10029 2009-05-08  Bruno Haible  <bruno@clisp.org>
10030
10031         New module 'alignof'.
10032         * lib/alignof.h: New file.
10033         * modules/alignof: New file.
10034
10035 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10036             Bruno Haible  <bruno@clisp.org>
10037
10038         Fix test-file-has-acl on FreeBSD.
10039         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
10040         mask is implicitly added.
10041         * tests/test-file-has-acl.c: Include <signal.h>.
10042         (main): Terminate the test after 5 seconds.
10043         * modules/acl-tests (configure.ac): Check for alarm function.
10044
10045 2009-05-04  Bruno Haible  <bruno@clisp.org>
10046
10047         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
10048         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
10049         * modules/errno (configure.ac): Drop AC_REQUIRE.
10050         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
10051         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
10052
10053 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10054
10055         * modules/glob-tests: New module.
10056         * tests/test-glob.c: Add.
10057
10058 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10059
10060         * modules/fnmatch-tests: New module.
10061         * tests/test-fnmatch.c: Add.
10062
10063 2009-05-04  Eric Blake  <ebb9@byu.net>
10064
10065         maint: make the new no-submodule-changes rule VPATH-safe
10066         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
10067
10068 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10069             Bruno Haible  <bruno@clisp.org>
10070
10071         acl: Fix infinite loop on FreeBSD.
10072         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
10073         of return value from acl_get_entry.
10074         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
10075         Likewise.
10076
10077 2009-05-03  Bruno Haible  <bruno@clisp.org>
10078
10079         * lib/acl-internal.h (acl_entries): Clarify return value.
10080         * lib/acl_entries.c (acl_entries): Likewise.
10081
10082 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10083
10084         Bug fix in acl module.
10085         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
10086
10087 2009-05-03  Bruno Haible  <bruno@clisp.org>
10088
10089         Create gperf-generated file in the source dir, not in the build dir.
10090         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
10091         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
10092         * modules/unicase/locale-language (unicase/locale-languages.h):
10093         Likewise.
10094         * modules/unicase/special-casing (unicase/special-casing-table.h):
10095         Likewise.
10096         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
10097         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
10098         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
10099         Reported by Ralf Wildenhues.
10100
10101 2009-05-03  Bruno Haible  <bruno@clisp.org>
10102
10103         * modules/fnmatch (Description, configure.ac): Taken from
10104         fnmatch-posix.
10105         * modules/fnmatch-posix: Turn into a symbolic reference to the
10106         'fnmatch' module, and deprecate.
10107         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
10108
10109 2009-05-03  Bruno Haible  <bruno@clisp.org>
10110
10111         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
10112         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
10113         Reported by Ralf Wildenhues.
10114
10115 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10116
10117         * m4/fnmatch.m4: Fix fnmatch re-define.
10118
10119 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10120
10121         priv-set: new module and tests; adapt write-any-file
10122         * lib/priv-set.c: New file.
10123         * lib/priv-set.h: New file.
10124         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
10125         * lib/write-any-file.c: Simplify by using priv-set module.
10126         * m4/priv-set.m4: New file.
10127         * modules/priv-set: New file.
10128         * modules/unlinkdir: Add dependency on priv-set module.
10129         * modules/write-any-file: Likewise.
10130
10131         Tests for module 'priv-set'.
10132         * modules/priv-set-tests: New file.
10133         * tests/test-priv-set.c: New file.
10134
10135 2009-05-03  Jim Meyering  <meyering@redhat.com>
10136             Bruno Haible  <bruno@clisp.org>
10137
10138         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
10139         use the converted UTF-8 variant of the name instead.
10140
10141 2009-05-03  Jim Meyering  <meyering@redhat.com>
10142
10143         tests: tighten some getdate tests
10144         * tests/test-getdate.c (main): Tighten tests: require equality,
10145         not just greater than.  Set TZ envvar to UTC0.
10146
10147 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
10148
10149         getdate: correctly interpret "next monday" when run on a Monday
10150         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
10151         that e.g., "next tues" (when run on a tuesday) results in a date
10152         that is one week in the future, and not today's date.
10153         I.e., add a week when the wday is the same as the current one.
10154         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
10155         and earlier by Martin Bernreuther and Jan Minář.
10156         * tests/test-getdate.c (main): Check that "next DAY" is always in
10157         the future and that "last DAY" is always in the past.
10158
10159 2009-05-02  Jim Meyering  <meyering@redhat.com>
10160
10161         build: ensure that a release build fails when a submodule is unclean
10162         * top/maint.mk (no-submodule-changes): New rule.
10163         (alpha beta major): Depend on it.
10164
10165 2009-05-02  Bruno Haible  <bruno@clisp.org>
10166
10167         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
10168         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
10169         shell variable gl_fnmatch_required to detect which variant is
10170         requested.
10171         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
10172         gl_FUNC_FNMATCH_POSIX.
10173         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
10174         exclude fnmatch-posix.
10175
10176 2009-05-02  Bruno Haible  <bruno@clisp.org>
10177
10178         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
10179         * modules/mbsrtowcs (License): Change to LGPLv2+.
10180         * modules/strnlen1 (License): Likewise.
10181         Reported by Simon Josefsson.
10182
10183 2009-05-02  Bruno Haible  <bruno@clisp.org>
10184
10185         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
10186         "cross".
10187         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
10188         gnulib-tool was called with option --source-base=lib.
10189
10190 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10191
10192         Use automake *-local hooks without commands, for extensibility.
10193         * modules/localcharset (Makefile.am): Rename install-exec-local
10194         rule to install-exec-localcharset, and make it a prerequisite of
10195         install-exec-local.  Likewise, rename the uninstall-local rule to
10196         uninstall-localcharset, and make it a prerequisite of the former.
10197
10198 2009-05-01  Bruno Haible  <bruno@clisp.org>
10199
10200         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
10201         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10202         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
10203         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
10204         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
10205         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10206         m4/locale-zh.m4, m4/codeset.m4.
10207
10208         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10209         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
10210         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10211         m4/locale-zh.m4.
10212
10213         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
10214         REPLACE_WCRTOMB if mbstate_t must be replaced.
10215         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
10216         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
10217
10218 2009-05-01  Bruno Haible  <bruno@clisp.org>
10219
10220         Avoid compiler warnings when redefining macros defined by <libintl.h>.
10221         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
10222         dngettext, dcngettext, textdomain, bindtextdomain,
10223         bind_textdomain_codeset): Undefine before redefining.
10224
10225 2009-04-30  Bruno Haible  <bruno@clisp.org>
10226
10227         Fix bug introduced on 2009-04-25.
10228         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
10229         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
10230         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
10231         is defined.
10232         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
10233         is defined.
10234         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
10235         is defined.
10236         Reported by Elbert_Pol <elbert.pol@gmail.com>.
10237
10238 2009-04-28  Bruno Haible  <bruno@clisp.org>
10239
10240         Comment tweaks.
10241         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
10242         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
10243         * lib/unicase.h (u*_casexfrm): Likewise.
10244         Reported by Paolo Bonzini.
10245
10246 2009-04-28  Bruno Haible  <bruno@clisp.org>
10247
10248         Fix a compilation error.
10249         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
10250         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10251         Reported by Jim Meyering.
10252
10253 2009-04-27  Bruno Haible  <bruno@clisp.org>
10254
10255         New module 'libunistring'.
10256         * modules/libunistring: New file.
10257         * m4/libunistring.m4: New file.
10258         * MODULES.html.sh (Unicode string functions): Add it.
10259
10260 2009-04-27  Eric Blake  <ebb9@byu.net>
10261
10262         maint.mk: allow package-specific header to provide <config.h>
10263         * top/maint.mk (sc_require_config_h): New variable.
10264         (sc_require_config_h, sc_require_config_h_first): Use it.
10265
10266 2009-04-27  Simon Josefsson  <simon@josefsson.org>
10267
10268         * top/maint.mk (sc_avoid_if_before_free): Except
10269         useless-if-before-free script.
10270
10271 2009-04-27  Eric Blake  <ebb9@byu.net>
10272
10273         maintainer-makefile: depend on all required helper scripts
10274         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
10275         useless-if-before-free.
10276         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
10277         version, rather than assuming gnulib checkout is available.
10278         Reported by Simen Josefsson.
10279
10280 2009-04-26  Bruno Haible  <bruno@clisp.org>
10281
10282         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
10283         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
10284         "../" or "..".
10285
10286 2009-04-26  Bruno Haible  <bruno@clisp.org>
10287
10288         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
10289         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
10290         AC_LIB_HAVE_LINKFLAGS.
10291
10292 2009-04-26  Bruno Haible  <bruno@clisp.org>
10293
10294         Simplify calling convention of u*_conv_from_encoding.
10295         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10296         u32_conv_from_encoding): Expect a resultbuf argument and return the
10297         result directly as a pointer.
10298         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10299         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10300         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10301         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10302         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10303         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10304         Update.
10305         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
10306         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
10307         * lib/vasnprintf.c (VASNPRINTF): Update.
10308         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
10309         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
10310         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
10311         * NEWS: Mention the change.
10312
10313 2009-04-26  Bruno Haible  <bruno@clisp.org>
10314
10315         Simplify calling convention of u*_conv_to_encoding.
10316         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10317         u32_conv_to_encoding): Expect a resultbuf argument and return the
10318         result directly as a pointer.
10319         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10320         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
10321         freeing scaled_offsets if mem_iconveha failed.
10322         * lib/unicase/u-casexfrm.h (FUNC): Update.
10323         * lib/uninorm/u-normxfrm.h (FUNC): Update.
10324         * lib/vasnprintf.c (VASNPRINTF): Update.
10325         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
10326         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
10327         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
10328         * NEWS: Mention the change.
10329
10330 2009-04-26  Bruno Haible  <bruno@clisp.org>
10331
10332         Avoid test failures on AIX and OSF/1.
10333         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
10334         malloc(0).
10335         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10336         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10337         Likewise.
10338         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
10339         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
10340         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
10341         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
10342         * doc/posix-functions/malloc.texi: Document the portability problem
10343         related to malloc(0).
10344
10345 2009-04-26  Bruno Haible  <bruno@clisp.org>
10346
10347         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
10348         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
10349         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
10350
10351 2009-04-25  Bruno Haible  <bruno@clisp.org>
10352
10353         Avoid link error when creating a namespace clean library.
10354         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
10355         as macro with arguments if already defined as an alias.
10356         * lib/signbitf.c (gl_signbitf): Don't undefine.
10357         * lib/signbitd.c (gl_signbitd): Don't undefine.
10358         * lib/signbitl.c (gl_signbitl): Don't undefine.
10359
10360 2009-04-25  Jim Meyering  <meyering@redhat.com>
10361
10362         vc-list-files: fix another quoting bug
10363         * build-aux/vc-list-files: Avoid sed backslash expansion
10364         of pathological directory names.
10365
10366 2009-04-25  Eric Blake  <ebb9@byu.net>
10367
10368         vc-list-files: fix shell quoting error
10369         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
10370         timestamp.
10371
10372 2009-04-25  Jim Meyering  <meyering@redhat.com>
10373
10374         vc-list-files: restore lost functionality with subdir argument
10375         * build-aux/vc-list-files: When given a non-"." sub-directory
10376         argument, substitute the $dir/ prefix back onto each resulting name.
10377         Otherwise, coreutils' root_tests check would fail.
10378
10379 2009-04-24  Eric Blake  <ebb9@byu.net>
10380
10381         vc-list-files: ignore git symlinks
10382         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
10383         than ls-files, to ignore git symlinks.
10384
10385         maint.mk: import improvements from m4
10386         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
10387         (move_if_change): Delete unused macro.
10388         (news-date-check, vc-diff-check): Support VPATH builds.
10389         (announcement): Likewise.  Split --bootstrap-tools list...
10390         (boostrap-tools): ...into separate list, which can be overridden
10391         in cfg.mk.
10392         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
10393         requiring dependency on useless-if-before-free module.
10394         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
10395         Support VPATH builds.
10396
10397 2009-04-24  Jim Meyering  <meyering@redhat.com>
10398
10399         maint.mk: remove coreutils-specific rules and variables
10400         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
10401         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
10402         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
10403
10404         maint.mk: remove obsolete rule
10405         * top/maint.mk (rel-check): Remove rule.
10406         (WGET, WGETFLAGS): Remove now-unused variables.
10407
10408 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10409
10410         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
10411         consistency.
10412
10413         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
10414         '$(PATH_SEPARATOR)' instead of ':'.
10415
10416 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10417
10418         * lib/getopt1.c (main): Use 'const' for static array.
10419
10420 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10421
10422         * top/maint.mk: Sync with coreutils.
10423         * NEWS: Explain incompatibilities.
10424
10425 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10426             Bruno Haible  <bruno@clisp.org>
10427
10428         Fix cross-compilation results.
10429         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
10430         statement, as third argument of AC_TRY_RUN.
10431         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
10432         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
10433         Likewise.
10434         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
10435         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
10436         Likewise.
10437         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
10438         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
10439         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
10440
10441 2009-04-20  Bruno Haible  <bruno@clisp.org>
10442
10443         Avoid test failure on mingw.
10444         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
10445
10446 2009-04-20  Bruno Haible  <bruno@clisp.org>
10447
10448         Avoid compilation error on mingw.
10449         * modules/localename-tests (Depends-on): Add locale.
10450
10451 2009-04-19  Bruno Haible  <bruno@clisp.org>
10452
10453         Support for building a shared library on Windows platforms.
10454         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10455         (main): Test the presence of UNINORM_NFC here.
10456         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10457         (main): Test the presence of UNINORM_NFD here.
10458         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10459         (main): Test the presence of UNINORM_NFKC here.
10460         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10461         (main): Test the presence of UNINORM_NFKD here.
10462
10463 2009-04-19  Bruno Haible  <bruno@clisp.org>
10464
10465         Avoid a compiler warning.
10466         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10467         Change type of variable 'sequence'.
10468
10469 2009-04-19  Bruno Haible  <bruno@clisp.org>
10470
10471         * modules/configmake (Makefile.am): When the contents of configmake.h
10472         does not change, arrange to preserve its modification time.
10473
10474 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10475
10476         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10477         gettext domain.
10478
10479 2009-04-16  Jim Meyering  <meyering@redhat.com>
10480
10481         useless-if-before-free: improve conversion code
10482         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10483         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10484
10485 2009-04-14  Bruno Haible  <bruno@clisp.org>
10486
10487         * modules/fcntl (Depends-on): Add extensions.
10488         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10489
10490 2009-04-12  Ben Pfaff  <blp@gnu.org>
10491
10492         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10493         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10494
10495 2009-03-20  Ben Pfaff  <blp@gnu.org>
10496
10497         Make rename replace existing destinations on Windows.
10498         * m4/rename.m4: Add test for Mingw.
10499         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10500         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10501         * doc/posix-functions/rename.texi: Document.
10502
10503 2009-04-10  Bruno Haible  <bruno@clisp.org>
10504
10505         New include file "iconveh.h".
10506         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10507         * lib/striconveh.h: Include it.
10508         (enum iconv_ilseq_handler): Remove definition.
10509         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10510         striconveh.h.
10511         * lib/striconveha.c: Include striconveh.h.
10512         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10513         * modules/striconveh (Files): Add lib/iconveh.h.
10514         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10515         lib/striconveh.h.
10516
10517 2009-04-10  Bruno Haible  <bruno@clisp.org>
10518
10519         * lib/uniconv.h: Update comment.
10520
10521 2009-04-10  Bruno Haible  <bruno@clisp.org>
10522
10523         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10524         always.
10525         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10526         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10527         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10528         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10529         "unistring-notinline.h", so that the function gets defined always.
10530         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10531         * lib/unistr/u8-uctomb.c: Likewise.
10532         * lib/unistr/u16-mbtouc.c: Likewise.
10533         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10534         * lib/unistr/u16-uctomb.c: Likewise.
10535         * lib/unistr/u32-mbtouc.c: Likewise.
10536         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10537         * lib/unistr/u32-uctomb.c: Likewise.
10538
10539 2009-04-10  Bruno Haible  <bruno@clisp.org>
10540
10541         Mark 'utime' obsolete.
10542         * modules/utime (Status, Notice): New sections.
10543         Suggested by Jim Meyering.
10544
10545         Fix cross-compile guess for utime test.
10546         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10547         autoconf.
10548         * doc/posix-functions/utime.texi: Give more precisions.
10549         Reported by Jan <ipif@ymail.com>.
10550
10551 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10552
10553         filevercmp: correct today's change
10554         * lib/filevercmp.c: Also handle coreutils' test inputs.
10555         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10556
10557         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10558         for reporting it.
10559         * lib/filevercmp.c: Special handle for "", "." and "..".
10560         * tests/test-filevercmp.c: Enlarge the set suite.
10561
10562 2009-04-07  Jim Meyering  <meyering@redhat.com>
10563
10564         useless-if-before-free: show how to remove braced useless free, too
10565         * build-aux/useless-if-before-free: still only in a comment, though.
10566
10567 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10568
10569         maint.mk: import changes to syntax-check macros from coreutils
10570         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10571         Use them in the relevant macros.
10572
10573 2009-04-06  Bruno Haible  <bruno@clisp.org>
10574
10575         Fix unportable use of bit-fields.
10576         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10577         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10578         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10579
10580 2009-04-06  Bruno Haible  <bruno@clisp.org>
10581
10582         Avoid test failures on AIX and OSF/1.
10583         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10584         that malloc(0) = NULL.
10585         * tests/unicase/test-u8-tolower.c (check): Likewise.
10586         * tests/unicase/test-u8-totitle.c (check): Likewise.
10587         * tests/unicase/test-u8-toupper.c (check): Likewise.
10588         * tests/unicase/test-u16-casefold.c (check): Likewise.
10589         * tests/unicase/test-u16-tolower.c (check): Likewise.
10590         * tests/unicase/test-u16-totitle.c (check): Likewise.
10591         * tests/unicase/test-u16-toupper.c (check): Likewise.
10592         * tests/unicase/test-u32-casefold.c (check): Likewise.
10593         * tests/unicase/test-u32-tolower.c (check): Likewise.
10594         * tests/unicase/test-u32-totitle.c (check): Likewise.
10595         * tests/unicase/test-u32-toupper.c (check): Likewise.
10596         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10597         * tests/uninorm/test-u8-nfd.c (check): Likewise.
10598         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
10599         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
10600         * tests/uninorm/test-u16-nfc.c (check): Likewise.
10601         * tests/uninorm/test-u16-nfd.c (check): Likewise.
10602         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
10603         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
10604         * tests/uninorm/test-u32-nfc.c (check): Likewise.
10605         * tests/uninorm/test-u32-nfd.c (check): Likewise.
10606         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
10607         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
10608
10609 2009-04-05  Bruno Haible  <bruno@clisp.org>
10610
10611         Work around an autoconf limitation.
10612         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
10613         comment line if it would be longer than 3 KB.
10614
10615 2009-04-05  Bruno Haible  <bruno@clisp.org>
10616
10617         Avoid test failure with libiconv-1.13.
10618         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
10619         of the expected test results.
10620
10621 2009-04-05  Bruno Haible  <bruno@clisp.org>
10622
10623         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
10624         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
10625         that it should be installed.
10626
10627 2009-04-05  Bruno Haible  <bruno@clisp.org>
10628
10629         * gnulib-tool: New option --copy-file.
10630         (func_usage): Document it.
10631         (func_dest_tmpfilename): Moved out of func_import.
10632         (func_add_file, func_update_file): New functions, extracted from
10633         func_import.
10634         (func_import): Update.
10635
10636 2009-04-05  Karl Berry  <karl@gnu.org>
10637
10638         * README: prominently mention gnulib-tool.
10639         Rearrange sections so getting the code is near the top.
10640
10641 2009-04-05  Bruno Haible  <bruno@clisp.org>
10642
10643         * lib/unicase.h: Mention u*_cmp2.
10644         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10645         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
10646         * lib/unicase/ulc-casecmp.c: Likewise.
10647         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
10648         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
10649         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
10650         unistr/u8-cmp.
10651         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
10652         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
10653         unistr/u16-cmp.
10654         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
10655         unistr/u32-cmp.
10656
10657         * lib/uninorm.h: Mention u*_cmp2.
10658         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10659         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
10660         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
10661         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
10662         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
10663         unistr/u8-cmp.
10664         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
10665         unistr/u16-cmp.
10666         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
10667         unistr/u32-cmp.
10668
10669         New module 'unistr/u32-cmp2'.
10670         * lib/unistr/u32-cmp2.c: New file.
10671         * modules/unistr/u32-cmp2: New file.
10672
10673         New module 'unistr/u16-cmp2'.
10674         * lib/unistr/u16-cmp2.c: New file.
10675         * modules/unistr/u16-cmp2: New file.
10676
10677         New module 'unistr/u8-cmp2'.
10678         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
10679         * lib/unistr/u8-cmp2.c: New file.
10680         * lib/unistr/u-cmp2.h: New file.
10681         * modules/unistr/u8-cmp2: New file.
10682
10683 2009-04-05  Bruno Haible  <bruno@clisp.org>
10684
10685         * lib/unictype.h (uc_property_is_valid): New macro.
10686         * tests/unictype/test-pr_byname.c (main): Use it.
10687
10688         * lib/unistr.h: Doc fixes.
10689         * lib/uniconv.h: Doc fixes.
10690         * lib/unictype.h: Doc fixes.
10691
10692 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
10693
10694         Port coreutils 7.2 to Solaris 8.
10695
10696         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
10697         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
10698         for Solaris 8.  This is a bit of a hack, as it means it's the
10699         caller's responsibility to add -lnsl if needed, but most likely it
10700         won't be needed since only getaddrinfo uses this and getaddrinfo
10701         isn't needed on Solaris 8.
10702
10703         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
10704         problem to Solaris 8 encountered with coreutils 7.2, which
10705         resulted in a message "fnmatch.c:292: warning: passing argument 4
10706         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
10707         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
10708
10709 2009-04-03  Simon Josefsson  <simon@josefsson.org>
10710
10711         * m4/ld-version-script.m4: Add FIXME comment.
10712
10713 2009-04-02  Simon Josefsson  <simon@josefsson.org>
10714
10715         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
10716         SOVERSION variable.
10717
10718 2009-04-02  Bruno Haible  <bruno@clisp.org>
10719
10720         * Makefile (info, html, dvi, pdf): Combine the rules.
10721         Suggested by Jim Meyering.
10722
10723 2009-04-01  Bruno Haible  <bruno@clisp.org>
10724
10725         * Makefile (info, html, dvi, pdf): New targets.
10726         Reported by Reuben Thomas <rrt@sc3d.org>.
10727
10728 2009-04-01  Bruno Haible  <bruno@clisp.org>
10729
10730         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
10731         can be put into PATH.
10732         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
10733
10734 2009-04-01  Bruno Haible  <bruno@clisp.org>
10735
10736         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
10737
10738 2009-04-01  Bruno Haible  <bruno@clisp.org>
10739
10740         Rename module 'visibility'.
10741         * modules/lib-symbol-visibility: Renamed from modules/visibility.
10742         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
10743         * doc/gnulib.texi: Update.
10744         * MODULES.html.sh (Misc): Update.
10745         * NEWS: Mention the change.
10746
10747 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10748
10749         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
10750         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
10751         Eric Blake <ebb9@byu.net> for review.
10752         * MODULES.html.sh: Add lib-msvc-compat.
10753         * doc/gnulib.texi: Link to new section.
10754         * m4/ld-output-def.m4: New file.
10755         * doc/ld-output-def.texi: New file.
10756
10757 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10758
10759         Rename ld-version-script to lib-symbol-versions.  Suggested by
10760         Bruno Haible <bruno@clisp.org>.
10761         * modules/ld-version-script: Renamed to lib-symbol-versions.
10762         * doc/ld-version-script.texi: Fix module name.
10763         * MODULES.html.sh: Add lib-symbol-versions.
10764
10765 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10766
10767         * modules/u64-tests: New file.
10768         * tests/test-u64.c: New file.
10769
10770 2009-03-04  Simon Josefsson  <simon@josefsson.org>
10771
10772         * MODULES.html.sh: Mention u64.
10773         * modules/u64: New module.
10774         * modules/crypto/sha512: Depend on u64 module instead of providing
10775         u64.h.
10776
10777 2009-03-27  Eric Blake  <ebb9@byu.net>
10778
10779         test-strerror: make debugging EAI_SYSTEM easier
10780         * modules/getaddrinfo-tests (Depends-on): Add strerror.
10781         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
10782         failure was EAI_SYSTEM.
10783
10784 2009-03-25  Bruno Haible  <bruno@clisp.org>
10785
10786         Fix a problem with --enable-relocatable on Solaris 7.
10787         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
10788         since 2008-02-24.
10789
10790 2009-03-25  Eric Blake  <ebb9@byu.net>
10791
10792         test-sockets: avoid gcc warning
10793         * tests/test-sockets.c (main): Silence compiler warning.
10794
10795 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10796
10797         New modules nproc, pthread, contributed by Glen Lenker.
10798
10799         * MODULES.html.sh: Add pthread, nproc.
10800         * lib/nproc.c: New file.
10801         * lib/nproc.h: New file.
10802         * lib/pthread.in.h: New file.
10803         * m4/pthread.m4: New file.
10804         * modules/nproc: New file.
10805         * modules/pthread: New file.
10806
10807 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10808
10809         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
10810         New variable.
10811
10812 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
10813
10814         filevercmp: handle simple~ and numbered.~3~ backup suffixes
10815         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
10816         * tests/test-filevercmp.c: Add tests for backup suffixes.
10817
10818 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10819
10820         * modules/stdlib (Depends-on): Add stdint, needed when defining
10821         struct random_data on, for example, HP-UX 10.20.  Reported by
10822         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10823
10824 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10825
10826         * lib/readline.c (readline): Call fflush on stdout after printing
10827         prompt.
10828
10829 2009-03-20  Bruno Haible  <bruno@clisp.org>
10830
10831         Remove dependency from 'close' module to -lws2_32 on native Windows.
10832         * lib/close-hook.h: New file.
10833         * lib/close-hook.c: New file.
10834         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
10835         w32sock.h.
10836         (_gl_close_fd_maybe_socket): Remove function.
10837         (rpl_close): Invoke execute_all_close_hooks instead of
10838         _gl_close_fd_maybe_socket.
10839         * lib/sockets.c: Include close-hook.h, w32sock.h.
10840         (close_fd_maybe_socket): New function, essentially from lib/close.c.
10841         (close_sockets_hook): New variable.
10842         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
10843         (gl_sockets_cleanup): Unregister it.
10844         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
10845         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
10846         * modules/close-hook: New file.
10847         * modules/close (Files): Remove lib/w32sock.h.
10848         (Depends-on): Add close-hook.
10849         (Link): Remove section.
10850         * modules/sockets (Files): Add lib/w32sock.h.
10851         (Depends-on): Add close-hook.
10852         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
10853         invocation.
10854         * NEWS: Mention that LIB_CLOSE is gone.
10855
10856 2009-03-23  Eric Blake  <ebb9@byu.net>
10857
10858         signal-tests: test previous patch
10859         * tests/test-signal.c: New file.
10860         * modules/signal-tests: Likewise.
10861
10862         signal.h: always support 'volatile sig_atomic_t'
10863         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
10864         (gl_SIGNAL_H_DEFAULTS): Add a default.
10865         * modules/signal (Makefile.am): Substitute if needed.
10866         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
10867         users can blindly add volatile.
10868         * doc/posix-headers/signal.texi (signal.h): Document it.
10869         Reported by Matthew Woehlke.
10870
10871 2009-03-23  Jim Meyering  <meyering@redhat.com>
10872
10873         pathmax: PATH_MAX: use pathconf only when available
10874         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
10875         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
10876         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
10877         This avoids a link failure in a PSP cross-compilation environment
10878         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
10879
10880         * lib/vasnprintf.c (divide): Fix typo in comment.
10881
10882 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10883
10884         * gnulib-tool (func_filter_filelist): Fix comment.
10885
10886 2009-03-20  Bruno Haible  <bruno@clisp.org>
10887
10888         Make sockets.h self-contained.
10889         * lib/sockets.c: Include sockets.h first.
10890         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
10891
10892 2009-03-19  Eric Blake  <ebb9@byu.net>
10893
10894         doc: mention more functions added in cygwin 1.7.0
10895         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
10896         addition.
10897         * doc/posix-functions/log2f.texi: Likewise.
10898
10899 2009-03-19  Jim Meyering  <meyering@redhat.com>
10900
10901         fsusage: avoid syntax error due to statement-before-declaration
10902         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
10903         after all declarations.  Reported by Matthew Woehlke in
10904         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
10905
10906 2009-03-18  Eric Blake  <ebb9@byu.net>
10907
10908         build-aux/compile: sync from automake
10909         * build-aux/compile: New file, from automake.
10910         * config/srclist.txt: Mention build-aux/compile.
10911
10912 2009-03-17  Bruno Haible  <bruno@clisp.org>
10913
10914         * lib/git-merge-changelog.c: Fix typo in comment.
10915         Reported by Reuben Thomas <rrt@sc3d.org>.
10916
10917 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
10918
10919         * m4/regex.m4: update and improve help for
10920         --without-included-regex.
10921
10922 2009-03-17  Simon Josefsson  <simon@josefsson.org>
10923
10924         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
10925         failure on missing include files.
10926
10927 2009-03-17  Eric Blake  <ebb9@byu.net>
10928
10929         doc: mention more functions added in cygwin 1.7.0
10930         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
10931         addition.
10932         * doc/posix-functions/fwscanf.texi: Likewise.
10933         * doc/posix-functions/swprintf.texi: Likewise.
10934         * doc/posix-functions/swscanf.texi: Likewise.
10935         * doc/posix-functions/vfwprintf.texi: Likewise.
10936         * doc/posix-functions/vfwscanf.texi: Likewise.
10937         * doc/posix-functions/vswprintf.texi: Likewise.
10938         * doc/posix-functions/vswscanf.texi: Likewise.
10939         * doc/posix-functions/vwprintf.texi: Likewise.
10940         * doc/posix-functions/vwscanf.texi: Likewise.
10941         * doc/posix-functions/wcscasecmp.texi: Likewise.
10942         * doc/posix-functions/wcsdup.texi: Likewise.
10943         * doc/posix-functions/wcsftime.texi: Likewise.
10944         * doc/posix-functions/wcsncasecmp.texi: Likewise.
10945         * doc/posix-functions/wprintf.texi: Likewise.
10946         * doc/posix-functions/wscanf.texi: Likewise.
10947         * doc/glibc-functions/gethostbyname2.texi: Likewise.
10948
10949 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10950
10951         maint.mk: really add $(AM_MAKEFLAGS)
10952         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
10953         was inadvertently omitted in the last commit.
10954         Spotted by Bruno Haible.
10955
10956         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
10957         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
10958         $(AM_MAKEFLAGS)' rather than plain `make'.
10959
10960         gnulib-tool: execute $MAKE not make
10961         * gnulib-tool: Default $MAKE to 'make'.
10962         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
10963         than make.  Initialize $MAKE in the do-autobuild script.
10964
10965         gnulib-tool: use $MAKE not make in generated files
10966         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
10967         make, in generated files.  Initialize $MAKE in the do-autobuild
10968         script.
10969
10970         * top/GNUmakefile (_have-git-version-gen): Fix typo.
10971
10972         GNUmakefile: disable parallelism only for multiple, recursive targets
10973         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
10974         additions in the Makefile.
10975         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
10976         by Automake.
10977         (.NOTPARALLEL): Only disable parallel builds if multiple targets
10978         are listed on the command line and at least one of them is
10979         listed in $(ALL_RECURSIVE_TARGETS).
10980
10981 2009-03-14  Bruno Haible  <bruno@clisp.org>
10982
10983         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
10984         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
10985         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
10986         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
10987         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
10988         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
10989         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
10990         unistr/u8-uctomb.
10991         * modules/unistr/u8-strchr (Depends-on): Likewise.
10992         * modules/unistr/u8-strrchr (Depends-on): Likewise.
10993         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
10994         unistr/u16-uctomb.
10995         * modules/unistr/u16-strchr (Depends-on): Likewise.
10996         * modules/unistr/u16-strrchr (Depends-on): Likewise.
10997
10998 2009-03-12  Bruno Haible  <bruno@clisp.org>
10999
11000         Work around select() bug on Interix 3.5.
11001         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
11002         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
11003         * m4/select.m4: New file.
11004         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
11005         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
11006         * modules/select (Files): Add m4/select.m4.
11007         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
11008         * modules/nanosleep (Depends-on): Add select.
11009         * modules/poll (Depends-on): Likewise.
11010         * doc/posix-functions/select.texi: Mention the Interix bug.
11011         Reported by Markus Duft <mduft@gentoo.org>.
11012
11013         * lib/select.c: Renamed from lib/winsock-select.c.
11014         * modules/select (Files): Add lib/select.c, remove
11015         lib/winsock-select.c.
11016         (configure.ac): Update.
11017
11018 2009-03-12  Jim Meyering  <meyering@redhat.com>
11019
11020         avoid gcc warnings about unused macro definitions
11021         * lib/readtokens.c (STREQ): Remove unused definition.
11022         * lib/xmalloc.c (SIZE_MAX): Likewise.
11023         * lib/openat-die.c (N_): Likewise.
11024         * lib/mountlist.c (SIZE_MAX): Remove definition.
11025         Instead, include <stdint.h>.
11026         * lib/readutmp.c: Likewise.
11027         * modules/readutmp (Depends-on): Add stdint.
11028         * modules/mountlist (Depends-on): Add stdint.
11029         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
11030
11031 2009-03-10  Bruno Haible  <bruno@clisp.org>
11032
11033         Tests for module 'mbmemcasecoll'.
11034         * modules/mbmemcasecoll-tests: New file.
11035         * tests/test-mbmemcasecoll1.sh: New file.
11036         * tests/test-mbmemcasecoll2.sh: New file.
11037         * tests/test-mbmemcasecoll3.sh: New file.
11038         * tests/test-mbmemcasecoll.c: New file.
11039
11040         New module 'mbmemcasecoll'.
11041         * lib/mbmemcasecoll.h: New file.
11042         * lib/mbmemcasecoll.c: New file.
11043         * modules/mbmemcasecoll: New file.
11044
11045         * tests/test-mbmemcasecmp.h: New file, extracted from
11046         tests/test-mbmemcasecmp.c.
11047         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
11048         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
11049         (main): Update.
11050         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
11051
11052 2009-03-09  Bruno Haible  <bruno@clisp.org>
11053
11054         Tests for module 'mbmemcasecmp'.
11055         * modules/mbmemcasecmp-tests: New file.
11056         * tests/test-mbmemcasecmp1.sh: New file.
11057         * tests/test-mbmemcasecmp2.sh: New file.
11058         * tests/test-mbmemcasecmp3.sh: New file.
11059         * tests/test-mbmemcasecmp.c: New file.
11060
11061         New module 'mbmemcasecmp'.
11062         * lib/mbmemcasecmp.h: New file.
11063         * lib/mbmemcasecmp.c: New file.
11064         * modules/mbmemcasecmp: New file.
11065
11066 2009-03-09  Bruno Haible  <bruno@clisp.org>
11067
11068         Tests for module 'unicase/ulc-casecoll'.
11069         * modules/unicase/ulc-casecoll-tests: New file.
11070         * tests/unicase/test-ulc-casecoll1.sh: New file.
11071         * tests/unicase/test-ulc-casecoll2.sh: New file.
11072         * tests/unicase/test-ulc-casecoll.c: New file.
11073
11074         New module 'unicase/ulc-casecoll'.
11075         * lib/unicase.h (ulc_casecoll): New declaration.
11076         * lib/unicase/ulc-casecoll.c: New file.
11077         * modules/unicase/ulc-casecoll: New file.
11078
11079         New module 'unicase/ulc-casexfrm'.
11080         * lib/unicase.h (ulc_casexfrm): New declaration.
11081         * lib/unicase/ulc-casexfrm.c: New file.
11082         * modules/unicase/ulc-casexfrm: New file.
11083
11084 2009-03-09  Bruno Haible  <bruno@clisp.org>
11085
11086         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
11087         invocations.
11088
11089         * m4/mbscasecmp.m4: Remove file.
11090         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
11091         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
11092
11093         * m4/mbscasestr.m4: Remove file.
11094         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
11095         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
11096
11097         * m4/mbschr.m4: Remove file.
11098         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
11099         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
11100
11101         * m4/mbscspn.m4: Remove file.
11102         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
11103         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
11104
11105         * m4/mbslen.m4: Remove file.
11106         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
11107         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
11108
11109         * m4/mbsncasecmp.m4: Remove file.
11110         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
11111         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
11112
11113         * m4/mbsnlen.m4: Remove file.
11114         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
11115         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
11116
11117         * m4/mbspbrk.m4: Remove file.
11118         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
11119         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
11120
11121         * m4/mbspcasecmp.m4: Remove file.
11122         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
11123         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
11124
11125         * m4/mbsrchr.m4: Remove file.
11126         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
11127         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
11128
11129         * m4/mbssep.m4: Remove file.
11130         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
11131         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
11132
11133         * m4/mbsspn.m4: Remove file.
11134         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
11135         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
11136
11137         * m4/mbsstr.m4: Remove file.
11138         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
11139         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
11140
11141         * m4/mbstok_r.m4: Remove file.
11142         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
11143         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
11144
11145         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
11146
11147         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
11148         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
11149
11150         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
11151
11152 2009-03-08  Bruno Haible  <bruno@clisp.org>
11153
11154         Tests for module 'unicase/ulc-casecmp'.
11155         * modules/unicase/ulc-casecmp-tests: New file.
11156         * tests/unicase/test-ulc-casecmp1.sh: New file.
11157         * tests/unicase/test-ulc-casecmp2.sh: New file.
11158         * tests/unicase/test-ulc-casecmp.c: New file.
11159
11160         New module 'unicase/ulc-casecmp'.
11161         * lib/unicase.h (ulc_casecmp): New declaration.
11162         * lib/unicase/ulc-casecmp.c: New file.
11163         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
11164         'const SRC_UNIT *'.
11165         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
11166         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
11167         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
11168         * modules/unicase/ulc-casecmp: New file.
11169
11170         Tests for module 'unicase/u32-is-cased'.
11171         * modules/unicase/u32-is-cased-tests: New file.
11172         * tests/unicase/test-u32-is-cased.c: New file.
11173
11174         Tests for module 'unicase/u16-is-cased'.
11175         * modules/unicase/u16-is-cased-tests: New file.
11176         * tests/unicase/test-u16-is-cased.c: New file.
11177
11178         Tests for module 'unicase/u8-is-cased'.
11179         * modules/unicase/u8-is-cased-tests: New file.
11180         * tests/unicase/test-u8-is-cased.c: New file.
11181         * tests/unicase/test-is-cased.h: New file.
11182
11183         New module 'unicase/u32-is-cased'.
11184         * lib/unicase/u32-is-cased.c: New file.
11185         * modules/unicase/u32-is-cased: New file.
11186
11187         New module 'unicase/u16-is-cased'.
11188         * lib/unicase/u16-is-cased.c: New file.
11189         * modules/unicase/u16-is-cased: New file.
11190
11191         New module 'unicase/u8-is-cased'.
11192         * lib/unicase/u8-is-cased.c: New file.
11193         * lib/unicase/u-is-cased.h: New file.
11194         * modules/unicase/u8-is-cased: New file.
11195
11196         Tests for module 'unicase/u32-is-casefolded'.
11197         * modules/unicase/u32-is-casefolded-tests: New file.
11198         * tests/unicase/test-u32-is-casefolded.c: New file.
11199
11200         Tests for module 'unicase/u16-is-casefolded'.
11201         * modules/unicase/u16-is-casefolded-tests: New file.
11202         * tests/unicase/test-u16-is-casefolded.c: New file.
11203
11204         Tests for module 'unicase/u8-is-casefolded'.
11205         * modules/unicase/u8-is-casefolded-tests: New file.
11206         * tests/unicase/test-u8-is-casefolded.c: New file.
11207         * tests/unicase/test-is-casefolded.h: New file.
11208
11209         New module 'unicase/u32-is-casefolded'.
11210         * lib/unicase/u32-is-casefolded.c: New file.
11211         * modules/unicase/u32-is-casefolded: New file.
11212
11213         New module 'unicase/u16-is-casefolded'.
11214         * lib/unicase/u16-is-casefolded.c: New file.
11215         * modules/unicase/u16-is-casefolded: New file.
11216
11217         New module 'unicase/u8-is-casefolded'.
11218         * lib/unicase/u8-is-casefolded.c: New file.
11219         * modules/unicase/u8-is-casefolded: New file.
11220
11221         Tests for module 'unicase/u32-is-titlecase'.
11222         * modules/unicase/u32-is-titlecase-tests: New file.
11223         * tests/unicase/test-u32-is-titlecase.c: New file.
11224
11225         Tests for module 'unicase/u16-is-titlecase'.
11226         * modules/unicase/u16-is-titlecase-tests: New file.
11227         * tests/unicase/test-u16-is-titlecase.c: New file.
11228
11229         Tests for module 'unicase/u8-is-titlecase'.
11230         * modules/unicase/u8-is-titlecase-tests: New file.
11231         * tests/unicase/test-u8-is-titlecase.c: New file.
11232         * tests/unicase/test-is-titlecase.h: New file.
11233
11234         New module 'unicase/u32-is-titlecase'.
11235         * lib/unicase/u32-is-titlecase.c: New file.
11236         * modules/unicase/u32-is-titlecase: New file.
11237
11238         New module 'unicase/u16-is-titlecase'.
11239         * lib/unicase/u16-is-titlecase.c: New file.
11240         * modules/unicase/u16-is-titlecase: New file.
11241
11242         New module 'unicase/u8-is-titlecase'.
11243         * lib/unicase/u8-is-titlecase.c: New file.
11244         * modules/unicase/u8-is-titlecase: New file.
11245
11246         Tests for module 'unicase/u32-is-lowercase'.
11247         * modules/unicase/u32-is-lowercase-tests: New file.
11248         * tests/unicase/test-u32-is-lowercase.c: New file.
11249
11250         Tests for module 'unicase/u16-is-lowercase'.
11251         * modules/unicase/u16-is-lowercase-tests: New file.
11252         * tests/unicase/test-u16-is-lowercase.c: New file.
11253
11254         Tests for module 'unicase/u8-is-lowercase'.
11255         * modules/unicase/u8-is-lowercase-tests: New file.
11256         * tests/unicase/test-u8-is-lowercase.c: New file.
11257         * tests/unicase/test-is-lowercase.h: New file.
11258
11259         New module 'unicase/u32-is-lowercase'.
11260         * lib/unicase/u32-is-lowercase.c: New file.
11261         * modules/unicase/u32-is-lowercase: New file.
11262
11263         New module 'unicase/u16-is-lowercase'.
11264         * lib/unicase/u16-is-lowercase.c: New file.
11265         * modules/unicase/u16-is-lowercase: New file.
11266
11267         New module 'unicase/u8-is-lowercase'.
11268         * lib/unicase/u8-is-lowercase.c: New file.
11269         * modules/unicase/u8-is-lowercase: New file.
11270
11271         Tests for module 'unicase/u32-is-uppercase'.
11272         * modules/unicase/u32-is-uppercase-tests: New file.
11273         * tests/unicase/test-u32-is-uppercase.c: New file.
11274
11275         Tests for module 'unicase/u16-is-uppercase'.
11276         * modules/unicase/u16-is-uppercase-tests: New file.
11277         * tests/unicase/test-u16-is-uppercase.c: New file.
11278
11279         Tests for module 'unicase/u8-is-uppercase'.
11280         * modules/unicase/u8-is-uppercase-tests: New file.
11281         * tests/unicase/test-u8-is-uppercase.c: New file.
11282         * tests/unicase/test-is-uppercase.h: New file.
11283
11284         New module 'unicase/u32-is-uppercase'.
11285         * lib/unicase/u32-is-uppercase.c: New file.
11286         * modules/unicase/u32-is-uppercase: New file.
11287
11288         New module 'unicase/u16-is-uppercase'.
11289         * lib/unicase/u16-is-uppercase.c: New file.
11290         * modules/unicase/u16-is-uppercase: New file.
11291
11292         New module 'unicase/u8-is-uppercase'.
11293         * lib/unicase/u8-is-uppercase.c: New file.
11294         * modules/unicase/u8-is-uppercase: New file.
11295
11296         New module 'unicase/u32-is-invariant'.
11297         * lib/unicase/u32-is-invariant.c: New file.
11298         * modules/unicase/u32-is-invariant: New file.
11299
11300         New module 'unicase/u16-is-invariant'.
11301         * lib/unicase/u16-is-invariant.c: New file.
11302         * modules/unicase/u16-is-invariant: New file.
11303
11304         New module 'unicase/u8-is-invariant'.
11305         * lib/unicase/u8-is-invariant.c: New file.
11306         * lib/unicase/invariant.h: New file.
11307         * lib/unicase/u-is-invariant.h: New file.
11308         * modules/unicase/u8-is-invariant: New file.
11309
11310         Tests for module 'unicase/u32-casecoll'.
11311         * modules/unicase/u32-casecoll-tests: New file.
11312         * tests/unicase/test-u32-casecoll.c: New file.
11313
11314         Tests for module 'unicase/u16-casecoll'.
11315         * modules/unicase/u16-casecoll-tests: New file.
11316         * tests/unicase/test-u16-casecoll.c: New file.
11317
11318         Tests for module 'unicase/u8-casecoll'.
11319         * modules/unicase/u8-casecoll-tests: New file.
11320         * tests/unicase/test-u8-casecoll.c: New file.
11321
11322         New module 'unicase/u32-casecoll'.
11323         * lib/unicase/u32-casecoll.c: New file.
11324         * modules/unicase/u32-casecoll: New file.
11325
11326         New module 'unicase/u16-casecoll'.
11327         * lib/unicase/u16-casecoll.c: New file.
11328         * modules/unicase/u16-casecoll: New file.
11329
11330         New module 'unicase/u8-casecoll'.
11331         * lib/unicase/u8-casecoll.c: New file.
11332         * lib/unicase/u-casecoll.h: New file.
11333         * modules/unicase/u8-casecoll: New file.
11334
11335         New module 'unicase/u32-casexfrm'.
11336         * lib/unicase/u32-casexfrm.c: New file.
11337         * modules/unicase/u32-casexfrm: New file.
11338
11339         New module 'unicase/u16-casexfrm'.
11340         * lib/unicase/u16-casexfrm.c: New file.
11341         * modules/unicase/u16-casexfrm: New file.
11342
11343         New module 'unicase/u8-casexfrm'.
11344         * lib/unicase/u8-casexfrm.c: New file.
11345         * lib/unicase/u-casexfrm.h: New file.
11346         * modules/unicase/u8-casexfrm: New file.
11347
11348         Tests for module 'unicase/u32-casecmp'.
11349         * modules/unicase/u32-casecmp-tests: New file.
11350         * tests/unicase/test-u32-casecmp.c: New file.
11351
11352         Tests for module 'unicase/u16-casecmp'.
11353         * modules/unicase/u16-casecmp-tests: New file.
11354         * tests/unicase/test-u16-casecmp.c: New file.
11355
11356         Tests for module 'unicase/u8-casecmp'.
11357         * modules/unicase/u8-casecmp-tests: New file.
11358         * tests/unicase/test-u8-casecmp.c: New file.
11359         * tests/unicase/test-casecmp.h: New file.
11360
11361         New module 'unicase/u32-casecmp'.
11362         * lib/unicase/u32-casecmp.c: New file.
11363         * modules/unicase/u32-casecmp: New file.
11364
11365         New module 'unicase/u16-casecmp'.
11366         * lib/unicase/u16-casecmp.c: New file.
11367         * modules/unicase/u16-casecmp: New file.
11368
11369         New module 'unicase/u8-casecmp'.
11370         * lib/unicase/u8-casecmp.c: New file.
11371         * lib/unicase/u-casecmp.h: New file.
11372         * modules/unicase/u8-casecmp: New file.
11373
11374         Tests for module 'unicase/u32-casefold'.
11375         * modules/unicase/u32-casefold-tests: New file.
11376         * tests/unicase/test-u32-casefold.c: New file.
11377
11378         Tests for module 'unicase/u16-casefold'.
11379         * modules/unicase/u16-casefold-tests: New file.
11380         * tests/unicase/test-u16-casefold.c: New file.
11381
11382         Tests for module 'unicase/u8-casefold'.
11383         * modules/unicase/u8-casefold-tests: New file.
11384         * tests/unicase/test-u8-casefold.c: New file.
11385
11386         New module 'unicase/u32-casefold'.
11387         * lib/unicase/u32-casefold.c: New file.
11388         * modules/unicase/u32-casefold: New file.
11389
11390         New module 'unicase/u16-casefold'.
11391         * lib/unicase/u16-casefold.c: New file.
11392         * modules/unicase/u16-casefold: New file.
11393
11394         New module 'unicase/u8-casefold'.
11395         * lib/unicase/u8-casefold.c: New file.
11396         * lib/unicase/u-casefold.h: New file.
11397         * modules/unicase/u8-casefold: New file.
11398
11399         New module 'unicase/tocasefold'.
11400         * lib/unicase/casefold.h: New file.
11401         * lib/unicase/tocasefold.c: New file.
11402         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
11403         * modules/unicase/tocasefold: New file.
11404
11405         Tests for module 'unicase/u32-totitle'.
11406         * modules/unicase/u32-totitle-tests: New file.
11407         * tests/unicase/test-u32-totitle.c: New file.
11408
11409         Tests for module 'unicase/u16-totitle'.
11410         * modules/unicase/u16-totitle-tests: New file.
11411         * tests/unicase/test-u16-totitle.c: New file.
11412
11413         Tests for module 'unicase/u8-totitle'.
11414         * modules/unicase/u8-totitle-tests: New file.
11415         * tests/unicase/test-u8-totitle.c: New file.
11416
11417         New module 'unicase/u32-totitle'.
11418         * lib/unicase/u32-totitle.c: New file.
11419         * modules/unicase/u32-totitle: New file.
11420
11421         New module 'unicase/u16-totitle'.
11422         * lib/unicase/u16-totitle.c: New file.
11423         * modules/unicase/u16-totitle: New file.
11424
11425         New module 'unicase/u8-totitle'.
11426         * lib/unicase/u8-totitle.c: New file.
11427         * lib/unicase/u-totitle.h: New file.
11428         * modules/unicase/u8-totitle: New file.
11429
11430         Tests for module 'unicase/u32-tolower'.
11431         * modules/unicase/u32-tolower-tests: New file.
11432         * tests/unicase/test-u32-tolower.c: New file.
11433
11434         Tests for module 'unicase/u16-tolower'.
11435         * modules/unicase/u16-tolower-tests: New file.
11436         * tests/unicase/test-u16-tolower.c: New file.
11437
11438         Tests for module 'unicase/u8-tolower'.
11439         * modules/unicase/u8-tolower-tests: New file.
11440         * tests/unicase/test-u8-tolower.c: New file.
11441
11442         New module 'unicase/u32-tolower'.
11443         * lib/unicase/u32-tolower.c: New file.
11444         * modules/unicase/u32-tolower: New file.
11445
11446         New module 'unicase/u16-tolower'.
11447         * lib/unicase/u16-tolower.c: New file.
11448         * modules/unicase/u16-tolower: New file.
11449
11450         New module 'unicase/u8-tolower'.
11451         * lib/unicase/u8-tolower.c: New file.
11452         * modules/unicase/u8-tolower: New file.
11453
11454         Tests for module 'unicase/u32-toupper'.
11455         * modules/unicase/u32-toupper-tests: New file.
11456         * tests/unicase/test-u32-toupper.c: New file.
11457
11458         Tests for module 'unicase/u16-toupper'.
11459         * modules/unicase/u16-toupper-tests: New file.
11460         * tests/unicase/test-u16-toupper.c: New file.
11461
11462         Tests for module 'unicase/u8-toupper'.
11463         * modules/unicase/u8-toupper-tests: New file.
11464         * tests/unicase/test-u8-toupper.c: New file.
11465
11466         New module 'unicase/u32-toupper'.
11467         * lib/unicase/u32-toupper.c: New file.
11468         * modules/unicase/u32-toupper: New file.
11469
11470         New module 'unicase/u16-toupper'.
11471         * lib/unicase/u16-toupper.c: New file.
11472         * modules/unicase/u16-toupper: New file.
11473
11474         New module 'unicase/u8-toupper'.
11475         * lib/unicase/u8-toupper.c: New file.
11476         * modules/unicase/u8-toupper: New file.
11477
11478         New module 'unicase/u32-casemap'.
11479         * lib/unicase/u32-casemap.c: New file.
11480         * modules/unicase/u32-casemap: New file.
11481
11482         New module 'unicase/u16-casemap'.
11483         * lib/unicase/u16-casemap.c: New file.
11484         * modules/unicase/u16-casemap: New file.
11485
11486         New module 'unicase/u8-casemap'.
11487         * lib/unicase/unicasemap.h: New file.
11488         * lib/unicase/u8-casemap.c: New file.
11489         * lib/unicase/u-casemap.h: New file.
11490         * modules/unicase/u8-casemap: New file.
11491
11492         New module 'unicase/special-casing'.
11493         * lib/unicase/special-casing.h: New file.
11494         * lib/unicase/special-casing.c: New file.
11495         * lib/unicase/special-casing-table.gperf: New file, generated by
11496         gen-uni-tables.c.
11497         * modules/unicase/special-casing: New file.
11498
11499         Tests for module 'unicase/locale-language'.
11500         * modules/unicase/locale-language-tests: New file.
11501         * tests/unicase/test-locale-language.sh: New file.
11502         * tests/unicase/test-locale-language.c: New file.
11503
11504         New module 'unicase/locale-language'.
11505         * lib/unicase/locale-language.c: New file.
11506         * lib/unicase/locale-languages.gperf: New file.
11507         * modules/unicase/locale-language: New file.
11508
11509         Generate more tables for case conversion and case folding.
11510         * lib/gen-uni-tables.c (SCC_*): New enum items.
11511         (struct special_casing_rule): New type.
11512         (casing_rules, num_casing_rules, allocated_casing_rules): New
11513         variables.
11514         (add_casing_rule, fill_casing_rules): New functions.
11515         (struct casefold_rule): New type.
11516         (casefolding_rules, num_casefolding_rules,
11517         allocated_casefolding_rules): New variables.
11518         (fill_casefolding_rules): New function.
11519         (unicode_casefold): New variable.
11520         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11521         sort_casing_rules, output_casing_rules): New functions.
11522         (main): Accept to more arguments: SpecialCasing.txt and
11523         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11524         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11525         Output mapping for casefolding.
11526
11527         * lib/unicase.h: Include stdbool.h, uninorm.h.
11528         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11529         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11530         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11531         arguments.
11532         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11533         resultp arguments.
11534         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11535         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11536         resultp arguments.
11537         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11538         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11539         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11540         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11541         declarations.
11542         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11543
11544 2009-03-08  Bruno Haible  <bruno@clisp.org>
11545
11546         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11547         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11548         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11549         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11550
11551 2009-03-07  Bruno Haible  <bruno@clisp.org>
11552
11553         Adjust u*_normcmp, u*_normcoll API.
11554         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11555         u16_normcoll, u32_normcoll): Change failure conventions.
11556         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11557         errno and return -1.
11558         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11559
11560 2009-03-07  Bruno Haible  <bruno@clisp.org>
11561
11562         Tests for module 'uninorm/u32-normcoll'.
11563         * modules/uninorm/u32-normcoll-tests: New file.
11564         * tests/uninorm/test-u32-normcoll.c: New file.
11565
11566         Tests for module 'uninorm/u16-normcoll'.
11567         * modules/uninorm/u16-normcoll-tests: New file.
11568         * tests/uninorm/test-u16-normcoll.c: New file.
11569
11570         Tests for module 'uninorm/u8-normcoll'.
11571         * modules/uninorm/u8-normcoll-tests: New file.
11572         * tests/uninorm/test-u8-normcoll.c: New file.
11573
11574 2009-03-07  Bruno Haible  <bruno@clisp.org>
11575
11576         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11577         tests/uninorm/test-u32-normcmp.c.
11578         * tests/uninorm/test-u32-normcmp.c: Include it.
11579         (test_nonascii): New function, extracted from main. Add some more
11580         tests.
11581         (main): Invoke test_ascii and test_nonascii.
11582         * modules/uninorm/u32-normcmp-tests (Files): Add
11583         tests/uninorm/test-u32-normcmp.h.
11584         (Depends-on): Remove uninorm/u32-normcmp.
11585
11586         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11587         tests/uninorm/test-u16-normcmp.c.
11588         * tests/uninorm/test-u16-normcmp.c: Include it.
11589         (test_nonascii): New function, extracted from main. Add some more
11590         tests.
11591         (main): Invoke test_ascii and test_nonascii.
11592         * modules/uninorm/u16-normcmp-tests (Files): Add
11593         tests/uninorm/test-u16-normcmp.h.
11594         (Depends-on): Remove uninorm/u16-normcmp.
11595
11596         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11597         tests/uninorm/test-u8-normcmp.c.
11598         * tests/uninorm/test-u8-normcmp.c: Include it.
11599         (test_nonascii): New function, extracted from main. Add some more
11600         tests.
11601         (main): Invoke test_ascii and test_nonascii.
11602         * modules/uninorm/u8-normcmp-tests (Files): Add
11603         tests/uninorm/test-u8-normcmp.h.
11604         (Depends-on): Remove uninorm/u8-normcmp.
11605
11606 2009-03-07  Bruno Haible  <bruno@clisp.org>
11607
11608         New module 'uninorm/u32-normcoll'.
11609         * lib/uninorm/u32-normcoll.c: New file.
11610         * modules/uninorm/u32-normcoll: New file.
11611
11612         New module 'uninorm/u16-normcoll'.
11613         * lib/uninorm/u16-normcoll.c: New file.
11614         * modules/uninorm/u16-normcoll: New file.
11615
11616         New module 'uninorm/u8-normcoll'.
11617         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
11618         declarations.
11619         * lib/uninorm/u8-normcoll.c: New file.
11620         * lib/uninorm/u-normcoll.h: New file.
11621         * modules/uninorm/u8-normcoll: New file.
11622
11623         New module 'uninorm/u32-normxfrm'.
11624         * lib/uninorm/u32-normxfrm.c: New file.
11625         * modules/uninorm/u32-normxfrm: New file.
11626
11627         New module 'uninorm/u16-normxfrm'.
11628         * lib/uninorm/u16-normxfrm.c: New file.
11629         * modules/uninorm/u16-normxfrm: New file.
11630
11631         New module 'uninorm/u8-normxfrm'.
11632         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
11633         declarations.
11634         * lib/uninorm/u8-normxfrm.c: New file.
11635         * lib/uninorm/u-normxfrm.h: New file.
11636         * modules/uninorm/u8-normxfrm: New file.
11637
11638 2009-03-07  Bruno Haible  <bruno@clisp.org>
11639
11640         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
11641         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
11642         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
11643
11644 2009-03-07  Bruno Haible  <bruno@clisp.org>
11645
11646         New module 'memxfrm'.
11647         * lib/memxfrm.h: New file.
11648         * lib/memxfrm.c: New file.
11649         * modules/memxfrm: New file.
11650
11651 2009-03-07  Bruno Haible  <bruno@clisp.org>
11652
11653         New module 'memcmp2'.
11654         * lib/memcmp2.h: New file.
11655         * lib/memcmp2.c: New file.
11656         * modules/memcmp2: New file.
11657
11658 2009-03-07  Bruno Haible  <bruno@clisp.org>
11659
11660         Tests for module 'uninorm/decomposing-form'.
11661         * modules/uninorm/decomposing-form-tests: New file.
11662         * tests/uninorm/test-decomposing-form.c: New file.
11663
11664         New module 'uninorm/decomposing-form'.
11665         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
11666         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
11667         Add 'decomposing_variant' field.
11668         * lib/uninorm/decomposing-form.c: New file.
11669         * lib/uninorm/nfc.c (uninorm_nfc): Update.
11670         * lib/uninorm/nfd.c (uninorm_nfd): Update.
11671         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
11672         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
11673         * modules/uninorm/decomposing-form: New file.
11674         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
11675         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
11676
11677 2009-03-07  Bruno Haible  <bruno@clisp.org>
11678
11679         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
11680         strings.
11681
11682 2009-03-06  Bruno Haible  <bruno@clisp.org>
11683
11684         Tests for module 'uninorm/u32-normcmp'.
11685         * tests/uninorm/test-u32-normcmp.c: New file.
11686         * modules/uninorm/u32-normcmp-tests: New file.
11687
11688         Tests for module 'uninorm/u16-normcmp'.
11689         * tests/uninorm/test-u16-normcmp.c: New file.
11690         * modules/uninorm/u16-normcmp-tests: New file.
11691
11692         Tests for module 'uninorm/u8-normcmp'.
11693         * tests/uninorm/test-u8-normcmp.c: New file.
11694         * modules/uninorm/u8-normcmp-tests: New file.
11695
11696         New module 'uninorm/u32-normcmp'.
11697         * lib/uninorm/u32-normcmp.c: New file.
11698         * modules/uninorm/u32-normcmp: New file.
11699
11700         New module 'uninorm/u16-normcmp'.
11701         * lib/uninorm/u16-normcmp.c: New file.
11702         * modules/uninorm/u16-normcmp: New file.
11703
11704         New module 'uninorm/u8-normcmp'.
11705         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
11706         declarations.
11707         * lib/uninorm/u8-normcmp.c: New file.
11708         * lib/uninorm/u-normcmp.h: New file.
11709         * modules/uninorm/u8-normcmp: New file.
11710
11711 2009-03-06  Bruno Haible  <bruno@clisp.org>
11712
11713         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
11714         Reported by Eric Blake.
11715
11716 2009-03-06  Eric Blake  <ebb9@byu.net>
11717             Bruno Haible  <bruno@clisp.org>
11718
11719         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
11720         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
11721         condition.
11722         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11723         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
11724         condition.
11725         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11726
11727 2009-03-06  Eric Blake  <ebb9@byu.net>
11728
11729         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
11730         to avoid compiler warnings.
11731         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
11732
11733 2009-03-05  Bruno Haible  <bruno@clisp.org>
11734
11735         * tests/test-ftell.c (main): Disable test beyond end of file on
11736         FreeMiNT.
11737         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11738
11739 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
11740
11741         * lib/filevercmp.c: Move hidden files up in ordering.
11742         * tests/test-filevercmp.c: Add tests for hidden files.
11743
11744 2009-03-04  Bruno Haible  <bruno@clisp.org>
11745
11746         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
11747         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
11748         AM_CFLAGS.
11749         Reported by Simon Josefsson.
11750
11751 2009-03-03  Bruno Haible  <bruno@clisp.org>
11752
11753         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
11754         Reported by Simon Josefsson.
11755
11756         * doc/ld-version-script.texi: Update node reference.
11757
11758 2009-03-03  Bruno Haible  <bruno@clisp.org>
11759
11760         * modules/visibility (License): Change to 'unlimited'.
11761         Suggested by Simon Josefsson.
11762
11763 2009-03-03  Jim Meyering  <meyering@redhat.com>
11764
11765         unlinkdir: cannot_unlink_dir may modify process state
11766         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
11767         it's neither thread-safe nor appropriate for use in a library.
11768
11769 2009-03-03  Eric Blake  <ebb9@byu.net>
11770
11771         test-closein: silence test under Darwin
11772         * tests/test-closein.sh: Ignore stderr from cat, since we don't
11773         care if it dies from EPIPE or EBADF.
11774
11775 2009-03-03  Bruno Haible  <bruno@clisp.org>
11776
11777         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
11778         earlier.
11779         * doc/visibility.texi: Fix @node and @section.
11780
11781 2009-03-03  Simon Josefsson  <simon@josefsson.org>
11782
11783         * doc/gnulib.texi: Link to sections for ld version script and
11784         visibility.
11785         * doc/visibility.texi: Add @node and @section.
11786         * modules/ld-version-script: New module.
11787         * m4/ld-version-script.m4: New file.
11788         * doc/ld-version-script.texi: New file.
11789
11790 2009-03-02  David Lutterkort  <lutter@redhat.com>
11791
11792         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
11793         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11794
11795 2009-03-02  Bruno Haible  <bruno@clisp.org>
11796
11797         * doc/visibility.texi: Mention libtool's -export-symbols option.
11798
11799 2009-03-02  Jim Meyering  <meyering@redhat.com>
11800
11801         announce-gen: new option: --no-print-checksums
11802         * build-aux/announce-gen (usage): Describe it.
11803         (print_checksums): Print a newline here, not in the [*] footnote.
11804         (main): Honor it.
11805
11806 2009-03-01  Bruno Haible  <bruno@clisp.org>
11807
11808         Use socklen_t in the native Windows replacements prototypes.
11809         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
11810         instead of 'int'.
11811         * lib/getsockopt.c (rpl_getsockopt): Likewise.
11812         * lib/setsockopt.c (rpl_setsockopt): Likewise.
11813         * modules/getsockopt (Depends-on): Add socklen.
11814         * modules/setsockopt (Depends-on): Add socklen.
11815
11816 2009-03-01  Bruno Haible  <bruno@clisp.org>
11817
11818         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
11819         least 4.2.
11820
11821 2009-03-01  Eric Blake  <ebb9@byu.net>
11822             Bruno Haible  <bruno@clisp.org>
11823
11824         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
11825         error messages.
11826         * lib/wait-process.c (wait_subprocess): Omit error message about
11827         deadly signal sent to the child of termsigp != NULL.
11828
11829 2009-03-01  Eric Blake  <ebb9@byu.net>
11830
11831         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
11832
11833 2009-03-01  Bruno Haible  <bruno@clisp.org>
11834
11835         Avoid a gcc warning.
11836         * tests/test-sched.c (b): Make global.
11837         Reported by Eric Blake.
11838
11839 2009-01-19  Martin Lambers  <marlam@marlam.de>
11840
11841         Provide POSIX semantics for socket timeout options on W32.
11842         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
11843         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
11844         * modules/setsockopt: Depend on sys_time module for struct timeval.
11845         * modules/getsockopt: Depend on sys_time module for struct timeval.
11846
11847 2009-03-01  Simon Josefsson  <simon@josefsson.org>
11848
11849         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
11850         __USE_GNU, for consistency with netdb.in.h.
11851         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11852
11853 2009-03-01  Bruno Haible  <bruno@clisp.org>
11854
11855         More support for FreeMiNT.
11856         * lib/fseeko.c (rpl_fseeko): Complete last commit.
11857         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11858
11859 2009-03-01  Bruno Haible  <bruno@clisp.org>
11860
11861         More support for FreeMiNT.
11862         * lib/fpurge.c (fpurge): Correct last commit.
11863         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11864
11865 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11866
11867         Fix unportable awk script in vc-list-files.
11868         * build-aux/vc-list-files: In the replacement awk script, use
11869         substr with a second argument of 1, not zero.
11870         Report by Simon Josefsson.
11871
11872 2009-02-28  Bruno Haible  <bruno@clisp.org>
11873
11874         More support for FreeMiNT.
11875         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
11876         to FreeMiNT today.
11877         * lib/fwriting.c (fwriting): Likewise.
11878         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
11879
11880 2009-02-28  Bruno Haible  <bruno@clisp.org>
11881
11882         * tests/test-freadseek.c (main): Disable test beyond end of file on
11883         FreeMiNT.
11884         * tests/test-ftello.c (main): Likewise.
11885         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11886
11887 2009-02-28  Bruno Haible  <bruno@clisp.org>
11888
11889         Add tentative support for FreeMiNT.
11890         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
11891         * lib/fpurge.c (fpurge): Likewise.
11892         * lib/freadable.c (freadable): Likewise.
11893         * lib/freading.c (freading): Likewise.
11894         * lib/freadptr.c (freadptr): Likewise.
11895         * lib/freadseek.c (freadptrinc): Likewise.
11896         * lib/fseeko.c (rpl_fseeko): Likewise.
11897         * lib/fseterr.c (fseterr): Likewise.
11898         * lib/fwritable.c (fwritable): Likewise.
11899         * lib/fwriting.c (fwriting): Likewise.
11900         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
11901         Hourihane.
11902         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11903
11904 2009-02-28  Bruno Haible  <bruno@clisp.org>
11905
11906         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
11907         SIGCHLD.
11908         Reported by Jim Meyering.
11909
11910 2009-02-28  Bruno Haible  <bruno@clisp.org>
11911
11912         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
11913         Mention the results of these tests on various platforms.
11914         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
11915         order.
11916         * doc/posix-functions/printf.texi: Likewise.
11917         * doc/posix-functions/snprintf.texi: Likewise.
11918         * doc/posix-functions/sprintf.texi: Likewise.
11919         * doc/posix-functions/vfprintf.texi: Likewise.
11920         * doc/posix-functions/vprintf.texi: Likewise.
11921         * doc/posix-functions/vsnprintf.texi: Likewise.
11922         * doc/posix-functions/vsprintf.texi: Likewise.
11923         * doc/glibc-functions/obstack_printf.texi: Likewise.
11924         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
11925
11926 2009-02-28  Bruno Haible  <bruno@clisp.org>
11927
11928         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
11929         Reported by Loïc Minier <lool@dooz.org>.
11930
11931 2009-02-27  Bruno Haible  <bruno@clisp.org>
11932
11933         * gnulib-tool (func_import): Make the sed expression used to create the
11934         sed script for updating the .gitignore file POSIX compliant.
11935         Reported by Eric Blake.
11936
11937 2009-02-27  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool (sed): Don't alias as "sed --posix".
11940         Reported by Eric Blake.
11941
11942 2009-02-27  Bruno Haible  <bruno@clisp.org>
11943
11944         Avoid test link errors.
11945         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
11946         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
11947         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
11948         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
11949         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11950
11951 2009-02-27  Bruno Haible  <bruno@clisp.org>
11952
11953         Avoid spurious "(cached)" in configure output.
11954         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
11955         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
11956         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11957         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11958         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11959         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
11960         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11961         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
11962         Reported by Eric Blake.
11963
11964 2009-02-27  Eric Blake  <ebb9@byu.net>
11965
11966         printf: fix regression in previous patch
11967         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
11968
11969 2009-02-27  Bruno Haible  <bruno@clisp.org>
11970
11971         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
11972         value.
11973         * lib/stdint.in.h: Likewise.
11974         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
11975
11976 2009-02-27  Eric Blake  <ebb9@byu.net>
11977
11978         doc: mention more functions added in cygwin 1.7.0
11979         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
11980         addition.
11981         * doc/posix-functions/open_wmemstream.texi: Likewise.
11982         * doc/posix-functions/wcsnlen.texi: Likewise.
11983         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11984         * doc/posix-functions/wcstod.texi: Likewise.
11985         * doc/posix-functions/wcstof.texi: Likewise.
11986         * doc/posix-functions/wcstoimax.texi: Likewise.
11987         * doc/posix-functions/wcstok.texi: Likewise.
11988         * doc/posix-functions/wcstoumax.texi: Likewise.
11989
11990         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
11991         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
11992         * doc/posix-functions/fprintf.texi: Update.
11993         * doc/posix-functions/printf.texi: Update.
11994         * doc/posix-functions/snprintf.texi: Update.
11995         * doc/posix-functions/sprintf.texi: Update.
11996         * doc/posix-functions/vfprintf.texi: Update.
11997         * doc/posix-functions/vprintf.texi: Update.
11998         * doc/posix-functions/vsnprintf.texi: Update.
11999         * doc/posix-functions/vsprintf.texi: Update.
12000         * doc/glibc-functions/obstack_printf.texi: Update.
12001         * doc/glibc-functions/obstack_vprintf.texi: Update.
12002
12003 2009-02-26  Eric Blake  <ebb9@byu.net>
12004
12005         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
12006         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
12007         compilation bug by using runtime conversion.
12008         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
12009         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
12010         * modules/ceill-tests (Files): Use nan.h.
12011         * modules/floorl-tests (Files): Likewise.
12012         * modules/frexpl-tests (Files): Likewise.
12013         * modules/isnanl-tests (Files): Likewise.
12014         * modules/ldexpl-tests (Files): Likewise.
12015         * modules/roundl-tests (Files): Likewise.
12016         * modules/truncl-tests (Files): Likewise.
12017         * tests/test-ceill.c (main): Use a working NaN.
12018         * tests/test-floorl.c (main): Likewise.
12019         * tests/test-frexpl.c (main): Likewise.
12020         * tests/test-isnan.c (test_long_double): Likewise.
12021         * tests/test-isnanl.h (main): Likewise.
12022         * tests/test-ldexpl.h (main): Likewise.
12023         * tests/test-roundl.h (main): Likewise.
12024         * tests/test-truncl.h (main): Likewise.
12025         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
12026
12027 2009-02-26  Eric Blake  <ebb9@byu.net>
12028             Bruno Haible  <bruno@clisp.org>
12029
12030         Work around a *printf bug with %ls on Solaris.
12031         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
12032         precision is specified, sprintf stops converting the wide string
12033         argument when the number of bytes that have been produced by this
12034         conversion equals or exceeds the precision.
12035         * doc/posix-functions/fprintf.texi: Update.
12036         * doc/posix-functions/printf.texi: Update.
12037         * doc/posix-functions/snprintf.texi: Update.
12038         * doc/posix-functions/sprintf.texi: Update.
12039         * doc/posix-functions/vfprintf.texi: Update.
12040         * doc/posix-functions/vprintf.texi: Update.
12041         * doc/posix-functions/vsnprintf.texi: Update.
12042         * doc/posix-functions/vsprintf.texi: Update.
12043         * doc/glibc-functions/obstack_printf.texi: Update.
12044         * doc/glibc-functions/obstack_vprintf.texi: Update.
12045
12046 2009-02-26  Eric Blake  <ebb9@byu.net>
12047
12048         stdlib: favor compiler check of random.h
12049         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
12050         to avoid an ObjC random.h installed by Swarm.
12051
12052 2009-02-26  Bruno Haible  <bruno@clisp.org>
12053
12054         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
12055         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
12056         Reported by Gary V. Vaughan <gary@gnu.org>.
12057
12058 2009-02-26  Bruno Haible  <bruno@clisp.org>
12059
12060         Fix *printf behaviour regarding the %ls directive.
12061         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
12062         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
12063         NEED_PRINTF_DIRECTIVE_LS.
12064         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
12065         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12066         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12067         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
12068         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
12069         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
12070         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12071         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12072         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12073         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12074         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12075         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
12076         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12077         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12078         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12079         * doc/posix-functions/fprintf.texi: Update.
12080         * doc/posix-functions/printf.texi: Update.
12081         * doc/posix-functions/snprintf.texi: Update.
12082         * doc/posix-functions/sprintf.texi: Update.
12083         * doc/posix-functions/vfprintf.texi: Update.
12084         * doc/posix-functions/vprintf.texi: Update.
12085         * doc/posix-functions/vsnprintf.texi: Update.
12086         * doc/posix-functions/vsprintf.texi: Update.
12087         * doc/glibc-functions/obstack_printf.texi: Update.
12088         * doc/glibc-functions/obstack_vprintf.texi: Update.
12089         Reported by Eric Blake.
12090
12091 2009-02-25  Bruno Haible  <bruno@clisp.org>
12092
12093         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
12094         with known value.
12095         Reported by Gary V. Vaughan <gary@gnu.org>.
12096
12097 2009-02-25  Bruno Haible  <bruno@clisp.org>
12098
12099         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
12100         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
12101         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
12102         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
12103         Reported by Gary V. Vaughan <gary@gnu.org>.
12104
12105 2009-02-25  Bruno Haible  <bruno@clisp.org>
12106
12107         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
12108         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
12109         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
12110         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
12111         Reported by Gary V. Vaughan <gary@gnu.org>.
12112
12113 2009-02-25  Eric Blake  <ebb9@byu.net>
12114
12115         tests: skip fseek/ftell tests if ungetc is broken
12116         * m4/ungetc.m4: New file.
12117         * modules/fseek-tests: Split test, so ungetc dependency is
12118         separate from rest of test.
12119         * modules/fseeko-tests: Likewise.
12120         * modules/ftell-tests: Likewise.
12121         * modules/ftello-tests: Likewise.
12122         * tests/test-fseek.c (main): Isolate ungetc dependency.
12123         * tests/test-fseeko.c (main): Likewise.
12124         * tests/test-ftell.c (main): Likewise.
12125         * tests/test-ftello.c (main): Likewise.
12126         * tests/test-fseek2.sh: New file.
12127         * tests/test-fseeko2.sh: Likewise.
12128         * tests/test-ftell2.sh: Likewise.
12129         * tests/test-ftello2.sh: Likewise.
12130
12131 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
12132
12133         test-getaddrinfo: fix usage of skip return code 77
12134         * tests/test-gettaddrinfo.c: Return skip code 77 only
12135         for first occurance of skip (4x77 is not 77)
12136
12137 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
12138
12139         strtod: avoid C99 decl-after-statement
12140         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
12141
12142 2009-02-24  Eric Blake  <ebb9@byu.net>
12143
12144         strtod: detect HP-UX 11.31 bug
12145         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
12146         Reported by Gary V. Vaughan.
12147
12148 2009-02-23  Bruno Haible  <bruno@clisp.org>
12149
12150         Fix invalid read past end of memory block.
12151         * lib/vasnprintf.c (DCHAR_SET): Define.
12152         (local_wcslen): Define only when needed.
12153         (local_strnlen, local_wcsnlen): New functions.
12154         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
12155         directives that involve a conversion ourselves.
12156         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
12157         wcsnlen, mbrtowc, wcrtomb.
12158         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
12159         * tests/test-vasprintf-posix.c (test_function): Likewise.
12160         * tests/test-snprintf-posix.h (test_function): Likewise.
12161         * tests/test-sprintf-posix.h (test_function): Likewise.
12162         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12163
12164 2009-02-22  Bruno Haible  <bruno@clisp.org>
12165
12166         Implement new clarified decomposition of Hangul syllables.
12167         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
12168         of type LTV, return only a pairwise decomposition.
12169         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
12170         Likewise.
12171         * tests/uninorm/test-decomposition.c (main): Updated expected result.
12172         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
12173         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
12174
12175 2009-02-22  Bruno Haible  <bruno@clisp.org>
12176
12177         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
12178         zero-length results and shrink excess allocated memory.
12179         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
12180         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
12181         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
12182         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
12183         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
12184         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
12185         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
12186         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
12187         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
12188         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
12189         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
12190         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
12191
12192 2009-02-21  Bruno Haible  <bruno@clisp.org>
12193
12194         * doc/gnulib.texi: Include safe-alloc.texi earlier.
12195         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
12196         spaces after a period. Put a space between a macro name and its
12197         argument list. Trivial rewordings.
12198         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
12199         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
12200         (main): Return 0 explicitly.
12201
12202 2009-02-21  Bruno Haible  <bruno@clisp.org>
12203
12204         Tests for module 'uninorm/filter'.
12205         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
12206         * modules/uninorm/filter-tests: New file.
12207
12208         New module 'uninorm/filter'.
12209         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
12210         uninorm_filter_flush, uninorm_filter_free): New declarations.
12211         * lib/uninorm/uninorm-filter.c: New file.
12212         * modules/uninorm/filter: New file.
12213
12214 2009-02-21  Bruno Haible  <bruno@clisp.org>
12215
12216         Tests for module 'uninorm/nfkc'.
12217         * tests/uninorm/test-nfkc.c: New file.
12218         * tests/uninorm/test-u8-nfkc.c: New file.
12219         * tests/uninorm/test-u16-nfkc.c: New file.
12220         * tests/uninorm/test-u32-nfkc.c: New file.
12221         * tests/uninorm/test-u32-nfkc-big.sh: New file.
12222         * tests/uninorm/test-u32-nfkc-big.c: New file.
12223         * modules/uninorm/nfkc-tests: New file.
12224
12225         New module 'uninorm/nfkc'.
12226         * lib/uninorm/nfkc.c: New file.
12227         * modules/uninorm/nfkc: New file.
12228
12229         Tests for module 'uninorm/nfkd'.
12230         * tests/uninorm/test-nfkd.c: New file.
12231         * tests/uninorm/test-u8-nfkd.c: New file.
12232         * tests/uninorm/test-u16-nfkd.c: New file.
12233         * tests/uninorm/test-u32-nfkd.c: New file.
12234         * tests/uninorm/test-u32-nfkd-big.sh: New file.
12235         * tests/uninorm/test-u32-nfkd-big.c: New file.
12236         * modules/uninorm/nfkd-tests: New file.
12237
12238         New module 'uninorm/nfkd'.
12239         * lib/uninorm/nfkd.c: New file.
12240         * modules/uninorm/nfkd: New file.
12241
12242         Tests for module 'uninorm/nfc'.
12243         * tests/uninorm/test-nfc.c: New file.
12244         * tests/uninorm/test-u8-nfc.c: New file.
12245         * tests/uninorm/test-u16-nfc.c: New file.
12246         * tests/uninorm/test-u32-nfc.c: New file.
12247         * tests/uninorm/test-u32-nfc-big.sh: New file.
12248         * tests/uninorm/test-u32-nfc-big.c: New file.
12249         * modules/uninorm/nfc-tests: New file.
12250
12251         New module 'uninorm/nfc'.
12252         * lib/uninorm/nfc.c: New file.
12253         * modules/uninorm/nfc: New file.
12254
12255         Tests for module 'uninorm/nfd'.
12256         * tests/uninorm/test-nfd.c: New file.
12257         * tests/uninorm/test-u8-nfd.c: New file.
12258         * tests/uninorm/test-u16-nfd.c: New file.
12259         * tests/uninorm/test-u32-nfd.c: New file.
12260         * tests/uninorm/test-u32-nfd-big.sh: New file.
12261         * tests/uninorm/test-u32-nfd-big.c: New file.
12262         * tests/uninorm/test-u32-normalize-big.h: New file.
12263         * tests/uninorm/test-u32-normalize-big.c: New file.
12264         * tests/uninorm/NormalizationTest.txt: New file, created from
12265         Unicode 5.1.0 NormalizationTest.txt.
12266         * modules/uninorm/nfd-tests: New file.
12267
12268         New module 'uninorm/nfd'.
12269         * lib/uninorm/nfd.c: New file.
12270         * modules/uninorm/nfd: New file.
12271
12272         New module 'uninorm/u32-normalize'.
12273         * lib/uninorm/u32-normalize.c: New file.
12274         * modules/uninorm/u32-normalize: New file.
12275
12276         New module 'uninorm/u16-normalize'.
12277         * lib/uninorm/u16-normalize.c: New file.
12278         * modules/uninorm/u16-normalize: New file.
12279
12280         New module 'uninorm/u8-normalize'.
12281         * lib/uninorm/u8-normalize.c: New file.
12282         * lib/uninorm/normalize-internal.h: New file.
12283         * lib/uninorm/u-normalize-internal.h: New file.
12284         * modules/uninorm/u8-normalize: New file.
12285
12286         New module 'uninorm/decompose-internal'.
12287         * lib/uninorm/decompose-internal.c: New file.
12288         * modules/uninorm/decompose-internal: New file.
12289
12290         Tests for module 'uninorm/composition'.
12291         * tests/uninorm/test-composition.c: New file.
12292         * modules/uninorm/composition-tests: New file.
12293
12294         New module 'uninorm/composition'.
12295         * lib/uninorm/composition.c: New file.
12296         * lib/uninorm/composition-table.gperf: New file, generated by
12297         gen-uni-tables.
12298         * modules/uninorm/composition: New file.
12299
12300         Tests for module 'uninorm/compat-decomposition'.
12301         * tests/uninorm/test-compat-decomposition.c: New file.
12302         * modules/uninorm/compat-decomposition-tests: New file.
12303
12304         New module 'uninorm/compat-decomposition'.
12305         * lib/uninorm/decompose-internal.h: New file.
12306         * lib/uninorm/compat-decomposition.c: New file.
12307         * modules/uninorm/compat-decomposition: New file.
12308
12309         Tests for module 'uninorm/canonical-decomposition'.
12310         * tests/uninorm/test-canonical-decomposition.c: New file.
12311         * modules/uninorm/canonical-decomposition-tests: New file.
12312
12313         New module 'uninorm/canonical-decomposition'.
12314         * lib/uninorm/canonical-decomposition.c: New file.
12315         * modules/uninorm/canonical-decomposition: New file.
12316
12317         Tests for module 'uninorm/decomposition'.
12318         * tests/uninorm/test-decomposition.c: New file.
12319         * modules/uninorm/decomposition-tests: New file.
12320
12321         New module 'uninorm/decomposition'.
12322         * lib/uninorm/decomposition.c: New file.
12323         * modules/uninorm/decomposition: New file.
12324
12325         New module 'uninorm/decomposition-table'.
12326         * lib/uninorm/decomposition-table.h: New file.
12327         * lib/uninorm/decomposition-table.c: New file.
12328         * lib/uninorm/decomposition-table1.h: New file, generated by
12329         gen-uni-tables.
12330         * lib/uninorm/decomposition-table2.h: New file, generated by
12331         gen-uni-tables.
12332         * modules/uninorm/decomposition-table: New file.
12333
12334         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
12335         (UC_DECOMP_*): New enumeration items.
12336         (get_decomposition): New function.
12337         (struct decomp_table): New type.
12338         (output_decomposition, output_decomposition_tables): New functions.
12339         (unicode_composition_exclusions): New variable.
12340         (fill_composition_exclusions, debug_output_composition_tables): New
12341         functions.
12342         (main): Accept one more argument. Invoke fill_composition_exclusions.
12343         Output decomposition and composition tables.
12344
12345         New module 'uninorm/base'.
12346         * lib/uninorm.h: New file.
12347         * lib/unictype.h: Update comment.
12348         * modules/uninorm/base: New file.
12349
12350 2009-02-21  David Lutterkort  <lutter@redhat.com>
12351
12352         Tests for module 'safe-alloc'.
12353         * tests/test-safe-alloc.c: New file.
12354         * modules/safe-alloc-tests: New file.
12355
12356         New module 'safe-alloc'.
12357         * lib/safe-alloc.h: New file.
12358         * lib/safe-alloc.c: New file.
12359         * m4/safe-alloc.m4: New file.
12360         * modules/safe-alloc: New file.
12361         * doc/safe-alloc.texi: New file.
12362         * doc/gnulib.texi: Include it.
12363         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
12364         safe-alloc.
12365
12366 2009-02-18  Bruno Haible  <bruno@clisp.org>
12367
12368         Fix link error on non-glibc systems.
12369         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
12370         variable.
12371         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12372
12373 2009-02-18  Jim Meyering  <meyering@redhat.com>
12374
12375         fts: avoid used-uninitialized error due to recent change
12376         * lib/fts.c (fts_read): Guard uses of the new member,
12377         parent->fts_n_dirs_remaining, since it's not relevant for
12378         the parent of a directory specified on the command-line.
12379
12380 2009-02-17  James Youngman  <jay@gnu.org>
12381             Bruno Haible  <bruno@clisp.org>
12382
12383         * m4/include_next.m4: Reformulate comment.
12384
12385 2009-02-16  Jim Meyering  <meyering@redhat.com>
12386
12387         fts: add #if guards so that the fts_lgpl module still builds
12388         * lib/fts.c: Guard just-added hash-table-using parts with
12389         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
12390         Reported by Simon Josefsson.
12391
12392 2009-02-15  Bruno Haible  <bruno@clisp.org>
12393
12394         * modules/array-mergesort-tests: New file.
12395         * tests/test-array-mergesort.c: New file.
12396
12397         New module 'array-mergesort'.
12398         * modules/array-mergesort: New file.
12399         * lib/array-mergesort.h: New file.
12400
12401 2009-02-15  Bruno Haible  <bruno@clisp.org>
12402
12403         Fix 2009-02-07 commit.
12404         * lib/gen-uni-tables.c (output_predicate, output_category,
12405         output_combclass, output_bidi_category, output_decimal_digit,
12406         output_digit, output_numeric, output_mirror, output_scripts,
12407         output_ident_category, output_simple_mapping): Fix format directives.
12408         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
12409
12410 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
12411
12412         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
12413         fixes are available from IBM.
12414
12415 2009-02-13  Jim Meyering  <meyering@redhat.com>
12416
12417         fts: arrange not to stat non-directories in more cases
12418         This makes GNU find (when it doesn't need to stat each file)
12419         *much* more efficient at traversing reiserfs file systems.
12420         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
12421         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
12422         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
12423         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
12424         (leaf_optimization_applies): New function.
12425         (LCO_hash, LCO_compare): New helper functions.
12426         (link_count_optimize_ok): New function.
12427         (fts_stat): Initialize new member (if dir).
12428         (fts_read): Decrement parent's fts_n_dirs_remaining count if
12429         we've just stat'ed a directory.  Skip the stat call when possible.
12430         ---
12431         Note this AFS-related exchange:
12432         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
12433         and note find's pioctl call in find/fstype.c.
12434         But that is necessary only if you want to enable the
12435         optimization for AFS, and for now, I don't.
12436
12437         fts: move a function definition "up" (no semantic change)
12438         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
12439         "up" to precede upcoming use of a related function.
12440
12441 2009-02-11  Jim Meyering  <meyering@redhat.com>
12442
12443         fts: correct internal computation of nlinks (optimization-related)
12444         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
12445         whether the current entry is a directory, so don't test it.
12446
12447 2009-02-10  Bruno Haible  <bruno@clisp.org>
12448
12449         Tests for module 'uniwbrk/ulc-wordbreaks'.
12450         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12451         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12452         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12453
12454         Tests for module 'uniwbrk/u32-wordbreaks'.
12455         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12456         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12457
12458         Tests for module 'uniwbrk/u16-wordbreaks'.
12459         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12460         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12461
12462         Tests for module 'uniwbrk/u8-wordbreaks'.
12463         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12464         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12465
12466 2009-02-10  Bruno Haible  <bruno@clisp.org>
12467
12468         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12469         property.
12470         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12471         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12472         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12473
12474 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12475
12476         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12477         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12478
12479 2009-02-10  Bruno Haible  <bruno@clisp.org>
12480
12481         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12482         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12483         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12484         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12485         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12486         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12487
12488 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12489
12490         * lib/sockets.h (gl_fd_to_handle): New function.
12491
12492         * tests/test-sockets.c: Call gl_fd_to_handle.
12493
12494 2009-02-09  Bruno Haible  <bruno@clisp.org>
12495
12496         * doc/havelib.texi: Document the conventions on bi-arch systems.
12497
12498 2009-02-08  Bruno Haible  <bruno@clisp.org>
12499
12500         Document the AC_LIB_LINKFLAGS macro.
12501         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12502         * doc/gnulib.texi: Include it.
12503
12504 2009-02-08  Bruno Haible  <bruno@clisp.org>
12505
12506         Fix wrong order of sections, compared to TOC.
12507         * doc/gnulib.texi: Include relocatable-maint.texi after the
12508         "Regular expressions" node, not before.
12509
12510 2009-02-08  Bruno Haible  <bruno@clisp.org>
12511
12512         Tests for module 'unicase/totitle'.
12513         * modules/unicase/totitle-tests: New file.
12514
12515         Tests for module 'unicase/tolower'.
12516         * modules/unicase/tolower-tests: New file.
12517
12518         Tests for module 'unicase/toupper'.
12519         * modules/unicase/toupper-tests: New file.
12520         * tests/unicase/test-mapping-part1.h: New file.
12521         * tests/unicase/test-mapping-part2.h: New file.
12522
12523         New module 'unicase/totitle'.
12524         * modules/unicase/totitle: New file.
12525         * lib/unicase/totitle.c: New file.
12526
12527         New module 'unicase/tolower'.
12528         * modules/unicase/tolower: New file.
12529         * lib/unicase/tolower.c: New file.
12530
12531         New module 'unicase/toupper'.
12532         * modules/unicase/toupper: New file.
12533         * lib/unicase/toupper.c: New file.
12534         * lib/unicase/simple-mapping.h: New file.
12535
12536         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12537         (mapping_table): New structure.
12538         (output_simple_mapping): New function.
12539         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12540         * modules/gen-uni-tables (Description): Update.
12541         * lib/unicase/toupper.h: New file, automatically generated by
12542         gen-uni-tables.
12543         * lib/unicase/tolower.h: New file, automatically generated by
12544         gen-uni-tables.
12545         * lib/unicase/totitle.h: New file, automatically generated by
12546         gen-uni-tables.
12547         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12548         gen-uni-tables.
12549         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12550         gen-uni-tables.
12551         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12552         gen-uni-tables.
12553
12554         New module 'unicase/base'.
12555         * modules/unicase/base: New file.
12556         * lib/unicase.h: New file.
12557
12558 2009-02-08  Bruno Haible  <bruno@clisp.org>
12559
12560         New module 'uniwbrk/ulc-wordbreaks'.
12561         * modules/uniwbrk/ulc-wordbreaks: New file.
12562         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12563
12564         New module 'uniwbrk/u32-wordbreaks'.
12565         * modules/uniwbrk/u32-wordbreaks: New file.
12566         * lib/uniwbrk/u32-wordbreaks.c: New file.
12567
12568         New module 'uniwbrk/u16-wordbreaks'.
12569         * modules/uniwbrk/u16-wordbreaks: New file.
12570         * lib/uniwbrk/u16-wordbreaks.c: New file.
12571
12572         New module 'uniwbrk/u8-wordbreaks'.
12573         * modules/uniwbrk/u8-wordbreaks: New file.
12574         * lib/uniwbrk/u8-wordbreaks.c: New file.
12575         * lib/uniwbrk/u-wordbreaks.h: New file.
12576
12577         New module 'uniwbrk/table'.
12578         * modules/uniwbrk/table: New file.
12579         * lib/uniwbrk/wbrktable.h: New file.
12580         * lib/uniwbrk/wbrktable.c: New file.
12581
12582         New module 'uniwbrk/wordbreak-property'.
12583         * modules/uniwbrk/wordbreak-property: New file.
12584         * lib/uniwbrk/wordbreak-property.c: New file.
12585
12586         * lib/gen-uni-tables.c (WBP_*): New enum items.
12587         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12588         (unicode_org_wbp): New variable.
12589         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12590         New functions.
12591         (wbp_table): New structure.
12592         (output_wbp, output_wbrk_tables): New functions.
12593         (main): Accept additional argument. Invoke fill_org_wbp,
12594         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12595         output_wbrk_tables.
12596         * modules/gen-uni-tables (Description): Update.
12597         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
12598         gen-uni-tables.
12599
12600         New module 'uniwbrk/base'.
12601         * modules/uniwbrk/base: New file.
12602         * lib/uniwbrk.h: New file.
12603
12604 2009-02-08  Bruno Haible  <bruno@clisp.org>
12605
12606         Update to Unicode 5.1.0.
12607         * lib/gen-uni-tables.c (is_property_alphabetic): Include
12608         U+2185..U+2188.
12609         (is_property_default_ignorable_code_point): Don't include characters
12610         of category Cc or Cs and not-a-characters.
12611         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
12612         U+0D79, U+109E, U+109F, U+A60C.
12613         * lib/unictype/bidi_of.h: Regenerated.
12614         * lib/unictype/blocks.h: Regenerated.
12615         * lib/unictype/categ_C.h: Regenerated.
12616         * lib/unictype/categ_Cf.h: Regenerated.
12617         * lib/unictype/categ_Cn.h: Regenerated.
12618         * lib/unictype/categ_L.h: Regenerated.
12619         * lib/unictype/categ_Ll.h: Regenerated.
12620         * lib/unictype/categ_Lm.h: Regenerated.
12621         * lib/unictype/categ_Lo.h: Regenerated.
12622         * lib/unictype/categ_Lu.h: Regenerated.
12623         * lib/unictype/categ_M.h: Regenerated.
12624         * lib/unictype/categ_Mc.h: Regenerated.
12625         * lib/unictype/categ_Me.h: Regenerated.
12626         * lib/unictype/categ_Mn.h: Regenerated.
12627         * lib/unictype/categ_N.h: Regenerated.
12628         * lib/unictype/categ_Nd.h: Regenerated.
12629         * lib/unictype/categ_Nl.h: Regenerated.
12630         * lib/unictype/categ_No.h: Regenerated.
12631         * lib/unictype/categ_P.h: Regenerated.
12632         * lib/unictype/categ_Pd.h: Regenerated.
12633         * lib/unictype/categ_Pe.h: Regenerated.
12634         * lib/unictype/categ_Pf.h: Regenerated.
12635         * lib/unictype/categ_Pi.h: Regenerated.
12636         * lib/unictype/categ_Po.h: Regenerated.
12637         * lib/unictype/categ_Ps.h: Regenerated.
12638         * lib/unictype/categ_S.h: Regenerated.
12639         * lib/unictype/categ_Sk.h: Regenerated.
12640         * lib/unictype/categ_Sm.h: Regenerated.
12641         * lib/unictype/categ_So.h: Regenerated.
12642         * lib/unictype/categ_of.h: Regenerated.
12643         * lib/unictype/combining.h: Regenerated.
12644         * lib/unictype/ctype_alnum.h: Regenerated.
12645         * lib/unictype/ctype_alpha.h: Regenerated.
12646         * lib/unictype/ctype_graph.h: Regenerated.
12647         * lib/unictype/ctype_lower.h: Regenerated.
12648         * lib/unictype/ctype_print.h: Regenerated.
12649         * lib/unictype/ctype_punct.h: Regenerated.
12650         * lib/unictype/ctype_upper.h: Regenerated.
12651         * lib/unictype/decdigit.h: Regenerated.
12652         * lib/unictype/digit.h: Regenerated.
12653         * lib/unictype/mirror.h: Regenerated.
12654         * lib/unictype/numeric.h: Regenerated.
12655         * lib/unictype/pr_alphabetic.h: Regenerated.
12656         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
12657         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
12658         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
12659         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
12660         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
12661         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
12662         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
12663         * lib/unictype/pr_combining.h: Regenerated.
12664         * lib/unictype/pr_dash.h: Regenerated.
12665         * lib/unictype/pr_decimal_digit.h: Regenerated.
12666         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
12667         * lib/unictype/pr_deprecated.h: Regenerated.
12668         * lib/unictype/pr_diacritic.h: Regenerated.
12669         * lib/unictype/pr_extender.h: Regenerated.
12670         * lib/unictype/pr_format_control.h: Regenerated.
12671         * lib/unictype/pr_grapheme_base.h: Regenerated.
12672         * lib/unictype/pr_grapheme_extend.h: Regenerated.
12673         * lib/unictype/pr_grapheme_link.h: Regenerated.
12674         * lib/unictype/pr_id_continue.h: Regenerated.
12675         * lib/unictype/pr_id_start.h: Regenerated.
12676         * lib/unictype/pr_ideographic.h: Regenerated.
12677         * lib/unictype/pr_ignorable_control.h: Regenerated.
12678         * lib/unictype/pr_lowercase.h: Regenerated.
12679         * lib/unictype/pr_math.h: Regenerated.
12680         * lib/unictype/pr_numeric.h: Regenerated.
12681         * lib/unictype/pr_other_alphabetic.h: Regenerated.
12682         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
12683         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
12684         * lib/unictype/pr_other_id_continue.h: Regenerated.
12685         * lib/unictype/pr_other_lowercase.h: Regenerated.
12686         * lib/unictype/pr_other_math.h: Regenerated.
12687         * lib/unictype/pr_punctuation.h: Regenerated.
12688         * lib/unictype/pr_sentence_terminal.h: Regenerated.
12689         * lib/unictype/pr_soft_dotted.h: Regenerated.
12690         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
12691         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
12692         * lib/unictype/pr_unified_ideograph.h: Regenerated.
12693         * lib/unictype/pr_uppercase.h: Regenerated.
12694         * lib/unictype/pr_xid_continue.h: Regenerated.
12695         * lib/unictype/pr_xid_start.h: Regenerated.
12696         * lib/unictype/pr_zero_width.h: Regenerated.
12697         * lib/unictype/scripts.h: Regenerated.
12698         * lib/unictype/scripts_byname.gperf: Regenerated.
12699         * lib/unictype/sy_java_ident.h: Regenerated.
12700         * lib/unilbrk/lbrkprop1.h: Regenerated.
12701         * lib/unilbrk/lbrkprop2.h: Regenerated.
12702         * tests/unictype/test-categ_C.c: Regenerated.
12703         * tests/unictype/test-categ_Cf.c: Regenerated.
12704         * tests/unictype/test-categ_Cn.c: Regenerated.
12705         * tests/unictype/test-categ_L.c: Regenerated.
12706         * tests/unictype/test-categ_Ll.c: Regenerated.
12707         * tests/unictype/test-categ_Lm.c: Regenerated.
12708         * tests/unictype/test-categ_Lo.c: Regenerated.
12709         * tests/unictype/test-categ_Lu.c: Regenerated.
12710         * tests/unictype/test-categ_M.c: Regenerated.
12711         * tests/unictype/test-categ_Mc.c: Regenerated.
12712         * tests/unictype/test-categ_Me.c: Regenerated.
12713         * tests/unictype/test-categ_Mn.c: Regenerated.
12714         * tests/unictype/test-categ_N.c: Regenerated.
12715         * tests/unictype/test-categ_Nd.c: Regenerated.
12716         * tests/unictype/test-categ_Nl.c: Regenerated.
12717         * tests/unictype/test-categ_No.c: Regenerated.
12718         * tests/unictype/test-categ_P.c: Regenerated.
12719         * tests/unictype/test-categ_Pd.c: Regenerated.
12720         * tests/unictype/test-categ_Pe.c: Regenerated.
12721         * tests/unictype/test-categ_Pf.c: Regenerated.
12722         * tests/unictype/test-categ_Pi.c: Regenerated.
12723         * tests/unictype/test-categ_Po.c: Regenerated.
12724         * tests/unictype/test-categ_Ps.c: Regenerated.
12725         * tests/unictype/test-categ_S.c: Regenerated.
12726         * tests/unictype/test-categ_Sk.c: Regenerated.
12727         * tests/unictype/test-categ_Sm.c: Regenerated.
12728         * tests/unictype/test-categ_So.c: Regenerated.
12729         * tests/unictype/test-ctype_alnum.c: Regenerated.
12730         * tests/unictype/test-ctype_alpha.c: Regenerated.
12731         * tests/unictype/test-ctype_graph.c: Regenerated.
12732         * tests/unictype/test-ctype_lower.c: Regenerated.
12733         * tests/unictype/test-ctype_print.c: Regenerated.
12734         * tests/unictype/test-ctype_punct.c: Regenerated.
12735         * tests/unictype/test-ctype_upper.c: Regenerated.
12736         * tests/unictype/test-decdigit.h: Regenerated.
12737         * tests/unictype/test-digit.h: Regenerated.
12738         * tests/unictype/test-numeric.h: Regenerated.
12739         * tests/unictype/test-pr_alphabetic.c: Regenerated.
12740         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
12741         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
12742         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
12743         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
12744         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
12745         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
12746         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
12747         * tests/unictype/test-pr_combining.c: Regenerated.
12748         * tests/unictype/test-pr_dash.c: Regenerated.
12749         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
12750         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
12751         * tests/unictype/test-pr_deprecated.c: Regenerated.
12752         * tests/unictype/test-pr_diacritic.c: Regenerated.
12753         * tests/unictype/test-pr_extender.c: Regenerated.
12754         * tests/unictype/test-pr_format_control.c: Regenerated.
12755         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
12756         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
12757         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
12758         * tests/unictype/test-pr_id_continue.c: Regenerated.
12759         * tests/unictype/test-pr_id_start.c: Regenerated.
12760         * tests/unictype/test-pr_ideographic.c: Regenerated.
12761         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
12762         * tests/unictype/test-pr_lowercase.c: Regenerated.
12763         * tests/unictype/test-pr_math.c: Regenerated.
12764         * tests/unictype/test-pr_numeric.c: Regenerated.
12765         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
12766         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
12767         Regenerated.
12768         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
12769         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
12770         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
12771         * tests/unictype/test-pr_other_math.c: Regenerated.
12772         * tests/unictype/test-pr_punctuation.c: Regenerated.
12773         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
12774         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
12775         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
12776         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
12777         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
12778         * tests/unictype/test-pr_uppercase.c: Regenerated.
12779         * tests/unictype/test-pr_xid_continue.c: Regenerated.
12780         * tests/unictype/test-pr_xid_start.c: Regenerated.
12781         * tests/unictype/test-pr_zero_width.c: Regenerated.
12782
12783         Update to Unicode 5.1.0.
12784         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
12785         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
12786         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
12787         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
12788         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
12789         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
12790         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
12791         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
12792         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
12793         (nonspacing_table_ind): Update.
12794         * tests/uniwidth/test-uc_width2.sh: Update expected result.
12795
12796         Update to Unicode 5.1.0.
12797         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
12798         code transform.
12799         * lib/uniname/uniname.c (unicode_character_name,
12800         unicode_name_character): Add the range 0x1Fxxx to the code transform.
12801         * lib/uniname/uninames.h: Regenerated.
12802         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
12803
12804 2009-02-07  Bruno Haible  <bruno@clisp.org>
12805
12806         Merge gen-ctype and gen-lbrk into a single program.
12807         * lib/gen-uni-tables.c: New file, incorporating
12808         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
12809         Add directory prefixes to the names of the generated files.
12810         * lib/unictype/gen-ctype.c: Remove file.
12811         * lib/unilbrk/gen-lbrk.c: Remove file.
12812         * modules/gen-uni-tables: New file.
12813         * modules/unictype/gen-ctype: Remove file.
12814         * modules/unilbrk/gen-lbrk: Remove file.
12815
12816 2009-02-07  Bruno Haible  <bruno@clisp.org>
12817
12818         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
12819
12820         New module 'unistr/u32-strcoll'.
12821         * modules/unistr/u32-strcoll: New file.
12822         * lib/unistr/u32-strcoll.c: New file.
12823
12824         New module 'unistr/u16-strcoll'.
12825         * modules/unistr/u16-strcoll: New file.
12826         * lib/unistr/u16-strcoll.c: New file.
12827
12828         New module 'unistr/u8-strcoll'.
12829         * modules/unistr/u8-strcoll: New file.
12830         * lib/unistr/u8-strcoll.c: New file.
12831         * lib/unistr/u-strcoll.h: New file.
12832
12833 2009-02-07  Bruno Haible  <bruno@clisp.org>
12834
12835         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
12836         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12837         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12838         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
12839         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
12840         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
12841
12842 2009-02-07  Bruno Haible  <bruno@clisp.org>
12843
12844         Make 64-bit clean.
12845         * lib/unictype/gen-ctype.c (output_predicate, output_category,
12846         output_combclass, output_bidi_category, output_decimal_digit,
12847         output_digit, output_numeric, output_mirror, output_scripts,
12848         output_ident_category): Use proper width specifier in format strings.
12849
12850 2009-02-07  Bruno Haible  <bruno@clisp.org>
12851
12852         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
12853         failure behaviour.
12854
12855 2009-02-07  Jim Meyering  <meyering@redhat.com>
12856
12857         regex: avoid compilation failure with upcoming gcc-4.4
12858         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
12859         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
12860         "... error: integer overflow in preprocessor expression".
12861
12862 2009-02-05  Ben Pfaff  <blp@gnu.org>
12863
12864         Fix link errors on Windows when close module is used.
12865         * modules/close: Add $(LIB_CLOSE) to Link section.
12866         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
12867         $(LIB_CLOSE) on Windows.
12868
12869 2009-02-05  Jim Meyering  <meyering@redhat.com>
12870
12871         still avoid unused-parameter warnings, but do it cleanly
12872         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
12873         (get_fs_usage): Cast to void instead.
12874         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
12875         (dev_from_mount_options, read_file_system_list): Cast to void.
12876         Prompted by Bruno Haible.
12877
12878 2009-02-04  Jim Meyering  <meyering@redhat.com>
12879
12880         fsusage.c: correct copyright year
12881         * lib/fsusage.c: Reflect year in which the change is pushed into
12882
12883         avoid misc. warnings
12884         * lib/fsusage.c (UNUSED_PARAM): Define.
12885         (get_fs_usage): Mark parameter "disk" as unused.
12886         * lib/getugroups.c (getgrent): Use "void" in prototype.
12887         * lib/mountlist.c: Mark unused parameters.
12888         (read_file_system_list): Declare a local with "const".
12889         * lib/nanosleep.c (getnow): Declare static.
12890         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
12891
12892         dirfd: set errno upon failure
12893         * lib/dirfd.c: Include <errno.h>.
12894         Set errno to ENOTSUP when returning -1.
12895         * modules/dirfd (Depends-on): Add errno.
12896         Suggested by John Kodis <kodis@comcast.net>.
12897
12898 2009-02-01  Bruno Haible  <bruno@clisp.org>
12899
12900         Don't assume sizeof (long) >= sizeof (void *).
12901         * lib/memcmp.c: Include stdint.h.
12902         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
12903         srcp2 to 'const byte *'.
12904         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
12905         types to uintptr_t.
12906         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
12907         * modules/memcmp (Depends-on): Add stdint.
12908         Reported by Ozkan Sezer <sezeroz@gmail.com>.
12909
12910 2009-01-30  Eric Blake  <ebb9@byu.net>
12911
12912         fix more require-before-expand issues
12913         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
12914         expand, AC_PROG_AWK.
12915         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
12916
12917 2009-01-28  Eric Blake  <ebb9@byu.net>
12918
12919         version-etc: use consistent URL formatting
12920         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12921         Improve formatting.  Use fputs for string without %.
12922
12923 2009-01-28  Jim Meyering  <meyering@redhat.com>
12924
12925         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
12926         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
12927         "underquoted definition of NAME" from autoconf-2.59.
12928
12929 2009-01-28  Bruno Haible  <bruno@clisp.org>
12930
12931         * doc/gnulib.texi: Add "Obsolete modules" to index.
12932
12933 2009-01-28  Jim Meyering  <meyering@redhat.com>
12934
12935         useless-if-before-free: recognize more variants
12936         * build-aux/useless-if-before-free: Also recognize e.g.,
12937         if (NULL != p) free (p);
12938
12939 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
12940
12941         test-getaddrinfo: skip (don't fail) this test when there's no network
12942         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
12943         on the presumption that it means you lack network access.
12944
12945 2009-01-26  Jim Meyering  <meyering@redhat.com>
12946
12947         fflush: avoid warnings on modern systems
12948         * lib/fflush.c (rpl_fflush): Move declarations of locals,
12949         pos and result, into scopes where they're used.
12950
12951 2009-01-26  Eric Blake  <ebb9@byu.net>
12952
12953         Silence warning reintroduced by recent extensions patch.
12954         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
12955         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
12956         autoconf.
12957
12958         Backport improved autoconf semantics of AC_DEFUN_ONCE.
12959         * m4/00gnulib.m4: New file.
12960         * gnulib-tool (func_get_filelist): Always use it.
12961         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
12962         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
12963
12964 2009-01-25  Bruno Haible  <bruno@clisp.org>
12965
12966         Make test-quotearg work on MacOS X and AIX.
12967         * tests/test-quotearg.sh: New file.
12968         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
12969         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
12970         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
12971         include <libintl.h>.
12972         (fake_locale): Remove variable.
12973         (gettext, dgettext, dcgettext): Remove functions.
12974         (main): Instead of setting a fake locale, set a real locale. Call
12975         textdomain and bindtextdomain.
12976         * modules/quotearg-tests (Files): Add the new files.
12977         (Depends-on): Add gettext, setenv, unsetenv.
12978         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12979         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
12980         Augment TESTS_ENVIRONMENT.
12981
12982 2009-01-25  Bruno Haible  <bruno@clisp.org>
12983
12984         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
12985         fr_FR.ISO8859-1 locale on MacOS X.
12986         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
12987         ja_JP.eucJP locale on MacOS X.
12988         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
12989         zh_CN.GB18030 locale on MacOS X.
12990
12991 2009-01-25  Bruno Haible  <bruno@clisp.org>
12992
12993         Avoid link errors on MacOS X 10.3.
12994         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
12995         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12996
12997 2009-01-25  Bruno Haible  <bruno@clisp.org>
12998
12999         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13000         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
13001         * modules/pipe (Files): Remove m4/posix_spawn.m4.
13002         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13003         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
13004         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13005         posix_spawnattr_init, posix_spawnattr_setsigmask,
13006         posix_spawnattr_setflags, posix_spawnattr_destroy.
13007
13008         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13009         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
13010         * modules/execute (Files): Remove m4/posix_spawn.m4.
13011         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13012         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13013         posix_spawnattr_init, posix_spawnattr_setsigmask,
13014         posix_spawnattr_setflags, posix_spawnattr_destroy.
13015
13016 2009-01-25  Bruno Haible  <bruno@clisp.org>
13017
13018         * lib/glthread/threadlib.c: Include <stdlib.h>.
13019
13020 2009-01-25  Bruno Haible  <bruno@clisp.org>
13021
13022         * lib/glthread/threadlib.c (dummy): New declaration.
13023
13024 2009-01-25  Bruno Haible  <bruno@clisp.org>
13025
13026         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
13027         multibyte characters also for the GB18030 encoding. Don't crash when
13028         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
13029
13030 2009-01-25  Bruno Haible  <bruno@clisp.org>
13031
13032         Avoid redefining 'struct random_data' on OSF/1 5.1.
13033         * lib/stdlib.in.h: Include <random.h> if it exists.
13034         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
13035         HAVE_RANDOM_H. Include <random.h> when testing whether
13036         'struct random_data' exists.
13037         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
13038
13039 2009-01-25  Bruno Haible  <bruno@clisp.org>
13040
13041         Don't install charset.alias on MacOS X >= 10.3.
13042         * lib/localcharset.c (DARWIN7): New macro.
13043         (get_charset_aliases): Hardcode the result for Darwin7.
13044         * modules/localcharset (install-exec-local): Don't install
13045         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
13046
13047 2009-01-25  Bruno Haible  <bruno@clisp.org>
13048
13049         Don't install charset.alias on mingw and Cygwin.
13050         * modules/localcharset (install-exec-local): Don't install
13051         charset.alias on mingw and Cygwin, if the file does not yet exist.
13052         The result for these platforms is hardcoded in localcharset.c.
13053
13054 2009-01-25  Bruno Haible  <bruno@clisp.org>
13055
13056         Make it possible again to use AC_GNU_SOURCE together with gnulib.
13057         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
13058         before requiring AC_USE_SYSTEM_EXTENSIONS.
13059
13060 2009-01-25  Jim Meyering  <meyering@redhat.com>
13061
13062         c-strtod: avoid warnings
13063         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
13064         "assignment discards qualifiers from pointer target type" warnings.
13065
13066 2009-01-24  Bruno Haible  <bruno@clisp.org>
13067
13068         Add support for non-UTF-8 locales on MacOS X.
13069         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
13070         canonical encodings. For Darwin 7 and newer, don't map traditional
13071         encodings to UTF-8.
13072         Reported by Vincent Lefevre <vincent@vinc17.org>
13073         at <http://savannah.gnu.org/bugs/?25235>.
13074
13075 2009-01-24  Bruno Haible  <bruno@clisp.org>
13076
13077         * doc/gnulib.texi (Obsolete modules): New section.
13078         Reported by Mike Frysinger <vapier@gentoo.org>.
13079
13080 2009-01-24  Bruno Haible  <bruno@clisp.org>
13081
13082         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
13083         (%.dvi): New rule.
13084
13085 2009-01-24  Bruno Haible  <bruno@clisp.org>
13086
13087         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
13088         Reported by Eric Blake.
13089
13090 2009-01-24  Bruno Haible  <bruno@clisp.org>
13091
13092         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
13093         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
13094         Reported by Gary V. Vaughan <gary@gnu.org>.
13095
13096 2009-01-24  Bruno Haible  <bruno@clisp.org>
13097
13098         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
13099
13100 2009-01-23  Bruno Haible  <bruno@clisp.org>
13101
13102         Make c-strtod, c-strtold usable in libraries.
13103         * lib/c-strtod.c: Include string.h instead of xalloc.h.
13104         (C_STRTOD): Call strdup instead of xstrdup.
13105         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
13106         * modules/c-strtold (Depends-on): Likewise.
13107         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
13108         * NEWS: Mention the change.
13109         Reported by Michael Gold <mgold@ncf.ca>.
13110
13111 2009-01-23  Jim Meyering  <meyering@redhat.com>
13112
13113         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
13114         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
13115         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
13116
13117 2009-01-23  Simon Josefsson  <simon@josefsson.org>
13118
13119         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
13120         GNU CoreUtils.
13121         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
13122         * modules/version-etc (Description): Update.
13123
13124 2009-01-22  Bruno Haible  <bruno@clisp.org>
13125
13126         Cache the C locale object.
13127         * lib/c-strtod.c (c_locale_cache): New variable.
13128         (c_locale): New function.
13129         (C_STRTOD): Use it, and don't call freelocale.
13130         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
13131         Suggested by Paolo Bonzini.
13132
13133 2009-01-21  Bruno Haible  <bruno@clisp.org>
13134
13135         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
13136         conditions other than overflow.
13137
13138 2009-01-21  Bruno Haible  <bruno@clisp.org>
13139
13140         * lib/c-strtod.c: Include errno.h.
13141         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
13142         value from STRTOD_L and STRTOD.
13143
13144 2009-01-21  Bruno Haible  <bruno@clisp.org>
13145         and Jim Meyering  <meyering@redhat.com>
13146
13147         nanosleep: skip configure test (fail it) for apple universal builds
13148         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
13149         universal builds, assume that nanosleep does not work.
13150         * modules/nanosleep (Depends-on): Add multiarch.
13151
13152         mktime: skip configure test (fail it) for apple universal builds
13153         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
13154         universal builds, assume that mktime does not work.
13155         * modules/mktime (Depends-on): Add multiarch.
13156
13157 2009-01-21  Eric Blake  <ebb9@byu.net>
13158
13159         multiarch: avoid expand-before-require warning
13160         * modules/multiarch (configure.ac): Require, rather than expand,
13161         gl_MULTIARCH.
13162         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
13163         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
13164         enforce that all clients require it.  Partial reversion of
13165         2008-12-29 patch.
13166
13167         error: avoid expand-before-require warning
13168         * modules/errno (configure.ac): Require, rather than expand,
13169         gl_HEADER_ERRNO_H.
13170         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
13171         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
13172         enforce that all clients require it.
13173
13174         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
13175         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
13176         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
13177         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
13178
13179 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
13180
13181         Revert:
13182         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13183
13184         regex: do not depend on obsolete modules.
13185         * modules/regex: Remove memcmp and memmove.
13186
13187 2009-01-20  Bruno Haible  <bruno@clisp.org>
13188
13189         Make the 'link' module link on Windows NT 4.
13190         * lib/link.c (_WIN32_WINNT): Don't define.
13191         (CreateHardLinkFuncType): New type.
13192         (CreateHardLinkFunc, initialized): New variables.
13193         (initialize): New function.
13194         (link): Invoke CreateHardLink indirectly through the function pointer.
13195
13196 2009-01-20  Bruno Haible  <bruno@clisp.org>
13197
13198         Fix compilation failure on mingw.
13199         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
13200
13201 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
13202
13203         * doc/c-strtod.texi: Mention a couple of restrictions.
13204
13205 2009-01-20  Jim Meyering  <meyering@redhat.com>
13206
13207         gettimeofday: move more declarations out of functions
13208         * lib/gettimeofday.c: Move extern declarations of tzset and
13209         gmtime out of containing functions.  Prompted by Bruno Haible.
13210
13211 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13212
13213         regex: do not depend on obsolete modules.
13214         * modules/regex: Remove memcmp and memmove.
13215
13216 2009-01-19  Bruno Haible  <bruno@clisp.org>
13217
13218         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13219         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
13220         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13221         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
13222         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
13223
13224 2009-01-19  Bruno Haible  <bruno@clisp.org>
13225
13226         * tests/test-link.c: Include <errno.h>.
13227         (main): Exit with code 77 when a hard link cannot be created due to
13228         the file system.
13229         * tests/test-link.sh: Skip test when a hard link cannot be created due
13230         to the file system.
13231         Suggested by Eric Blake.
13232
13233 2009-01-19  Martin Lambers  <marlam@marlam.de>
13234
13235         * modules/link-tests: New file.
13236         * tests/test-link.sh: New file.
13237         * tests/test-link.c: New file.
13238
13239 2009-01-19  Eric Blake  <ebb9@byu.net>
13240
13241         doc: mention another function added in cygwin 1.7.0
13242         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
13243         Another new function in cygwin 1.7.
13244
13245 2009-01-19  Bruno Haible  <bruno@clisp.org>
13246
13247         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13248         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
13249         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
13250         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13251         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
13252         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
13253         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
13254         * m4/md4.m4 (gl_MD4): Likewise.
13255         * m4/md5.m4 (gl_MD5): Likewise.
13256         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
13257         * m4/sha1.m4 (gl_SHA1): Likewise.
13258         * m4/sha256.m4 (gl_SHA256): Likewise.
13259         * m4/sha512.m4 (gl_SHA512): Likewise.
13260
13261 2009-01-19  Bruno Haible  <bruno@clisp.org>
13262
13263         * modules/uniname/uniname-tests (Depends-on): Add progname.
13264         * tests/uniname/test-uninames.c: Include progname.h.
13265         (main): Call set_program_name.
13266
13267         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
13268         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
13269         (main): Call set_program_name.
13270
13271         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
13272         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
13273         (main): Call set_program_name.
13274
13275         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
13276         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
13277         (main): Call set_program_name.
13278
13279         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
13280         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
13281         (main): Call set_program_name.
13282
13283         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
13284         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
13285         (main): Call set_program_name.
13286
13287         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
13288         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
13289         (main): Call set_program_name.
13290
13291         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
13292         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
13293         (main): Call set_program_name.
13294
13295         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13296         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13297         (main): Call set_program_name.
13298
13299 2009-01-19  Eric Blake  <ebb9@byu.net>
13300
13301         test-unistd: test previous patch
13302         * tests/test-unistd.c: Test *_FILENO macros.
13303
13304         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
13305         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13306         Guarantee a definition.
13307         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
13308         * modules/unistd-safer (Depends-on): Add dependency on unistd.
13309         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
13310         * lib/dup-safer.c (STDERR_FILENO): Likewise.
13311         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13312         Likewise.
13313         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
13314         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
13315         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13316         Likewise.
13317         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
13318         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
13319         (STDERR_FILENO): Likewise.
13320         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
13321         (STDERR_FILENO): Likewise.
13322         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
13323         (STDERR_FILENO): Likewise.
13324         Reported by Elbert Pol.
13325
13326 2009-01-19  Eric Blake  <ebb9@byu.net>
13327
13328         doc: mention more functions added in cygwin 1.7.0
13329         * doc/posix-functions/abort.texi (abort): Update wording related
13330         to cygwin.
13331         * doc/posix-functions/daylight.texi (daylight): Likewise.
13332         * doc/posix-functions/optarg.texi (optarg): Likewise.
13333         * doc/posix-functions/optarg.texi (opterr): Likewise.
13334         * doc/posix-functions/optarg.texi (optind): Likewise.
13335         * doc/posix-functions/optarg.texi (optopt): Likewise.
13336         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
13337         worked in 1.5.x, and was withdrawn in 1.7.
13338         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
13339         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
13340         cygwin versions.
13341         * doc/posix-functions/perror.texi (perror): Likewise.
13342         * doc/posix-functions/printf.texi (printf): Likewise.
13343         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
13344         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
13345         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
13346         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
13347         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
13348         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
13349         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13350         Likewise.
13351         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13352         Likewise.
13353         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
13354         this function.
13355         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
13356         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
13357         Likewise.
13358         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
13359         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
13360         * doc/posix-functions/confstr.texi (confstr): Likewise.
13361         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
13362         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
13363         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
13364         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
13365         * doc/posix-functions/fputws.texi (fputws): Likewise.
13366         * doc/posix-functions/fwide.texi (fwide): Likewise.
13367         * doc/posix-functions/getwc.texi (getwc): Likewise.
13368         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
13369         * doc/posix-functions/putwc.texi (putwc): Likewise.
13370         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
13371         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
13372         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
13373         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
13374         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
13375         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
13376         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
13377         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
13378         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
13379         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
13380         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
13381
13382 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13383
13384         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
13385         * lib/ioctl.c: Include <sys/ioctl.h>.
13386
13387 2009-01-19  Simon Josefsson  <simon@josefsson.org>
13388
13389         * modules/getdate-tests (Depends-on): Add progname.
13390         * tests/test-getdate.c: Use progname module, to avoid link errors
13391         on non-glibc systems.
13392
13393 2009-01-18  Simon Josefsson  <simon@josefsson.org>
13394
13395         * modules/filenamecat-tests (Depends-on): Add progname.
13396         * modules/fstrcmp-tests (Depends-on): Likewise.
13397
13398         * tests/test-filenamecat.c: Use progname module, to avoid link
13399         errors on non-glibc systems.
13400         * tests/test-fstrcmp.c: Likewise.
13401
13402 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13403
13404         gettimeofday: avoid warning: nested extern declaration of 'localtime'
13405         * lib/gettimeofday.c: Move extern declaration out of function.
13406
13407 2009-01-18  Bruno Haible  <bruno@clisp.org>
13408
13409         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
13410         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
13411         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
13412
13413 2009-01-18  Bruno Haible  <bruno@clisp.org>
13414
13415         * lib/strftime.c (MEMPCPY): Remove unused macro.
13416         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
13417
13418 2009-01-18  Martin Lambers  <marlam@marlam.de>
13419
13420         New module 'link'.
13421         * lib/unistd.in.h (link): New declaration.
13422         * lib/link.c: New file.
13423         * m4/link.m4: New file.
13424         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
13425         HAVE_LINK.
13426         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
13427         * modules/link: New file.
13428         * doc/posix-functions/link.texi: Mention the new module.
13429
13430 2009-01-18  Bruno Haible  <bruno@clisp.org>
13431
13432         * tests/test-avltree_list.c (main): Call set_program_name.
13433         * tests/test-avltree_oset.c (main): Likewise.
13434         * tests/test-obstack-printf.c: Include progname.h.
13435         (main): Call set_program_name.
13436         * tests/test-quotearg.c: Include progname.h.
13437         (main): Call set_program_name.
13438         * tests/test-xmemdup0.c: Include progname.h.
13439         (main): Call set_program_name.
13440
13441 2009-01-18  Bruno Haible  <bruno@clisp.org>
13442
13443         New module 'alphasort'.
13444         * lib/dirent.in.h (alphasort): New declaration.
13445         * lib/alphasort.c: New file, from glibc with modifications.
13446         * m4/alphasort.m4: New file.
13447         * modules/alphasort: New file.
13448         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
13449         HAVE_ALPHASORT.
13450         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13451         HAVE_ALPHASORT.
13452         * doc/posix-functions/alphasort.texi: Mention the new module and the
13453         portability problems.
13454
13455 2009-01-18  Bruno Haible  <bruno@clisp.org>
13456
13457         New module 'scandir'.
13458         * lib/dirent.in.h (scandir): New declaration.
13459         * lib/scandir.c: New file, from glibc with modifications.
13460         * m4/scandir.m4: New file.
13461         * modules/scandir: New file.
13462         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13463         HAVE_SCANDIR.
13464         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13465         HAVE_SCANDIR.
13466         * doc/posix-functions/scandir.texi: Mention the new module and the
13467         portability problems.
13468
13469 2009-01-17  Bruno Haible  <bruno@clisp.org>
13470
13471         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13472         Update documentation.
13473         (func_remove_suffix): Escape all dots in the suffix. Update
13474         documentation.
13475         (func_filter_filelist): Update documentation.
13476         Reported by Ralf Wildenhues.
13477
13478 2009-01-17  Bruno Haible  <bruno@clisp.org>
13479
13480         * modules/dprintf-posix-tests: New file.
13481         * tests/test-dprintf-posix.sh: New file.
13482         * tests/test-dprintf-posix.c: New file.
13483
13484         New modules 'dprintf', 'dprintf-posix'.
13485         * lib/stdio.in.h (dprintf): New declaration.
13486         * lib/dprintf.c: New file.
13487         * m4/dprintf.m4: New file.
13488         * m4/dprintf-posix.m4: New file.
13489         * modules/dprintf: New file.
13490         * modules/dprintf-posix: New file.
13491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13492         HAVE_DPRINTF, REPLACE_DPRINTF.
13493         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13494         HAVE_DPRINTF, REPLACE_DPRINTF.
13495         * doc/posix-functions/dprintf.texi: Mention the new modules.
13496
13497 2009-01-17  Bruno Haible  <bruno@clisp.org>
13498
13499         * modules/vdprintf-posix-tests: New file.
13500         * tests/test-vdprintf-posix.sh: New file.
13501         * tests/test-vdprintf-posix.c: New file.
13502
13503         New modules 'vdprintf', 'vdprintf-posix'.
13504         * lib/stdio.in.h (vdprintf): New declaration.
13505         * lib/vdprintf.c: New file.
13506         * m4/vdprintf.m4: New file.
13507         * m4/vdprintf-posix.m4: New file.
13508         * modules/vdprintf: New file.
13509         * modules/vdprintf-posix: New file.
13510         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13511         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13512         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13513         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13514         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13515
13516 2009-01-17  Bruno Haible  <bruno@clisp.org>
13517
13518         Fix replacement of fopen on mingw.
13519         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13520         mingw.
13521
13522 2009-01-17  Bruno Haible  <bruno@clisp.org>
13523
13524         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13525         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13526
13527 2009-01-17  Bruno Haible  <bruno@clisp.org>
13528
13529         Avoid test-fflush2.sh failure on mingw.
13530         * tests/test-fflush2.c: Include binary-io.h.
13531         (main): Put standard input into binary mode.
13532         * modules/fflush-tests (Depends-on): Add binary-io.
13533
13534 2009-01-17  Bruno Haible  <bruno@clisp.org>
13535
13536         * lib/wchar.in.h: In another particular situation, include only the
13537         system's <wchar.h> file.
13538         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13539         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13540         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13541
13542 2009-01-17  Bruno Haible  <bruno@clisp.org>
13543
13544         Support for stripping executables in --enable-relocatable.
13545         * build-aux/install-reloc: Expect one more argument, or an environment
13546         variable RELOC_STRIP_PROG. If set, strip the destination program and
13547         its wrapper.
13548         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13549         RELOC_STRIP_PROG.
13550         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13551         to set RELOCATABLE_STRIP.
13552         * NEWS: Mention the new Makefile requirement.
13553
13554 2009-01-17  Bruno Haible  <bruno@clisp.org>
13555
13556         * build-aux/install-reloc: Remove debugging information left over by
13557         C compiler on MacOS X.
13558
13559 2009-01-17  Bruno Haible  <bruno@clisp.org>
13560
13561         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13562         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13563         _NSGetExecutablePath.
13564
13565 2009-01-16  Jim Meyering  <meyering@redhat.com>
13566
13567         strerror: avoid warnings about discarding "const"
13568         * lib/strerror.c (rpl_strerror): Instead of returning a const
13569         string from each and every "case", use a variable, and add a single
13570         cast after the switch.
13571
13572 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13573
13574         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13575
13576 2009-01-16  Bruno Haible  <bruno@clisp.org>
13577
13578         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13579         array initializer syntax that also works in C++ mode.
13580         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13581
13582 2009-01-16  Jim Meyering  <meyering@redhat.com>
13583
13584         poll: suppress a warning
13585         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13586         to ignore "...unsigned expression < 0 is always false" warnings.
13587
13588 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13589
13590         poll: remove declarations of unused variables
13591         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13592         sockbuf and optlen.
13593
13594 2009-01-15  Bruno Haible  <bruno@clisp.org>
13595
13596         Make fflush-after-ungetc POSIX compliant on BSD systems.
13597         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
13598         (clear_ungetc_buffer): Implement also for other systems.
13599         (rpl_fflush): On glibc systems, invoke
13600         clear_ungetc_buffer_preserving_position. Otherwise, invoke
13601         clear_ungetc_buffer after fetching the stream's position, not before.
13602
13603 2009-01-15  Bruno Haible  <bruno@clisp.org>
13604
13605         Make fflush-after-ungetc POSIX compliant on glibc systems.
13606         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
13607         after ungetc.
13608         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
13609         (rpl_fflush): On glibc systems, simply call the system's fflush
13610         function after clearing the ungetc buffer.
13611         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
13612         Instead, lseek only to the end of file, then use the system's fseeko
13613         for the rest. On glibc systems, reset the EOF indicator bit.
13614
13615 2009-01-15  Jim Meyering  <meyering@redhat.com>
13616
13617         openmp.m4: revert quote-adding change, for portability to older autoconf
13618         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
13619         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
13620         Simon Josefsson noticed the problem when using autoconf-2.61.
13621
13622 2009-01-15  Bruno Haible  <bruno@clisp.org>
13623
13624         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
13625         * tests/test-fflush2.c (ASSERT): Always fail.
13626         (main): Add two tests for fflush() after ungetc(), taking into account
13627         the Austin Group's clarification.
13628         Suggested by Eric Blake.
13629
13630 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
13631
13632         mktime.m4: remove K&R-style function prototypes
13633         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
13634         for the Sun C++ compiler.
13635
13636 2009-01-14  Bruno Haible  <bruno@clisp.org>
13637
13638         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
13639         while including <wchar.h>.
13640         * lib/wchar.in.h: In two particular situations on HP-UX, include only
13641         the system's <wchar.h> file.
13642         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13643
13644 2009-01-14  Bruno Haible  <bruno@clisp.org>
13645
13646         * m4/csharp.m4: Don't mention gettext on the serial number line.
13647         * m4/csharpexec.m4: Likewise.
13648         * m4/eaccess.m4: Likewise.
13649         * m4/javaexec.m4: Likewise.
13650         * m4/sig_atomic_t.m4: Likewise.
13651         * m4/tmpdir.m4: Likewise.
13652         * m4/intldir.m4: Bump gettext version.
13653         * m4/lib-ld.m4: Likewise.
13654
13655 2009-01-14  Bruno Haible  <bruno@clisp.org>
13656
13657         * lib/progname.c (set_program_name): Add more comments.
13658         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
13659
13660 2009-01-14  Simon Josefsson  <simon@josefsson.org>
13661
13662         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
13663         were sys/stat.h does not define it.
13664
13665 2009-01-14  Jim Meyering  <meyering@redhat.com>
13666
13667         many *.m4 files: improve m4 quoting
13668         99% of this change was performed by running the following commands:
13669         git ls-files | grep '\.m4$' | xargs perl -pi \
13670           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
13671           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13672           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13673           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
13674         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
13675         The remainder were to add Copyright dates, increment serial numbers,
13676         undo some changes in comments, exclude m4/intl.m4, and add quotes
13677         around the "1" in ",1" where the unusual spacing prohibited the
13678         above regexps from doing the job.  For more details, see
13679         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
13680         * m4/acl.m4: Modified.
13681         * m4/afs.m4: Likewise.
13682         * m4/alloca.m4: Likewise.
13683         * m4/argp.m4: Likewise.
13684         * m4/argz.m4: Likewise.
13685         * m4/atexit.m4: Likewise.
13686         * m4/bison-i18n.m4: Likewise.
13687         * m4/bison.m4: Likewise.
13688         * m4/byteswap.m4: Likewise.
13689         * m4/c-stack.m4: Likewise.
13690         * m4/c-strtod.m4: Likewise.
13691         * m4/calloc.m4: Likewise.
13692         * m4/canonicalize-lgpl.m4: Likewise.
13693         * m4/chown.m4: Likewise.
13694         * m4/clock_time.m4: Likewise.
13695         * m4/codeset.m4: Likewise.
13696         * m4/copy-file.m4: Likewise.
13697         * m4/csharp.m4: Likewise.
13698         * m4/csharpcomp.m4: Likewise.
13699         * m4/csharpexec.m4: Likewise.
13700         * m4/d-ino.m4: Likewise.
13701         * m4/d-type.m4: Likewise.
13702         * m4/dirfd.m4: Likewise.
13703         * m4/double-slash-root.m4: Likewise.
13704         * m4/eaccess.m4: Likewise.
13705         * m4/eealloc.m4: Likewise.
13706         * m4/environ.m4: Likewise.
13707         * m4/errno_h.m4: Likewise.
13708         * m4/euidaccess.m4: Likewise.
13709         * m4/execute.m4: Likewise.
13710         * m4/fatal-signal.m4: Likewise.
13711         * m4/fchdir.m4: Likewise.
13712         * m4/fcntl_h.m4: Likewise.
13713         * m4/fileblocks.m4: Likewise.
13714         * m4/filenamecat.m4: Likewise.
13715         * m4/findprog.m4: Likewise.
13716         * m4/flexmember.m4: Likewise.
13717         * m4/fnmatch.m4: Likewise.
13718         * m4/fopen.m4: Likewise.
13719         * m4/fpending.m4: Likewise.
13720         * m4/fprintf-posix.m4: Likewise.
13721         * m4/free.m4: Likewise.
13722         * m4/frexp.m4: Likewise.
13723         * m4/frexpl.m4: Likewise.
13724         * m4/fsusage.m4: Likewise.
13725         * m4/ftruncate.m4: Likewise.
13726         * m4/gc-camellia.m4: Likewise.
13727         * m4/gc-random.m4: Likewise.
13728         * m4/gc.m4: Likewise.
13729         * m4/getaddrinfo.m4: Likewise.
13730         * m4/getcwd-abort-bug.m4: Likewise.
13731         * m4/getcwd-path-max.m4: Likewise.
13732         * m4/getdate.m4: Likewise.
13733         * m4/getdomainname.m4: Likewise.
13734         * m4/getgroups.m4: Likewise.
13735         * m4/gethostname.m4: Likewise.
13736         * m4/gethrxtime.m4: Likewise.
13737         * m4/getline.m4: Likewise.
13738         * m4/getloadavg.m4: Likewise.
13739         * m4/getndelim2.m4: Likewise.
13740         * m4/getpass.m4: Likewise.
13741         * m4/gettext.m4: Likewise.
13742         * m4/gettime.m4: Likewise.
13743         * m4/gettimeofday.m4: Likewise.
13744         * m4/gnulib-common.m4: Likewise.
13745         * m4/group-member.m4: Likewise.
13746         * m4/host-os.m4: Likewise.
13747         * m4/iconv.m4: Likewise.
13748         * m4/iconv_open.m4: Likewise.
13749         * m4/inet_ntop.m4: Likewise.
13750         * m4/inet_pton.m4: Likewise.
13751         * m4/inline.m4: Likewise.
13752         * m4/intldir.m4: Likewise.
13753         * m4/intlmacosx.m4: Likewise.
13754         * m4/intmax.m4: Likewise.
13755         * m4/intmax_t.m4: Likewise.
13756         * m4/inttypes.m4: Likewise.
13757         * m4/inttypes_h.m4: Likewise.
13758         * m4/inttypes-pri.m4: Likewise.
13759         * m4/isapipe.m4: Likewise.
13760         * m4/isnand.m4: Likewise.
13761         * m4/isnanf.m4: Likewise.
13762         * m4/isnanl.m4: Likewise.
13763         * m4/javacomp.m4: Likewise.
13764         * m4/javaexec.m4: Likewise.
13765         * m4/jm-winsz1.m4: Likewise.
13766         * m4/jm-winsz2.m4: Likewise.
13767         * m4/lchown.m4: Likewise.
13768         * m4/lcmessage.m4: Likewise.
13769         * m4/ldexpl.m4: Likewise.
13770         * m4/lib-ld.m4: Likewise.
13771         * m4/lib-link.m4: Likewise.
13772         * m4/libsigsegv.m4: Likewise.
13773         * m4/link-follow.m4: Likewise.
13774         * m4/localcharset.m4: Likewise.
13775         * m4/locale-fr.m4: Likewise.
13776         * m4/locale-ja.m4: Likewise.
13777         * m4/locale-tr.m4: Likewise.
13778         * m4/locale-zh.m4: Likewise.
13779         * m4/lock.m4: Likewise.
13780         * m4/longlong.m4: Likewise.
13781         * m4/ls-mntd-fs.m4: Likewise.
13782         * m4/lstat.m4: Likewise.
13783         * m4/malloc.m4: Likewise.
13784         * m4/mathl.m4: Likewise.
13785         * m4/mbrtowc.m4: Likewise.
13786         * m4/mbstate_t.m4: Likewise.
13787         * m4/mbswidth.m4: Likewise.
13788         * m4/memchr.m4: Likewise.
13789         * m4/memcmp.m4: Likewise.
13790         * m4/memcpy.m4: Likewise.
13791         * m4/memmem.m4: Likewise.
13792         * m4/memmove.m4: Likewise.
13793         * m4/mempcpy.m4: Likewise.
13794         * m4/memrchr.m4: Likewise.
13795         * m4/memset.m4: Likewise.
13796         * m4/minmax.m4: Likewise.
13797         * m4/mkdir-slash.m4: Likewise.
13798         * m4/mkdtemp.m4: Likewise.
13799         * m4/mktime.m4: Likewise.
13800         * m4/mmap-anon.m4: Likewise.
13801         * m4/mountlist.m4: Likewise.
13802         * m4/nanosleep.m4: Likewise.
13803         * m4/nls.m4: Likewise.
13804         * m4/nocrash.m4: Likewise.
13805         * m4/open.m4: Likewise.
13806         * m4/openat.m4: Likewise.
13807         * m4/openmp.m4: Likewise.
13808         * m4/pathmax.m4: Likewise.
13809         * m4/perl.m4: Likewise.
13810         * m4/physmem.m4: Likewise.
13811         * m4/pipe.m4: Likewise.
13812         * m4/po.m4: Likewise.
13813         * m4/poll.m4: Likewise.
13814         * m4/posixtm.m4: Likewise.
13815         * m4/posixver.m4: Likewise.
13816         * m4/printf-frexp.m4: Likewise.
13817         * m4/printf-frexpl.m4: Likewise.
13818         * m4/printf-posix.m4: Likewise.
13819         * m4/printf-posix-rpl.m4: Likewise.
13820         * m4/printf.m4: Likewise.
13821         * m4/progtest.m4: Likewise.
13822         * m4/putenv.m4: Likewise.
13823         * m4/readline.m4: Likewise.
13824         * m4/readlink.m4: Likewise.
13825         * m4/readutmp.m4: Likewise.
13826         * m4/realloc.m4: Likewise.
13827         * m4/regex.m4: Likewise.
13828         * m4/relocatable.m4: Likewise.
13829         * m4/relocatable-lib.m4: Likewise.
13830         * m4/rename-dest-slash.m4: Likewise.
13831         * m4/rename.m4: Likewise.
13832         * m4/rmdir-errno.m4: Likewise.
13833         * m4/rmdir.m4: Likewise.
13834         * m4/roundf.m4: Likewise.
13835         * m4/roundl.m4: Likewise.
13836         * m4/rpmatch.m4: Likewise.
13837         * m4/save-cwd.m4: Likewise.
13838         * m4/selinux-selinux-h.m4: Likewise.
13839         * m4/setenv.m4: Likewise.
13840         * m4/settime.m4: Likewise.
13841         * m4/sig2str.m4: Likewise.
13842         * m4/sig_atomic_t.m4: Likewise.
13843         * m4/signalblocking.m4: Likewise.
13844         * m4/signbit.m4: Likewise.
13845         * m4/sigpipe.m4: Likewise.
13846         * m4/sockets.m4: Likewise.
13847         * m4/sockpfaf.m4: Likewise.
13848         * m4/st_dm_mode.m4: Likewise.
13849         * m4/stat-time.m4: Likewise.
13850         * m4/stdbool.m4: Likewise.
13851         * m4/stdint.m4: Likewise.
13852         * m4/stdint_h.m4: Likewise.
13853         * m4/stpcpy.m4: Likewise.
13854         * m4/stpncpy.m4: Likewise.
13855         * m4/strcase.m4: Likewise.
13856         * m4/strchrnul.m4: Likewise.
13857         * m4/strcspn.m4: Likewise.
13858         * m4/strdup.m4: Likewise.
13859         * m4/strftime.m4: Likewise.
13860         * m4/strndup.m4: Likewise.
13861         * m4/strnlen.m4: Likewise.
13862         * m4/strpbrk.m4: Likewise.
13863         * m4/strptime.m4: Likewise.
13864         * m4/strsep.m4: Likewise.
13865         * m4/strtod.m4: Likewise.
13866         * m4/strtoimax.m4: Likewise.
13867         * m4/strtok_r.m4: Likewise.
13868         * m4/strtol.m4: Likewise.
13869         * m4/strtoll.m4: Likewise.
13870         * m4/strtoul.m4: Likewise.
13871         * m4/strtoull.m4: Likewise.
13872         * m4/strtoumax.m4: Likewise.
13873         * m4/strverscmp.m4: Likewise.
13874         * m4/threadlib.m4: Likewise.
13875         * m4/timegm.m4: Likewise.
13876         * m4/tm_gmtoff.m4: Likewise.
13877         * m4/tmpdir.m4: Likewise.
13878         * m4/tmpfile.m4: Likewise.
13879         * m4/tzset.m4: Likewise.
13880         * m4/uintmax_t.m4: Likewise.
13881         * m4/unlinkdir.m4: Likewise.
13882         * m4/unlocked-io.m4: Likewise.
13883         * m4/uptime.m4: Likewise.
13884         * m4/userspec.m4: Likewise.
13885         * m4/utimbuf.m4: Likewise.
13886         * m4/utime.m4: Likewise.
13887         * m4/utimes-null.m4: Likewise.
13888         * m4/utimes.m4: Likewise.
13889         * m4/vararrays.m4: Likewise.
13890         * m4/vasnprintf.m4: Likewise.
13891         * m4/vfprintf-posix.m4: Likewise.
13892         * m4/vprintf-posix.m4: Likewise.
13893         * m4/wait-process.m4: Likewise.
13894         * m4/wchar_t.m4: Likewise.
13895         * m4/wint_t.m4: Likewise.
13896         * m4/write-any-file.m4: Likewise.
13897         * m4/yield.m4: Likewise.
13898
13899 2009-01-13  Bruno Haible  <bruno@clisp.org>
13900
13901         Avoid test-copy-file.sh failures when ACL support insufficient.
13902         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
13903         TESTS_ENVIRONMENT.
13904         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
13905         Reported by Jim Meyering.
13906
13907 2009-01-13  Bruno Haible  <bruno@clisp.org>
13908
13909         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
13910         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
13911         * modules/unistdio/u8-printf-parse (Files): Likewise.
13912         * modules/unistdio/u32-printf-parse (Files): Likewise.
13913         * modules/unistdio/ulc-printf-parse (Files): Likewise.
13914
13915 2009-01-13  Simon Josefsson  <simon@josefsson.org>
13916
13917         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
13918         and m4/inttypes_h.m4 too.
13919
13920 2009-01-12  Eric Blake  <ebb9@byu.net>
13921
13922         tests: IRIX 6.2 cc can't compile -0.0 into .data
13923         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
13924         rather than at compile-time.
13925         * tests/test-floorl.c (minus_zero): Likewise.
13926         * tests/test-frexpl.c (minus_zero): Likewise.
13927         * tests/test-isnan.c (minus_zerol): Likewise.
13928         * tests/test-isnanl.h (minus_zero): Likewise.
13929         * tests/test-ldexpl.c (minus_zero): Likewise.
13930         * tests/test-roundl.c (minus_zero): Likewise.
13931         * tests/test-signbit.c (minus_zerol): Likewise.
13932         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13933         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13934         * tests/test-truncl.c (minus_zero): Likewise.
13935         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13936         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13937         Reported by Tom G. Christensen and Nelson H. F. Beebe.
13938
13939 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13940
13941         regex: fix glibc bug 9697
13942         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
13943         handling.
13944
13945 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13946
13947         regex: fix glibc bug 697
13948         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
13949         being NULL also if there are no backreferences.
13950
13951 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13952
13953         regex: merge glibc changes
13954         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
13955         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
13956         re_string_skip_chars, re_string_reconstruct): Likewise.
13957         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
13958
13959 2009-01-07  Jim Meyering  <meyering@redhat.com>
13960
13961         poll: filter through cppi
13962         * lib/poll.c: Indent cpp directives to reflect nesting.
13963
13964 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
13965
13966         poll: don't return uninitialized
13967         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
13968
13969 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
13970
13971         avoid compile failure on AIX 6.1
13972         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
13973         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
13974
13975 2009-01-04  Jim Meyering  <meyering@redhat.com>
13976
13977         remove duplicate inclusion of <stdio.h>
13978         * tests/test-fprintf-posix.c: Likewise.
13979         * tests/test-printf-posix.c: Likewise.
13980         * tests/test-snprintf-posix.c: Likewise.
13981         * tests/test-sprintf-posix.c: Likewise.
13982         * tests/test-vasprintf-posix.c: Likewise.
13983         * tests/test-vfprintf-posix.c: Likewise.
13984         * tests/test-vprintf-posix.c: Likewise.
13985         * tests/test-vsnprintf-posix.c: Likewise.
13986         * tests/test-vsprintf-posix.c: Likewise.
13987
13988 2009-01-03  Jim Meyering  <meyering@redhat.com>
13989
13990         gnulib-tool: fix sed-based filtering
13991         * gnulib-tool (func_filter_filelist): Remove extra backslash
13992         in sed_fff_filter definition.
13993
13994 2009-01-02  Jim Meyering  <meyering@redhat.com>
13995
13996         strftime: avoid compilation failure on Solaris 2.6
13997         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
13998         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
13999         Don't #define mbrlen or mbsinit, since now they're guaranteed to
14000         be available.  Reported by Tom G. Christensen.  Details in
14001         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
14002
14003 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14004             Bruno Haible  <bruno@clisp.org>
14005
14006         Speed up gnulib-tool by doing more string processing through shell
14007         built-ins.
14008         * gnulib-tool (fast_func_append): New variable.
14009         (func_remove_prefix, func_remove_suffix): New functions.
14010         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
14011         (func_filter_filelist): New function.
14012         (func_get_dependencies): Use func_remove_suffix instead of sed.
14013         (func_get_automake_snippet): Use func_filter_filelist instead of a
14014         subshell and sed invocation.
14015
14016 2009-01-01  Bruno Haible  <bruno@clisp.org>
14017
14018         Fix a security bug.
14019         * gnulib-tool (func_import, import, update): Don't allow the characters
14020         '"', '$', '`', '\' in macro arguments that become part of commands that
14021         are evaluated.
14022
14023 2009-01-01  Bruno Haible  <bruno@clisp.org>
14024
14025         * gnulib-tool (func_reset_sigpipe): Add more comments.
14026
14027 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14028
14029         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
14030         func_emit_tests_Makefile_am, func_import): Abort loops early if we
14031         already know the answer.
14032
14033 2009-01-01  Jim Meyering  <meyering@redhat.com>
14034
14035         * lib/version-etc.c (version_etc_va): Update copyright year.
14036
14037 2008-12-30  Bruno Haible  <bruno@clisp.org>
14038
14039         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
14040         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
14041         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
14042
14043 2008-12-29  Eric Blake  <ebb9@byu.net>
14044
14045         multiarch: avoid autoconf AC_REQUIRE bug
14046         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
14047         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
14048         2.63 and older.
14049         Reported by Bruno Haible, and analyzed in
14050         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
14051
14052 2008-12-29  Bruno Haible  <bruno@clisp.org>
14053
14054         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
14055         files in subdirectories correctly.
14056         Reported by Ralf Wildenhues.
14057
14058 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14059
14060         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
14061         rather than 'join FILE -', for Solaris join.
14062
14063 2008-12-29  Bruno Haible  <bruno@clisp.org>
14064
14065         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
14066         quoting.
14067         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
14068         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
14069         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
14070         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
14071         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
14072         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
14073         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
14074         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
14075         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14076         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
14077         * m4/nls.m4 (AM_NLS): Likewise.
14078         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
14079         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
14080         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
14081         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
14082         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
14083         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
14084         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
14085         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
14086         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
14087         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14088         * m4/xsize.m4 (gl_XSIZE): Likewise.
14089         Suggested by Jim Meyering.
14090
14091 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14092
14093         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
14094         * lib/parse-duration.c: use a switch instead of cascading if's.
14095
14096 2008-12-29  Eric Blake  <ebb9@byu.net>
14097
14098         wchar.h: supply WEOF on Irix 5.3
14099         * lib/wchar.in.h (wint_t): Also supply WEOF.
14100         * lib/wctype.in.h (wint_t): Likewise.
14101         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
14102         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
14103         Reported by Tom G. Christensen.
14104
14105 2008-12-26  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
14108         i486, i586, i686.
14109
14110 2008-12-26  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
14113
14114 2008-12-26  Bruno Haible  <bruno@clisp.org>
14115
14116         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
14117         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
14118         not __STDC_CONSTANT_MACROS.
14119         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
14120
14121 2008-12-25  Bruno Haible  <bruno@clisp.org>
14122
14123         Add support for universal builds to vasnprintf.
14124         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
14125         universal builds, guess no.
14126         * modules/vasnprintf-posix (Depends-on): Add multiarch.
14127         * modules/vasprintf-posix (Depends-on): Likewise.
14128         * modules/fprintf-posix (Depends-on): Likewise.
14129         * modules/vfprintf-posix (Depends-on): Likewise.
14130         * modules/snprintf-posix (Depends-on): Likewise.
14131         * modules/vsnprintf-posix (Depends-on): Likewise.
14132         * modules/sprintf-posix (Depends-on): Likewise.
14133         * modules/vsprintf-posix (Depends-on): Likewise.
14134         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14135         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14136         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14137         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14138         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14139         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14140         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14141
14142         Add support for universal builds to <inttypes.h>.
14143         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
14144         _SCNu64_PREFIX): In Apple
14145         universal builds, define directly, using _LP64.
14146         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
14147         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
14148         * modules/inttypes (Depends-on): Add multiarch.
14149         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14150
14151         Add support for universal builds to <stdint.h>.
14152         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
14153         universal builds, define directly, using _LP64.
14154         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
14155         Apple universal builds, don't test for the size and suffix of ptrdiff_t
14156         and size_t.
14157         * modules/stdint (Depends-on): Add multiarch.
14158         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14159
14160         New module 'multiarch'.
14161         * modules/multiarch: New file.
14162         * m4/multiarch.m4: New file.
14163
14164 2008-12-25  Bruno Haible  <bruno@clisp.org>
14165
14166         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
14167
14168 2008-12-25  Bruno Haible  <bruno@clisp.org>
14169
14170         * modules/btowc (License): Relicense under LGPLv2+.
14171         * modules/mbsinit (License): Likewise.
14172         * modules/mbrtowc (License): Likewise.
14173         * modules/wcrtomb (License): Likewise.
14174         * modules/streq (License): Likewise.
14175         Reported by David Lutterkort <lutter@redhat.com>.
14176
14177 2008-12-23  Bruno Haible  <bruno@clisp.org>
14178
14179         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
14180
14181 2008-12-23  Bruno Haible  <bruno@clisp.org>
14182
14183         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
14184         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
14185         GETADDRINFO_LIB, not in LIBS.
14186         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
14187         * modules/canon-host (Link): Likewise.
14188         * NEWS: Mention the change.
14189         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
14190         GETADDRINFO_LIB.
14191
14192 2008-12-22  Bruno Haible  <bruno@clisp.org>
14193
14194         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
14195         * doc/posix-functions/iswalpha_l.texi: Likewise.
14196         * doc/posix-functions/iswblank_l.texi: Likewise.
14197         * doc/posix-functions/iswcntrl_l.texi: Likewise.
14198         * doc/posix-functions/iswctype_l.texi: Likewise.
14199         * doc/posix-functions/iswdigit_l.texi: Likewise.
14200         * doc/posix-functions/iswgraph_l.texi: Likewise.
14201         * doc/posix-functions/iswlower_l.texi: Likewise.
14202         * doc/posix-functions/iswprint_l.texi: Likewise.
14203         * doc/posix-functions/iswpunct_l.texi: Likewise.
14204         * doc/posix-functions/iswspace_l.texi: Likewise.
14205         * doc/posix-functions/iswupper_l.texi: Likewise.
14206         * doc/posix-functions/iswxdigit_l.texi: Likewise.
14207         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
14208         * doc/posix-functions/open_wmemstream.texi: Likewise.
14209         * doc/posix-functions/swscanf.texi: Likewise.
14210         * doc/posix-functions/towctrans_l.texi: Likewise.
14211         * doc/posix-functions/towlower.texi: Likewise.
14212         * doc/posix-functions/towlower_l.texi: Likewise.
14213         * doc/posix-functions/towupper.texi: Likewise.
14214         * doc/posix-functions/towupper_l.texi: Likewise.
14215         * doc/posix-functions/vfwprintf.texi: Likewise.
14216         * doc/posix-functions/vfwscanf.texi: Likewise.
14217         * doc/posix-functions/vswscanf.texi: Likewise.
14218         * doc/posix-functions/vwprintf.texi: Likewise.
14219         * doc/posix-functions/vwscanf.texi: Likewise.
14220         * doc/posix-functions/wcpcpy.texi: Likewise.
14221         * doc/posix-functions/wcpncpy.texi: Likewise.
14222         * doc/posix-functions/wcscasecmp.texi: Likewise.
14223         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
14224         * doc/posix-functions/wcscoll_l.texi: Likewise.
14225         * doc/posix-functions/wcsdup.texi: Likewise.
14226         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14227         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
14228         * doc/posix-functions/wcsnlen.texi: Likewise.
14229         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14230         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
14231         * doc/posix-functions/wctrans_l.texi: Likewise.
14232         * doc/posix-functions/wctype_l.texi: Likewise.
14233         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
14234         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
14235         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
14236         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
14237         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
14238         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
14239         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
14240         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
14241         * doc/glibc-functions/wcschrnul.texi: Likewise.
14242         * doc/glibc-functions/wcsftime_l.texi: Likewise.
14243         * doc/glibc-functions/wcstod_l.texi: Likewise.
14244         * doc/glibc-functions/wcstof_l.texi: Likewise.
14245         * doc/glibc-functions/wcstol_l.texi: Likewise.
14246         * doc/glibc-functions/wcstold_l.texi: Likewise.
14247         * doc/glibc-functions/wcstoll_l.texi: Likewise.
14248         * doc/glibc-functions/wcstoq.texi: Likewise.
14249         * doc/glibc-functions/wcstoul_l.texi: Likewise.
14250         * doc/glibc-functions/wcstoull_l.texi: Likewise.
14251         * doc/glibc-functions/wcstouq.texi: Likewise.
14252         * doc/glibc-functions/wmempcpy.texi: Likewise.
14253
14254 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
14255             Eric Blake  <ebb9@byu.net>
14256             Paolo Bonzini  <bonzini@gnu.org>
14257             Bruno Haible  <bruno@clisp.org>
14258
14259         Make c-stack work on Haiku.
14260         * lib/c-stack.c (SA_ONSTACK): Define fallback.
14261         (c_stack_action): Use SA_ONSTACK flag.
14262
14263 2008-12-22  Bruno Haible  <bruno@clisp.org>
14264
14265         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
14266
14267 2008-12-22  Bruno Haible  <bruno@clisp.org>
14268
14269         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
14270         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
14271         being overridden.
14272         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
14273         New macros.
14274         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
14275         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
14276         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
14277         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
14278
14279 2008-12-22  Bruno Haible  <bruno@clisp.org>
14280
14281         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
14282         from test code.
14283
14284 2008-12-22  Eric Blake  <ebb9@byu.net>
14285
14286         Avoid gcc warnings on cygwin.
14287         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
14288         Avoid unused variable.
14289         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
14290         Likewise.
14291
14292 2008-12-22  Bruno Haible  <bruno@clisp.org>
14293
14294         Remove HAVE_MBRTOWC conditionals.
14295         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14296         (mbscasecmp): Assume mbrtowc function.
14297         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14298         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14299         * lib/mbschr.c: Include mbuiter.h unconditionally.
14300         (mbschr): Assume mbrtowc function.
14301         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14302         (mbscspn): Assume mbrtowc function.
14303         * lib/mbslen.c: Include mbuiter.h unconditionally.
14304         (mbslen): Assume mbrtowc function.
14305         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
14306         (mbsncasecmp): Assume mbrtowc function.
14307         * lib/mbsnlen.c: Include mbiter.h unconditionally.
14308         (mbsnlen): Assume mbrtowc function.
14309         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
14310         (mbspbrk): Assume mbrtowc function.
14311         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
14312         (mbspcasecmp): Assume mbrtowc function.
14313         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
14314         (mbsrchr): Assume mbrtowc function.
14315         * lib/mbssep.c: Include mbuiter.h unconditionally.
14316         (mbssep): Assume mbrtowc function.
14317         * lib/mbsspn.c: Include mbuiter.h unconditionally.
14318         (mbsspn): Assume mbrtowc function.
14319         * lib/mbsstr.c: Include mbuiter.h unconditionally.
14320         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
14321         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
14322         (mbstok_r): Assume mbrtowc function.
14323         * lib/propername.c: Include mbuiter.h unconditionally.
14324         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
14325         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
14326         (trim2): Assume mbrtowc function.
14327         * lib/mbswidth.c (mbsinit): Remove fallback definition.
14328         (mbsnwidth): Assume mbrtowc function.
14329         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
14330         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
14331         fallback definitions.
14332         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
14333
14334 2008-12-22  Bruno Haible  <bruno@clisp.org>
14335
14336         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
14337
14338 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
14339
14340         * modules/regex: Request emulations for the mb*/wc* functions we need.
14341         * m4/regex.m4: Don't look for those functions here.
14342         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
14343
14344 2008-12-22  Bruno Haible  <bruno@clisp.org>
14345
14346         * modules/fnmatch (Depends-on): Remove duplicated dependency.
14347
14348 2008-12-21  Bruno Haible  <bruno@clisp.org>
14349
14350         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
14351         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
14352         (Include): Remove conditionalization.
14353         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
14354         (Include): Remove conditionalization.
14355         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
14356         (Include): Remove conditionalization.
14357         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
14358         * m4/mbfile.m4 (gl_MBFILE): Likewise.
14359         * NEWS: Mention the change.
14360         Reported by Alan Hourihane <alanh@fairlite.co.uk>
14361         via Sergey Poznyakoff <gray@gnu.org.ua>.
14362
14363 2008-12-21  Bruno Haible  <bruno@clisp.org>
14364
14365         * MODULES.html.sh (Extended multibyte and wide character utilities
14366         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
14367         wcrtomb, wcsrtombs.
14368         (Support for systems lacking POSIX:2008): Add accept, bind, close,
14369         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
14370         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
14371         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
14372
14373 2008-12-21  Bruno Haible  <bruno@clisp.org>
14374
14375         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
14376
14377 2008-12-21  Bruno Haible  <bruno@clisp.org>
14378
14379         * modules/wcsnrtombs-tests: New file.
14380         * tests/test-wcsnrtombs1.sh: New file.
14381         * tests/test-wcsnrtombs2.sh: New file.
14382         * tests/test-wcsnrtombs3.sh: New file.
14383         * tests/test-wcsnrtombs4.sh: New file.
14384         * tests/test-wcsnrtombs.c: New file.
14385
14386         New module 'wcsnrtombs'.
14387         * lib/wchar.in.h (wcsnrtombs): New declaration.
14388         * lib/wcsnrtombs.c: New file.
14389         * lib/wcsrtombs-state.c: New file.
14390         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
14391         (internal_state): Remove variable.
14392         * m4/wcsnrtombs.m4: New file.
14393         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
14394         compilation units.
14395         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
14396         HAVE_WCSNRTOMBS.
14397         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
14398         HAVE_WCSNRTOMBS.
14399         * modules/wcsnrtombs: New file.
14400         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
14401         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
14402
14403 2008-12-21  Bruno Haible  <bruno@clisp.org>
14404
14405         * modules/wcsrtombs-tests: New file.
14406         * tests/test-wcsrtombs1.sh: New file.
14407         * tests/test-wcsrtombs2.sh: New file.
14408         * tests/test-wcsrtombs3.sh: New file.
14409         * tests/test-wcsrtombs4.sh: New file.
14410         * tests/test-wcsrtombs.c: New file.
14411
14412         New module 'wcsrtombs'.
14413         * lib/wchar.in.h (wcsrtombs): New declaration.
14414         * lib/wcsrtombs.c: New file.
14415         * m4/wcsrtombs.m4: New file.
14416         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
14417         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14418         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
14419         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14420         * modules/wcsrtombs: New file.
14421         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
14422         bugs.
14423
14424 2008-12-21  Bruno Haible  <bruno@clisp.org>
14425
14426         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
14427         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
14428         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
14429         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
14430         if not correct.
14431         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
14432         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
14433         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14434         m4/locale-zh.m4, m4/codeset.m4.
14435         * doc/posix-functions/wcrtomb.texi: Document the bug.
14436
14437 2008-12-21  Bruno Haible  <bruno@clisp.org>
14438
14439         Work around a btowc() bug on IRIX 6.5.
14440         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
14441         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
14442         REPLACE_WTOBC if not.
14443         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
14444         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
14445         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
14446
14447 2008-12-21  Bruno Haible  <bruno@clisp.org>
14448
14449         * modules/wcrtomb-tests: New file.
14450         * tests/test-wcrtomb.sh: New file.
14451         * tests/test-wcrtomb.c: New file.
14452
14453         New module 'wcrtomb'.
14454         * lib/wchar.in.h (wcrtomb): New declaration.
14455         * lib/wcrtomb.c: New file.
14456         * m4/wcrtomb.m4: New file.
14457         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14458         HAVE_WCRTOMB.
14459         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14460         HAVE_WCRTOMB.
14461         * modules/wcrtomb: New file.
14462         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14463
14464 2008-12-21  Bruno Haible  <bruno@clisp.org>
14465
14466         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14467         * modules/mbsrtowcs (Files): Likewise.
14468         * modules/wctob (Files): Likewise.
14469         * modules/c-strcase-tests (Files): Likewise.
14470         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14471         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14472         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14473         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14474         * modules/vasnprintf-posix-tests (Files): Likewise.
14475
14476 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14477
14478         gitlog-to-changelog: pass all command-line arguments to git-log
14479         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14480         it is sometimes convenient to filter the commits in various ways.
14481         gitlog-to-changelog only allows --since to specify a start date,
14482         but git-log itself supports many other filtering mechanisms.
14483         At the moment, I want to filter by branch name.  Rather than
14484         adding a --branch option to gitlog-to-changelog, it seems more
14485         flexible to simply pass all options directly to git-log and let
14486         git do the work.  Notice that this effectively makes --since a
14487         redundant option for gitlog-to-changelog, but removing it would
14488         require current usage to change since calls would then require
14489         an additional '--'.
14490
14491 2008-12-21  Bruno Haible  <bruno@clisp.org>
14492
14493         * modules/mbsnrtowcs-tests: New file.
14494         * tests/test-mbsnrtowcs1.sh: New file.
14495         * tests/test-mbsnrtowcs2.sh: New file.
14496         * tests/test-mbsnrtowcs3.sh: New file.
14497         * tests/test-mbsnrtowcs4.sh: New file.
14498         * tests/test-mbsnrtowcs.c: New file.
14499
14500         New module 'mbsnrtowcs'.
14501         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14502         * lib/mbsnrtowcs.c: New file.
14503         * lib/mbsrtowcs-state.c: New file.
14504         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14505         (internal_state): Remove variable.
14506         * m4/mbsnrtowcs.m4: New file.
14507         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14508         compilation units.
14509         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14510         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14511         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14512         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14513         * modules/mbsnrtowcs: New file.
14514         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14515         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14516         portability problem.
14517
14518 2008-12-21  Bruno Haible  <bruno@clisp.org>
14519
14520         Work around mbsrtowcs bug.
14521         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14522         (gl_FUNC_MBSRTOWCS): Invoke it.
14523         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14524         m4/locale-zh.m4.
14525         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14526
14527 2008-12-21  Bruno Haible  <bruno@clisp.org>
14528
14529         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14530
14531 2008-12-21  Bruno Haible  <bruno@clisp.org>
14532
14533         Update doc for AIX.
14534         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14535         16-bit wchar_t type.
14536         * doc/posix-functions/btowc.texi: Likewise.
14537         * doc/posix-functions/fgetwc.texi: Likewise.
14538         * doc/posix-functions/fgetws.texi: Likewise.
14539         * doc/posix-functions/fputwc.texi: Likewise.
14540         * doc/posix-functions/fputws.texi: Likewise.
14541         * doc/posix-functions/fwide.texi: Likewise.
14542         * doc/posix-functions/fwprintf.texi: Likewise.
14543         * doc/posix-functions/fwscanf.texi: Likewise.
14544         * doc/posix-functions/getwchar.texi: Likewise.
14545         * doc/posix-functions/getwc.texi: Likewise.
14546         * doc/posix-functions/iswalnum.texi: Likewise.
14547         * doc/posix-functions/iswalpha.texi: Likewise.
14548         * doc/posix-functions/iswblank.texi: Likewise.
14549         * doc/posix-functions/iswcntrl.texi: Likewise.
14550         * doc/posix-functions/iswctype.texi: Likewise.
14551         * doc/posix-functions/iswdigit.texi: Likewise.
14552         * doc/posix-functions/iswgraph.texi: Likewise.
14553         * doc/posix-functions/iswlower.texi: Likewise.
14554         * doc/posix-functions/iswprint.texi: Likewise.
14555         * doc/posix-functions/iswpunct.texi: Likewise.
14556         * doc/posix-functions/iswspace.texi: Likewise.
14557         * doc/posix-functions/iswupper.texi: Likewise.
14558         * doc/posix-functions/iswxdigit.texi: Likewise.
14559         * doc/posix-functions/mbrtowc.texi: Likewise.
14560         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14561         * doc/posix-functions/mbstowcs.texi: Likewise.
14562         * doc/posix-functions/mbtowc.texi: Likewise.
14563         * doc/posix-functions/putwchar.texi: Likewise.
14564         * doc/posix-functions/putwc.texi: Likewise.
14565         * doc/posix-functions/swprintf.texi: Likewise.
14566         * doc/posix-functions/tolower.texi: Likewise.
14567         * doc/posix-functions/toupper.texi: Likewise.
14568         * doc/posix-functions/towctrans.texi: Likewise.
14569         * doc/posix-functions/ungetwc.texi: Likewise.
14570         * doc/posix-functions/vswprintf.texi: Likewise.
14571         * doc/posix-functions/wcrtomb.texi: Likewise.
14572         * doc/posix-functions/wcscat.texi: Likewise.
14573         * doc/posix-functions/wcschr.texi: Likewise.
14574         * doc/posix-functions/wcscmp.texi: Likewise.
14575         * doc/posix-functions/wcscoll.texi: Likewise.
14576         * doc/posix-functions/wcscpy.texi: Likewise.
14577         * doc/posix-functions/wcscspn.texi: Likewise.
14578         * doc/posix-functions/wcsftime.texi: Likewise.
14579         * doc/posix-functions/wcslen.texi: Likewise.
14580         * doc/posix-functions/wcsncat.texi: Likewise.
14581         * doc/posix-functions/wcsncmp.texi: Likewise.
14582         * doc/posix-functions/wcsncpy.texi: Likewise.
14583         * doc/posix-functions/wcspbrk.texi: Likewise.
14584         * doc/posix-functions/wcsrchr.texi: Likewise.
14585         * doc/posix-functions/wcsrtombs.texi: Likewise.
14586         * doc/posix-functions/wcsspn.texi: Likewise.
14587         * doc/posix-functions/wcsstr.texi: Likewise.
14588         * doc/posix-functions/wcstod.texi: Likewise.
14589         * doc/posix-functions/wcstof.texi: Likewise.
14590         * doc/posix-functions/wcstoimax.texi: Likewise.
14591         * doc/posix-functions/wcstok.texi: Likewise.
14592         * doc/posix-functions/wcstold.texi: Likewise.
14593         * doc/posix-functions/wcstoll.texi: Likewise.
14594         * doc/posix-functions/wcstol.texi: Likewise.
14595         * doc/posix-functions/wcstombs.texi: Likewise.
14596         * doc/posix-functions/wcstoull.texi: Likewise.
14597         * doc/posix-functions/wcstoul.texi: Likewise.
14598         * doc/posix-functions/wcstoumax.texi: Likewise.
14599         * doc/posix-functions/wcswidth.texi: Likewise.
14600         * doc/posix-functions/wcsxfrm.texi: Likewise.
14601         * doc/posix-functions/wctob.texi: Likewise.
14602         * doc/posix-functions/wctomb.texi: Likewise.
14603         * doc/posix-functions/wctrans.texi: Likewise.
14604         * doc/posix-functions/wctype.texi: Likewise.
14605         * doc/posix-functions/wcwidth.texi: Likewise.
14606         * doc/posix-functions/wmemchr.texi: Likewise.
14607         * doc/posix-functions/wmemcmp.texi: Likewise.
14608         * doc/posix-functions/wmemcpy.texi: Likewise.
14609         * doc/posix-functions/wmemmove.texi: Likewise.
14610         * doc/posix-functions/wmemset.texi: Likewise.
14611         * doc/posix-functions/wprintf.texi: Likewise.
14612         * doc/posix-functions/wscanf.texi: Likewise.
14613
14614 2008-12-21  Bruno Haible  <bruno@clisp.org>
14615
14616         Update doc for HP-UX 11.11.
14617         * doc/posix-functions/btowc.texi: Clarify that the function is missing
14618         in HP-UX version 11.00, not in all versions of HP-UX 11.
14619         * doc/posix-functions/fwide.texi: Likewise.
14620         * doc/posix-functions/fwprintf.texi: Likewise.
14621         * doc/posix-functions/fwscanf.texi: Likewise.
14622         * doc/posix-functions/inet_ntop.texi: Likewise.
14623         * doc/posix-functions/inet_pton.texi: Likewise.
14624         * doc/posix-functions/mbrlen.texi: Likewise.
14625         * doc/posix-functions/mbrtowc.texi: Likewise.
14626         * doc/posix-functions/mbsinit.texi: Likewise.
14627         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14628         * doc/posix-functions/swprintf.texi: Likewise.
14629         * doc/posix-functions/swscanf.texi: Likewise.
14630         * doc/posix-functions/towctrans.texi: Likewise.
14631         * doc/posix-functions/vfwprintf.texi: Likewise.
14632         * doc/posix-functions/vswprintf.texi: Likewise.
14633         * doc/posix-functions/vwprintf.texi: Likewise.
14634         * doc/posix-functions/wcrtomb.texi: Likewise.
14635         * doc/posix-functions/wcsrtombs.texi: Likewise.
14636         * doc/posix-functions/wcsstr.texi: Likewise.
14637         * doc/posix-functions/wctob.texi: Likewise.
14638         * doc/posix-functions/wctrans.texi: Likewise.
14639         * doc/posix-functions/wmemchr.texi: Likewise.
14640         * doc/posix-functions/wmemcmp.texi: Likewise.
14641         * doc/posix-functions/wmemcpy.texi: Likewise.
14642         * doc/posix-functions/wmemmove.texi: Likewise.
14643         * doc/posix-functions/wmemset.texi: Likewise.
14644         * doc/posix-functions/wprintf.texi: Likewise.
14645         * doc/posix-functions/wscanf.texi: Likewise.
14646
14647 2008-12-21  Bruno Haible  <bruno@clisp.org>
14648
14649         Work around a portability problem.
14650         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
14651         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
14652
14653 2008-12-20  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
14656         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
14657         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
14658         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
14659         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
14660
14661         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
14662         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
14663         set.
14664         (GNULIB_defined_mbstate_t): New macro.
14665         (mbsinit): Redefine if REPLACE_MBSINIT is set.
14666         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
14667         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
14668         reuses the system's mbrtowc function but works around the bugs.
14669         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
14670         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
14671         macros.
14672         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
14673         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
14674         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
14675         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
14676         REPLACE_MBSINIT if mbsinit needs to be overridden.
14677         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
14678         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14679         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
14680         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14681         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14682         m4/locale-zh.m4.
14683         (Depends): Add mbsinit.
14684         * modules/mbsinit (Depends): Add mbrtowc.
14685         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
14686
14687 2008-12-20  Bruno Haible  <bruno@clisp.org>
14688
14689         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
14690         so that there are no conversion errors on AIX.
14691         * tests/test-mbsrtowcs.c (main): LIkewise.
14692
14693 2008-12-20  Bruno Haible  <bruno@clisp.org>
14694
14695         Work around wctob bug on Solaris <= 9.
14696         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
14697         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
14698         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
14699         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
14700         * modules/wctob (Files): Add m4/locale-fr.m4.
14701         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
14702
14703 2008-12-20  Bruno Haible  <bruno@clisp.org>
14704
14705         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
14706         /dev/null.
14707         * tests/test-select-in.sh: Likewise.
14708         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14709
14710 2008-12-20  Bruno Haible  <bruno@clisp.org>
14711
14712         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
14713         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
14714         Cygwin 1.5.x.
14715
14716 2008-12-20  Bruno Haible  <bruno@clisp.org>
14717
14718         Ensure mbstate_t is defined on HP-UX 11.11.
14719         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
14720         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
14721         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
14722         AC_USE_SYSTEM_EXTENSIONS.
14723         * modules/fnmatch (Depends-on): Add extensions.
14724         * modules/mbrlen (Depends-on): Likewise.
14725         * modules/mbrtowc (Depends-on): Likewise.
14726         * modules/mbsinit (Depends-on): Likewise.
14727         * modules/mbsrtowcs (Depends-on): Likewise.
14728         * modules/mbswidth (Depends-on): Likewise.
14729         * modules/quotearg (Depends-on): Likewise.
14730         * modules/strftime (Depends-on): Likewise.
14731
14732 2008-12-20  Bruno Haible  <bruno@clisp.org>
14733
14734         Ensure wctob is declared on IRIX 6.5.
14735         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
14736         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
14737         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
14738         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
14739         of HAVE_WCTOB.
14740         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
14741         HAVE_WCTOB.
14742         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
14743
14744 2008-12-19  Bruno Haible  <bruno@clisp.org>
14745
14746         * modules/mbsrtowcs-tests: New file.
14747         * tests/test-mbsrtowcs1.sh: New file.
14748         * tests/test-mbsrtowcs2.sh: New file.
14749         * tests/test-mbsrtowcs3.sh: New file.
14750         * tests/test-mbsrtowcs4.sh: New file.
14751         * tests/test-mbsrtowcs.c: New file.
14752
14753         New module 'mbsrtowcs'.
14754         * lib/wchar.in.h (mbsrtowcs): New declaration.
14755         * lib/mbsrtowcs.c: New file.
14756         * m4/mbsrtowcs.m4: New file.
14757         * modules/mbsrtowcs: New file.
14758         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
14759         HAVE_MBSRTOWCS.
14760         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
14761         HAVE_MBSRTOWCS.
14762         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
14763
14764 2008-12-19  Bruno Haible  <bruno@clisp.org>
14765
14766         New module 'mbrlen'.
14767         * lib/wchar.in.h (mbrlen): New declaration.
14768         * lib/mbrlen.c: New file.
14769         * m4/mbrlen.m4: New file.
14770         * modules/mbrlen: New file.
14771         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
14772         HAVE_MBRLEN.
14773         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
14774         HAVE_MBRLEN.
14775         * doc/posix-functions/mbrlen.texi: Document the new module.
14776
14777 2008-12-19  Bruno Haible  <bruno@clisp.org>
14778
14779         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
14780         * modules/mbrtowc (Depends-on): Add verify.
14781         Suggested by Paul Eggert.
14782
14783 2008-12-18  Bruno Haible  <bruno@clisp.org>
14784
14785         * modules/mbsinit-tests: New file.
14786         * tests/test-mbsinit.sh: New file.
14787         * tests/test-mbsinit.c: New file.
14788
14789 2008-12-18  Bruno Haible  <bruno@clisp.org>
14790
14791         * modules/mbrtowc-tests: New file.
14792         * tests/test-mbrtowc1.sh: New file.
14793         * tests/test-mbrtowc2.sh: New file.
14794         * tests/test-mbrtowc3.sh: New file.
14795         * tests/test-mbrtowc4.sh: New file.
14796         * tests/test-mbrtowc.c: New file.
14797
14798         New module 'mbrtowc'.
14799         * lib/wchar.in.h (mbstate_t): Override when the system does not have
14800         mbsinit and mbrtowc.
14801         (mbrtowc): New declaration.
14802         * lib/mbrtowc.c: New file.
14803         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
14804         * modules/mbrtowc: New file.
14805         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
14806         HAVE_MBRTOWC.
14807         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
14808         HAVE_MBRTOWC.
14809         * doc/posix-functions/mbrtowc.texi: Document the new module.
14810
14811 2008-12-18  Bruno Haible  <bruno@clisp.org>
14812
14813         New module 'wctob'.
14814         * lib/wchar.in.h (wctob): New declaration.
14815         * lib/wctob.c: New file.
14816         * m4/wctob.m4: New file.
14817         * modules/wctob: New file.
14818         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
14819         HAVE_WCTOB.
14820         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
14821         * doc/posix-functions/wctob.texi: Document the new module.
14822
14823 2008-12-18  Bruno Haible  <bruno@clisp.org>
14824
14825         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
14826         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
14827
14828 2008-12-18  Simon Josefsson  <simon@josefsson.org>
14829
14830         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
14831         G. Christensen" <tgc@jupiterrise.com>.
14832
14833         * lib/flock.c: Need to include errno.h.  Reported by "Tom
14834         G. Christensen" <tgc@jupiterrise.com>.
14835
14836         * lib/flock.c: Need to include string.h.  Reported by "Tom
14837         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
14838         <ebb9@byu.net>.
14839
14840 2008-12-18  Bruno Haible  <bruno@clisp.org>
14841
14842         * m4/locale-ja.m4: New file, from GNU gettext.
14843
14844 2008-12-17  Bruno Haible  <bruno@clisp.org>
14845
14846         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
14847         Suggested by Eric Blake.
14848
14849 2008-12-17  Bruno Haible  <bruno@clisp.org>
14850
14851         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
14852
14853 2008-12-17  Bruno Haible  <bruno@clisp.org>
14854
14855         * lib/mbsinit.c: Include verify.h. Verify an assumption.
14856         * modules/mbsinit (Depends-on): Add verify.
14857         Suggested by Paul Eggert.
14858
14859 2008-12-17  Bruno Haible  <bruno@clisp.org>
14860
14861         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
14862         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
14863         gl_FUNC_MBRTOWC.
14864         * m4/mbiter.m4 (gl_MBITER): LIkewise.
14865         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
14866         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
14867         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
14868         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
14869         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
14870         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
14871         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
14872         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
14873         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
14874         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
14875         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
14876         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
14877         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
14878         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
14879         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14880         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
14881         * modules/trim (configure.ac): Likewise.
14882
14883 2008-12-17  Bruno Haible  <bruno@clisp.org>
14884
14885         * modules/btowc-tests: New file.
14886         * tests/test-btowc1.sh: New file.
14887         * tests/test-btowc2.sh: New file.
14888         * tests/test-btowc.c: New file.
14889
14890         New module 'btowc'.
14891         * lib/wchar.in.h (btowc): New declaration.
14892         * lib/btowc.c: New file.
14893         * m4/btowc.m4: New file.
14894         * modules/btowc: New file.
14895         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14896         HAVE_BTOWC.
14897         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
14898         * doc/posix-functions/btowc.texi: Document the new module.
14899
14900 2008-12-17  Bruno Haible  <bruno@clisp.org>
14901
14902         New module 'mbsinit'.
14903         * lib/wchar.in.h (mbsinit): New declaration.
14904         * lib/mbsinit.c: New file.
14905         * m4/mbsinit.m4: New file.
14906         * modules/mbsinit: New file.
14907         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
14908         HAVE_MBSINIT.
14909         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
14910         HAVE_MBSINIT.
14911         * doc/posix-functions/mbsinit.texi: Document the new module.
14912
14913 2008-12-16  Bruno Haible  <bruno@clisp.org>
14914
14915         * lib/unistd.in.h: Add comment.
14916         * tests/test-environ.c: Don't include <stdlib.h>.
14917
14918 2008-12-16  Bruno Haible  <bruno@clisp.org>
14919
14920         * lib/parse-duration.h (parse_duration): Document return value
14921         convention.
14922         * lib/parse-duration.c: Include specification header first. Add
14923         comments.
14924         (_): Remove macro.
14925         (parse_year_month_day, parse_hour_minute_second): Move side effects
14926         outside of strchr call.
14927         (parse_non_iso8601): Move side effects outside of isspace call.
14928         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
14929         call.
14930
14931 2008-12-16  Bruno Haible  <bruno@clisp.org>
14932
14933         * tests/test-parse-duration.sh: Produce no output when the test
14934         succeeds.
14935
14936 2008-12-16  Bruno Haible  <bruno@clisp.org>
14937
14938         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
14939         expressions.
14940
14941 2008-12-15  Bruno Haible  <bruno@clisp.org>
14942
14943         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
14944         * doc/glibc-functions/flistxattr.texi: Likewise.
14945         * doc/glibc-functions/fopencookie.texi: Likewise.
14946         * doc/glibc-functions/fremovexattr.texi: Likewise.
14947         * doc/glibc-functions/fsetxattr.texi: Likewise.
14948         * doc/glibc-functions/getxattr.texi: Likewise.
14949         * doc/glibc-functions/lgetxattr.texi: Likewise.
14950         * doc/glibc-functions/listxattr.texi: Likewise.
14951         * doc/glibc-functions/llistxattr.texi: Likewise.
14952         * doc/glibc-functions/lremovexattr.texi: Likewise.
14953         * doc/glibc-functions/lsetxattr.texi: Likewise.
14954         * doc/glibc-functions/removexattr.texi: Likewise.
14955         * doc/glibc-functions/setxattr.texi: Likewise.
14956         * doc/posix-functions/open_memstream.texi: Likewise.
14957
14958 2008-12-15  Eric Blake  <ebb9@byu.net>
14959
14960         Update doc for cygwin 1.7.
14961         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
14962         functions.
14963         * doc/posix-functions/fchmodat.texi: Likewise.
14964         * doc/posix-functions/fchownat.texi: Likewise.
14965         * doc/posix-functions/fdopendir.texi: Likewise.
14966         * doc/posix-functions/fmemopen.texi: Likewise.
14967         * doc/posix-functions/freeaddrinfo.texi: Likewise.
14968         * doc/posix-functions/fstatat.texi: Likewise.
14969         * doc/posix-functions/futimens.texi: Likewise.
14970         * doc/posix-functions/gai_strerror.texi: Likewise.
14971         * doc/posix-functions/getaddrinfo.texi: Likewise.
14972         * doc/posix-functions/getnameinfo.texi: Likewise.
14973         * doc/posix-functions/if_freenameindex.texi: Likewise.
14974         * doc/posix-functions/if_indextoname.texi: Likewise.
14975         * doc/posix-functions/if_nameindex.texi: Likewise.
14976         * doc/posix-functions/if_nametoindex.texi: Likewise.
14977         * doc/posix-functions/insque.texi: Likewise.
14978         * doc/posix-functions/linkat.texi: Likewise.
14979         * doc/posix-functions/llrint.texi: Likewise.
14980         * doc/posix-functions/llrintf.texi: Likewise.
14981         * doc/posix-functions/llrintl.texi: Likewise.
14982         * doc/posix-functions/lockf.texi: Likewise.
14983         * doc/posix-functions/lrintl.texi: Likewise.
14984         * doc/posix-functions/mkdirat.texi: Likewise.
14985         * doc/posix-functions/mkfifoat.texi: Likewise.
14986         * doc/posix-functions/mknodat.texi: Likewise.
14987         * doc/posix-functions/mq_close.texi: Likewise.
14988         * doc/posix-functions/mq_getattr.texi: Likewise.
14989         * doc/posix-functions/mq_notify.texi: Likewise.
14990         * doc/posix-functions/mq_open.texi: Likewise.
14991         * doc/posix-functions/mq_receive.texi: Likewise.
14992         * doc/posix-functions/mq_send.texi: Likewise.
14993         * doc/posix-functions/mq_setattr.texi: Likewise.
14994         * doc/posix-functions/mq_timedreceive.texi: Likewise.
14995         * doc/posix-functions/mq_timedsend.texi: Likewise.
14996         * doc/posix-functions/mq_unlink.texi: Likewise.
14997         * doc/posix-functions/open_memstream.texi: Likewise.
14998         * doc/posix-functions/openat.texi: Likewise.
14999         * doc/posix-functions/posix_fadvise.texi: Likewise.
15000         * doc/posix-functions/posix_fallocate.texi: Likewise.
15001         * doc/posix-functions/posix_madvise.texi: Likewise.
15002         * doc/posix-functions/posix_memalign.texi: Likewise.
15003         * doc/posix-functions/posix_openpt.texi: Likewise.
15004         * doc/posix-functions/readlinkat.texi: Likewise.
15005         * doc/posix-functions/remque.texi: Likewise.
15006         * doc/posix-functions/renameat.texi: Likewise.
15007         * doc/posix-functions/rintl.texi: Likewise.
15008         * doc/posix-functions/sem_unlink.texi: Likewise.
15009         * doc/posix-functions/shm_open.texi: Likewise.
15010         * doc/posix-functions/shm_unlink.texi: Likewise.
15011         * doc/posix-functions/signgam.texi: Likewise.
15012         * doc/posix-functions/sigset.texi: Likewise.
15013         * doc/posix-functions/stpcpy.texi: Likewise.
15014         * doc/posix-functions/stpncpy.texi: Likewise.
15015         * doc/posix-functions/strerror.texi: Likewise.
15016         * doc/posix-functions/strtod.texi: Likewise.
15017         * doc/posix-functions/symlinkat.texi: Likewise.
15018         * doc/posix-functions/unlinkat.texi: Likewise.
15019         * doc/posix-functions/utimensat.texi: Likewise.
15020         * doc/glibc-functions/bindresvport.texi: Likewise.
15021         * doc/glibc-functions/dn_expand.texi: Likewise.
15022         * doc/glibc-functions/exp10.texi: Likewise.
15023         * doc/glibc-functions/exp10f.texi: Likewise.
15024         * doc/glibc-functions/fgetxattr.texi: Likewise.
15025         * doc/glibc-functions/flistxattr.texi: Likewise.
15026         * doc/glibc-functions/fopencookie.texi: Likewise.
15027         * doc/glibc-functions/freeifaddrs.texi: Likewise.
15028         * doc/glibc-functions/fremovexattr.texi: Likewise.
15029         * doc/glibc-functions/fsetxattr.texi: Likewise.
15030         * doc/glibc-functions/getifaddrs.texi: Likewise.
15031         * doc/glibc-functions/getxattr.texi: Likewise.
15032         * doc/glibc-functions/lgetxattr.texi: Likewise.
15033         * doc/glibc-functions/listxattr.texi: Likewise.
15034         * doc/glibc-functions/llistxattr.texi: Likewise.
15035         * doc/glibc-functions/lremovexattr.texi: Likewise.
15036         * doc/glibc-functions/lsetxattr.texi: Likewise.
15037         * doc/glibc-functions/pow10.texi: Likewise.
15038         * doc/glibc-functions/pow10f.texi: Likewise.
15039         * doc/glibc-functions/rcmd_af.texi: Likewise.
15040         * doc/glibc-functions/removexattr.texi: Likewise.
15041         * doc/glibc-functions/res_init.texi: Likewise.
15042         * doc/glibc-functions/res_mkquery.texi: Likewise.
15043         * doc/glibc-functions/res_query.texi: Likewise.
15044         * doc/glibc-functions/res_querydomain.texi: Likewise.
15045         * doc/glibc-functions/res_send.texi: Likewise.
15046         * doc/glibc-functions/rresvport_af.texi: Likewise.
15047         * doc/glibc-functions/setxattr.texi: Likewise.
15048         * doc/glibc-functions/strcasestr.texi: Likewise.
15049
15050 2008-12-15  Bruno Haible  <bruno@clisp.org>
15051
15052         Fix compilation error on OSF/1 4.0.
15053         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
15054         <sys/time.h>, simply delegate to the system header.
15055         Reported by Daniel Richard G. <oss@teragram.com>.
15056
15057 2008-12-15  Bruno Haible  <bruno@clisp.org>
15058
15059         * doc/posix-functions/openat.texi: Mention the 'openat' module.
15060         * doc/posix-functions/fchmodat.texi: Likewise.
15061         * doc/posix-functions/fchownat.texi: Likewise.
15062         * doc/posix-functions/fdopendir.texi: Likewise.
15063         * doc/posix-functions/fstatat.texi: Likewise.
15064         * doc/posix-functions/mkdirat.texi: Likewise.
15065         * doc/posix-functions/unlinkat.texi: Likewise.
15066
15067 2008-12-14  Bruno Haible  <bruno@clisp.org>
15068
15069         Update doc for POSIX:2008.
15070         * doc/posix-functions/faccessat.texi: New file.
15071         * doc/posix-functions/fchmodat.texi: New file.
15072         * doc/posix-functions/fchownat.texi: New file.
15073         * doc/posix-functions/fdopendir.texi: New file.
15074         * doc/posix-functions/fstatat.texi: New file.
15075         * doc/posix-functions/futimens.texi: New file.
15076         * doc/posix-functions/linkat.texi: New file.
15077         * doc/posix-functions/mkdirat.texi: New file.
15078         * doc/posix-functions/mkfifoat.texi: New file.
15079         * doc/posix-functions/mknodat.texi: New file.
15080         * doc/posix-functions/open_wmemstream.texi: New file.
15081         * doc/posix-functions/openat.texi: New file.
15082         * doc/posix-functions/psiginfo.texi: New file.
15083         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
15084         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
15085         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
15086         * doc/posix-functions/readlinkat.texi: New file.
15087         * doc/posix-functions/renameat.texi: New file.
15088         * doc/posix-functions/strerror_l.texi: New file.
15089         * doc/posix-functions/symlinkat.texi: New file.
15090         * doc/posix-functions/unlinkat.texi: New file.
15091         * doc/posix-functions/utimensat.texi: New file.
15092         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15093
15094 2008-12-14  Bruno Haible  <bruno@clisp.org>
15095
15096         Update doc for POSIX:2008.
15097         * doc/posix-functions/alphasort.texi: Renamed from
15098         doc/glibc-functions/alphasort.texi.
15099         * doc/posix-functions/dirfd.texi: Renamed from
15100         doc/glibc-functions/dirfd.texi.
15101         * doc/posix-functions/dprintf.texi: Renamed from
15102         doc/glibc-functions/dprintf.texi.
15103         * doc/posix-functions/duplocale.texi: Renamed from
15104         doc/glibc-functions/duplocale.texi.
15105         * doc/posix-functions/fexecve.texi: Renamed from
15106         doc/glibc-functions/fexecve.texi.
15107         * doc/posix-functions/fmemopen.texi: Renamed from
15108         doc/glibc-functions/fmemopen.texi.
15109         * doc/posix-functions/freelocale.texi: Renamed from
15110         doc/glibc-functions/freelocale.texi.
15111         * doc/posix-functions/getdate_err.texi: Renamed from
15112         doc/glibc-functions/getdate_err.texi.
15113         * doc/posix-functions/isalnum_l.texi: Renamed from
15114         doc/glibc-functions/isalnum_l.texi.
15115         * doc/posix-functions/isalpha_l.texi: Renamed from
15116         doc/glibc-functions/isalpha_l.texi.
15117         * doc/posix-functions/isblank_l.texi: Renamed from
15118         doc/glibc-functions/isblank_l.texi.
15119         * doc/posix-functions/iscntrl_l.texi: Renamed from
15120         doc/glibc-functions/iscntrl_l.texi.
15121         * doc/posix-functions/isdigit_l.texi: Renamed from
15122         doc/glibc-functions/isdigit_l.texi.
15123         * doc/posix-functions/isgraph_l.texi: Renamed from
15124         doc/glibc-functions/isgraph_l.texi.
15125         * doc/posix-functions/islower_l.texi: Renamed from
15126         doc/glibc-functions/islower_l.texi.
15127         * doc/posix-functions/isprint_l.texi: Renamed from
15128         doc/glibc-functions/isprint_l.texi.
15129         * doc/posix-functions/ispunct_l.texi: Renamed from
15130         doc/glibc-functions/ispunct_l.texi.
15131         * doc/posix-functions/isspace_l.texi: Renamed from
15132         doc/glibc-functions/isspace_l.texi.
15133         * doc/posix-functions/isupper_l.texi: Renamed from
15134         doc/glibc-functions/isupper_l.texi.
15135         * doc/posix-functions/iswalnum_l.texi: Renamed from
15136         doc/glibc-functions/iswalnum_l.texi.
15137         * doc/posix-functions/iswalpha_l.texi: Renamed from
15138         doc/glibc-functions/iswalpha_l.texi.
15139         * doc/posix-functions/iswblank_l.texi: Renamed from
15140         doc/glibc-functions/iswblank_l.texi.
15141         * doc/posix-functions/iswcntrl_l.texi: Renamed from
15142         doc/glibc-functions/iswcntrl_l.texi.
15143         * doc/posix-functions/iswctype_l.texi: Renamed from
15144         doc/glibc-functions/iswctype_l.texi.
15145         * doc/posix-functions/iswdigit_l.texi: Renamed from
15146         doc/glibc-functions/iswdigit_l.texi.
15147         * doc/posix-functions/iswgraph_l.texi: Renamed from
15148         doc/glibc-functions/iswgraph_l.texi.
15149         * doc/posix-functions/iswlower_l.texi: Renamed from
15150         doc/glibc-functions/iswlower_l.texi.
15151         * doc/posix-functions/iswprint_l.texi: Renamed from
15152         doc/glibc-functions/iswprint_l.texi.
15153         * doc/posix-functions/iswpunct_l.texi: Renamed from
15154         doc/glibc-functions/iswpunct_l.texi.
15155         * doc/posix-functions/iswspace_l.texi: Renamed from
15156         doc/glibc-functions/iswspace_l.texi.
15157         * doc/posix-functions/iswupper_l.texi: Renamed from
15158         doc/glibc-functions/iswupper_l.texi.
15159         * doc/posix-functions/iswxdigit_l.texi: Renamed from
15160         doc/glibc-functions/iswxdigit_l.texi.
15161         * doc/posix-functions/isxdigit_l.texi: Renamed from
15162         doc/glibc-functions/isxdigit_l.texi.
15163         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
15164         doc/glibc-functions/mbsnrtowcs.texi.
15165         * doc/posix-functions/mkdtemp.texi: Renamed from
15166         doc/glibc-functions/mkdtemp.texi.
15167         * doc/posix-functions/newlocale.texi: Renamed from
15168         doc/glibc-functions/newlocale.texi.
15169         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
15170         doc/glibc-functions/nl_langinfo_l.texi.
15171         * doc/posix-functions/open_memstream.texi: Renamed from
15172         doc/glibc-functions/open_memstream.texi.
15173         * doc/posix-functions/opterr.texi: Renamed from
15174         doc/glibc-functions/opterr.texi.
15175         * doc/posix-functions/optind.texi: Renamed from
15176         doc/glibc-functions/optind.texi.
15177         * doc/posix-functions/optopt.texi: Renamed from
15178         doc/glibc-functions/optopt.texi.
15179         * doc/posix-functions/psignal.texi: Renamed from
15180         doc/glibc-functions/psignal.texi.
15181         * doc/posix-functions/scandir.texi: Renamed from
15182         doc/glibc-functions/scandir.texi.
15183         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
15184         doc/glibc-functions/sched_get_priority_min.texi.
15185         * doc/posix-functions/signgam.texi: Renamed from
15186         doc/glibc-functions/signgam.texi.
15187         * doc/posix-functions/stpcpy.texi: Renamed from
15188         doc/glibc-functions/stpcpy.texi.
15189         * doc/posix-functions/stpncpy.texi: Renamed from
15190         doc/glibc-functions/stpncpy.texi.
15191         * doc/posix-functions/strcasecmp_l.texi: Renamed from
15192         doc/glibc-functions/strcasecmp_l.texi.
15193         * doc/posix-functions/strcoll_l.texi: Renamed from
15194         doc/glibc-functions/strcoll_l.texi.
15195         * doc/posix-functions/strfmon_l.texi: Renamed from
15196         doc/glibc-functions/strfmon_l.texi.
15197         * doc/posix-functions/strftime_l.texi: Renamed from
15198         doc/glibc-functions/strftime_l.texi.
15199         * doc/posix-functions/strncasecmp_l.texi: Renamed from
15200         doc/glibc-functions/strncasecmp_l.texi.
15201         * doc/posix-functions/strndup.texi: Renamed from
15202         doc/glibc-functions/strndup.texi.
15203         * doc/posix-functions/strnlen.texi: Renamed from
15204         doc/glibc-functions/strnlen.texi.
15205         * doc/posix-functions/strsignal.texi: Renamed from
15206         doc/glibc-functions/strsignal.texi.
15207         * doc/posix-functions/strxfrm_l.texi: Renamed from
15208         doc/glibc-functions/strxfrm_l.texi.
15209         * doc/posix-functions/timer_gettime.texi: Renamed from
15210         doc/glibc-functions/timer_gettime.texi.
15211         * doc/posix-functions/tolower_l.texi: Renamed from
15212         doc/glibc-functions/tolower_l.texi.
15213         * doc/posix-functions/toupper_l.texi: Renamed from
15214         doc/glibc-functions/toupper_l.texi.
15215         * doc/posix-functions/towctrans_l.texi: Renamed from
15216         doc/glibc-functions/towctrans_l.texi.
15217         * doc/posix-functions/towlower_l.texi: Renamed from
15218         doc/glibc-functions/towlower_l.texi.
15219         * doc/posix-functions/towupper_l.texi: Renamed from
15220         doc/glibc-functions/towupper_l.texi.
15221         * doc/posix-functions/uselocale.texi: Renamed from
15222         doc/glibc-functions/uselocale.texi.
15223         * doc/posix-functions/vdprintf.texi: Renamed from
15224         doc/glibc-functions/vdprintf.texi.
15225         * doc/posix-functions/wcpcpy.texi:
15226         Renamed from doc/glibc-functions/wcpcpy.texi.
15227         * doc/posix-functions/wcpncpy.texi: Renamed from
15228         doc/glibc-functions/wcpncpy.texi.
15229         * doc/posix-functions/wcscasecmp.texi: Renamed from
15230         doc/glibc-functions/wcscasecmp.texi.
15231         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
15232         doc/glibc-functions/wcscasecmp_l.texi.
15233         * doc/posix-functions/wcscoll_l.texi: Renamed from
15234         doc/glibc-functions/wcscoll_l.texi.
15235         * doc/posix-functions/wcsdup.texi: Renamed from
15236         doc/glibc-functions/wcsdup.texi.
15237         * doc/posix-functions/wcsncasecmp.texi: Renamed from
15238         doc/glibc-functions/wcsncasecmp.texi.
15239         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
15240         doc/glibc-functions/wcsncasecmp_l.texi.
15241         * doc/posix-functions/wcsnlen.texi: Renamed from
15242         doc/glibc-functions/wcsnlen.texi.
15243         * doc/posix-functions/wcsnrtombs.texi: Renamed from
15244         doc/glibc-functions/wcsnrtombs.texi.
15245         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
15246         doc/glibc-functions/wcsxfrm_l.texi.
15247         * doc/posix-functions/wctrans_l.texi: Renamed from
15248         doc/glibc-functions/wctrans_l.texi.
15249         * doc/posix-functions/wctype_l.texi: Renamed from
15250         doc/glibc-functions/wctype_l.texi.
15251         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15252         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
15253         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
15254         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
15255         these subsections.
15256         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
15257         Remove sections.
15258
15259 2008-12-14  Bruno Haible  <bruno@clisp.org>
15260
15261         Update doc for POSIX:2008.
15262         * doc/posix-functions/*.texi: Update URL of POSIX specification.
15263
15264 2008-12-14  Bruno Haible  <bruno@clisp.org>
15265
15266         Update doc for POSIX:2008.
15267         * doc/pastposix-functions/bcmp.texi: Renamed from
15268         doc/posix-functions/bcmp.texi.
15269         * doc/pastposix-functions/bcopy.texi: Renamed from
15270         doc/posix-functions/bcopy.texi.
15271         * doc/pastposix-functions/bsd_signal.texi: Renamed from
15272         doc/posix-functions/bsd_signal.texi.
15273         * doc/pastposix-functions/bzero.texi: Renamed from
15274         doc/posix-functions/bzero.texi.
15275         * doc/pastposix-functions/ecvt.texi: Renamed from
15276         doc/posix-functions/ecvt.texi.
15277         * doc/pastposix-functions/fcvt.texi: Renamed from
15278         doc/posix-functions/fcvt.texi.
15279         * doc/pastposix-functions/ftime.texi: Renamed from
15280         doc/posix-functions/ftime.texi.
15281         * doc/pastposix-functions/gcvt.texi: Renamed from
15282         doc/posix-functions/gcvt.texi.
15283         * doc/pastposix-functions/getcontext.texi: Renamed from
15284         doc/posix-functions/getcontext.texi.
15285         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
15286         doc/posix-functions/gethostbyaddr.texi.
15287         * doc/pastposix-functions/gethostbyname.texi: Renamed from
15288         doc/posix-functions/gethostbyname.texi.
15289         * doc/pastposix-functions/getwd.texi: Renamed from
15290         doc/posix-functions/getwd.texi.
15291         * doc/pastposix-functions/h_errno.texi: Renamed from
15292         doc/posix-functions/h_errno.texi.
15293         * doc/pastposix-functions/index.texi: Renamed from
15294         doc/posix-functions/index.texi.
15295         * doc/pastposix-functions/makecontext.texi: Renamed from
15296         doc/posix-functions/makecontext.texi.
15297         * doc/pastposix-functions/mktemp.texi: Renamed from
15298         doc/posix-functions/mktemp.texi.
15299         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15300         doc/posix-functions/pthread_attr_getstackaddr.texi.
15301         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15302         doc/posix-functions/pthread_attr_setstackaddr.texi.
15303         * doc/pastposix-functions/rindex.texi: Renamed from
15304         doc/posix-functions/rindex.texi.
15305         * doc/pastposix-functions/scalb.texi: Renamed from
15306         doc/posix-functions/scalb.texi.
15307         * doc/pastposix-functions/setcontext.texi: Renamed from
15308         doc/posix-functions/setcontext.texi.
15309         * doc/pastposix-functions/swapcontext.texi: Renamed from
15310         doc/posix-functions/swapcontext.texi.
15311         * doc/pastposix-functions/ualarm.texi: Renamed from
15312         doc/posix-functions/ualarm.texi.
15313         * doc/pastposix-functions/usleep.texi: Renamed from
15314         doc/posix-functions/usleep.texi.
15315         * doc/pastposix-functions/vfork.texi: Renamed from
15316         doc/posix-functions/vfork.texi.
15317         * doc/pastposix-functions/wcswcs.texi: Renamed from
15318         doc/posix-functions/wcswcs.texi.
15319         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
15320         (Function Substitutes): Update.
15321
15322 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15323
15324         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
15325         m4/strerror.m4.
15326
15327 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15328             Bruno Haible  <bruno@clisp.org>
15329
15330         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
15331
15332 2008-12-13  Bruno Haible  <bruno@clisp.org>
15333
15334         * modules/strtoull (Depends-on): Remove unistd.
15335
15336 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15337
15338         * modules/strtoull (Depends-on): Add stdlib.
15339
15340 2008-12-11  Simon Josefsson  <simon@josefsson.org>
15341
15342         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
15343
15344 2008-12-10  Jim Meyering  <meyering@redhat.com>
15345
15346         gl_ASSERT: don't say assertions are disabled when they're not
15347         * m4/assert.m4 (gl_ASSERT): Do not make configure report
15348         "checking whether to enable assertions... no", when they are in
15349         fact enabled.  This is solely a bug in the output of configure.
15350         In spite of saying "no", NDEBUG was not defined in that case.
15351         Also, as noted by Eric Blake, leave assertions enabled upon
15352         --enable-assert=INVALID.
15353
15354 2008-12-10  Bruno Haible  <bruno@clisp.org>
15355
15356         Change MODULES.html to refer to POSIX:2008 where possible.
15357         * MODULES.html.sh (POSIX2008_URL): New variable.
15358         (posix_headers): Remove sys/timeb, ucontext.
15359         (posix2001_headers): New variable.
15360         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
15361         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
15362         index, makecontext, mktemp, pthread_attr_getstackaddr,
15363         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
15364         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
15365         (posix2001_functions): New variable.
15366         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
15367         otherwise.
15368
15369 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15370
15371         add missing include to parse-duration.c
15372         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
15373         * modules/parse-duration (Depends-on): Add xalloc.
15374
15375         fix sed script reading maint.mk
15376         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
15377         (syntax-check-rules): Use it.
15378
15379 2008-12-09  Bruno Haible  <bruno@clisp.org>
15380
15381         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
15382         MacOS X 10.4/PowerPC.
15383         Reported by Simon Josefsson.
15384
15385 2008-12-08  Jim Meyering  <meyering@redhat.com>
15386
15387         work around mingw's lack of some S_IF definitions
15388         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
15389         Reported by Simon Josefsson.
15390
15391 2008-12-08  Bruno Haible  <bruno@clisp.org>
15392
15393         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
15394         applied to variables. Needed on MacOS X 10.4/PowerPC.
15395         Reported by Simon Josefsson.
15396
15397 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
15398         and Eric Blake  <ebb9@byu.net>
15399
15400         assert: honor --enable-assert
15401         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
15402         order to honor --enable-assert, rather than treating it as a
15403         synonym for --disable-assert.
15404
15405 2008-12-08  Jim Meyering  <meyering@redhat.com>
15406
15407         * lib/posixtm.c: Remove now-useless declaration of mktime.
15408
15409         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
15410
15411 2008-12-07  Bruno Haible  <bruno@clisp.org>
15412
15413         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
15414         test_once): Mark functions as static.
15415         * tests/test-tls.c (test_tls): Likewise.
15416
15417 2008-12-07  Bruno Haible  <bruno@clisp.org>
15418
15419         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
15420         iconv_register_autodetect.
15421
15422 2008-12-07  Jim Meyering  <meyering@redhat.com>
15423
15424         posixtm.c: avoid a warning
15425         * lib/posixtm.c (posixtime): Don't initialize tm0.
15426         It's no longer needed to placate gcc4's -Wuninitialized,
15427         and the attempt to placate would elicit a new warning.
15428
15429         unicodeio.c: mark unused parameters
15430         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15431         (fallback_failure_callback): Likewise.
15432
15433 2008-12-07  Bruno Haible  <bruno@clisp.org>
15434
15435         * gnulib-tool (func_create_testdir): When building the tests
15436         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
15437         Reported by Simon Josefsson.
15438
15439 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15440
15441         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
15442
15443 2008-12-06  Bruno Haible  <bruno@clisp.org>
15444
15445         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
15446         Suggested by Eric Blake.
15447
15448 2008-12-06  Bruno Haible  <bruno@clisp.org>
15449
15450         Fix a c-stack test failure on MacOS X.
15451         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15452         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15453         handler for SIGBUS as well.
15454         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15455         install a signal handler for SIGBUS as well.
15456         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15457
15458 2008-12-06  Bruno Haible  <bruno@clisp.org>
15459
15460         Advocacy documentation.
15461         * doc/gnulib-intro.texi (Benefits): New section.
15462         * doc/gnulib.texi: Update.
15463
15464 2008-12-06  Bruno Haible  <bruno@clisp.org>
15465
15466         Document the 'manywarnings' module.
15467         * doc/manywarnings.texi: New file.
15468         * doc/gnulib.texi: Include it.
15469
15470 2008-12-05  Eric Blake  <ebb9@byu.net>
15471
15472         tests: silence some gcc warnings
15473         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15474         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15475         type mismatches.
15476
15477 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15478             Bruno Haible  <bruno@clisp.org>
15479
15480         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15481
15482 2008-11-29  Jim Meyering  <meyering@redhat.com>
15483
15484         unicodeio.c: mark unused parameters
15485         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15486         (fallback_failure_callback): Likewise.
15487
15488         fts: fix a thinko
15489         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15490         (set_stat_type): Return S_IF*-valued "type" directly.
15491         Prompted by James Youngman's spotting a related bug.
15492         Confirmed by further testing through find.
15493
15494         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15495         * lib/fts.c (D_TYPE): Define.
15496         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15497         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15498         (s_ifmt_shift_bits): New function.
15499         (set_stat_type): New function.
15500         (fts_build): When not calling fts_stat, call set_stat_type
15501         to propagate dirent.d_type info to fts_read caller.
15502         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15503         fts_statp->st_mode type information may be valid.
15504
15505 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15506
15507         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15508         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15509         <sds@gnu.org>.
15510
15511 2008-11-20  Bruno Haible  <bruno@clisp.org>
15512
15513         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15514         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15515         INCLUDE_NEXT.
15516         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15517         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15518         * modules/math (Makefile.am): Substitute
15519         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15520         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15521
15522 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15523             Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/stdint.in.h: Define all type macros so that their expansion is
15526         a single typedef'ed token. Fixes a compilation failure in Boost which
15527         does "using ::int8_t;".
15528
15529 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15530
15531         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15532         gl_MANYWARN_ALL_GCC.
15533         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15534         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15535         * modules/manywarnings: New file.
15536         * MODULES.html.sh: Mention manywarnings module.
15537
15538 2008-11-18  Bruno Haible  <bruno@clisp.org>
15539
15540         * doc/gnulib-tool.texi (Unit tests): New section.
15541
15542 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15543
15544         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15545         paths like 'lib/po/foo.po'.
15546
15547 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15548
15549         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15550         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15551
15552 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15553
15554         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15555         parameter works.
15556
15557 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15558
15559         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15560
15561 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15562
15563         * modules/parse-duration-tests: New file.
15564         * tests/test-parse-duration.sh: New file.
15565         * tests/test-parse-duration.c: New file.
15566
15567         New module 'parse-duration'.
15568         * lib/parse-duration.h: New file.
15569         * lib/parse-duration.c: New file.
15570         * modules/parse-duration: New file.
15571
15572 2008-11-17  Bruno Haible  <bruno@clisp.org>
15573
15574         * tests/test-select-out.sh: Comment out the first pipe test.
15575         Reported by Simon Josefsson.
15576
15577 2008-11-17  Bruno Haible  <bruno@clisp.org>
15578
15579         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15580         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15581         gl_HOSTENT.
15582
15583 2008-11-17  Bruno Haible  <bruno@clisp.org>
15584
15585         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15586         -lnetwork and -lnet. Needed for Haiku and BeOS.
15587
15588 2008-11-16  Bruno Haible  <bruno@clisp.org>
15589
15590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15591
15592 2008-11-16  Bruno Haible  <bruno@clisp.org>
15593
15594         Avoid test failure on Haiku.
15595         * tests/test-fsync.c: Include <errno.h>.
15596         (main): Don't require that fsync (0) fails.
15597
15598 2008-11-15  Bruno Haible  <bruno@clisp.org>
15599
15600         New module 'hostent'.
15601         * modules/hostent: New file.
15602         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
15603
15604 2008-11-15  Bruno Haible  <bruno@clisp.org>
15605
15606         New module 'servent'.
15607         * modules/servent: New file.
15608         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
15609
15610 2008-11-15  Bruno Haible  <bruno@clisp.org>
15611
15612         Avoid generating same test program with two different rules.
15613         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
15614         test-frexp to test-frexp-nolibm.
15615         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
15616         test-frexpl to test-frexpl-nolibm.
15617
15618 2008-11-15  Bruno Haible  <bruno@clisp.org>
15619
15620         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
15621         $(FREXPL_LIBM).
15622
15623 2008-11-15  Bruno Haible  <bruno@clisp.org>
15624
15625         * lib/netdb.in.h: Activate the definitions also when the system's
15626         <netdb.h> has 'struct addrinfo'.
15627         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
15628         EAI_OVERFLOW or AI_NUMERICSERV.
15629         * doc/posix-headers/netdb.texi: Document the problem.
15630
15631 2008-11-15  Bruno Haible  <bruno@clisp.org>
15632
15633         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
15634
15635         Make the 'sched' module work on platforms where <sched.h> exists but
15636         is incomplete (such as Haiku).
15637         * lib/sched.in.h; Include the system's <sched.h> if it exists.
15638         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
15639         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
15640         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
15641         HAVE_STRUCT_SCHED_PARAM.
15642         * modules/sched (Depends-on): Add include_next.
15643         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
15644         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
15645         * doc/posix-headers/sched.texi: Document the issue.
15646
15647 2008-11-13  Jim Meyering  <meyering@redhat.com>
15648
15649         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
15650         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
15651         test would fail due to the difference in the Report bugs to ...
15652         line.  The expected address is empty, "<>", while the actual
15653         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
15654
15655 2008-11-12  Bruno Haible  <bruno@clisp.org>
15656
15657         lstat: don't compile lstat.c on systems lacking lstat
15658         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
15659         which don't have lstat; this is handled by lib/sys_stat.in.h already.
15660         Reported by Daniel P. Berrange via Jim Meyering.
15661
15662 2008-11-12  Jim Meyering  <meyering@redhat.com>
15663
15664         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
15665
15666 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15667
15668         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15669         instead.
15670
15671 2008-11-12  Bruno Haible  <bruno@clisp.org>
15672
15673         * lib/unicodeio.c: Include unistr.h.
15674         (utf8_wctomb): Remove function.
15675         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
15676
15677 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15678
15679         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
15680         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
15681         <bruno@clisp.org>.
15682         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
15683
15684 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15685
15686         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
15687         * doc/gnulib.texi: Add section for warnings.
15688
15689 2008-11-11  Bruno Haible  <bruno@clisp.org>
15690
15691         * lib/sockets.h: Add a comment.
15692
15693 2008-11-11  Karl Berry  <karl@gnu.org>
15694
15695         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
15696
15697 2008-11-11  Eric Blake  <ebb9@byu.net>
15698
15699         fdl.texi: avoid git symlinks
15700         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
15701
15702 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15703
15704         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
15705
15706 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15707
15708         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
15709         (gl_WARN_ADD): Substitute $2 if literal.
15710
15711 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15712
15713         * m4/warning.m4: Remove.
15714
15715 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15716
15717         * m4/warnings.m4: Almost complete rewrite. :-)
15718
15719 2008-11-10  Simon Josefsson  <simon@josefsson.org>
15720
15721         * modules/warnings: New module.
15722         * m4/warnings.m4: New file.
15723         * MODULES.html.sh: Mention warnings module.
15724         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
15725         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15726
15727 2008-11-10  Eric Blake  <ebb9@byu.net>
15728
15729         fdl.texi: make a symlink to the latest version
15730         * doc/standards.texi: Revert today's earlier change.
15731         * doc/fdl-1.2.texi: Rename from old fdl.texi...
15732         * doc/fdl.texi: ...and replace this with a symlink to the newer
15733         fdl-1.3.texi.
15734
15735 2008-11-10  Bruno Haible  <bruno@clisp.org>
15736
15737         * tests/test-select-fd.c (main): Accept the result file name as fourth
15738         argument.
15739         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
15740         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
15741
15742 2008-11-10  Bruno Haible  <bruno@clisp.org>
15743
15744         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
15745         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
15746         as autoconf-substituted macros.
15747         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
15748         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
15749         gl_NETDB_H_DEFAULTS. Set these variables.
15750         * modules/netdb (Makefile.am): Substitute these variables.
15751
15752 2008-11-10  Eric Blake  <ebb9@byu.net>
15753
15754         standards.texi: include correct file for FDL 1.3
15755         * doc/standards.texi (GNU Free Documentation License): Change
15756         include file to pull in FDL 1.3, not 1.2.
15757
15758         fdl.texi: revert accidental change to license
15759         * doc/fdl.texi: This is FDL 1.2, not 1.3.
15760
15761 2008-11-10  Bruno Haible  <bruno@clisp.org>
15762
15763         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
15764         cross-compiling guesses also when the native compile gives no result.
15765
15766 2008-11-10  Bruno Haible  <bruno@clisp.org>
15767
15768         * lib/spawni.c (__spawni): Force variable into the stack.
15769
15770 2008-11-10  Bruno Haible  <bruno@clisp.org>
15771
15772         Add support for Haiku.
15773         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
15774         glibc and BeOS, but also on Haiku.
15775         * lib/fpurge.c (fpurge): Likewise.
15776         * lib/freadable.c (freadable): Likewise.
15777         * lib/freadahead.c (freadahead): Likewise.
15778         * lib/freading.c (freading): Likewise.
15779         * lib/freadptr.c (freadptr): Likewise.
15780         * lib/freadseek.c (freadptrinc): Likewise.
15781         * lib/fseeko.c (rpl_fseeko): Likewise.
15782         * lib/fseterr.c (fseterr): Likewise.
15783         * lib/fwritable.c (fwritable): Likewise.
15784         * lib/fwriting.c (fwriting): Likewise.
15785         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
15786
15787 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15788
15789         * lib/config.charset: Treat Haiku like BeOS.
15790
15791 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15792
15793         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
15794         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
15795
15796 2008-11-08  Bruno Haible  <bruno@clisp.org>
15797
15798         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
15799         AC_CACHE_CHECK.
15800
15801 2008-11-08  Bruno Haible  <bruno@clisp.org>
15802
15803         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
15804
15805 2008-11-08  Bruno Haible  <bruno@clisp.org>
15806
15807         * tests/test-select-fd.c: New file.
15808         * tests/test-select-in.sh: New file.
15809         * tests/test-select-out.sh: New file.
15810         * tests/test-select-stdin.c: New file.
15811         * modules/select-tests (Files): Add the new files.
15812         (Depends-on): Add gettimeofday.
15813         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
15814         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
15815         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
15816
15817 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
15818             Bruno Haible  <bruno@clisp.org>
15819
15820         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
15821
15822 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
15823
15824         * build-aux/pmccabe2html: Added support for C++ source files.
15825
15826 2008-11-05  Ben Pfaff  <blp@gnu.org>
15827
15828         Fix lib/close.c build on Windows.
15829         * modules/close (Files): Add lib/w32sock.h.
15830
15831 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
15832
15833         Accept Bison's NEWS format.
15834         * build-aux/announce-gen (print_news_deltas): Tweak
15835         $re_prefix.
15836
15837 2008-11-04  Bruno Haible  <bruno@clisp.org>
15838
15839         * modules/random_r (Maintainer): Add glibc.
15840
15841 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15842
15843         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
15844         by karl@freefriends.org (Karl Berry).
15845         * doc/alloca.texi: Likewise.
15846         * doc/c-ctype.texi: Likewise.
15847         * doc/c-strcase.texi: Likewise.
15848         * doc/c-strcaseeq.texi: Likewise.
15849         * doc/c-strcasestr.texi: Likewise.
15850         * doc/c-strstr.texi: Likewise.
15851         * doc/c-strtod.texi: Likewise.
15852         * doc/c-strtold.texi: Likewise.
15853         * doc/ctime.texi: Likewise.
15854         * doc/error.texi: Likewise.
15855         * doc/fdl.texi: Likewise.
15856         * doc/gcd.texi: Likewise.
15857         * doc/getdate.texi: Likewise.
15858         * doc/gnulib-intro.texi: Likewise.
15859         * doc/gnulib-tool.texi: Likewise.
15860         * doc/gnulib.texi: Likewise.
15861         * doc/inet_ntoa.texi: Likewise.
15862         * doc/maintain.texi: Likewise.
15863         * doc/make-stds.texi: Likewise.
15864         * doc/quote.texi: Likewise.
15865         * doc/regexprops-generic.texi: Likewise.
15866         * doc/standards.texi: Likewise.
15867         * doc/verify.texi: Likewise.
15868         * doc/visibility.texi: Likewise.
15869         * doc/gnulib.texi (GNU Free Documentation License): Include
15870         fdl-1.3.texi instead of fdl.texi.
15871
15872 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15873
15874         * doc/fdl-1.3.texi: New file, from
15875         <http://www.gnu.org/licenses/fdl-1.3.texi>.
15876         * modules/fdl-1.3: Add.
15877         * MODULES.html.sh: Add fdl-1.3.
15878
15879 2008-11-03  Bruno Haible  <bruno@clisp.org>
15880
15881         Make determination of absolute name of header file work with AIX xlc.
15882         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
15883         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
15884         preprocessing.
15885         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15886         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15887
15888 2008-11-03  Simon Josefsson  <simon@josefsson.org>
15889
15890         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
15891         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
15892         <ludo@gnu.org>.
15893
15894 2008-11-02  Bruno Haible  <bruno@clisp.org>
15895
15896         Mark 'strpbrk' obsolete.
15897         * modules/strpbrk (Status, Notice): New sections.
15898         * modules/strtok_r (Depends-on): Add strpbrk.
15899
15900 2008-11-02  Bruno Haible  <bruno@clisp.org>
15901
15902         Mark 'strdup' obsolete.
15903         * modules/strdup (Status, Notice): New sections.
15904         * modules/findprog (Depends-on): Add strdup.
15905         * modules/getaddrinfo (Depends-on): Likewise.
15906         * modules/localename (Depends-on): Likewise.
15907         * modules/relocatable-lib (Depends-on): Likewise.
15908         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
15909         * modules/relocatable-prog (Depends-on): Likewise.
15910         * modules/trim (Depends-on): Likewise.
15911         * modules/unictype/gen-ctype (Depends-on): Likewise.
15912         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15913
15914 2008-11-02  Bruno Haible  <bruno@clisp.org>
15915
15916         Mark 'strcspn' obsolete.
15917         * modules/strcspn (Status, Notice): New sections.
15918
15919 2008-11-02  Bruno Haible  <bruno@clisp.org>
15920
15921         Mark 'rmdir' obsolete.
15922         * modules/rmdir (Status, Notice): New sections.
15923         * modules/clean-temp (Depends-on): Add rmdir.
15924         * modules/openat (Depends-on): Likewise.
15925
15926 2008-11-02  Bruno Haible  <bruno@clisp.org>
15927
15928         Mark 'raise' obsolete.
15929         * modules/raise (Status, Notice): New sections.
15930         (Include): Specify <signal.h>.
15931         * modules/stdio (Depends-on): Add raise.
15932         * modules/write (Depends-on): Likewise.
15933
15934 2008-11-02  Bruno Haible  <bruno@clisp.org>
15935
15936         Mark 'memset' obsolete.
15937         * modules/memset (Status, Notice): New sections.
15938
15939 2008-11-02  Bruno Haible  <bruno@clisp.org>
15940
15941         Mark 'memmove' obsolete.
15942         * modules/memmove (Status, Notice): New sections.
15943         * modules/argp (Depends-on): Add memmove.
15944         * modules/argz (Depends-on): Likewise.
15945         * modules/canonicalize (Depends-on): Likewise.
15946         * modules/canonicalize-lgpl (Depends-on): Likewise.
15947         * modules/fts (Depends-on): Likewise.
15948         * modules/getcwd (Depends-on): Likewise.
15949         * modules/human (Depends-on): Likewise.
15950         * modules/regex (Depends-on): Likewise.
15951         * modules/striconveh (Depends-on): Likewise.
15952         * modules/trim (Depends-on): Likewise.
15953         * modules/unistr/u8-move (Depends-on): Likewise.
15954         * modules/unistr/u16-move (Depends-on): Likewise.
15955         * modules/unistr/u32-move (Depends-on): Likewise.
15956
15957 2008-11-02  Bruno Haible  <bruno@clisp.org>
15958
15959         Mark 'memcpy' obsolete.
15960         * modules/memcpy (Status, Notice): New sections.
15961
15962 2008-11-02  Bruno Haible  <bruno@clisp.org>
15963
15964         Mark 'memcmp' obsolete.
15965         * modules/memcmp (Status, Notice): New sections.
15966         * modules/argmatch (Depends-on): Add memchr.
15967         * modules/backupfile (Depends-on): Likewise.
15968         * modules/c-strcasestr (Depends-on): Likewise.
15969         * modules/crypto/des (Depends-on): Likewise.
15970         * modules/csharpcomp (Depends-on): Likewise.
15971         * modules/fnmatch (Depends-on): Likewise.
15972         * modules/git-merge-changelog (Depends-on): Likewise.
15973         * modules/isnand (Depends-on): Likewise.
15974         * modules/isnand-nolibm (Depends-on): Likewise.
15975         * modules/isnanf (Depends-on): Likewise.
15976         * modules/isnanf-nolibm (Depends-on): Likewise.
15977         * modules/isnanl (Depends-on): Likewise.
15978         * modules/isnanl-nolibm (Depends-on): Likewise.
15979         * modules/mbchar (Depends-on): Likewise.
15980         * modules/memcoll (Depends-on): Likewise.
15981         * modules/quotearg (Depends-on): Likewise.
15982         * modules/regex (Depends-on): Likewise.
15983         * modules/relocatable-prog (Depends-on): Likewise.
15984         * modules/same (Depends-on): Likewise.
15985         * modules/signbit (Depends-on): Likewise.
15986         * modules/strcasestr-simple (Depends-on): Likewise.
15987         * modules/unictype/gen-ctype (Depends-on): Likewise.
15988         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15989         * modules/uniname/uniname (Depends-on): Likewise.
15990         * modules/unistr/u8-cmp (Depends-on): Likewise.
15991
15992 2008-11-02  Bruno Haible  <bruno@clisp.org>
15993
15994         Mark 'memchr' obsolete.
15995         * modules/memchr (Status, Notice): New sections.
15996         * modules/argp (Depends-on): Add memchr.
15997         * modules/base64 (Depends-on): Likewise.
15998         * modules/c-strcasestr (Depends-on): Likewise.
15999         * modules/chdir-long (Depends-on): Likewise.
16000         * modules/fnmatch (Depends-on): Likewise.
16001         * modules/getsubopt (Depends-on): Likewise.
16002         * modules/git-merge-changelog (Depends-on): Likewise.
16003         * modules/glob (Depends-on): Likewise.
16004         * modules/strcasestr-simple (Depends-on): Likewise.
16005         * modules/strnlen (Depends-on): Likewise.
16006
16007 2008-11-02  Bruno Haible  <bruno@clisp.org>
16008
16009         Mark 'atexit' obsolete.
16010         * modules/atexit (Status, Notice): New sections.
16011         * modules/chdir-long (Depends-on): Add atexit.
16012         * modules/wait-process (Depends-on): Likewise.
16013
16014 2008-11-02  Bruno Haible  <bruno@clisp.org>
16015
16016         * gnulib-tool: New option --with-obsolete.
16017         (func_usage): Document it.
16018         (func_modules_transitive_closure): Drop obsolete dependencies if
16019         incobsolete is not true.
16020         (func_import): Read and save the incobsolete variable to the cache.
16021
16022 2008-11-02  Bruno Haible  <bruno@clisp.org>
16023
16024         * modules/TEMPLATE-EXTENDED: New field 'Status'.
16025         * gnulib-tool: New option --extract-status.
16026         (func_usage): Document it.
16027         (sed_extract_prog): Recognize it.
16028         (func_get_status): New function.
16029
16030 2008-10-30  Simon Josefsson  <simon@josefsson.org>
16031
16032         * modules/sockets (License): Change from LGPL to LGPLv2+.
16033
16034 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16035
16036         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
16037
16038 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16039
16040         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16041         Mention times and sys_times.
16042         * modules/sys_times, modules/sys_times-tests: New modules.
16043         * modules/times, modules/times-tests: Likewise
16044         * m4/sys_times_h.m4: New file.
16045         * lib/sys_times.in.h: Likewise
16046         * lib/times.c: Likewise.
16047         * tests/test-sys_times.c: Likewise.
16048         * tests/test-times.c: Likewise.
16049         * doc/posix-headers/sys_times.texi: Update.
16050         * doc/posix-functions/times.texi: Update.
16051
16052 2008-10-28  Jim Meyering  <meyering@redhat.com>
16053
16054         * modules/tempname (Depends-on): Add lstat.
16055
16056         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
16057
16058 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16059
16060         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
16061         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
16062         using idiom used elsewhere in gnulib.
16063
16064 2008-10-27  Jim Meyering  <meyering@redhat.com>
16065
16066         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
16067
16068 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16069
16070         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
16071         TESTS_ENVIRONMENT, for shell scripts that needs to call built
16072         programs.
16073         * tests/test-argp-2.sh: Use $EXEEXT when needed.
16074
16075 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16076
16077         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
16078
16079 2008-10-27  Bruno Haible  <bruno@clisp.org>
16080
16081         * tests/test-lstat.c: Include <stdio.h>.
16082
16083 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16084
16085         * modules/lstat-tests: New module.
16086         * tests/test-lstat.c: New file.
16087
16088 2008-10-26  Jim Meyering  <meyering@redhat.com>
16089
16090         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
16091
16092 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16093             Bruno Haible  <bruno@clisp.org>
16094
16095         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
16096         * modules/configmake (Include): Add a note that the include must come
16097         after all system headers.
16098         * lib/javaversion.c: Include configmake.h after all other includes.
16099
16100 2008-10-26  Bruno Haible  <bruno@clisp.org>
16101
16102         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
16103         HAVE_STRUCT_RANDOM_DATA to 1.
16104         (gl_STDLIB_H): Simplify.
16105
16106 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16107
16108         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
16109         substitute HAVE_STRUCT_RANDOM_DATA.
16110         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
16111         random_data.
16112         * modules/stdlib (Makefile.am): Substitute
16113         HAVE_STRUCT_RANDOM_DATA.
16114
16115 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16116
16117         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
16118         * doc/gnulib-intro.texi (Copyright): Likewise.
16119
16120 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16121
16122         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
16123         findings.
16124
16125 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
16126             Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/unistd.in.h: Include <winsock2.h>.
16129         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
16130         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
16131         Provide dummy declarations.
16132         (gethostname): Override.
16133         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
16134         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
16135         gl_PREREQ_SYS_H_WINSOCK2.
16136         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
16137         * doc/posix-functions/gethostname.texi: More details.
16138
16139 2008-10-25  Bruno Haible  <bruno@clisp.org>
16140
16141         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16142         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
16143         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
16144
16145         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
16146         here ...
16147         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
16148         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
16149         gl_UNISTD_H_DEFAULTS.
16150
16151 2008-10-25  Eric Blake  <ebb9@byu.net>
16152
16153         signbit: avoid spurious compiler failure
16154         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
16155         declarations inside function.
16156
16157 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16158             Bruno Haible  <bruno@clisp.org>
16159
16160         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
16161         * modules/random_r (Depends-on): Add stdint.
16162
16163 2008-10-24  Bruno Haible  <bruno@clisp.org>
16164
16165         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
16166         Eggert.
16167         * modules/strerror (License): Likewise.
16168
16169 2008-10-24  Jim Meyering  <meyering@redhat.com>
16170
16171         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
16172         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
16173
16174 2008-10-24  Eric Blake  <ebb9@byu.net>
16175
16176         getgroups: fix compilation when getgroups is available
16177         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
16178         but with <config.h> override of getgroups disabled.
16179
16180 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16181
16182         * doc/gnulib.texi (Header files): Add note about C++ problems.
16183         Explained by Bruno Haible <bruno@clisp.org>.
16184
16185 2008-10-23  Bruno Haible  <bruno@clisp.org>
16186
16187         Define a dummy SA_NODEFER macro on Interix.
16188         * lib/signal.in.h (SA_NODEFER): Define fallback.
16189         Reported by Aleksey Cheusov <cheusov@tut.by> via
16190         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
16191
16192 2008-10-23  Bruno Haible  <bruno@clisp.org>
16193
16194         * modules/freadahead (License): Change to LGPLv2+.
16195         Suggested by Simon Josefsson.
16196
16197 2008-10-23  Jim Meyering  <meyering@redhat.com>
16198
16199         random_r: new module
16200         * modules/random_r: New file.
16201         * m4/random_r.m4: New file.
16202         * lib/random_r.c: New file, from glibc.
16203         * modules/random_r-tests: New file.
16204         * tests/test-random_r.c: New file.
16205         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
16206          Declare.
16207         (RAND_MAX): Define.
16208         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
16209         * modules/stdlib: Substitute them, too.
16210         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
16211         * doc/glibc-functions/initstate_r.texi: Mention the new module.
16212         * doc/glibc-functions/random_r.texi: Likewise.
16213         * doc/glibc-functions/setstate_r.texi: Likewise.
16214         * doc/glibc-functions/srandom_r.texi: Likewise.
16215         * config/srclist.txt: Mention it.
16216
16217 2008-10-23  David Lutterkort  <lutter@redhat.com>
16218
16219         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
16220         link requirement
16221
16222 2008-10-23  Jim Meyering  <meyering@redhat.com>
16223
16224         selinux-h: mark parameters of stub functions as intentionally unused
16225         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
16226         * lib/se-context.in.h: Likewise.
16227
16228 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16229
16230         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
16231
16232 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16233
16234         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
16235
16236 2008-10-22  Eric Blake  <ebb9@byu.net>
16237
16238         glthread/thread: avoid compiler warning
16239         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
16240         Add unreachable abort to silence compiler.
16241
16242 2008-10-22  Eric Blake  <ebb9@byu.net>
16243
16244         netdb: also supply struct addrinfo for cygwin 1.5.x
16245         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
16246         older cygwin.
16247         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
16248         cygwin.
16249         * doc/posix-headers/netdb.texi (netdb.h): Document this.
16250
16251 2008-10-22  Bruno Haible  <bruno@clisp.org>
16252
16253         * users.txt: Update entry about pspp.
16254
16255 2008-10-21  Bruno Haible  <bruno@clisp.org>
16256
16257         Simplification.
16258         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
16259         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
16260
16261         Simplification.
16262         * lib/ioctl.c (ioctl): Don't undefine.
16263         * lib/socket.c (socket): Don't undefine.
16264
16265         Remove unused module indicator macros.
16266         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
16267         GNULIB_$1 as a C macro.
16268
16269         * doc/posix-functions/close.texi: Undo last change.
16270         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
16271         Windows platforms.
16272
16273 2008-10-21  Bruno Haible  <bruno@clisp.org>
16274
16275         Add gethostname() declaration to <unistd.h>.
16276         * lib/unistd.in.h (gethostname): New declaration.
16277         * lib/gethostname.c: Include <unistd.h>.
16278         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
16279         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
16280         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
16281         and HAVE_GETHOSTNAME.
16282         * modules/gethostname (Depends-on): Add unistd.
16283         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16284         (Include): Specify <unistd.h>.
16285         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
16286         HAVE_GETHOSTNAME.
16287         * tests/test-gethostname.c: Include <unistd.h> first.
16288
16289 2008-10-21  Bruno Haible  <bruno@clisp.org>
16290
16291         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
16292         * modules/select-tests (Depends-on): Likewise.
16293         Reported by Simon Josefsson.
16294
16295 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16296
16297         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16298         * lib/accept.c: New file, based on winsock.c.
16299         * lib/bind.c: New file, based on winsock.c.
16300         * lib/connect.c: New file, based on winsock.c.
16301         * lib/getpeername.c: New file, based on winsock.c.
16302         * lib/getsockname.c: New file, based on winsock.c.
16303         * lib/getsockopt.c: New file, based on winsock.c.
16304         * lib/ioctl.c: New file, based on winsock.c.
16305         * lib/listen.c: New file, based on winsock.c.
16306         * lib/recv.c: New file, based on winsock.c.
16307         * lib/recvfrom.c: New file, based on winsock.c.
16308         * lib/send.c: New file, based on winsock.c.
16309         * lib/sendto.c: New file, based on winsock.c.
16310         * lib/setsockopt.c: New file, based on winsock.c.
16311         * lib/shutdown.c: New file, based on winsock.c.
16312         * lib/socket.c: New file, based on winsock.c.
16313         * lib/w32sock.h: New file, based on winsock.c.
16314         * lib/winsock.c: Remove file.
16315         * modules/accept: Likewise.
16316         * modules/bind: Likewise.
16317         * modules/connect: Likewise.
16318         * modules/getpeername: Likewise.
16319         * modules/getsockname: Likewise.
16320         * modules/getsockopt: Likewise.
16321         * modules/ioctl: Likewise.
16322         * modules/listen: Likewise.
16323         * modules/recv: Likewise.
16324         * modules/recvfrom: Likewise.
16325         * modules/send: Likewise.
16326         * modules/sendto: Likewise.
16327         * modules/setsockopt: Likewise.
16328         * modules/shutdown: Likewise.
16329         * modules/socket: Use socket.c instead of winsock.c.
16330         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
16331         * doc/posix-functions/accept.texi: Doc fix.
16332         * doc/posix-functions/bind.texi: Doc fix.
16333         * doc/posix-functions/close.texi: Doc fix.
16334         * doc/posix-functions/connect.texi: Doc fix.
16335         * doc/posix-functions/getpeername.texi: Doc fix.
16336         * doc/posix-functions/getsockname.texi: Doc fix.
16337         * doc/posix-functions/getsockopt.texi: Doc fix.
16338         * doc/posix-functions/ioctl.texi: Doc fix.
16339         * doc/posix-functions/listen.texi: Doc fix.
16340         * doc/posix-functions/recv.texi: Doc fix.
16341         * doc/posix-functions/recvfrom.texi: Doc fix.
16342         * doc/posix-functions/send.texi: Doc fix.
16343         * doc/posix-functions/sendto.texi: Doc fix.
16344         * doc/posix-functions/setsockopt.texi: Doc fix.
16345         * doc/posix-functions/shutdown.texi: Doc fix.
16346         * doc/posix-functions/socket.texi: Doc fix.
16347
16348 2008-10-20  Bruno Haible  <bruno@clisp.org>
16349
16350         Take into account the role of SIGABRT_COMPAT on Windows 2008.
16351         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
16352         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
16353         as an alias for SIGABRT.
16354         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
16355         (sigaction): Map it to SIGABRT.
16356         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
16357
16358 2008-10-20  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/fts.c: Don't include lstat.h.
16361         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
16362
16363         Move the lstat() declaration to <sys/stat.h>.
16364         * lib/lstat.h: Remove file.
16365         * lib/sys_stat.in.h: Add special invocation convention.
16366         (lstat): New declaration.
16367         * lib/lstat.c (orig_lstat): New function.
16368         (rpl_lstat): Use orig_lstat instead of lstat.
16369         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
16370         AC_C_INLINE. Set REPLACE_LSTAT.
16371         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
16372         and REPLACE_LSTAT.
16373         * modules/lstat (Files): Remove lib/lstat.h.
16374         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16375         (Include): Specify <sys/stat.h> instead of lstat.h.
16376         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
16377         REPLACE_LSTAT.
16378         * NEWS: Mention the change.
16379
16380 2008-10-20  Bruno Haible  <bruno@clisp.org>
16381
16382         * modules/posix_spawn-tests: New file.
16383         * tests/test-posix_spawn3.c: New file.
16384
16385 2008-10-20  Bruno Haible  <bruno@clisp.org>
16386
16387         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
16388         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16389         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
16390         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16391         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
16392
16393 2008-10-20  Bruno Haible  <bruno@clisp.org>
16394
16395         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
16396         of posix_spawn on AIX 5.3.
16397
16398 2008-10-20  Bruno Haible  <bruno@clisp.org>
16399
16400         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
16401
16402 2008-10-20  Bruno Haible  <bruno@clisp.org>
16403
16404         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
16405         of AC_LANG_PROGRAM.
16406
16407 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16408
16409         * lib/netdb.in.h: Don't define GNU specific constants until they
16410         are supported or needed.  Reported by Bruno Haible
16411         <bruno@clisp.org>.
16412
16413 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16414
16415         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
16416
16417 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16418
16419         * lib/getaddrinfo.h: Remove file.
16420         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
16421         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
16422         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
16423         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
16424         * modules/netdb: Substitute GNULIB_GETADDRINFO.
16425         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
16426         * tests/test-getaddrinfo.c: Likewise.
16427         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
16428         * NEWS: Mention change.
16429
16430 2008-10-19  Bruno Haible  <bruno@clisp.org>
16431
16432         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
16433
16434 2008-10-19  Bruno Haible  <bruno@clisp.org>
16435
16436         * lib/wait-process.c: Include simply <sys/wait.h>.
16437         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
16438         WIFSTOPPED): Remove fallback definitions.
16439         * modules/wait-process (Depends-on): Add sys_wait.
16440
16441         New module 'sys_wait'.
16442         * modules/sys_wait: New file.
16443         * lib/sys_wait.in.h: New file, partially copied from
16444         lib/wait-process.c.
16445         * m4/sys_wait_h.m4: New file.
16446         * doc/posix-headers/sys_wait.texi: Mention the new module.
16447
16448 2008-10-19  Bruno Haible  <bruno@clisp.org>
16449
16450         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16451
16452 2008-10-19  Bruno Haible  <bruno@clisp.org>
16453
16454         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16455         * lib/wait-process.c (WAIT_T): Remove type.
16456         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16457         (wait_subprocess): Update.
16458
16459 2008-10-19  Bruno Haible  <bruno@clisp.org>
16460
16461         New module 'atoll'.
16462         * modules/atoll: New file.
16463         * lib/stdlib.in.h (atoll): New declaration.
16464         * lib/atoll.c: New file, from glibc with modifications.
16465         * m4/atoll.m4: New file.
16466         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16467         HAVE_ATOLL.
16468         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16469         * doc/posix-functions/atoll.texi: Mention the new module.
16470
16471 2008-10-19  Bruno Haible  <bruno@clisp.org>
16472
16473         Add strtoull() declaration to <stdlib.h>.
16474         * lib/stdlib.in.h (strtoull): New declaration.
16475         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16476         Set HAVE_STRTOULL.
16477         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16478         HAVE_STRTOULL.
16479         * modules/strtoull (Depends-on): Add stdlib.
16480         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16481         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16482         HAVE_STRTOULL.
16483
16484 2008-10-19  Bruno Haible  <bruno@clisp.org>
16485
16486         Add strtoll() declaration to <stdlib.h>.
16487         * lib/stdlib.in.h (strtoll): New declaration.
16488         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16489         Set HAVE_STRTOLL.
16490         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16491         HAVE_STRTOLL.
16492         * modules/strtoll (Depends-on): Add stdlib.
16493         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16494         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16495
16496 2008-10-19  Bruno Haible  <bruno@clisp.org>
16497
16498         * modules/bcopy (Depends-on): Add strings.
16499         (Include): Specify <strings.h>.
16500
16501 2008-10-19  Bruno Haible  <bruno@clisp.org>
16502
16503         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16504
16505 2008-10-19  Bruno Haible  <bruno@clisp.org>
16506
16507         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16508         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16509         mingw.
16510
16511 2008-10-19  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/atanl.c: Don't include isnanl.h.
16514         * lib/cosl.c: Likewise.
16515         * lib/ldexpl.c: Likewise.
16516         * lib/logl.c: Likewise.
16517         * lib/sinl.c: Likewise.
16518         * lib/sqrtl.c: Likewise.
16519         * lib/tanl.c: Likewise.
16520
16521         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16522         * lib/isnanf.h: Remove file.
16523         * lib/isnand.h: Remove file.
16524         * lib/isnanl.h: Remove file.
16525         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16526         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16527         macros.
16528         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16529         HAVE_ISNANF, don't define it as a C macro.
16530         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16531         HAVE_ISNAND, don't define it as a C macro.
16532         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16533         HAVE_ISNANL, don't define it as a C macro.
16534         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16535         HAVE_ISNAN[FDL].
16536         * modules/isnanf (Files): Remove lib/isnanf.h.
16537         (Depends-on): Add math.
16538         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16539         (Include): Specify <math.h> instead of isnanf.h.
16540         * modules/isnand (Files): Remove lib/isnand.h.
16541         (Depends-on): Add math.
16542         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16543         (Include): Specify <math.h> instead of isnand.h.
16544         * modules/isnanl (Files): Remove lib/isnanl.h.
16545         (Depends-on): Add math.
16546         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16547         (Include): Specify <math.h> instead of isnanl.h.
16548         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16549         HAVE_ISNAN[FDL].
16550         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16551         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16552         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16553         * NEWS: Mention the change.
16554
16555 2008-10-18  Bruno Haible  <bruno@clisp.org>
16556
16557         Add getusershell(), setusershell(), endusershell() declarations to
16558         <unistd.h>.
16559         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16560         declarations.
16561         * lib/getusershell.c: Include unistd.h.
16562         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16563         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16564         HAVE_GETUSERSHELL.
16565         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16566         and HAVE_GETUSERSHELL.
16567         * modules/getusershell (Depends-on): Add unistd, extensions.
16568         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16569         (Include): Specify <unistd.h>.
16570         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16571         HAVE_GETUSERSHELL.
16572
16573 2008-10-18  Bruno Haible  <bruno@clisp.org>
16574
16575         Add a getloadavg() declaration to <stdlib.h>.
16576         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16577         getloadavg declaration.
16578         (getloadavg): New declaration.
16579         * lib/getloadavg.c: Include <stdlib.h> first.
16580         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16581         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16582         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16583         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16584         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16585         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16586         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16587         (Include): Specify <stdlib.h>.
16588         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16589         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16590
16591 2008-10-18  Bruno Haible  <bruno@clisp.org>
16592
16593         * lib/dirchownmod.c: Don't include lchmod.h.
16594
16595         Move the lchmod() declaration to <sys/stat.h>.
16596         * lib/lchmod.h: Remove file.
16597         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
16598         (lchmod): New declaration, moved here from lib/lchown.h.
16599         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
16600         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
16601         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
16602         and HAVE_LCHMOD.
16603         * modules/lchmod (Files): Remove lib/lchmod.h.
16604         (Depends-on): Add sys_stat, extensions.
16605         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16606         (Include): Specify <sys/stat.h> instead of lchmod.h.
16607         * modules/sys_stat (Depends-on): Add link-warning.
16608         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
16609         definition of GL_LINK_WARNING.
16610         * NEWS: Mention the change.
16611
16612 2008-10-18  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/fchdir.c: Don't include dirfd.h.
16615         * lib/fts.c: Likewise.
16616         * lib/getcwd.c: Likewise.
16617         * lib/glob.c: Likewise.
16618
16619         Move the dirfd() declaration to <dirent.h>.
16620         * lib/dirfd.h: Remove file.
16621         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
16622         (dirfd): New declaration.
16623         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
16624         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
16625         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
16626         HAVE_DECL_DIRFD.
16627         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
16628         HAVE_DECL_DIRFD.
16629         * modules/dirfd (Files): Remove lib/dirfd.h.
16630         (Depends-on): Add dirent, extensions.
16631         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
16632         (Include): Specify <dirent.h> instead of dirfd.h.
16633         * modules/dirent (Depends-on): Add link-warning.
16634         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
16635         definition of GL_LINK_WARNING.
16636         * NEWS: Mention the change.
16637
16638 2008-10-18  Bruno Haible  <bruno@clisp.org>
16639
16640         Move the euidaccess() declaration to <unistd.h>.
16641         * lib/euidaccess.h: Remove file.
16642         * lib/unistd.in.h (euidaccess): New declaration.
16643         * lib/euidaccess.c: Don't include euidaccess.h.
16644         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
16645         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
16646         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
16647         and HAVE_EUIDACCESS.
16648         * modules/euidaccess (Files): Remove lib/euidaccess.h.
16649         (Depends-on): Add unistd.
16650         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16651         (Include): Specify <unistd.h> instead of euidaccess.h.
16652         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
16653         HAVE_EUIDACCESS.
16654         * NEWS: Mention the change.
16655
16656 2008-10-18  Bruno Haible  <bruno@clisp.org>
16657
16658         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
16659
16660         Move the getdomainname() declaration to <unistd.h>.
16661         * lib/getdomainname.h: Remove file.
16662         * lib/unistd.in.h (getdomainname): New declaration.
16663         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
16664         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
16665         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16666         HAVE_GETDOMAINNAME.
16667         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16668         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
16669         * modules/getdomainname (Files): Remove lib/getdomainname.h.
16670         (Depends-on): Add unistd, extensions.
16671         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16672         (Includes): Specify <unistd.h> instead of getdomainname.h.
16673         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
16674         HAVE_GETDOMAINNAME.
16675         * NEWS: Mention the change.
16676
16677 2008-10-18  Bruno Haible  <bruno@clisp.org>
16678
16679         * modules/dirent: New file.
16680         * m4/dirent_h.m4: New file.
16681         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
16682         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
16683         * modules/fchdir (Files): Remove lib/dirent.in.h.
16684         (Depends-on): Add dirent.
16685         (Makefile.am): Move rules to modules/dirent.
16686         * doc/posix-headers/dirent.texi: Mention the new module.
16687
16688 2008-10-18  Bruno Haible  <bruno@clisp.org>
16689
16690         Avoid -Wunused-parameter warnings in public gnulib header files.
16691         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
16692         macro.
16693         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
16694
16695 2008-10-18  Bruno Haible  <bruno@clisp.org>
16696
16697         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
16698         * doc/glibc-functions/error.texi: Mention the module 'error'.
16699         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
16700         * doc/glibc-functions/getdomainname.texi: Mention the module
16701         'getdomainname'.
16702         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
16703         * doc/glibc-functions/getpagesize.texi: Mention the module
16704         'getpagesize'.
16705         * doc/glibc-functions/getusershell.texi: Mention the module
16706         'getusershell'.
16707         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
16708         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
16709         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
16710         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
16711         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
16712         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
16713         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
16714         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
16715         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
16716         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
16717         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
16718         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
16719         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
16720         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
16721
16722 2008-10-17  Bruno Haible  <bruno@clisp.org>
16723
16724         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
16725         HP-UX and IRIX, use -0.0L.
16726         * tests/test-ceill.c (minus_zero): Likewise.
16727         * tests/test-floorl.c (minus_zero): Likewise.
16728         * tests/test-frexpl.c (minus_zero): Likewise.
16729         * tests/test-isnan.c (minus_zerol): Likewise.
16730         * tests/test-isnanl.h (minus_zero): Likewise.
16731         * tests/test-ldexpl.c (minus_zero): Likewise.
16732         * tests/test-roundl.c (minus_zero): Likewise.
16733         * tests/test-signbit.c (minus_zerol): Likewise.
16734         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16735         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16736         * tests/test-truncl.c (minus_zero): Likewise.
16737         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16738         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16739         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
16740         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16741
16742 2008-10-17  Bruno Haible  <bruno@clisp.org>
16743
16744         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
16745         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
16746         that it gets activated only for gcc >= 3.0.
16747         * lib/dirent.in.h: Likewise.
16748         * lib/errno.in.h: Likewise.
16749         * lib/fcntl.in.h: Likewise.
16750         * lib/float.in.h: Likewise.
16751         * lib/iconv.in.h: Likewise.
16752         * lib/inttypes.in.h: Likewise.
16753         * lib/locale.in.h: Likewise.
16754         * lib/math.in.h: Likewise.
16755         * lib/netdb.in.h: Likewise.
16756         * lib/netinet_in.in.h: Likewise.
16757         * lib/search.in.h: Likewise.
16758         * lib/signal.in.h: Likewise.
16759         * lib/spawn.in.h: Likewise.
16760         * lib/stdarg.in.h: Likewise.
16761         * lib/stdint.in.h: Likewise.
16762         * lib/stdio.in.h: Likewise.
16763         * lib/stdlib.in.h: Likewise.
16764         * lib/string.in.h: Likewise.
16765         * lib/strings.in.h: Likewise.
16766         * lib/sys_file.in.h: Likewise.
16767         * lib/sys_ioctl.in.h: Likewise.
16768         * lib/sys_select.in.h: Likewise.
16769         * lib/sys_socket.in.h: Likewise.
16770         * lib/sys_stat.in.h: Likewise.
16771         * lib/sys_time.in.h: Likewise.
16772         * lib/sysexits.in.h: Likewise.
16773         * lib/time.in.h: Likewise.
16774         * lib/unistd.in.h: Likewise.
16775         * lib/wchar.in.h: Likewise.
16776         * lib/wctype.in.h: Likewise.
16777         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16778
16779 2008-10-17  Jim Meyering  <meyering@redhat.com>
16780
16781         ignore-value: don't depend on inline module
16782         * modules/ignore-value (Depends-on): Remove 'inline'.
16783         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
16784         Suggestion from Bruno Haible.
16785
16786 2008-10-17  Bruno Haible  <bruno@clisp.org>
16787
16788         New implementation of condition variables for Win32.
16789         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
16790         (gl_linked_waitqueue_t): New type.
16791         (gl_cond_t): Use it.
16792         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
16793         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
16794         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
16795         (glthread_cond_init_func, glthread_cond_wait_func,
16796         glthread_cond_timedwait_func, glthread_cond_signal_func,
16797         glthread_cond_broadcast_func, glthread_cond_destroy_func):
16798         Reimplemented on the basis of gl_linked_waitqueue_t.
16799         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
16800         gl_waitqueue_t.
16801         (gl_rwlock_t): Update.
16802         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
16803
16804 2008-10-17  Simon Josefsson  <simon@josefsson.org>
16805
16806         * modules/recvfrom (Depends-on): Add dependency on getpeername.
16807         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16808
16809 2008-10-17  Jim Meyering  <meyering@redhat.com>
16810
16811         ignore-value: new module
16812         * modules/ignore-value: New file.
16813         * lib/ignore-value.h: New file.
16814         * MODULES.html.sh (Compiler warning management): New section,
16815         just for this module.  More to come.
16816
16817 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         open-safer.c: avoid 'signed and unsigned in conditional...' warning
16820         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
16821         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
16822
16823 2008-10-16  Jim Meyering  <meyering@redhat.com>
16824
16825         openat-die.c: avoid 'no previous prototype' warning
16826         * lib/openat-die.c: Include "openat.h".
16827         Reported by Reuben Thomas <rrt@sc3d.org>.
16828
16829 2008-10-16  Simon Josefsson  <simon@josefsson.org>
16830
16831         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
16832         * lib/netdb.in.h: Fix typo.
16833         Reported by Bruno Haible  <bruno@clisp.org>
16834
16835         * lib/netdb.in.h: Include sys/socket.h for platforms without
16836         netdb.h, to get structures like hostent on MinGW.
16837         * modules/netdb (Depends-on): Add sys_socket.
16838
16839 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16840
16841         * modules/netdb, modules/netdb-tests: New file.
16842         * m4/netdb_h.m4: New file.
16843         * lib/netdb.in.h: Add, currently just an empty file pending
16844         definitions.
16845         * tests/test-netdb.c: New file.
16846         * doc/posix-headers/netdb.texi: Mention that we replace it if
16847         needed.
16848         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16849         netdb.
16850
16851 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16852
16853         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
16854         with code.
16855
16856 2008-10-13  Bruno Haible  <bruno@clisp.org>
16857
16858         * lib/glthread/cond.c (glthread_cond_wait_func,
16859         glthread_cond_timedwait_func): Add a comment.
16860
16861 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16862
16863         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
16864         * tests/test-select.c: Likewise,
16865
16866 2008-10-13  Bruno Haible  <bruno@clisp.org>
16867
16868         * lib/glthread/cond.c (glthread_cond_wait_func,
16869         glthread_cond_timedwait_func): Fix variable name.
16870         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16871
16872 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
16873
16874         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
16875         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
16876         struct sockaddr.sa_len.
16877         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
16878
16879 2008-10-13  Simon Josefsson  <simon@josefsson.org>
16880
16881         * build-aux/pmccabe2html: Add css and css_url parameters.
16882
16883 2008-10-12  Bruno Haible  <bruno@clisp.org>
16884
16885         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
16886         calling aclx_get.
16887         Reported by Rainer Tammer <tammer@tammer.net>.
16888
16889 2008-10-12  Bruno Haible  <bruno@clisp.org>
16890
16891         Use msvcrt aware primitives for creation/termination of Win32 threads.
16892         * lib/glthread/thread.c: Include <process.h>.
16893         (glthread_create_func): Use _beginthreadex instead of CreateThread.
16894         (wrapper_func): Update signature.
16895         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
16896
16897 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16898             Bruno Haible  <bruno@clisp.org>
16899
16900         Provide a Win32 implementation of the 'cond' module.
16901         * lib/glthread/cond.h [USE_WIN32]: New implementation.
16902         * lib/glthread/cond.c (glthread_cond_init_func,
16903         glthread_cond_wait_func, glthread_cond_timedwait_func,
16904         glthread_cond_signal_func, glthread_cond_broadcast_func,
16905         glthread_cond_destroy_func) [USE_WIN32]: New functions.
16906         * modules/cond (Dependencies): Add gettimeofday.
16907
16908 2008-10-11  Bruno Haible  <bruno@clisp.org>
16909
16910         Make sleep work on older versions of mingw.
16911         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
16912         only whether it exists.
16913         * doc/posix-functions/sleep.texi: Mention the problem with older
16914         versions of mingw.
16915
16916 2008-10-11  Bruno Haible  <bruno@clisp.org>
16917
16918         New module 'shutdown'.
16919         * modules/shutdown: New file.
16920         * lib/sys_socket.in.h (shutdown): New declaration.
16921         * lib/winsock.c (shutdown): New function.
16922         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
16923         GNULIB_SHUTDOWN.
16924         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
16925         * doc/posix-functions/shutdown.texi: Document the new module.
16926
16927 2008-10-11  Jim Meyering  <meyering@redhat.com>
16928
16929         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
16930
16931 2008-10-11  Bruno Haible  <bruno@clisp.org>
16932
16933         New module 'fclose'.
16934         * modules/fclose: New file.
16935         * lib/stdio.in.h (fclose): New declaration.
16936         * lib/fclose.c: New file.
16937         * m4/fclose.m4: New file.
16938         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
16939         REPLACE_FCLOSE.
16940         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
16941         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
16942         REPLACE_FCLOSE.
16943         * modules/close (Depends-on): fclose.
16944         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
16945
16946 2008-10-11  Bruno Haible  <bruno@clisp.org>
16947
16948         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
16949         set errno and don't call _close.
16950
16951 2008-10-10  Bruno Haible  <bruno@clisp.org>
16952
16953         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
16954         ACL, not afterwards. Fixes test failure on Cygwin.
16955
16956 2008-10-09  Ben Pfaff  <blp@gnu.org>
16957
16958         * build-aux/announce-gen: Fix gnulib version related part of usage
16959         message.  Die with a useful error message if no tarballs are
16960         found.
16961
16962 2008-10-10  Jim Meyering  <meyering@redhat.com>
16963
16964         bootstrap: use git's --depth=N option only if it's supported
16965         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
16966         recognize the --depth option.  Reported by Pádraig Brady.
16967
16968 2008-10-09  Bruno Haible  <bruno@clisp.org>
16969
16970         New module 'ioctl'.
16971         * modules/ioctl: New file.
16972         * lib/sys_socket.in.h (ioctl): Remove declaration.
16973         * lib/winsock.c: Include <sys/ioctl.h>.
16974         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
16975         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16976         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
16977         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
16978         * doc/posix-functions/ioctl.texi: Mention the new module.
16979
16980 2008-10-09  Bruno Haible  <bruno@clisp.org>
16981
16982         New module 'sys_ioctl'.
16983         * lib/sys_ioctl.in.h: New file.
16984         * m4/sys_ioctl_h.m4: New file.
16985         * modules/sys_ioctl: New file.
16986         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
16987
16988 2008-10-09  Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
16991         * lib/winsock.c: Include <stdarg.h>.
16992         (rpl_ioctl): Change to second argument 'int' and then varargs.
16993
16994 2008-10-09  Bruno Haible  <bruno@clisp.org>
16995
16996         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
16997         when the sys_socket module is present and the system has <winsock2.h>.
16998
16999 2008-10-09  Bruno Haible  <bruno@clisp.org>
17000
17001         * doc/posix-functions/close.texi: Mention module 'close' instead of
17002         module 'sys_socket'.
17003
17004 2008-10-09  Bruno Haible  <bruno@clisp.org>
17005
17006         * doc/glibc-headers/sys_ioctl.texi: New file.
17007         * doc/gnulib.texi: Include it.
17008
17009 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17010             Bruno Haible  <bruno@clisp.org>
17011
17012         Combine the two replacements of 'close'.
17013         * lib/sys_socket.in.h (close): Define to a reminder to include
17014         <unistd.h>.
17015         (_gl_close_fd_maybe_socket): New declaration.
17016         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
17017         * lib/winsock.c (close): Remove undefinition.
17018         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
17019         needed for the gnulib module 'close'.
17020         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
17021         define to an error symbol or to a warning, if suitable.
17022         * lib/close.c: Include <sys/socket.h>.
17023         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
17024         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
17025         UNISTD_H_HAVE_WINSOCK2_H.
17026         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
17027         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17028         UNISTD_H_HAVE_WINSOCK2_H.
17029         * modules/sys_socket (Files): Add m4/unistd_h.m4.
17030         (configure.ac): Set a module indicator.
17031         (Makefile.am): Substitute GNULIB_CLOSE.
17032         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
17033         * modules/poll-tests (Depends-on): Add close.
17034         * modules/select-tests (Depends-on): Likewise.
17035
17036 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17037             Bruno Haible  <bruno@clisp.org>
17038
17039         New module 'close'.
17040         * modules/close: New file.
17041         * lib/unistd.in.h (close): Move declaration out of the
17042         FCHDIR_REPLACEMENT scope.
17043         (_gl_unregister_fd): New declaration.
17044         * lib/close.c: New file.
17045         * lib/fchdir.c (rpl_close): Remove function.
17046         * m4/close.m4: New file.
17047         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17048         close.
17049         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
17050         REPLACE_CLOSE.
17051         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
17052         REPLACE_CLOSE.
17053         * modules/fchdir (Depends-on): Add close.
17054
17055 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17056             Bruno Haible  <bruno@clisp.org>
17057
17058         * lib/fcntl.in.h (open): Simplify conditionals.
17059         (_gl_register_fd): New declaration.
17060         * lib/fchdir.c (rpl_open): Remove function.
17061         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
17062         also.
17063         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
17064         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17065         open.
17066
17067 2008-10-09  Jim Meyering  <meyering@redhat.com>
17068
17069         GNUmakefile: use the more name-space-friendly "_version"
17070         * top/GNUmakefile (_dummy): Update.
17071         (_version): Rename from "version".
17072
17073 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17074             Bruno Haible  <bruno@clisp.org>
17075
17076         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
17077         rpl_close.
17078         (_gl_register_fd): New function, extracted from rpl_open.
17079         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
17080         (rpl_open, rpl_opendir): Use _gl_register_fd.
17081
17082 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17083
17084         Fix organization of 'open' replacement.
17085         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
17086         (gl_FUNC_OPEN): Use it.
17087         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
17088
17089 2008-10-08  Bruno Haible  <bruno@clisp.org>
17090
17091         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
17092
17093 2008-10-08  Simon Josefsson  <simon@josefsson.org>
17094
17095         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
17096         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
17097         listen).
17098
17099 2008-10-08  Eric Blake  <ebb9@byu.net>
17100
17101         GNUmakefile: add 'make version' target
17102         * top/GNUmakefile (_curr-ver): Split version update rules...
17103         (version): ...into a target.
17104
17105 2008-10-07  Bruno Haible  <bruno@clisp.org>
17106
17107         Use a more portable replacement expression for -0.0L.
17108         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
17109         instead of -0.0L. Fix m4 quotation.
17110
17111         * tests/test-signbit.c: Include <float.h>.
17112         (minus_zero): New variable.
17113         (test_signbitl): Use minus_zero instead of -zero.
17114         * modules/signbit-tests (Depends-on): Add float.
17115
17116         * tests/test-ceill.c: Include <float.h>.
17117         (zero): Remove variable.
17118         (minus_zero): New variable.
17119         (main): Use minus_zero instead of -zero.
17120         * modules/ceill-tests (Depends-on): Add float.
17121
17122         * tests/test-floorl.c: Include <float.h>.
17123         (zero): Remove variable.
17124         (minus_zero): New variable.
17125         (main): Use minus_zero instead of -zero.
17126         * modules/floorl-tests (Depends-on): Add float.
17127
17128         * tests/test-roundl.c: Include <float.h>.
17129         (zero): Remove variable.
17130         (minus_zero): New variable.
17131         (main): Use minus_zero instead of -zero.
17132         * modules/roundl-tests (Depends-on): Add float.
17133
17134         * tests/test-truncl.c: Include <float.h>.
17135         (zero): Remove variable.
17136         (minus_zero): New variable.
17137         (main): Use minus_zero instead of -zero.
17138         * modules/truncl-tests (Depends-on): Add float.
17139
17140         * tests/test-frexpl.c (zero): Remove variable.
17141         (minus_zero): New variable.
17142         (main): Use minus_zero instead of -zero.
17143         * modules/frexpl-tests (Depends-on): Add float.
17144
17145         * tests/test-isnan.c (zerol): Remove variable.
17146         (minus_zerol): New variable.
17147         (test_long_double): Use minus_zerol instead of -zerol.
17148         * modules/isnan-tests (Depends-on): Add float.
17149
17150         * tests/test-isnanl.h (zero): Remove variable.
17151         (minus_zero): New variable.
17152         (main): Use minus_zero instead of -zero.
17153         * modules/isnanl-nolibm-tests (Depends-on): Add float.
17154         * modules/isnanl-tests (Depends-on): Add float.
17155
17156         * tests/test-ldexpl.c (zero): Remove variable.
17157         (minus_zero): New variable.
17158         (main): Use minus_zero instead of -zero.
17159         * modules/ldexpl-tests (Depends-on): Add float.
17160
17161         * tests/test-snprintf-posix.h (zerol): Remove variable.
17162         (minus_zerol): New variable.
17163         (test_function): Use minus_zerol instead of -zerol.
17164         * modules/snprintf-posix-tests (Depends-on): Add float.
17165         * modules/vsnprintf-posix-tests (Depends-on): Add float.
17166
17167         * tests/test-sprintf-posix.h (zerol): Remove variable.
17168         (minus_zerol): New variable.
17169         (test_function): Use minus_zerol instead of -zerol.
17170         * modules/sprintf-posix-tests (Depends-on): Add float.
17171         * modules/vsprintf-posix-tests (Depends-on): Add float.
17172
17173         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
17174         (minus_zerol): New variable.
17175         (test_function): Use minus_zerol instead of -zerol.
17176         * modules/vasnprintf-posix-tests (Depends-on): Add float.
17177
17178         * tests/test-vasprintf-posix.c (zerol): Remove variable.
17179         (minus_zerol): New variable.
17180         (test_function): Use minus_zerol instead of -zerol.
17181         * modules/vasprintf-posix-tests (Depends-on): Add float.
17182
17183 2008-10-07  Simon Josefsson  <simon@josefsson.org>
17184
17185         * MODULES.html.sh (Support for building documentation): Mention
17186         pmccabe2html.  Sort entries.
17187
17188         Add pmccabe2html module, from gnupdf.
17189         * build-aux/pmccabe.css: New file.
17190         * build-aux/pmccabe2html: New file.
17191         * m4/pmccabe2html.m4: New file.
17192         * modules/pmccabe2html: New file.
17193
17194 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
17195
17196         flock: new module
17197         * MODULES.html.sh: Add to list of modules.
17198         * lib/flock.c: flock implementation for Windows and Unix systems
17199         which have fcntl.
17200         * doc/glibc-functions/flock.texi: Update documentation.
17201         * lib/sys_file.in.h: <sys/file.h> header file.
17202         * m4/flock.m4: M4 macros.
17203         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
17204         * modules/flock: flock module.
17205         * modules/flock-tests: flock tests module.
17206         * modules/sys_file: sys/file.h module.
17207         * tests/test-flock.c: test suite for flock.
17208
17209 2008-10-06  Jim Meyering  <meyering@redhat.com>
17210
17211         bootstrap: check for LT_INIT more portably still ;-)
17212         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
17213         Spotted by Bruno Haible.
17214
17215 2008-10-06  Eric Blake  <ebb9@byu.net>
17216
17217         test-signbit: avoid tripping Irix cc bug on -0.0L
17218         * tests/test-signbit.c (minus_zerol): Delete, and replace with
17219         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
17220         entire testsuite consistent and avoids an Irix 6.2 bug.
17221
17222 2008-10-05  Bruno Haible  <bruno@clisp.org>
17223             Jim Meyering  <jim@meyering.net>
17224
17225         Add an option for ignoring EPIPE during close_stdout.
17226         * lib/closeout.h: Include <stdbool.h>.
17227         (close_stdout_set_ignore_EPIPE): New declaration.
17228         * lib/closeout.c: Include <stdbool.h>.
17229         (ignore_EPIPE): New variable.
17230         (close_stdout_set_ignore_EPIPE): New function.
17231         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
17232         * lib/close-stream.c (close_stream): Mention the possible EPIPE
17233         failure.
17234         * modules/closeout (Depends-on): Add stdbool.
17235
17236 2008-10-05  Bruno Haible  <bruno@clisp.org>
17237
17238         * modules/accept: New file.
17239         * modules/bind: New file.
17240         * modules/connect: New file.
17241         * modules/getpeername: New file.
17242         * modules/getsockname: New file.
17243         * modules/getsockopt: New file.
17244         * modules/listen: New file.
17245         * modules/recv: New file.
17246         * modules/recvfrom: New file.
17247         * modules/send: New file.
17248         * modules/sendto: New file.
17249         * modules/setsockopt: New file.
17250         * modules/socket: New file.
17251         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
17252         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
17253         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
17254         the particular module is requested. Add a link warning when the
17255         particular module is not requested.
17256         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
17257         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
17258         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
17259         the particular module is requested.
17260         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
17261         gl_SYS_SOCKET_H_DEFAULTS): New macros.
17262         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
17263         * modules/sys_socket (Depends-on): Add link-warning.
17264         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
17265         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
17266         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
17267         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
17268         GL_LINK_WARNING.
17269         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
17270         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
17271         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
17272         * doc/posix-functions/getpeername.texi: Mention the new module
17273         'getpeername'.
17274         * doc/posix-functions/getsockname.texi: Mention the new module
17275         'getsockname'.
17276         * doc/posix-functions/getsockopt.texi: Mention the new module
17277         'getsockopt'.
17278         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
17279         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
17280         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
17281         * doc/posix-functions/send.texi: Mention the new module 'send'.
17282         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
17283         * doc/posix-functions/setsockopt.texi: Mention the new module
17284         'setsockopt'.
17285         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
17286         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
17287         listen, connect, accept.
17288         * modules/select-tests (Depends-on): Likewise.
17289
17290 2008-10-05  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/winsock.c (strerror): Remove unused #undef.
17293         (rpl_close): Remove unused local variable.
17294
17295         * modules/sys_socket (Depends-on); Add errno.
17296
17297 2008-10-05  Bruno Haible  <bruno@clisp.org>
17298
17299         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17300         (select): Add a link warning when the 'select' module is not used.
17301         * modules/sys_select (Depends-on): Add link-warning.
17302         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17303         Suggested by Paolo Bonzini.
17304
17305 2008-10-05  Jim Meyering  <meyering@redhat.com>
17306
17307         bootstrap: check for LT_INIT more portably
17308         * build-aux/bootstrap: Avoid using grep -E, since it's not
17309         portable enough.  Suggestion from Bruno Haible.
17310
17311 2008-10-05  Bruno Haible  <bruno@clisp.org>
17312
17313         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
17314         as being fixed by gnulib.
17315
17316 2008-10-05  Bruno Haible  <bruno@clisp.org>
17317
17318         * modules/select-tests: New file, mostly copied from
17319         modules/sys_select-tests.
17320         * tests/test-select.c: New file, mostly copied from
17321         tests/test-sys_select.c.
17322         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
17323         * modules/sys_select-tests (Depends-on): Remove all dependencies.
17324         (Makefile.am): Remove test_sys_select_LDADD.
17325
17326         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
17327         to an undefined symbol, for an error message.
17328         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
17329         (gl_SYS_SELECT_H_DEFAULTS): New macro.
17330         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
17331         winsock-select.c here.
17332         * modules/sys_select (Files): Remove lib/winsock-select.c.
17333         (Depends-on): Remove alloca.
17334         (Makefile.am): Substitute GNULIB_SELECT.
17335         * modules/select: New file.
17336         * doc/posix-functions/select.texi: Update.
17337
17338 2008-10-05  Bruno Haible  <bruno@clisp.org>
17339
17340         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
17341         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
17342         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
17343         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
17344         getdtablesize.
17345         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
17346         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
17347
17348 2008-10-05  Bruno Haible  <bruno@clisp.org>
17349
17350         * modules/getdtablesize-tests: New file.
17351         * tests/test-getdtablesize.c: New file.
17352
17353         New module 'getdtablesize'.
17354         * lib/unistd.in.h (getdtablesize): New declaration.
17355         * lib/getdtablesize.c: New file.
17356         * m4/getdtablesize.m4: New file.
17357         * modules/getdtablesize: New file.
17358         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17359         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
17360         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
17361         HAVE_GETDTABLESIZE.
17362         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
17363
17364 2008-10-05  Bruno Haible  <bruno@clisp.org>
17365
17366         * modules/sched (Makefile.am): Fix typo.
17367         Reported by Simon Josefsson.
17368
17369 2008-10-05  Jim Meyering  <meyering@redhat.com>
17370
17371         bootstrap: check for LT_INIT, too
17372         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
17373         are deprecated.  Suggestion from Ralf Wildenhues.
17374
17375 2008-10-05  Bruno Haible  <bruno@clisp.org>
17376
17377         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
17378         overriding them by ours.
17379         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
17380
17381 2008-10-05  Jim Meyering  <meyering@redhat.com>
17382
17383         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
17384         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
17385         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
17386
17387 2008-10-04  Bruno Haible  <bruno@clisp.org>
17388
17389         * modules/dup2 (License): Change to LGPLv2+.
17390         * modules/sleep (License): Likewise.
17391         * modules/perror (License): Likewise.
17392         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
17393         Blake.
17394         * modules/signal (License): Likewise.
17395         * modules/sigprocmask (License): Likewise.
17396         * modules/raise (License): Change to LGPLv2+, with approval by Jim
17397         Meyering.
17398
17399 2008-10-04  Bruno Haible  <bruno@clisp.org>
17400
17401         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
17402         Reported by Rainer Tammer <tammer@tammer.net>.
17403
17404 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
17405             Bruno Haible  <bruno@clisp.org>
17406
17407         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
17408         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
17409         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
17410
17411 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
17412
17413         filevercmp: new module
17414         * lib/filevercmp.h: New function filevercmp comparing version strings.
17415         * lib/filevercmp.c: Implementation of filevercmp function.
17416         * modules/filevercmp: Module metadata.
17417         * tests/test-filevercmp.c: Unit test for new module.
17418         * modules/filevercmp-tests: Unit test metadata.
17419         * MODULES.html.sh: Add filevercmp module.
17420
17421 2008-10-03  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/c-ctype.h: Add comment.
17424         Reported by Jim Meyering.
17425
17426 2008-10-02  Bruno Haible  <bruno@clisp.org>
17427
17428         * modules/posix_spawn-internal (Depends-on): Add 'open'.
17429
17430 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17431
17432         * build-aux/bootstrap: Allow renaming bootstrap, and change the
17433         name of bootstrap.conf accordingly.
17434
17435 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17436
17437         * build-aux/bootstrap: Install git-merge-changelog configuration
17438         items into .gitconfig if needed.
17439
17440 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17441
17442         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
17443         git repository, and initialize/update it accordingly.
17444
17445 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
17446
17447         * modules/fsync-tests: New file.
17448         * tests/test-fsync.c: New file.
17449
17450         New module 'fsync'.
17451         * lib/fsync.c: New file.
17452         * m4/fsync.m4: New file.
17453         * modules/fsync: New file.
17454         * lib/unistd.in.h (fsync): New declaration.
17455         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17456         GNULIB_FSYNC and HAVE_FSYNC.
17457         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17458         * MODULES.html.sh (posix_functions): Add fsync.
17459         * doc/posix-functions/fsync.texi: Mention the new module.
17460
17461 2008-10-02  Jim Meyering  <meyering@redhat.com>
17462
17463         fts.c: sync with similar code from coreutils' remove.c
17464         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17465         Guard also with "#if defined __linux__", since for now at least,
17466         this code is Linux-kernel-specific.
17467
17468 2008-10-02  Jim Meyering  <meyering@redhat.com>
17469
17470         fts: bug fixes
17471         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17472         Include <sys/vfs.h>, not <sys/statfs.h>.
17473
17474         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17475         Include <sys/vfs.h>, not <sys/statfs.h>.
17476
17477 2008-10-01  Bruno Haible  <bruno@clisp.org>
17478
17479         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17480         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17481         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17482         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17483         * doc/posix-functions/posix_spawnp.texi: Likewise.
17484         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17485         whether posix_spawn actually works.
17486         * m4/pipe.m4 (gl_PIPE): Likewise.
17487         * modules/execute (Files): Add m4/posix_spawn.m4.
17488         * modules/pipe (Files): Add m4/posix_spawn.m4.
17489         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17490
17491 2008-10-01  Jim Meyering  <meyering@redhat.com>
17492
17493         remove trailing spaces
17494         * NEWS: Likewise.
17495         * lib/poll.c (poll): Likewise.
17496         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17497         * lib/winsock.c (rpl_close): Likewise.
17498         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17499         * modules/yield: Likewise.
17500         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17501         * tests/test-sys_select.c (connect_to_socket): Likewise.
17502
17503         fts.c: adjust a new interface to be more generally useful
17504         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17505         (fts_build): Adjust caller.
17506
17507 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17508
17509         * modules/cond-tests: New file.
17510         * tests/test-cond.c: New file.
17511
17512 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17513             Bruno Haible  <bruno@clisp.org>
17514
17515         * modules/cond (Dependencies): Add errno, time.
17516         * lib/glthread/cond.h: Include <time.h>.
17517         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17518         across platforms.
17519
17520 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17521             Bruno Haible  <bruno@clisp.org>
17522
17523         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17524
17525 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17526             Bruno Haible  <bruno@clisp.org>
17527
17528         * modules/tls-tests (Depends-on): Add thread, yield.
17529         (configure.ac): Remove all checks.
17530         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17531         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17532         gl_thread_self): Remove definitions. Include glthread/thread.h and
17533         glthread/yield.h instead.
17534         (test_tls): Pass an additional NULL argument to gl_thread_join.
17535
17536 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17537             Bruno Haible  <bruno@clisp.org>
17538
17539         * modules/lock-tests (Depends-on): Add thread, yield.
17540         (configure.ac): Remove all checks.
17541         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17542         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17543         gl_thread_self): Remove definitions. Include glthread/thread.h and
17544         glthread/yield.h instead.
17545         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17546         additional NULL argument to gl_thread_join.
17547
17548 2008-09-30  Bruno Haible  <bruno@clisp.org>
17549
17550         Fix the Win32 implementation of the 'thread' module.
17551         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17552         pointer type.
17553         (gl_thread_self): Invoke gl_thread_self_func.
17554         (gl_thread_self_func): New declaration.
17555         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17556         (do_init_self_key, init_self_key): New functions.
17557         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17558         Remove some fields.
17559         (running_threads, running_lock): Remove variables.
17560         (get_current_thread_handle): New function.
17561         (gl_thread_self_func, wrapper_func, glthread_create_func,
17562         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17563         simplified.
17564
17565 2008-09-30  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17568         files.
17569
17570 2008-09-30  Jim Meyering  <meyering@redhat.com>
17571
17572         fts.m4: correct the test for statfs.f_type
17573         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17574         when checking for statfs.f_type.
17575
17576 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17577
17578         tests: avoid some compiler warnings
17579         * tests/test-memchr.c (main): Pass NULL indirectly.
17580         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17581
17582 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17583
17584         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17585         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17586         exactly specified dayshifts.
17587         (dayshift): New rule.
17588         (rel): Add dayshift.
17589         (relative_time_table) [tomorrow, yesterday, today, now]:
17590         Use tDAY_SHIFT in place of tDAY_UNIT.
17591         * tests/test-getdate.c: Add tests for now-disallowed countable
17592         dayshifts, e.g., "4 yesterday ago".
17593
17594 2008-09-29  Bruno Haible  <bruno@clisp.org>
17595
17596         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17597         * tests/test-posix_spawn1.in.sh: Renamed from
17598         tests/test-posix_spawn.in.sh.
17599         * tests/test-posix_spawn2.c: New file.
17600         * tests/test-posix_spawn2.in.sh: New file.
17601         * modules/posix_spawnp-tests (Files): Update.
17602         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
17603
17604 2008-09-29  Bruno Haible  <bruno@clisp.org>
17605
17606         Propagate effects of putenv/setenv/unsetenv to child processes.
17607         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
17608         * lib/pipe.c (create_pipe): Likewise.
17609
17610 2008-09-29  Bruno Haible  <bruno@clisp.org>
17611
17612         Enable use of shell scripts as executables in mingw.
17613         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
17614         run the program as a shell script.
17615         * lib/pipe.c (create_pipe): Likewise.
17616         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
17617         resulting array.
17618
17619 2008-09-29  Eric Blake  <ebb9@byu.net>
17620
17621         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
17622
17623 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
17624
17625         * doc/posix-functions/accept.texi: Update mingw problems.
17626         * doc/posix-functions/bind.texi: Update mingw problems.
17627         * doc/posix-functions/close.texi: Update mingw problems.
17628         * doc/posix-functions/connect.texi: Update mingw problems.
17629         * doc/posix-functions/getpeername.texi: Update mingw problems.
17630         * doc/posix-functions/getsockname.texi: Update mingw problems.
17631         * doc/posix-functions/getsockopt.texi: Update mingw problems.
17632         * doc/posix-functions/ioctl.texi: Update mingw problems.
17633         * doc/posix-functions/listen.texi: Update mingw problems.
17634         * doc/posix-functions/recv.texi: Update mingw problems.
17635         * doc/posix-functions/recvfrom.texi: Update mingw problems.
17636         * doc/posix-functions/select.texi: Update mingw problems.
17637         * doc/posix-functions/send.texi: Update mingw problems.
17638         * doc/posix-functions/sendto.texi: Update mingw problems.
17639         * doc/posix-functions/setsockopt.texi: Update mingw problems.
17640         * doc/posix-functions/socket.texi: Update mingw problems.
17641
17642 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
17643             Bruno Haible  <bruno@clisp.org>
17644
17645         * lib/sys_select.in.h: Include sys/time.h.
17646         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
17647         * modules/sys_select: Depend on sys_time.
17648         * tests/test-sys_select.c: Test that sys/select.h defines struct
17649         timeval fully.
17650
17651 2008-09-29  Bruno Haible  <bruno@clisp.org>
17652
17653         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
17654         * lib/sys_select.in.h: Likewise.
17655
17656 2008-09-29  Bruno Haible  <bruno@clisp.org>
17657
17658         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
17659
17660 2008-09-29  Bruno Haible  <bruno@clisp.org>
17661
17662         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
17663         Set LIBSOCKET instead of augmenting LIBS.
17664         * modules/sockets (Link): New section.
17665         * modules/sockets-tests (test_sockets_LDADD): New variable.
17666         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
17667         * modules/poll-tests (test_poll_LDADD): New variable.
17668         * NEWS: Document the change.
17669
17670 2008-09-29  Bruno Haible  <bruno@clisp.org>
17671
17672         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
17673         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
17674         ARPA_INET_H directly.
17675         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17676
17677 2008-09-28  Bruno Haible  <bruno@clisp.org>
17678
17679         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
17680         from gl_HEADER_SYS_SOCKET.
17681         (gl_HEADER_SYS_SOCKET): Invoke it.
17682         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17683
17684 2008-09-28  Bruno Haible  <bruno@clisp.org>
17685
17686         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
17687         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
17688         Needed on OSF/1 4.0.
17689
17690 2008-09-28  Bruno Haible  <bruno@clisp.org>
17691
17692         Override open more carefully.
17693         * lib/open.c (orig_open): New function.
17694         (rpl_open): Use orig_open instead of open.
17695         * lib/fcntl.in.h: Add special invocation convention.
17696         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
17697         (gl_FUNC_OPEN): Invoke it.
17698
17699         Override freopen more carefully.
17700         * lib/freopen.c (orig_freopen): New function.
17701         (rpl_freopen): Use orig_freopen instead of freopen.
17702         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
17703         (gl_FUNC_FREOPEN): Invoke it.
17704
17705         Override fopen more carefully.
17706         * lib/fopen.c (orig_fopen): New function.
17707         (rpl_fopen): Use orig_fopen instead of fopen.
17708         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
17709         (gl_FUNC_FOPEN): Invoke it.
17710         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
17711
17712 2008-09-28  Bruno Haible  <bruno@clisp.org>
17713
17714         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
17715         SIGPIPE.
17716
17717 2008-09-28  Bruno Haible  <bruno@clisp.org>
17718
17719         * tests/test-sigaction.c (handler, main): Disable the check whether
17720         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
17721         glibc systems with LinuxThreads.
17722
17723 2008-09-28  Bruno Haible  <bruno@clisp.org>
17724
17725         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
17726
17727         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
17728         with AIX xlc.
17729         * lib/fcntl.in.h (open): Likewise.
17730         Reported by Rainer Tammer <tammer@tammer.net>.
17731
17732 2008-09-28  Bruno Haible  <bruno@clisp.org>
17733
17734         * modules/posix_spawnp-tests: New file.
17735         * tests/test-posix_spawn.c: New file.
17736         * tests/test-posix_spawn.in.sh: New file.
17737
17738         New module 'posix_spawnp'.
17739         * modules/posix_spawnp: New file.
17740         * lib/spawnp.c: New file, from GNU libc with modifications.
17741         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
17742
17743         New module 'posix_spawn'.
17744         * modules/posix_spawn: New file.
17745         * lib/spawn.c: New file, from GNU libc with modifications.
17746         * doc/posix-functions/posix_spawn.texi: Mention the new module.
17747
17748         New module 'posix_spawnattr_destroy'.
17749         * modules/posix_spawnattr_destroy: New file.
17750         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
17751         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
17752         module.
17753
17754         New module 'posix_spawnattr_setsigmask'.
17755         * modules/posix_spawnattr_setsigmask: New file.
17756         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
17757         modifications.
17758         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
17759         new module.
17760
17761         New module 'posix_spawnattr_getsigmask'.
17762         * modules/posix_spawnattr_getsigmask: New file.
17763         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
17764         modifications.
17765         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
17766         new module.
17767
17768         New module 'posix_spawnattr_setsigdefault'.
17769         * modules/posix_spawnattr_setsigdefault: New file.
17770         * lib/spawnattr_setdefault.c: New file, from GNU libc with
17771         modifications.
17772         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
17773         new module.
17774
17775         New module 'posix_spawnattr_getsigdefault'.
17776         * modules/posix_spawnattr_getsigdefault: New file.
17777         * lib/spawnattr_getdefault.c: New file, from GNU libc with
17778         modifications.
17779         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
17780         new module.
17781
17782         New module 'posix_spawnattr_setschedpolicy'.
17783         * modules/posix_spawnattr_setschedpolicy: New file.
17784         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
17785         modifications.
17786         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
17787         new module.
17788
17789         New module 'posix_spawnattr_getschedpolicy'.
17790         * modules/posix_spawnattr_getschedpolicy: New file.
17791         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
17792         modifications.
17793         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
17794         new module.
17795
17796         New module 'posix_spawnattr_setschedparam'.
17797         * modules/posix_spawnattr_setschedparam: New file.
17798         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
17799         modifications.
17800         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
17801         new module.
17802
17803         New module 'posix_spawnattr_getschedparam'.
17804         * modules/posix_spawnattr_getschedparam: New file.
17805         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
17806         modifications.
17807         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
17808         new module.
17809
17810         New module 'posix_spawnattr_setpgroup'.
17811         * modules/posix_spawnattr_setpgroup: New file.
17812         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
17813         modifications.
17814         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
17815         module.
17816
17817         New module 'posix_spawnattr_getpgroup'.
17818         * modules/posix_spawnattr_getpgroup: New file.
17819         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
17820         modifications.
17821         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
17822         module.
17823
17824         New module 'posix_spawnattr_setflags'.
17825         * modules/posix_spawnattr_setflags: New file.
17826         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
17827         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
17828         module.
17829
17830         New module 'posix_spawnattr_getflags'.
17831         * modules/posix_spawnattr_getflags: New file.
17832         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
17833         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
17834         module.
17835
17836         New module 'posix_spawnattr_init'.
17837         * modules/posix_spawnattr_init: New file.
17838         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
17839         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
17840         module.
17841
17842         New module 'posix_spawn_file_actions_destroy'.
17843         * modules/posix_spawn_file_actions_destroy: New file.
17844         * lib/spawn_faction_destroy.c: New file, from GNU libc with
17845         modifications.
17846         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
17847         the new module.
17848
17849         New module 'posix_spawn_file_actions_addopen'.
17850         * modules/posix_spawn_file_actions_addopen: New file.
17851         * lib/spawn_faction_addopen.c: New file, from GNU libc with
17852         modifications.
17853         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
17854         the new module.
17855
17856         New module 'posix_spawn_file_actions_adddup2'.
17857         * modules/posix_spawn_file_actions_adddup2: New file.
17858         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
17859         modifications.
17860         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
17861         the new module.
17862
17863         New module 'posix_spawn_file_actions_addclose'.
17864         * modules/posix_spawn_file_actions_addclose: New file.
17865         * lib/spawn_faction_addclose.c: New file, from GNU libc with
17866         modifications.
17867         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
17868         the new module.
17869
17870         New module 'posix_spawn_file_actions_init'.
17871         * modules/posix_spawn_file_actions_init: New file.
17872         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
17873         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
17874         new module.
17875
17876         New module 'posix_spawn-internal'.
17877         * modules/posix_spawn-internal: New file.
17878         * lib/spawn_int.h: New file, from GNU libc with modifications.
17879         * lib/spawni.c: New file, from GNU libc with modifications.
17880         * m4/posix_spawn.m4: New file.
17881
17882         New module 'spawn'.
17883         * modules/spawn: New file.
17884         * lib/spawn.in.h: New file, from GNU libc with modifications.
17885         * m4/spawn_h.m4: New file.
17886         * doc/posix-headers/spawn.texi: Mention the new module.
17887
17888 2008-09-28  Bruno Haible  <bruno@clisp.org>
17889
17890         * modules/sched-tests: New file.
17891         * tests/test-sched.c: New file.
17892
17893         New module 'sched'.
17894         * modules/sched: New file.
17895         * lib/sched.in.h: New file.
17896         * m4/sched_h.m4: New file.
17897         * doc/posix-headers/sched.texi: Mention the new module.
17898
17899 2008-09-27  Eric Blake  <ebb9@byu.net>
17900
17901         Fix previous patch, and tweak references to $0.
17902         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
17903         (func_version, func_gnulib_dir): Don't call this program
17904         gnulib-tool.
17905         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
17906         with using $0 in function.
17907         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
17908         (func_fatal_error): Reuse the name the user invoked us with.
17909
17910 2008-09-27  Bruno Haible  <bruno@clisp.org>
17911
17912         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
17913         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
17914         (gl_ICONV_H): Not here.
17915         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
17916         instead of assigning ICONV_H directly.
17917
17918         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
17919         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
17920         WCHAR_H directly.
17921
17922 2008-09-27  Bruno Haible  <bruno@clisp.org>
17923
17924         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
17925         * modules/arpa_inet (Depends-on): Add link-warning.
17926         (Makefile.am): Insert the definition of GL_LINK-WARNING.
17927         * modules/unistd (Makefile.am): Likewise.
17928
17929 2008-09-26  Bruno Haible  <bruno@clisp.org>
17930
17931         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
17932         variables.
17933         (func_version): Essentially copied from gnulib-tool.
17934         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
17935         func_readlink): Copied from gnulib-tool.
17936
17937 2008-09-26  Bruno Haible  <bruno@clisp.org>
17938
17939         * gnulib-tool (func_version): Change directory to $gnulib_dir before
17940         invoking git-version-gen.
17941
17942 2008-09-26  Bruno Haible  <bruno@clisp.org>
17943
17944         * posix-modules: Update to directory names changed on 2008-01-19.
17945         Remove commas in output before splitting into words. No more need to
17946         avoid 'ftruncate' since 2007-02-19.
17947
17948 2008-09-26  Bruno Haible  <bruno@clisp.org>
17949
17950         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
17951
17952 2008-09-26  Bruno Haible  <bruno@clisp.org>
17953
17954         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
17955         * modules/fwriteerror (Depends-on): Add errno.
17956
17957 2008-09-26  Bruno Haible  <bruno@clisp.org>
17958
17959         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
17960         * tests/test-vc-list-files-cvs.sh: Likewise.
17961
17962 2008-09-26  Bruno Haible  <bruno@clisp.org>
17963
17964         * doc/posix-headers/sys_resource.texi: Reorder items.
17965
17966 2008-09-26  Jim Meyering  <meyering@redhat.com>
17967
17968         fts: tweak inode comparison function
17969         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
17970         inode numbers, as documented.
17971
17972         fts: sort dirent entries on inode number before traversing
17973         This avoids a quadratic, seek-related performance penalty when
17974         operating on a directory containing many entries (measurable at 10k;
17975         3.5 hours at 2 million entries with a cold cache) on certain types
17976         of file systems, including ext3 and ext4, but not tmpfs.
17977         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
17978         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
17979         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
17980         (fs_handles_readdir_ordered_dirents_efficiently): New function.
17981         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
17982         (fts_build): Set the stat.st_ino member from D_INO.
17983         If it is likely to be useful, sort dirent entries on inode number.
17984
17985         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
17986         and the struct statfs.f_type member.
17987         * modules/fts (Depends-on): Add d-ino.
17988
17989 2008-09-26  Bruno Haible  <bruno@clisp.org>
17990
17991         * modules/sigpipe-die (Depends-on): Add sigpipe.
17992
17993         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
17994         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
17995         and GNULIB_STDIO_H_SIGPIPE are set.
17996         * lib/stdio-write.c: New file.
17997         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
17998         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17999         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18000         REPLACE_STDIO_WRITE_FUNCS.
18001         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
18002         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18003         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18004         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18005         * modules/stdio (Files): Add lib/stdio-write.c.
18006         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
18007         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18008         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18009         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18010         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
18011         REPLACE_FPRINTF_POSIX.
18012         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
18013         REPLACE_PRINTF_POSIX.
18014         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
18015         REPLACE_VFPRINTF_POSIX.
18016         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
18017         REPLACE_VPRINTF_POSIX.
18018         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
18019         SIGPIPE issue.
18020         * doc/posix-functions/fputc.texi: Likewise.
18021         * doc/posix-functions/fputs.texi: Likewise.
18022         * doc/posix-functions/fwrite.texi: Likewise.
18023         * doc/posix-functions/printf.texi: Likewise.
18024         * doc/posix-functions/putc.texi: Likewise.
18025         * doc/posix-functions/putchar.texi: Likewise.
18026         * doc/posix-functions/puts.texi: Likewise.
18027         * doc/posix-functions/vfprintf.texi: Likewise.
18028         * doc/posix-functions/vprintf.texi: Likewise.
18029
18030         * modules/safe-write (Depends-on): Add write.
18031
18032         * modules/sigpipe-tests: New file.
18033         * tests/test-sigpipe.c: New file.
18034         * tests/test-sigpipe.sh: New file.
18035
18036         * modules/write: New file.
18037         * lib/unistd.in.h: Include <sys/types.h>.
18038         (write): New declaration.
18039         * lib/write.c: New file.
18040         * m4/write.m4: New file.
18041         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18042         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
18043         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
18044         GNULIB_WRITE, REPLACE_WRITE.
18045         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
18046         and the SIGPIPE issue.
18047
18048         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
18049         (raise): New declaration.
18050         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
18051         (ext_signal): New function.
18052         (rpl_raise): New function.
18053         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
18054         GNULIB_SIGNAL_H_SIGPIPE.
18055         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
18056         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
18057
18058         * modules/sigpipe: New file.
18059         * m4/sigpipe.m4: New file.
18060
18061 2008-09-25  Derek Price  <derek@ximbiot.com>
18062             Bruno Haible  <bruno@clisp.org>
18063
18064         * gnulib-tool (func_import): Report all license incompatibilities, not
18065         just the first one.
18066
18067 2008-09-25  Bruno Haible  <bruno@clisp.org>
18068
18069         * gnulib-tool (func_import): When computing the edits, consider not
18070         only the Makefile.ams that exist but also those that will be generated.
18071
18072 2008-09-25  Simon Josefsson  <simon@josefsson.org>
18073
18074         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
18075         fixes gnulib-tool --test warning about duplicate dependency.
18076
18077 2008-09-25  Bruno Haible  <bruno@clisp.org>
18078
18079         * gnulib-tool: Don't ask the user to perform edits in the generated
18080         Makefile.ams.
18081         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
18082         apply to the Makefile.am being generated.
18083         (func_emit_tests_Makefile_am): Execute edits that apply to the
18084         Makefile.am being generated.
18085         (func_import): Setup list of Makefile.am edits before emitting the
18086         Makefile.ams, not at the end.
18087         (func_create_testdir): Update.
18088         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18089
18090 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18091
18092         * gnulib-tool (func_import): Store the --tests-base option in the
18093         comment in gnulib-cache.m4.
18094
18095 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
18096
18097         * NEWS: Document increased portability that sys_select now provides.
18098
18099         * lib/sys_select.in.h: Install select wrapper.
18100         * lib/sys_socket.in.h: Use more descriptive name when there is no
18101         select wrapper.
18102         * lib/winsock-select.c: New.
18103         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
18104         Require gl_HEADER_SYS_SOCKET.
18105         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
18106         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
18107         * tests/test-sys_select.c: Add functional tests.
18108
18109 2008-09-24  Eric Blake  <ebb9@byu.net>
18110
18111         open, fopen: close fd leak in last patch
18112         * lib/open.c (rpl_open): Close fd before returning error.
18113         * lib/fopen.c (rpl_fopen): Close fd before returning error.
18114         * doc/posix-functions/open.texi (open): Document that Irix also
18115         has the bug.
18116         * doc/posix-functions/fopen.texi (fopen): Likewise.
18117         Reported by Paolo Bonzini.
18118
18119 2008-09-24  Bruno Haible  <bruno@clisp.org>
18120
18121         Ensure that a filename ending in a slash cannot be used to access a
18122         non-directory.
18123         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
18124         to check whether it's really a directory.
18125         * lib/fopen.c: Include fcntl.h, unistd.h.
18126         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
18127         and fdopen().
18128         * modules/fopen (Depends-on): Add unistd.
18129         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
18130         * tests/test-fopen.c (main): Likewise.
18131         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
18132         * doc/posix-functions/fopen.texi: Likewise.
18133         Reported by Eric Blake.
18134
18135 2008-09-23  Eric Blake  <ebb9@byu.net>
18136
18137         c-stack: avoid compiler optimizations when provoking overflow
18138         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
18139         recursion harder to optimize, to ensure a stack overflow occurs.
18140         * tests/test-c-stack.c (recurse): Likewise.
18141         Borrowed from libsigsegv.
18142
18143         c-stack: work around Irix sigaltstack bug
18144         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
18145         whether sigaltstack uses wrong end of stack_t (copied in part from
18146         libsigsegv).
18147         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
18148         Irix bug, without requiring an over-allocation.
18149         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
18150         bug.
18151
18152         fopen: document mingw bug on directories
18153         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
18154         not allowing a stream visiting a directory, even though reading
18155         from such a stream is not portable.
18156
18157 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18158
18159         * lib/poll.c: Rewrite.
18160         * modules/poll: Depend on alloca.
18161
18162 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18163
18164         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
18165         instead define prototypes for a full set of wrappers.  Ensure
18166         that Cygwin does not use the compatibility code, which is only
18167         for MinGW.
18168         * lib/winsock.c: New.
18169         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
18170         * modules/sys_socket: Add lib/winsock.c.
18171
18172         * modules/poll-tests: Add errno and perror.
18173         * tests/test-poll.c: Use ioctl, not ioctlsocket.
18174
18175 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18176
18177         * tests/test-poll.c: Downgrade minimum needed Winsock version.
18178
18179 2008-09-23  Bruno Haible  <bruno@clisp.org>
18180
18181         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
18182         * doc/glibc-functions/*: Likewise.
18183
18184 2008-09-23  Simon Josefsson  <simon@josefsson.org>
18185
18186         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
18187         success.
18188
18189 2008-09-22  Eric Blake  <ebb9@byu.net>
18190             Bruno Haible  <bruno@clisp.org>
18191
18192         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
18193         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
18194         supply %A but mishandle pseudo-NaN.
18195         Reported by Simon Josefsson.
18196
18197 2008-09-21  Bruno Haible  <bruno@clisp.org>
18198
18199         * tests/test-lock.c (main): Tweak skip message.
18200         * tests/test-tls.c (main): Likewise.
18201
18202 2008-09-21  Bruno Haible  <bruno@clisp.org>
18203
18204         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
18205         whether 'struct sigaction' has sa_sigaction here...
18206         (gl_PREREQ_SIG_HANDLER_H): ... not here.
18207         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
18208
18209 2008-09-21  Bruno Haible  <bruno@clisp.org>
18210
18211         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
18212         section.
18213         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
18214         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
18215         the new section.
18216         (Support for obsolete systems lacking POSIX:2001): New section.
18217         (String handling <string.h>): Move strdup to the new section.
18218         Suggested by Simon Josefsson and Paolo Bonzini.
18219
18220 2008-09-21  Bruno Haible  <bruno@clisp.org>
18221
18222         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
18223         exponents in %e and %g results on 'long double'. Needed for mingw's
18224         improved *printf functions.
18225         * tests/test-vasprintf-posix.c (test_function): Likewise.
18226         * tests/test-snprintf-posix.h (test_function): Likewise.
18227         * tests/test-sprintf-posix.h (test_function): Likewise.
18228         Reported by Eric Blake.
18229
18230 2008-09-21  Bruno Haible  <bruno@clisp.org>
18231
18232         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
18233         * tests/test-sprintf-posix.h (test_function): Likewise.
18234
18235 2008-09-21  Bruno Haible  <bruno@clisp.org>
18236
18237         * modules/getpass (Depends-on): Add strdup-posix.
18238
18239         New module 'strdup-posix'.
18240         * modules/strdup-posix: New file.
18241         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
18242         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
18243         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18244         REPLACE_STRDUP.
18245         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
18246         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18248         strdup-posix.
18249
18250         * modules/strdup (Depends-on): Remove malloc-posix.
18251
18252 2008-09-20  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
18255         Wildenhues.
18256
18257 2008-09-20  Bruno Haible  <bruno@clisp.org>
18258
18259         Ensure that wint_t gets defined on IRIX 5.3.
18260         * lib/wchar.in.h (wint_t): Define if not defined by the system.
18261         * lib/wctype.in.h (wint_t): Likewise.
18262         (__wctype_wint_t): Remove type.
18263         (isw*): Use wint_t instead of __wctype_wint_t.
18264         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
18265         * modules/wchar (Files): Add m4/wint_t.m4.
18266         (Makefile.am): Substitute HAVE_WINT_T.
18267         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
18268         * tests/test-wctype.c: Check that wint_t is defined.
18269         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
18270         * doc/posix-headers/wctype.texi: Likewise.
18271         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18272
18273 2008-09-18  Bruno Haible  <bruno@clisp.org>
18274
18275         * gnulib-tool (func_exit): Update comment.
18276
18277 2008-09-18  Simon Josefsson  <simon@josefsson.org>
18278
18279         * modules/getaddrinfo (Depends-on): Remove strdup, this module
18280         assumes strdup exists and does not depend on strdup to return
18281         ENOMEM on out of memory conditions.
18282
18283 2008-09-18  Bruno Haible  <bruno@clisp.org>
18284
18285         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
18286         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
18287         digits for the exponent.
18288
18289 2008-09-18  Jim Meyering  <meyering@redhat.com>
18290             Bruno Haible  <bruno@clisp.org>
18291
18292         * lib/vasnprintf.c (decimal_point_char): Define also if
18293         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18294
18295 2008-09-16  Bruno Haible  <bruno@clisp.org>
18296         and Eric Blake  <ebb9@byu.net>
18297
18298         vasnprintf: support Irix 5.3
18299         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18300         that mishandle long double infinity.
18301         Reported by Tom G. Christensen.
18302
18303 2008-09-16  Bruno Haible  <bruno@clisp.org>
18304
18305         * doc/glibc-functions/scandir.texi: Mention the function is missing on
18306         Solaris 9.
18307         * doc/glibc-functions/alphasort.texi: Likewise.
18308         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
18309
18310 2008-09-16  Jim Meyering  <meyering@redhat.com>
18311
18312         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
18313         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
18314         a umask modification leak out of a subshell.  Otherwise, the
18315         opensolaris /bin/sh would be accepted and thus cause unwarranted
18316         failures in the coreutils test suite.
18317
18318 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
18319
18320         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
18321         to succeed.
18322
18323 2008-09-16  Jim Meyering  <meyering@redhat.com>
18324
18325         avoid spurious test failure when library is built without ACL support
18326         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
18327         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
18328         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
18329         * tests/test-copy-acl.sh: Likewise.
18330
18331 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18332
18333         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
18334         based on character occurrence counts.
18335
18336 2008-09-15  Eric Blake  <ebb9@byu.net>
18337
18338         tests: avoid some compiler warnings
18339         * tests/test-memchr.c (main): Pass NULL indirectly.
18340         * tests/test-closein.c (main): Avoid unused variable.
18341
18342 2008-09-15  Bruno Haible  <bruno@clisp.org>
18343
18344         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
18345         are missing on OpenBSD 4.0 individually.
18346         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18347
18348 2008-09-15  Bruno Haible  <bruno@clisp.org>
18349
18350         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
18351         * doc/posix-functions/strerror.texi: Mention also Cygwin.
18352         * doc/posix-functions/perror.texi: Likewise.
18353         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
18354         is missing.
18355         Reported by Eric Blake.
18356
18357         * lib/errno.in.h: Use replacement values >= 2000.
18358         Reported by Eric Blake.
18359
18360 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18361
18362         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
18363         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
18364         limit.
18365         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
18366         compareseq was aborted.
18367
18368 2008-09-14  Bruno Haible  <bruno@clisp.org>
18369
18370         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
18371         yvec_edit_count.
18372         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
18373         (fstrcmp_bounded): Simplify result computation accordingly.
18374
18375 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18376
18377         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
18378         (fstrcmp): Define in terms of fstrcmp_bounded.
18379         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
18380         lower_bound argument.
18381         Return quickly if the result is certainly < lower_bound.
18382         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
18383
18384 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18385
18386         * lib/diffseq.h (EARLY_ABORT): New macro.
18387         (compareseq): Change return type to bool. Return true when EARLY_ABORT
18388         evaluates to true.
18389
18390 2008-09-14  Bruno Haible  <bruno@clisp.org>
18391
18392         * modules/perror-tests: New file.
18393         * tests/test-perror.sh: New file.
18394         * tests/test-perror.c: New file.
18395
18396         New module 'perror'.
18397         * lib/stdio.in.h (perror): New declaration.
18398         * lib/perror.c: New file.
18399         * m4/perror.m4: New file.
18400         * modules/perror: New file.
18401         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
18402         * doc/posix-functions/perror.texi: Mention the perror module.
18403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
18404         REPLACE_PERROR.
18405         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
18406         REPLACE_PERROR.
18407
18408 2008-09-14  Bruno Haible  <bruno@clisp.org>
18409
18410         * modules/stdio (Makefile.am): Reorder to match the order in
18411         lib/stdio.in.h.
18412         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18413
18414 2008-09-13  Bruno Haible  <bruno@clisp.org>
18415
18416         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
18417
18418 2008-09-13  Bruno Haible  <bruno@clisp.org>
18419
18420         Extend strerror to cover the added errno values.
18421         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
18422         (rpl_strerror): Provide error messages for the added errno values and
18423         for the WSA* values.
18424         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
18425         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
18426         strerror.
18427         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
18428         * modules/strerror (Depends-on): Add errno.
18429         * doc/posix-functions/strerror.texi: Document the change.
18430         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
18431         and EOVERFLOW.
18432
18433 2008-09-13  Bruno Haible  <bruno@clisp.org>
18434
18435         * modules/EOVERFLOW: Remove file.
18436         * m4/eoverflow.m4: Remove file.
18437         * modules/EOVERFLOW-tests: Remove file.
18438         * tests/test-EOVERFLOW.c: Remove file.
18439         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
18440         * modules/ftell (Depends-on): Likewise.
18441         * modules/getdelim (Depends-on): Likewise.
18442         * modules/getugroups (Depends-on): Likewise.
18443         * modules/poll (Depends-on): Likewise.
18444         * modules/snprintf (Depends-on): Likewise.
18445         * modules/sprintf-posix (Depends-on): Likewise.
18446         * modules/vasnprintf (Depends-on): Likewise.
18447         * modules/vasprintf (Depends-on): Likewise.
18448         * modules/vfprintf-posix (Depends-on): Likewise.
18449         * modules/vsnprintf (Depends-on): Likewise.
18450         * modules/vsprintf-posix (Depends-on): Likewise.
18451         * modules/xvasprintf (Depends-on): Likewise.
18452         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18453         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18454         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18455         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18456         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18457         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18458         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18459         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18460         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18461         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18462         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18463         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18464         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18465         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18466         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18467         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18468         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18469         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18470         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18471         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18472         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18473         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18474         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18475         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18476         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18477         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18478         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18479         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18480         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18481         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18482         * MODULES.html.sh: Remove EOVERFLOW.
18483         * NEWS: Mention the change.
18484
18485 2008-09-13  Bruno Haible  <bruno@clisp.org>
18486
18487         * modules/errno-tests: New file.
18488         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18489
18490         * lib/errno.in.h: New file.
18491         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18492         * modules/errno: New file.
18493         * doc/posix-headers/errno.texi: Update documentation.
18494         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18495
18496 2008-09-13  Bruno Haible  <bruno@clisp.org>
18497
18498         * tests/test-poll.c: Use #if for native Windows, rather than testing
18499         __MSVCRT__.
18500
18501 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18502             Bruno Haible  <bruno@clisp.org>
18503
18504         * lib/glob.c: Don't include <pwd.h> on native Windows.
18505         (WINDOWS32): New macro.
18506         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18507
18508 2008-09-13  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18511         (ETIMEDOUT): Remove macro.
18512         (glthread_cond_timedwait_multithreaded): New declaration.
18513         (glthread_cond_timedwait): Use it.
18514         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18515         (glthread_cond_timedwait_multithreaded): New function.
18516
18517 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18518
18519         * modules/poll-tests: Do not check for io.h.
18520         * tests/test-poll.c: Check for __MSVCRT__ instead.
18521
18522 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18523
18524         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18525         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18526         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18527
18528 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18529
18530         * modules/poll-tests: New.
18531         * tests/test-poll.c: New.
18532
18533 2008-09-12  Eric Blake  <ebb9@byu.net>
18534
18535         frexp: test for NetBSD failure on -0.0
18536         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18537         not all, bugs from NetBSD 3.0 have been fixed.
18538         * doc/posix-functions/frexp.texi (frexp): Document bug.
18539         Reported by Thomas Klausner.
18540
18541         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18542         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18543         literal -0.0.
18544         Reported by Jonathan C. Patschke <jp@centtech.com>.
18545
18546 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18547
18548         * lib/glthread/cond.h: Use dummy implementation also if
18549         USE_WIN32_THREADS.
18550
18551 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18552
18553         * modules/fnmatch-posix (License): Change to LGPLv2+.
18554         * modules/fnmatch-gnu (License): Likewise.
18555
18556 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18557
18558         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18559
18560 2008-09-11  Jim Meyering  <meyering@redhat.com>
18561
18562         * users.txt: Add gtk-vnc.
18563
18564 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18565
18566         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18567         rotate amounts.
18568
18569         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18570         required for 16-bit and 8-bit rotates.
18571         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18572         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18573         UINT8_MAX instead of hard-coded constants.
18574         Suggested by Paul Eggert.
18575
18576 2008-09-07  Bruno Haible  <bruno@clisp.org>
18577
18578         * tests/test-striconveh.c (main): Check behaviour when converting from
18579         UTF-7.
18580
18581         Make striconveh work better with stateful encodings.
18582         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18583         that iconv does not increment the inptr when returning -1/EINVAL.
18584
18585 2008-09-07  Bruno Haible  <bruno@clisp.org>
18586
18587         * build-aux/config.rpath: Update according to libtool-2.2.6.
18588         * build-aux/config.libpath: Likewise.
18589
18590 2008-09-06  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18593         * lib/freadptr.c (freadptr): Likewise.
18594         * lib/freadseek.c (freadptrinc): Likewise.
18595         Reported by Simon Josefsson.
18596
18597 2008-09-06  Bruno Haible  <bruno@clisp.org>
18598
18599         * modules/freadptr (License): Change to LGPLv2+.
18600         * modules/freadseek (License): Likewise.
18601         Suggested by Eric Blake.
18602
18603         * modules/memchr2 (License): Change to LGPLv2+.
18604         Approved by Eric Blake.
18605
18606 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18607             Bruno Haible  <bruno@clisp.org>
18608
18609         Make gnulib-tool work with native 'sed' on AIX.
18610         * gnulib-tool (sed_noop): New variable.
18611         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
18612         func_add_or_update, func_create_testdir): Use it to initialize sed
18613         script variables.
18614         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18615
18616 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
18617             Bruno Haible  <bruno@clisp.org>
18618
18619         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
18620         also works after #include directives.
18621
18622 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
18623
18624         getdate.y: reject an out-of-range timezone value
18625         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
18626         the range [-24...+24].  When specified with only one or two digits,
18627         * tests/test-getdate.c: Tests for the fix.
18628         * doc/getdate.texi: Document this change.
18629
18630 2008-09-03  Bruno Haible  <bruno@clisp.org>
18631
18632         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
18633
18634 2008-09-02  Simon Josefsson  <simon@josefsson.org>
18635
18636         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
18637         <bruce.korb@gmail.com> with ideas from Ben Pfaff
18638         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
18639         Blake <ebb9@byu.net>.
18640
18641         * tests/test-bitrotate.c: Add more test vectors.
18642
18643 2008-09-02  Eric Blake  <ebb9@byu.net>
18644
18645         vasnprintf-posix: handle large precision via %.*d
18646         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
18647         when handling it ourselves.
18648         * tests/test-vasnprintf-posix.c (test_function): Add test.
18649         * tests/test-snprintf-posix.h (test_function): Likewise.
18650         * tests/test-sprintf-posix.h (test_function): Likewise.
18651         * tests/test-vasprintf-posix.c (test_function): Likewise.
18652         Reported by Alain Guibert.
18653
18654 2008-09-01  Eric Blake  <ebb9@byu.net>
18655
18656         c-stack: make configure-time check more robust
18657         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
18658         successful sigaction call.
18659         Reported by Tom G. Christensen.
18660
18661 2008-09-01  Bruno Haible  <bruno@clisp.org>
18662
18663         New module 'findprog-lgpl'.
18664         * modules/findprog-lgpl: New file.
18665         * lib/findprog-lgpl.c: New file.
18666         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
18667         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
18668         to decide whether to use strdup or xstrdup, concatenated_filename or
18669         xconcatenated_filename.
18670
18671 2008-09-01  Bruno Haible  <bruno@clisp.org>
18672
18673         Split module 'concat-filename' into 'concat-filename' (LGPL) and
18674         'xconcat-filename' (GPL).
18675         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
18676         (License): Change to LGPLv2+.
18677         * modules/xconcat-filename: New file.
18678         * lib/concat-filename.h (concatenated_filename): Change specification.
18679         (xconcatenated_filename): New declaration.
18680         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
18681         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
18682         memory situations.
18683         * lib/xconcat-filename.c: New file.
18684         * NEWS: Mention the change.
18685         * lib/findprog.c: Include concat-filename.h, not filename.h.
18686         (find_in_path): Use xconcatenated_filename instead of
18687         concatenated_filename.
18688         * lib/javacomp.c: Include concat-filename.h, not filename.h.
18689         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18690         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18691         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18692         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
18693         instead of concatenated_filename.
18694         * lib/javaexec.c: Include concat-filename.h, not filename.h.
18695         (execute_java_class): Use xconcatenated_filename instead of
18696         concatenated_filename.
18697         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
18698         * modules/javacomp (Depends-on): Likewise.
18699         * modules/javaexec (Depends-on): Likewise.
18700
18701 2008-09-01  Bruno Haible  <bruno@clisp.org>
18702
18703         Split module 'filename' into 'filename' and 'concat-filename'.
18704         * modules/filename: Keep only lib/filename.h.
18705         (License): Change to LGPLv2+.
18706         * modules/concat-filename: New file, extracted from modules/filename.
18707         * lib/filename.h (concatenated_filename): Remove declaration.
18708         * lib/concat-filename.h: New file, extracted from lib/filename.h.
18709         * lib/concat-filename.c: Include concat-filename.h.
18710         * NEWS: Mention the change.
18711
18712 2008-09-01  Simon Josefsson  <simon@josefsson.org>
18713
18714         * lib/bitrotate.h (rotl8, rotr8): Add.
18715
18716         * modules/bitrotate (configure.ac): Need
18717         AC_REQUIRE([AC_C_INLINE]).
18718         (Description): Mention stdint.h.  Reported by Bruno Haible
18719         <bruno@clisp.org>.
18720
18721         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
18722         Paolo Bonzini <bonzini@gnu.org>.
18723
18724 2008-08-31  Bruno Haible  <bruno@clisp.org>
18725
18726         Assume Solaris specific bi-arch conventions on Solaris systems.
18727         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
18728         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
18729         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
18730         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
18731         like acl_libdirstem.
18732         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
18733         acl_libdirstem.
18734         * NEWS: Mention the change.
18735         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
18736
18737 2008-08-31  Jim Meyering  <meyering@redhat.com>
18738
18739         * lib/strftime.h: Add comments describing the two added arguments.
18740
18741         remove duplicate #include directives
18742         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
18743         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
18744
18745 2008-08-31  Bruno Haible  <bruno@clisp.org>
18746
18747         New module 'sigpipe-die'.
18748         * modules/sigpipe-die: New file.
18749         * lib/sigpipe-die.h: New file.
18750         * lib/sigpipe-die.c: New file.
18751         * MODULES.html.sh (Signal handling): Add sigpipe-die.
18752
18753 2008-08-31  Bruno Haible  <bruno@clisp.org>
18754
18755         Don't override previously installed signal handlers.
18756         * lib/fatal-signal.c (saved_sigactions): New variable.
18757         (uninstall_handlers): Reset the signal to the saved handler, not
18758         to SIG_DFL (except when ignored).
18759         (install_handlers): Save the previous handlers.
18760
18761 2008-08-30  Bruno Haible  <bruno@clisp.org>
18762
18763         * gnulib-tool (func_reset_sigpipe): New function.
18764         (func_get_automake_snippet, func_modules_transitive_closure,
18765         func_import): Invoke it before a join command that reads from stdin,
18766         to avoid "echo: write error: Broken pipe" error messages on stderr.
18767         Reported by Sam Steingold <sds@gnu.org>.
18768
18769 2008-08-30  Bruno Haible  <bruno@clisp.org>
18770
18771         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
18772         Code copied from m4/open.m4.
18773         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
18774         access and the filename ends in a slash. Code copied from lib/open.c.
18775         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
18776         * tests/test-fopen.c (main): Check against bug with trailing slash.
18777
18778 2008-08-29  Bruno Haible  <bruno@clisp.org>
18779
18780         Avoid some "gcc -pedantic" warnings.
18781         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
18782         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
18783         * lib/dirent.in.h: Likewise.
18784         * lib/fcntl.in.h: Likewise.
18785         * lib/float.in.h: Likewise.
18786         * lib/iconv.in.h: Likewise.
18787         * lib/inttypes.in.h: Likewise.
18788         * lib/locale.in.h: Likewise.
18789         * lib/math.in.h: Likewise.
18790         * lib/netinet_in.in.h: Likewise.
18791         * lib/search.in.h: Likewise.
18792         * lib/signal.in.h: Likewise.
18793         * lib/stdarg.in.h: Likewise.
18794         * lib/stdint.in.h: Likewise.
18795         * lib/stdio.in.h: Likewise.
18796         * lib/stdlib.in.h: Likewise.
18797         * lib/string.in.h: Likewise.
18798         * lib/strings.in.h: Likewise.
18799         * lib/sys_select.in.h: Likewise.
18800         * lib/sys_socket.in.h: Likewise.
18801         * lib/sys_stat.in.h: Likewise.
18802         * lib/sys_time.in.h: Likewise.
18803         * lib/sysexits.in.h: Likewise.
18804         * lib/time.in.h: Likewise.
18805         * lib/unistd.in.h: Likewise.
18806         * lib/wchar.in.h: Likewise.
18807         * lib/wctype.in.h: Likewise.
18808         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
18809         * modules/fchdir (Makefile.am): Likewise.
18810         * modules/fcntl (Makefile.am): Likewise.
18811         * modules/float (Makefile.am): Likewise.
18812         * modules/iconv_open (Makefile.am): Likewise.
18813         * modules/inttypes (Makefile.am): Likewise.
18814         * modules/locale (Makefile.am): Likewise.
18815         * modules/math (Makefile.am): Likewise.
18816         * modules/netinet_in (Makefile.am): Likewise.
18817         * modules/search (Makefile.am): Likewise.
18818         * modules/signal (Makefile.am): Likewise.
18819         * modules/stdarg (Makefile.am): Likewise.
18820         * modules/stdint (Makefile.am): Likewise.
18821         * modules/stdio (Makefile.am): Likewise.
18822         * modules/stdlib (Makefile.am): Likewise.
18823         * modules/string (Makefile.am): Likewise.
18824         * modules/strings (Makefile.am): Likewise.
18825         * modules/sys_select (Makefile.am): Likewise.
18826         * modules/sys_socket (Makefile.am): Likewise.
18827         * modules/sys_stat (Makefile.am): Likewise.
18828         * modules/sys_time (Makefile.am): Likewise.
18829         * modules/sysexits (Makefile.am): Likewise.
18830         * modules/time (Makefile.am): Likewise.
18831         * modules/unistd (Makefile.am): Likewise.
18832         * modules/wchar (Makefile.am): Likewise.
18833         * modules/wctype (Makefile.am): Likewise.
18834         Reported by Reuben Thomas <rrt@sc3d.org>.
18835
18836 2008-08-29  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
18839         any more.
18840
18841 2008-08-29  Simon Josefsson  <simon@josefsson.org>
18842
18843         * MODULES.html.sh (Misc): Add bitrotate.
18844
18845         * modules/bitrotate: New file.
18846
18847         * lib/bitrotate.h: New file.
18848
18849         * modules/bitrotate-tests: New file.
18850
18851         * tests/test-bitrotate.c: New file.
18852
18853         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
18854         on the bitrotate module.
18855
18856         * lib/arctwo.c: Use new bitrotate module.
18857
18858 2008-08-29  Jim Meyering  <meyering@redhat.com>
18859
18860         bootstrap: merge changes from coreutils
18861         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
18862         of copied files.  Remove a kludge, now that this is fixed.
18863         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
18864         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
18865         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
18866
18867 2008-08-29  Bruno Haible  <bruno@clisp.org>
18868
18869         * MODULES.html.sh: Remove --cvs-urls option.
18870
18871 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
18872
18873         maint.mk: adjust to file name change
18874         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
18875
18876 2008-08-28  Jim Meyering  <meyering@redhat.com>
18877
18878         * modules/getndelim2 (License): Relicense to LGPLv2+.
18879         Approved by Richard Stallman for the version of 1995, and by
18880         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
18881
18882 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
18883
18884         * lib/getdelim.c (flockfile, funlockfile): Make all of them
18885         dummy if one is not available.  Do not touch them if
18886         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
18887         (getc_maybe_unlocked): New.
18888         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
18889
18890 2008-08-26  Eric Blake  <ebb9@byu.net>
18891
18892         doc/INSTALL: resync from autoconf
18893         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
18894         (INSTALL_PRELUDE): Delete; this is done more efficiently by
18895         moving...
18896         * install.texi [!autoconf]: ...here.  Resync from autoconf.
18897         * INSTALL: Regenerate.
18898         * INSTALL.ISO: New file.
18899         * INSTALL.UTF-8: Likewise.
18900
18901 2008-08-26  Jim Meyering  <meyering@redhat.com>
18902
18903         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
18904         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
18905         these definitions conditional, so that they may be overridden, too.
18906
18907 2008-08-26  Bruno Haible  <bruno@clisp.org>
18908
18909         Generate INSTALL file variants with prettier quotes.
18910         * doc/Makefile (INSTALL_PRELUDE): New macro.
18911         (INSTALL): Use it.
18912         (INSTALL.ISO, INSTALL.UTF-8): New rules.
18913
18914 2008-08-26  Bruno Haible  <bruno@clisp.org>
18915
18916         Run makeinfo in an English locale.
18917         * doc/Makefile (MAKEINFO): New variable.
18918
18919 2008-08-26  Bruno Haible  <bruno@clisp.org>
18920
18921         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
18922         Suggested by Eric Blake.
18923
18924 2008-08-25  Bruno Haible  <bruno@clisp.org>
18925
18926         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
18927
18928 2008-08-25  Eric Blake  <ebb9@byu.net>
18929
18930         c-stack: test that stack overflow can be caught
18931         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
18932         that platform allows handling stack overflow; at least OS/2 EMX
18933         has sigaltstack, but crashes before transferring control to
18934         handler on stack overflow.
18935         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
18936         check for HAVE_STACK_OVERFLOW_HANDLING.
18937         Reported by Elbert Pol.
18938
18939 2008-08-25  Bruno Haible  <bruno@clisp.org>
18940
18941         * doc/posix-functions/strftime.texi: Fix description of strftime
18942         module.
18943
18944 2008-08-24  Bruno Haible  <bruno@clisp.org>
18945
18946         * tests/uniwidth/test-uc_width2.c: New file.
18947         * tests/uniwidth/test-uc_width2.sh: New file.
18948         * modules/uniwidth/width-tests (Files): Add the new files.
18949         (TESTS): Add uniwidth/test-uc_width2.sh.
18950         (TESTS_ENVIRONMENT): New variable.
18951         (check_PROGRAMS): Add test-uc_width2.
18952         (test_uc_width2_SOURCES): New variable.
18953
18954         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
18955         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
18956         not 0x00AB.
18957         Reported by Alexander V. Lukyanov <lav@netis.ru>.
18958
18959 2008-08-22  Eric Blake  <ebb9@byu.net>
18960
18961         test-lock, test-tls: mention why a test is skipped
18962         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
18963         skipped.
18964         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
18965
18966         count-one-bits: relax license
18967         * modules/count-one-bits (License): Relicense to LGPLv2+.
18968         Suggested by Ludovic Courtès, approved by Ben Pfaff.
18969
18970 2008-08-22  Andreas Schwab  <schwab@suse.de>
18971
18972         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
18973         Remove spurious space in assignment.
18974
18975 2008-08-21  Simon Josefsson  <simon@josefsson.org>
18976
18977         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
18978         Paul Eggert <eggert@CS.UCLA.EDU>.
18979
18980 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
18981
18982         * modules/gettext: Add m4/threadlib.m4.
18983
18984 2008-08-19  Eric Blake  <ebb9@byu.net>
18985
18986         test-c-stack: fix compilation failure on FreeBSD 5.0
18987         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
18988         headers before <sys/resource.h>.
18989         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
18990         the bug.
18991         Reported by Nelson H. F. Beebe.
18992
18993         strverscmp: migrate from "strverscmp.h" to <string.h>
18994         * modules/string (Makefile.am): Add new hooks.
18995         * modules/strverscmp (Files): Remove strverscmp.h.
18996         (Depends-on): Add string.
18997         (configure.ac): Add indicator.
18998         (Include): Mention new header.
18999         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
19000         defaults.
19001         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
19002         results.
19003         * lib/strverscmp.h: Delete.
19004         * lib/string.in.h (strverscmp): Provide declaration, when needed.
19005         * tests/test-strverscmp.c (includes): Adjust client.
19006         * lib/check-version.c (includes): Likewise.
19007         * NEWS: Document the change.
19008
19009         strverscmp: add unit test
19010         * modules/strverscmp-tests: New file.
19011         * tests/test-strverscmp.c: Likewise.
19012
19013 2008-08-19  Simon Josefsson  <simon@josefsson.org>
19014
19015         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
19016         regarding Windows crypto stuff, from Mono.
19017
19018 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
19019
19020         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
19021         if present, for intel RND.  Return error on failures.
19022
19023 2008-08-18  Ben Pfaff  <blp@gnu.org>
19024
19025         gitlog-to-changelog: give better diagnostic for failed pipe-open
19026         * build-aux/gitlog-to-changelog: Improve error message: suggest
19027         that the version of Git may be too old.
19028
19029 2008-08-18  Simon Josefsson  <simon@josefsson.org>
19030
19031         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
19032         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
19033
19034 2008-08-18  Bruno Haible  <bruno@clisp.org>
19035
19036         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
19037         pthread_in_use().
19038
19039 2008-08-18  Bruno Haible  <bruno@clisp.org>
19040
19041         * lib/glthread/threadlib.c: Include <pthread.h>.
19042
19043 2008-08-18  Bruno Haible  <bruno@clisp.org>
19044
19045         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
19046         glthread_recursive_lock_* macros.
19047         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
19048         Fix syntax error.
19049
19050 2008-08-18  Bruno Haible  <bruno@clisp.org>
19051
19052         * lib/glthread/thread.c: Avoid forcing a context switch right after
19053         thread creation.
19054
19055 2008-08-17  Bruno Haible  <bruno@clisp.org>
19056
19057         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
19058         * lib/glthread/thread.h: Provide Win32 specific implementation.
19059         * modules/thread (Files): Add lib/glthread/thread.c.
19060         (Depends-on): Add lock.
19061         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
19062
19063 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19064
19065         New module 'yield'.
19066         * modules/yield: New file.
19067         * lib/glthread/yield.h: New file.
19068         * m4/yield.m4: New file.
19069         * MODULES.html.sh (Multithreading): Add yield.
19070
19071 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19072
19073         New module 'thread'.
19074         * modules/thread: New file.
19075         * lib/glthread/thread.h: New file.
19076         * m4/thread.m4: New file.
19077         * MODULES.html.sh (Multithreading): Add thread.
19078
19079 2008-08-17  Bruno Haible  <bruno@clisp.org>
19080
19081         * lib/glthread/lock.h: Include <stdlib.h> always.
19082         * lib/glthread/tls.h: Likewise.
19083         * lib/glthread/cond.h: Likewise.
19084
19085 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19086
19087         New module 'cond'.
19088         * modules/cond: New file.
19089         * lib/glthread/cond.h: New file.
19090         * lib/glthread/cond.c: New file.
19091         * m4/cond.m4: New file.
19092         * MODULES.html.sh (Multithreading): Add cond.
19093
19094 2008-08-16  Eric Blake  <ebb9@byu.net>
19095
19096         c-stack: fix regression on Irix 5.3 from 2008-06-21
19097         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
19098         sa_sigaction...
19099         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
19100         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
19101         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
19102         * modules/signal (Makefile.am): Use the value.
19103         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
19104         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
19105         * doc/posix-headers/signal.texi (signal.h): Document this
19106         portability issue.
19107         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
19108         Reported by Tom G. Christensen.
19109
19110 2008-08-17  Bruno Haible  <bruno@clisp.org>
19111
19112         New module 'threadlib'.
19113         * modules/threadlib: New file.
19114         * lib/glthread/threadlib.c: New file, extracted from
19115         lib/glthread/lock.c.
19116         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
19117         functions.
19118         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
19119         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
19120         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
19121         macros.
19122         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
19123         (gl_DISABLE_THREADS): Remove macro.
19124         * modules/lock (Files): Remove build-aux/config.rpath.
19125         (Depends-on): Remove havelib. Add threadlib.
19126         (configure.ac-early): Remove section.
19127         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
19128         * modules/tls (Depends-on): Remove lock. Add threadlib.
19129         (Link): New section, copied from threadlib.
19130         * MODULES.html.sh (Multithreading): Add threadlib.
19131
19132 2008-08-14  Bruno Haible  <bruno@clisp.org>
19133
19134         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
19135         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
19136         glthread_rwlock_unlock, glthread_rwlock_destroy,
19137         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
19138         glthread_recursive_lock_destroy): Define as macros always.
19139         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
19140         glthread_lock_lock.
19141         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
19142         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
19143         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
19144         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
19145         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
19146         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
19147         (glthread_recursive_lock_lock_func): Renamed from
19148         glthread_recursive_lock_lock.
19149         (glthread_recursive_lock_unlock_func): Renamed from
19150         glthread_recursive_lock_unlock.
19151         (glthread_recursive_lock_destroy_func): Renamed from
19152         glthread_recursive_lock_destroy.
19153
19154 2008-08-14  Bruno Haible  <bruno@clisp.org>
19155
19156         * lib/glthread/lock.h: Renamed from lib/lock.h.
19157         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
19158         * lib/glthread/tls.h: Renamed from lib/tls.h.
19159         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
19160         * lib/fstrcmp.c: Update includes.
19161         * lib/strsignal.c: Update includes.
19162         * modules/lock (Files, Makefile.am): Update.
19163         (Include): Change to "glthread/lock.h".
19164         * modules/tls (Files, Makefile.am): Update.
19165         (Include): Change to "glthread/tls.h".
19166         * tests/test-lock.c: Update includes.
19167         * tests/test-tls.c: Update includes.
19168         * NEWS: Mention the renamed header files.
19169
19170 2008-08-11  Jim Meyering  <meyering@redhat.com>
19171
19172         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
19173
19174 2008-08-11  Eric Blake  <ebb9@byu.net>
19175
19176         test-c-stack: avoid C99-ism
19177         * tests/test-c-stack.c (main): Fix whitespace, move declaration
19178         before statement.
19179         Reported by Alain Guibert.
19180
19181 2008-08-10  Jim Meyering  <meyering@redhat.com>
19182
19183         ensure that return value of uinttostr et al are not ignored
19184         * lib/inttostr.h (__GNUC_PREREQ): Define.
19185         (__attribute_warn_unused_result__): Define.
19186         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
19187
19188 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
19189
19190         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
19191         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
19192
19193 2008-08-07  Jim Meyering  <meyering@redhat.com>
19194
19195         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
19196
19197         * modules/mkstemp (License): Relicense under LGPLv2+.
19198         * modules/tempname (License): Likewise.
19199
19200 2008-08-06  Bruno Haible  <bruno@clisp.org>
19201
19202         * lib/poll.c (poll): Further micro-optimization.
19203
19204 2008-08-06  Jim Meyering  <meyering@redhat.com>
19205
19206         inet_pton.c: use locale-independent tolower
19207         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
19208         (inet_pton6): Use c_tolower rather than tolower.
19209         * modules/inet_pton (Depends-on): Add c-ctype.
19210
19211 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
19212
19213         * lib/poll.c (poll): Avoid division when timeout is 0, cache
19214         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
19215
19216 2008-08-06  Jim Meyering  <meyering@redhat.com>
19217
19218         * modules/inet_pton (License): Relicense under LGPLv2+.
19219
19220 2008-08-03  Bruno Haible  <bruno@clisp.org>
19221
19222         Additional non-aborting API for lock and tls.
19223         * lib/lock.h: Include <errno.h>.
19224         (glthread_lock_init): New macro/function.
19225         (gl_lock_init): Define as wrapper around glthread_lock_init.
19226         (glthread_lock_lock): New macro/function.
19227         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
19228         (glthread_lock_unlock): New macro/function.
19229         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
19230         (glthread_lock_destroy): New macro/function.
19231         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
19232         (glthread_rwlock_init): New macro/function.
19233         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
19234         (glthread_rwlock_rdlock): New macro/function.
19235         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
19236         (glthread_rwlock_wrlock): New macro/function.
19237         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
19238         (glthread_rwlock_unlock): New macro/function.
19239         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
19240         (glthread_rwlock_destroy): New macro/function.
19241         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
19242         (glthread_recursive_lock_init): New macro/function.
19243         (gl_recursive_lock_init): Define as wrapper around
19244         glthread_recursive_lock_init.
19245         (glthread_recursive_lock_lock): New macro/function.
19246         (gl_recursive_lock_lock): Define as wrapper around
19247         glthread_recursive_lock_lock.
19248         (glthread_recursive_lock_unlock): New macro/function.
19249         (gl_recursive_lock_unlock): Define as wrapper around
19250         glthread_recursive_lock_unlock.
19251         (glthread_recursive_lock_destroy): New macro/function.
19252         (gl_recursive_lock_destroy): Define as wrapper around
19253         glthread_recursive_lock_destroy.
19254         (glthread_once): New macro/function.
19255         (gl_once): Define as wrapper around glthread_once.
19256         Update function declarations.
19257         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
19258         glthread_rwlock_init. Return error code.
19259         (glthread_rwlock_rdlock_multithreaded): Renamed from
19260         glthread_rwlock_rdlock. Return error code.
19261         (glthread_rwlock_wrlock_multithreaded): Renamed from
19262         glthread_rwlock_wrlock. Return error code.
19263         (glthread_rwlock_unlock_multithreaded): Renamed from
19264         glthread_rwlock_unlock. Return error code.
19265         (glthread_rwlock_destroy_multithreaded): Renamed from
19266         glthread_rwlock_destroy. Return error code.
19267         (glthread_recursive_lock_init_multithreaded): Renamed from
19268         glthread_recursive_lock_init. Return error code.
19269         (glthread_recursive_lock_lock_multithreaded): Renamed from
19270         glthread_recursive_lock_lock. Return error code.
19271         (glthread_recursive_lock_unlock_multithreaded): Renamed from
19272         glthread_recursive_lock_unlock. Return error code.
19273         (glthread_recursive_lock_destroy_multithreaded): Renamed from
19274         glthread_recursive_lock_destroy. Return error code.
19275         (glthread_once_call): Make static.
19276         (glthread_once_multithreaded): Renamed from glthread_once.
19277         * lib/tls.h: Include <errno.h>.
19278         (glthread_tls_key_init): New macro/function.
19279         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
19280         (glthread_tls_set): New macro/function.
19281         (gl_tls_set): Define as wrapper around glthread_tls_set.
19282         (glthread_tls_key_destroy): New macro/function.
19283         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
19284         Update function declarations.
19285         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
19286         glthread_tls_get.
19287         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19288
19289 2008-08-04  Eric Blake  <ebb9@byu.net>
19290
19291         gnumakefile: use space, not TAB, outside of targets
19292         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
19293
19294 2008-08-02  Jim Meyering  <meyering@redhat.com>
19295
19296         getdate.y: avoid locale-dependent date parsing failure
19297         In Turkish locales, getdate would fail to recognize keywords
19298         containing a lowercase "i".  The solution is not to rely on
19299         locale-sensitive case-conversion.
19300         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19301         (lookup_word): Use c_toupper in place of toupper.
19302         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19303         Reported by Vefa Bicakci <bicave@superonline.com> in
19304         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
19305         * modules/getdate (Depends-on): Add c-ctype.
19306
19307 2008-08-02  Bruno Haible  <bruno@clisp.org>
19308
19309         * gnulib-tool (func_import): When updating or creating a .gitignore
19310         file, prepend each added line with a slash, and ignore leading slashes
19311         from the existing lines.
19312         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19313
19314 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19315
19316         Portability fix for GNU make 3.79.1.
19317         * top/GNUmakefile: Avoid 'else COND', which older GNU make
19318         versions do not understand.
19319
19320 2008-08-01  Bruno Haible  <bruno@clisp.org>
19321
19322         Work around bug of HP-UX 10.20 cc with -0.0 literal.
19323         * tests/test-isnanf.h (zero): New variable.
19324         (main): Avoid literal -0.0f.
19325         * tests/test-isnand.h (zero): New variable.
19326         (main): Avoid literal -0.0.
19327         * tests/test-isnanl.h (zero): New variable.
19328         (main): Avoid literal -0.0L.
19329         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
19330         (test_float, test_double, test_long_double): Avoid literals -0.0f,
19331         -0.0, -0.0L.
19332         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
19333         (test_signbitd): Avoid literal -0.0.
19334         (test_signbitl): Avoid literal -0.0L.
19335         * tests/test-ceilf1.c (zero): New variable.
19336         (main): Avoid literal -0.0f.
19337         * tests/test-ceill.c (zero): New variable.
19338         (main): Avoid literal -0.0L.
19339         * tests/test-floorf1.c (zero): New variable.
19340         (main): Avoid literal -0.0f.
19341         * tests/test-floorl.c (zero): New variable.
19342         (main): Avoid literal -0.0L.
19343         * tests/test-roundf1.c (zero): New variable.
19344         (main): Avoid literal -0.0f.
19345         * tests/test-round1.c (zero): New variable.
19346         (main): Avoid literal -0.0.
19347         * tests/test-roundl.c (zero): New variable.
19348         (main): Avoid literal -0.0L.
19349         * tests/test-truncf1.c (zero): New variable.
19350         (main): Avoid literal -0.0f.
19351         * tests/test-trunc1.c (zero): New variable.
19352         (main): Avoid literal -0.0.
19353         * tests/test-truncl.c (zero): New variable.
19354         (main): Avoid literal -0.0L.
19355         * tests/test-frexp.c (zero): New variable.
19356         (main): Avoid literal -0.0.
19357         * tests/test-frexpl.c (zero): New variable.
19358         (main): Avoid literal -0.0L.
19359         * tests/test-ldexpl.c (zero): New variable.
19360         (main): Avoid literal -0.0L.
19361         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19362         (zerod, zerol): New variables.
19363         (test_function): Avoid literals -0.0, -0.0L.
19364         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19365         (zerod, zerol): New variables.
19366         (test_function): Avoid literals -0.0, -0.0L.
19367         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19368         (zerod, zerol): New variables.
19369         (test_function): Avoid literals -0.0, -0.0L.
19370         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19371         (zerod, zerol): New variables.
19372         (test_function): Avoid literals -0.0, -0.0L.
19373         * tests/test-strtod.c (zero): New variable.
19374         (main): Avoid literal -0.0.
19375         Reported by Jonathan C. Patschke <jp@centtech.com>.
19376
19377 2008-07-31  Jim Meyering  <meyering@redhat.com>
19378
19379         sha256.h: correct definition of SHA224_DIGEST_SIZE
19380         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
19381         Reported by Paulie Pena IV <paulie4@gmail.com>.
19382         Define as 224 / 8, rather than as a literal.
19383         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
19384         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
19385         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
19386
19387 2008-07-31  Bruno Haible  <bruno@clisp.org>
19388
19389         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
19390         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
19391         Reported by Jonathan Patschke <jp@centtech.com>.
19392
19393 2008-07-31  Bruno Haible  <bruno@clisp.org>
19394
19395         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
19396         Reported by Paolo Bonzini <bonzini@gnu.org>.
19397
19398 2008-07-30  Eric Blake  <ebb9@byu.net>
19399
19400         test-strtod: allow compilation without -lm
19401         * tests/test-strtod.c (main): Avoid link dependence on fabs.
19402         Reported by Dennis Clarke <blastwave@gmail.com>.
19403
19404 2008-07-28  Jim Meyering  <meyering@redhat.com>
19405
19406         bootstrap: work also when there are no .po files in po/
19407         * build-aux/bootstrap (update_po_files): Complete the change
19408         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
19409
19410 2008-07-27  Jim Meyering  <meyering@redhat.com>
19411
19412         * users.txt: Add zile.
19413
19414 2008-07-26  Ben Pfaff  <blp@gnu.org>
19415
19416         Add missing dependencies on new m4/exponent[fdl].m4 files.
19417         * modules/isnanf-nolibm: Add m4/exponentf.m4.
19418         * modules/isnand-nolibm: Add m4/exponentd.m4.
19419         * modules/isnanl-nolibm: Add m4/exponentl.m4.
19420         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
19421         m4/isnan[fdl].m4, because the macros actually used moved.
19422         Reported by Jim Meyering.
19423
19424 2008-07-14  Ben Pfaff  <blp@gnu.org>
19425
19426         Add isinf module.
19427         * lib/isinf.c: New file.
19428         * lib/math.in.h: Define isinf macro if we have decided to replace
19429         it.
19430         * m4/isinf.m4: New file.
19431         * m4/math_h.m4: Initialize and substitute variables for isinf
19432         module.
19433         * modules/isinf: New file.
19434         * modules/isinf-tests: New file.
19435         * modules/math: Add substitutions for new module.
19436         * tests/test-isinf.c: New file.
19437         * doc/posix-functions/isinf.texi: Mention new module.
19438         * MODULES.html.sh: Mention new module.
19439
19440 2008-07-14  Ben Pfaff  <blp@gnu.org>
19441
19442         Factor out some macros for use by additional modules.
19443         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
19444         exponentf.m4.
19445         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
19446         exponentd.m4.
19447         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
19448         file exponentl.m4.
19449         * m4/exponentf.m4: New file.
19450         * m4/exponentd.m4: New file.
19451         * m4/exponentl.m4: New file.
19452         * modules/isnanf: Use new file m4/exponentf.m4.
19453         * modules/isnand: Use new file m4/exponentd.m4.
19454         * modules/isnanl: Use new file m4/exponentl.m4.
19455
19456 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19457
19458         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19459         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19460         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19461         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19462
19463         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19464         readlink on platforms without PATH_MAX.
19465
19466 2008-07-21  Eric Blake  <ebb9@byu.net>
19467
19468         Warn, not fail, on stale version.
19469         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19470
19471         Don't allow installation with stale devel version number.
19472         * top/GNUmakefile (_is-install-target): New macro.
19473         (_curr-ver): Forbid installation with stale version number.
19474
19475 2008-07-20  Bruno Haible  <bruno@clisp.org>
19476
19477         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19478         TESTS_ENVIRONMENT.
19479         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19480
19481 2008-07-20  Bruno Haible  <bruno@clisp.org>
19482
19483         * lib/c-stack.h (c_stack_action): Add documentation.
19484         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19485
19486 2008-07-20  Bruno Haible  <bruno@clisp.org>
19487
19488         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19489         * modules/readlink (License): Likewise.
19490
19491 2008-07-17  Eric Blake  <ebb9@byu.net>
19492
19493         * modules/c-stack (Link): Fix typo.
19494
19495         Make c-stack use libsigsegv, when available.
19496         * modules/c-stack (Depends-on): Add libsigsegv.
19497         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19498         needed.
19499         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19500         (segv_handler, overflow_handler, c_stack_action)
19501         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19502         implementation when libsigsegv is available, but only when using
19503         the library is necessary.
19504         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19505         comment, explaining why XSI check fails on Linux.
19506         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19507         * tests/test-c-stack2.sh: Tweak skip message.
19508         * NEWS: Document new link-time requirements.
19509
19510 2008-07-16  Eric Blake  <ebb9@byu.net>
19511
19512         c-stack: Expose false positives when not using libsigsegv.
19513         * modules/c-stack-tests (Files): Expand test.
19514         * tests/test-c-stack.c (main): Add means to conditionally trigger
19515         non-overflow SIGSEGV.
19516         * tests/test-c-stack2.sh: New file.
19517
19518 2008-07-14  Bruno Haible  <bruno@clisp.org>
19519
19520         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19521         Reported by Eric Blake.
19522
19523 2008-07-14  Sam Steingold  <sds@gnu.org>
19524             Bruno Haible  <bruno@clisp.org>
19525
19526         New module libsigsegv.
19527         * modules/libsigsegv: New file.
19528         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19529         modifications.
19530         * MODULES.html.sh (Signal handling): New section.
19531
19532 2008-07-14  Bruno Haible  <bruno@clisp.org>
19533
19534         * modules/unictype/ctype-* (Description): Add the word "function".
19535         Improves the resulting doc in MODULES.html.
19536
19537 2008-07-12  Ben Pfaff  <blp@gnu.org>
19538
19539         Add longlong module.
19540         * modules/longlong: New file.
19541
19542 2008-07-12  Bruno Haible  <bruno@clisp.org>
19543
19544         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19545         to empty.
19546
19547 2008-07-10  Ben Pfaff  <blp@gnu.org>
19548
19549         Add isnan module.
19550         * doc/posix-functions/isnan.texi: Mention new module.
19551         * lib/math.in.h: Define isnan macro if we have decided to replace
19552         it.
19553         * m4/isnan.m4: New file.
19554         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19555         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19556         also.
19557         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19558         redundancy.
19559         * m4/math_h.m4: Initialize and substitute variables for isnan
19560         module.
19561         * modules/isnan: New file.
19562         * modules/isnan-tests: New file.
19563         * modules/math: Add substitutions for new module.
19564         * tests/test-isnan.c: New file.
19565         * MODULES.html.sh: Mention new module.
19566
19567 2008-07-10  Ben Pfaff  <blp@gnu.org>
19568
19569         Add isnanf module.
19570         * lib/isnanf.m4: New file.
19571         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19572         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19573         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19574         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19575         * modules/isnanf: New file.
19576         * modules/isnanf-tests: New file.
19577         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19578         files.
19579         * tests/test-isnanf-nolibm.c: factored most of its contents into
19580         new file tests/test-isnanf.h.
19581         * tests/test-isnanf.h: New file.
19582         * tests/test-isnanf.c: New file.
19583         * MODULES.html.sh: Mention new module.
19584         * doc/glibc-functions/isnanf.texi: Mention new module.
19585
19586 2008-07-10  Ben Pfaff  <blp@gnu.org>
19587
19588         Add isnand module.
19589         * lib/isnand.h: New file.
19590         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19591         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19592         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19593         functionality also.
19594         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19595         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19596         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19597         * modules/isnand: New file.
19598         * modules/isnand-tests: New file.
19599         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
19600         files.
19601         * tests/test-isnand-nolibm.c: factored most of its contents into
19602         new file tests/test-isnand.h.
19603         * tests/test-isnand.h: New file.
19604         * tests/test-isnand.c: New file.
19605         * MODULES.html.sh: Mention new module.
19606
19607 2008-07-10  Ben Pfaff  <blp@gnu.org>
19608
19609         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
19610         * lib/isnand.h: Rename lib/isnand-nolibm.h.
19611         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
19612         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
19613         * modules/isnanf-nolibm: Update references to renamed files.
19614         * modules/isnand-nolibm: Likewise.
19615         * modules/isnanf-nolibm-tests: Likewise.
19616         * modules/isnand-nolibm-tests: Likewise.
19617         * lib/frexp.c: Likewise.
19618         * lib/isfinite.c: Likewise.
19619         * lib/signbitd.c: Likewise.
19620         * lib/signbitf.c: Likewise.
19621         * lib/vasnprintf.c: Likewise.
19622         * tests/test-ceilf1.c: Likewise.
19623         * tests/test-ceilf2.c: Likewise.
19624         * tests/test-floorf1.c: Likewise.
19625         * tests/test-floorf2.c: Likewise.
19626         * tests/test-frexp.c: Likewise.
19627         * tests/test-round1.c: Likewise.
19628         * tests/test-round2.c: Likewise.
19629         * tests/test-roundf1.c: Likewise.
19630         * tests/test-strtod.c: Likewise.
19631         * tests/test-trunc1.c: Likewise.
19632         * tests/test-trunc2.c: Likewise.
19633         * tests/test-truncf1.c: Likewise.
19634         * tests/test-truncf2.c: Likewise.
19635         * NEWS: Mention the renamed header files.
19636
19637 2008-07-11  Jim Meyering  <meyering@redhat.com>
19638
19639         vc-list-files: make the last-resort awk code more portable
19640         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
19641         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
19642         does not support it.
19643
19644 2008-07-10  Eric Blake  <ebb9@byu.net>
19645
19646         Work with tar's bootstrap.
19647         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
19648         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
19649         an m4 comment.
19650
19651 2008-07-09  Jim Meyering  <meyering@redhat.com>
19652
19653         posix-shell.m4: fix typo that made this test malfunction
19654         * m4/posix-shell.m4: Remove capitalization in variable name.
19655
19656 2008-07-08  Bruno Haible  <bruno@clisp.org>
19657
19658         * m4/onceonly.m4: Update comments.
19659         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19660
19661 2008-07-04  Jim Meyering  <meyering@redhat.com>
19662
19663         * users.txt: Add vc-dwim.
19664         (bison, coreutils): Use the gitweb URL.
19665
19666 2008-07-03  Jim Meyering  <meyering@redhat.com>
19667
19668         * users.txt: Add libffcall.  From Sam Steingold.
19669
19670 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
19671
19672         getdate.y: do not ignore TZ with relative day, month or year offset
19673         * lib/getdate.y (get_date): Move the tz-handling block to follow the
19674         relative-date-handling, since otherwise, the latter would clobber the
19675         sole output (an updated Start value) of the tz-handling block.
19676         * tests/test-getdate.c: Tests for the fix
19677
19678 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19679
19680         Recognize 'foo_LIBRARIES += libgnu.a'.
19681         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
19682         makefile snippet has already specified an installation location,
19683         also using '+='.
19684
19685 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
19686
19687         getdate.y: factor out common actions
19688         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
19689         Use them in place of open-coded actions.
19690
19691 2008-07-01  Simon Josefsson  <simon@josefsson.org>
19692
19693         Add self-test for getdate module.
19694         * modules/getdate-tests: New file.
19695         * tests/test-getdate.c: New file.
19696
19697 2008-06-29  Bruno Haible  <bruno@clisp.org>
19698
19699         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
19700         .gitignore.
19701         Reported by Sylvain Beucler <beuc@beuc.net>.
19702
19703 2008-06-29  Bruno Haible  <bruno@clisp.org>
19704
19705         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
19706         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
19707
19708 2008-06-29  Bruno Haible  <bruno@clisp.org>
19709
19710         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
19711         EXTRA_DIST.
19712         Reported by Sylvain Beucler <beuc@beuc.net>.
19713
19714 2008-06-26  Jim Meyering  <meyering@redhat.com>
19715
19716         make several modules depend on the "open" module
19717         This provides slightly increased consistency when opening-for-write
19718         the name of a non-directory spelled with a trailing slash.
19719         * modules/chdir-safer: Likewise.
19720         * modules/chown: Likewise.
19721         * modules/clean-temp: Likewise.
19722         * modules/copy-file: Likewise.
19723         * modules/fchdir: Likewise.
19724         * modules/fcntl-safer: Likewise.
19725         * modules/pipe: Likewise.
19726         * modules/utime: Likewise.
19727         Prompted by Eric Blake and Bruno Haible.
19728
19729 2008-06-24  Andreas Schwab  <schwab@suse.de>
19730
19731         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
19732         literals can be used as initializers for global variables.
19733
19734 2008-06-23  Eric Blake  <ebb9@byu.net>
19735
19736         Make gnulib-cache.m4 easier to diff.
19737         * gnulib-tool (func_import): Allow newlines when reading cached
19738         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
19739
19740 2008-06-23  Bruno Haible  <bruno@clisp.org>
19741
19742         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
19743         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
19744         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
19745         m4/signalblocking.m4.
19746         (gl_PREREQ_SIGACTION): Don't invoke it.
19747         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
19748         gl_PREREQ_SIG_HANDLER_H.
19749         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19750         Don't check for sigaction here.
19751
19752 2008-06-23  Bruno Haible  <bruno@clisp.org>
19753
19754         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
19755         (install_handlers): Don't set the SA_RESETHAND flag.
19756
19757 2008-06-23  Bruno Haible  <bruno@clisp.org>
19758
19759         * m4/sigaction.m4: Comment fixes.
19760         * lib/signal.in.h: Likewise.
19761
19762 2008-06-23  Eric Blake  <ebb9@byu.net>
19763
19764         Fix typo.
19765         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
19766
19767         Avoid SA_ namespace.
19768         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
19769         Reported by Ralf Wildenhues.
19770
19771         Avoid test failure due to SA_RESTORER.
19772         * tests/test-sigaction.c (SA_MASK): New macro.
19773         (main): Avoid failing due to extension flags being set.
19774         Reported by Jim Meyering.
19775
19776         Revert use of sig-handler.h in sigprocmask.c.
19777         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
19778         it requires the existence of struct sigaction.
19779         * lib/sigprocmask.c (handler_t): Restore typedef.
19780         (rpl_signal, old_handlers): Use local type.
19781
19782 2008-06-22  Bruno Haible  <bruno@clisp.org>
19783
19784         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
19785         conditionally.
19786         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19787
19788 2008-06-22  Bruno Haible  <bruno@clisp.org>
19789
19790         * doc/posix-functions/siginterrupt.texi: Move note.
19791
19792         * lib/signal.in.h (SA_RESTART): New macro.
19793         * lib/sigaction.c: Update comment.
19794
19795         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
19796
19797         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
19798         (gl_PREREQ_SIGPROCMASK): Invoke it.
19799         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
19800
19801         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
19802
19803         * lib/sigprocmask.c: Update a comment.
19804
19805 2008-06-21  Eric Blake  <ebb9@byu.net>
19806
19807         Use sigaction module rather than signal().
19808         * modules/c-stack (Depends-on): Add sigaction.
19809         * modules/fatal-signal (Depends-on): Likewise.
19810         * modules/nanosleep (Depends-on): Likewise.
19811         * modules/sigprocmask (Files): Add sig-handler.h.
19812         * modules/sigaction (Files): Likewise.
19813         * lib/sig-handler.h (get_handler): New file, suggested by Paul
19814         Eggert.
19815         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
19816         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
19817         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
19818         (init_fatal_signals): Likewise.
19819         * lib/nanosleep.c (rpl_nanosleep): Likewise.
19820         (siginterrupt): Delete fallback.
19821         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
19822         instead.
19823         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
19824         siginterrupt.
19825
19826         New module sigaction, for mingw.
19827         * modules/sigaction: New module...
19828         * modules/sigaction-tests: ...and its test.
19829         * m4/sigaction.m4: New file.
19830         * lib/sigaction.c: Likewise.
19831         * tests/test-sigaction.c: Likewise.
19832         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
19833         * modules/signal (Makefile.am): Likewise.
19834         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
19835         needed.
19836         * doc/posix-headers/signal.texi (signal.h): Mention provided
19837         types.
19838         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
19839         that sigaction is preferable.
19840         * doc/posix-functions/sigaction.texi (sigaction): Mention new
19841         module.
19842         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19843         sigaction.
19844
19845         Improve robustness of sigprocmask by overriding signal.
19846         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
19847         is in use.
19848         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
19849         (SIGKILL, SIGSTOP): Provide fallbacks.
19850         (rpl_signal): Implement.
19851         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
19852         signal can be called inside handlers.
19853
19854         Fix nanosleep module on mingw.
19855         * modules/nanosleep (Depends-on): Add sys_select.
19856         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
19857
19858         Fix licensing of sigprocmask.
19859         * modules/raise (License): Relicense as LGPL.
19860
19861 2008-06-21  Bruno Haible  <bruno@clisp.org>
19862
19863         * lib/propername.c (proper_name_utf8): Don't use the transliterated
19864         result if it contains question marks.
19865         Reported by Michael Geng <linux@michaelgeng.de>.
19866
19867 2008-06-19  Bruno Haible  <bruno@clisp.org>
19868
19869         Fix CVS-ism.
19870         * doc/gnulib.texi: Include updated-stamp.texi.
19871         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
19872         (updated-stamp.texi): New rule.
19873         (gnulib.info): Depend on it.
19874         * doc/.gitignore: Add updated-stamp.texi.
19875         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
19876
19877 2008-06-19  Bruno Haible  <bruno@clisp.org>
19878
19879         * doc/Makefile (gnulib.info): Update and simplify dependencies.
19880         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
19881
19882 2008-06-19  Eric Blake  <ebb9@byu.net>
19883
19884         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
19885         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
19886         Reported by Stepan Kasal.
19887
19888 2008-06-18  Bruno Haible  <bruno@clisp.org>
19889
19890         * lib/fatal-signal.c (init_fatal_signals): Add comment.
19891         Reported by Eric Blake.
19892
19893 2008-06-18  Eric Blake  <ebb9@byu.net>
19894
19895         Work around cygwin 1.5.25 strsignal bug.
19896         * tests/test-strsignal.c: Allow for const char *.
19897         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
19898
19899 2008-06-18  Simon Josefsson  <simon@josefsson.org>
19900
19901         * users.txt: Update URL to article and add author/date
19902         information.
19903
19904 2008-06-17  Bruno Haible  <bruno@clisp.org>
19905
19906         New macro gl_DISABLE_THREADS.
19907         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
19908         if the user did not pass --enable-threads or --disable-threads option.
19909         (gl_DISABLE_THREADS): New macro.
19910         Reported by Eric Blake <ebb9@byu.net>.
19911
19912 2008-06-17  Bruno Haible  <bruno@clisp.org>
19913
19914         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
19915         when the macro ignores it.
19916         Based on a patch by Eric Blake <ebb9@byu.net>.
19917
19918 2008-06-17  Bruno Haible  <bruno@clisp.org>
19919
19920         * modules/tls (License): Change to LGPLv2+.
19921         Reported by Eric Blake.
19922
19923 2008-06-17  Eric Blake  <ebb9@byu.net>
19924
19925         Simplify c-stack prerequisites.
19926         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
19927         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
19928         no longer requires <ucontext.h> to exist.  Optimize setrlimit
19929         check.
19930         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
19931         <sys/resource.h>.
19932
19933         Move c-stack test into testsuite.
19934         * modules/c-stack-tests: New file.
19935         * lib/c-stack.c [DEBUG]: Move test program...
19936         * tests/test-c-stack.c: ...into this new file.  Skip rather than
19937         fail test if sigaltstack is lacking.
19938         * tests/test-c-stack.sh: New driver file.
19939
19940 2008-06-16  Eric Blake  <ebb9@byu.net>
19941
19942         Use raise module consistently.
19943         * modules/fatal-signal (Depends-on): Add raise.
19944         * modules/sigprocmask (Depends-on): Likewise.
19945         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
19946         * lib/sigprocmask.c (sigprocmask): Likewise.
19947         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19948         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
19949
19950         Fix compliance bug in sigpending.
19951         * lib/sigprocmask.c (sigpending): Return pending array via
19952         parameter, not return value.
19953
19954 2008-06-14  Eric Blake  <ebb9@byu.net>
19955
19956         Improve obstack-printf test code.
19957         * tests/test-obstack-printf.c (test_function): Fix comment, and
19958         simplify usage of obstack_* in macros.  Add a test for coverage.
19959         Reported by Bruno Haible.
19960
19961 2008-06-14  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
19964         array size as a constant, not as a const variable.
19965         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
19966         AC_USE_SYSTEM_EXTENSIONS.
19967         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
19968         Test whether the obstack_printf function actually exists.
19969         * modules/obstack-printf (Depends-on): Add extensions.
19970         (Include): Remove obstack.h.
19971         * modules/obstack-printf-posix (Depends-on): Add extensions.
19972         (Include): Remove obstack.h.
19973
19974 2008-06-13  Eric Blake  <ebb9@byu.net>
19975
19976         Add obstack-printf and obstack-printf-posix modules.
19977         * modules/obstack-printf: New file.
19978         * modules/obstack-printf-posix: Likewise.
19979         * MODULES.html.sh (Misc): Mention them.
19980         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
19981         Likewise.
19982         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
19983         Likewise.
19984         * modules/stdio (Makefile.am): Accomodate new modules.
19985         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19986         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
19987         Declare.
19988         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
19989         functions.
19990         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
19991         (gl_REPLACE_OBSTACK_PRINTF): New macros
19992         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
19993         * tests/test-obstack-printf.c: New file.
19994         * modules/obstack-printf-tests: Likewise.
19995         * modules/obstack-printf-posix-tests: Likewise.
19996
19997 2008-06-11  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
20000         * lib/open.c: Include errno.h.
20001         (open): Fail when attempting to write to a file that has a trailing
20002         slash.
20003         * tests/test-open.c (main): Test against trailing slash bug.
20004         * doc/posix-functions/open.texi: Mention the trailing slash bug.
20005
20006 2008-06-10  Bruno Haible  <bruno@clisp.org>
20007
20008         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
20009         for $? to work inside the trap command, with various /bin/sh-s.
20010         * tests/test-vc-list-files-cvs.sh: Likewise.
20011
20012 2008-06-10  Bruno Haible  <bruno@clisp.org>
20013
20014         * lib/acl-internal.h: Don't include gettext.h here.
20015         * lib/set-mode-acl.c: Include gettext.h here.
20016         * lib/copy-acl.c: Likewise.
20017
20018 2008-06-10  Bruno Haible  <bruno@clisp.org>
20019
20020         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
20021         * lib/wait-process.c (wait_subprocess): Likewise.
20022         * lib/execute.h (execute): Add termsigp argument.
20023         * lib/execute.c (execute): Likewise.
20024         * lib/csharpcomp.c (compile_csharp_using_pnet,
20025         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
20026         * lib/csharpexec.c (execute_csharp_using_pnet,
20027         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
20028         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
20029         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
20030         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
20031         is_jikes_present): Update.
20032         * lib/javaexec.c (execute_java_class): Update.
20033         * lib/javaversion.c (execute_and_read_line): Update.
20034         * NEWS: Document the changes.
20035         Reported by Eric Blake.
20036
20037 2008-06-10  Eric Blake  <ebb9@byu.net>
20038
20039         Add missing include.
20040         * tests/test-strstr.c (includes): Add <signal.h>.
20041         * tests/test-strcasestr.c (includes): Likewise.
20042         * tests/test-memmem.c (includes): Likewise.
20043
20044 2008-06-10  Bruno Haible  <bruno@clisp.org>
20045
20046         * lib/wait-process.c (wait_subprocess): Add an assertion.
20047
20048 2008-06-10  Bruno Haible  <bruno@clisp.org>
20049
20050         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
20051
20052 2008-06-10  Bruno Haible  <bruno@clisp.org>
20053
20054         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
20055         using alarm().
20056         * tests/test-strcasestr.c (main): Likewise.
20057         * tests/test-strstr.c (main): Likewise.
20058
20059 2008-06-09  Bruno Haible  <bruno@clisp.org>
20060
20061         Work around the Solaris 10 ACE ACLs ABI change.
20062         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
20063         declare if ACL_NO_TRIVIAL is present.
20064         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
20065         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
20066         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
20067         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
20068         define if ACL_NO_TRIVIAL is present.
20069         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
20070         and use the current ABI.
20071         (file_has_acl): Use same #if condition as elsewhere.
20072         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
20073         in use, and use the current ABI.
20074         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
20075         Reported by Jim Meyering.
20076
20077 2008-06-09  Eric Blake  <ebb9@byu.net>
20078
20079         Work around environments that (stupidly) ignore SIGALRM.
20080         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
20081         before using alarm().
20082         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20083         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20084         Reported by Ian Beckwith <ianb@erislabs.net>.
20085
20086         Produce autobuild blurb earlier in log.
20087         * modules/autobuild (configure.ac-early): Move AB_INIT here.
20088
20089 2008-06-09  Jim Meyering  <meyering@redhat.com>
20090         and OndÅ™ej Vašík  <ovasik@redhat.com>
20091
20092         utimens.c: correct kernel bug work-around
20093         OndÅ™ej Vašík found that the invalid return value of 280 indicates
20094         failure, not success, and the kernel bug we're trying to work
20095         around affects not just the utimensat call, but also the fallback
20096         futimens call.
20097         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
20098         not success.
20099         [HAVE_FUTIMENS]: Use the same work-around, here.
20100
20101 2008-06-09  Jim Meyering  <meyering@redhat.com>
20102
20103         add more guards around definition of ACE_-related code
20104         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
20105         ALLOW and ACE_OWNER are also defined.
20106
20107 2008-06-08  Bruno Haible  <bruno@clisp.org>
20108
20109         * lib/acl-internal.h: Add me as co-author.
20110         * lib/file-has-acl.c: Likewise.
20111         * lib/set-mode-acl.c: Likewise.
20112         * lib/copy-acl.c: Likewise.
20113
20114 2008-06-08  Bruno Haible  <bruno@clisp.org>
20115
20116         Add support for AIX ACLs.
20117         * lib/acl-internal.h (acl_nontrivial): New declaration.
20118         * lib/file-has-acl.c (acl_nontrivial): New function.
20119         (file_has_acl): Add implementation using AIX 4 ACL API.
20120         * lib/set-mode-acl.c (qset_acl): Likewise.
20121         * lib/copy-acl.c (qcopy_acl): Likewise.
20122
20123 2008-06-08  Bruno Haible  <bruno@clisp.org>
20124
20125         Add support for HP-UX ACLs.
20126         * lib/acl-internal.h (acl_nontrivial): New declaration.
20127         * lib/file-has-acl.c (acl_nontrivial): New function.
20128         (file_has_acl): Add implementation using HP-UX 11 ACL API.
20129         * lib/set-mode-acl.c (qset_acl): Likewise.
20130         * lib/copy-acl.c (qcopy_acl): Likewise.
20131
20132 2008-06-08  Bruno Haible  <bruno@clisp.org>
20133
20134         Add support for Cygwin ACLs.
20135         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
20136         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
20137         the chmod_or_fchmod call.
20138         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
20139
20140 2008-06-08  Bruno Haible  <bruno@clisp.org>
20141
20142         Fix bug with setuid modes in Solaris 10+ code.
20143         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
20144         succeeded, when the mode contains some special bits.
20145
20146 2008-06-08  Bruno Haible  <bruno@clisp.org>
20147
20148         Add support for Solaris 7..10 ACLs.
20149         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
20150         declarations.
20151         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
20152         functions.
20153         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
20154         * lib/set-mode-acl.c (qset_acl): Likewise.
20155         * lib/copy-acl.c (qcopy_acl): Likewise.
20156
20157 2008-06-08  Bruno Haible  <bruno@clisp.org>
20158
20159         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
20160         declaration.
20161         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
20162         (acl_access_nontrivial): Remove MacOS X case.
20163         (file_has_acl): Use acl_extended_nontrivial.
20164         * lib/copy-acl.c (qcopy_acl): Likewise.
20165
20166 2008-06-08  Bruno Haible  <bruno@clisp.org>
20167
20168         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
20169
20170 2008-06-08  Jim Meyering  <meyering@redhat.com>
20171
20172         * modules/acl (Maintainer): Add Bruno Haible.
20173
20174 2008-06-07  Bruno Haible  <bruno@clisp.org>
20175
20176         Improve support for Tru64 ACLs.
20177         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
20178         ACL on OSF/1.
20179
20180 2008-06-07  Bruno Haible  <bruno@clisp.org>
20181
20182         Add support for MacOS X ACLs.
20183         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
20184         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
20185         * lib/set-mode-acl.c (qset_acl): Likewise.
20186         * lib/copy-acl.c (qcopy_acl): Likewise.
20187
20188 2008-06-07  Bruno Haible  <bruno@clisp.org>
20189
20190         Fix memory leak introduced on 2008-05-22.
20191         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
20192         use.
20193
20194 2008-06-07  Bruno Haible  <bruno@clisp.org>
20195
20196         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
20197         to construct an empty ACL.
20198
20199 2008-06-07  Bruno Haible  <bruno@clisp.org>
20200
20201         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
20202         precisely.
20203         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
20204
20205 2008-06-07  Bruno Haible  <bruno@clisp.org>
20206
20207         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
20208         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
20209
20210 2008-06-07  Bruno Haible  <bruno@clisp.org>
20211
20212         * doc/posix-functions/_setjmp.texi: Explain the use of this function
20213         regardless of POSIX.
20214         * doc/posix-functions/_longjmp.texi: Likewise.
20215         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
20216         SystemV platform in this case.
20217
20218 2008-06-06  Eric Blake  <ebb9@byu.net>
20219
20220         Document abort() bugs.
20221         * doc/posix-functions/abort.texi (abort): Mention anomalies.
20222
20223         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
20224         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
20225         sigsetjmp.
20226         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
20227         siglongjmp, but only as a macro.
20228         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
20229         is obsolete.
20230         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
20231
20232         Tweak documentation to cover cygwin argz bugs.
20233         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
20234         argz bug fix; no code change needed since no cygwin releases
20235         occurred between the last fix and the bug being tested.
20236         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
20237         module and recently fixed cygwin bugs.
20238         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
20239         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
20240         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
20241         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
20242         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
20243         Likewise.
20244         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
20245         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
20246         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
20247         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
20248         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20249         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
20250         Likewise.
20251
20252         Avoid gcc warning on cygwin.
20253         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
20254         !ACL_NO_TRIVIAL]: Avoid unused variable.
20255
20256 2008-06-05  Eric Blake  <ebb9@byu.net>
20257
20258         Be tolerant of UNKNOWN version in gnulib-tool test dir.
20259         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
20260         git-version-gen fails to come up with a version.
20261         Reported by Simon Josefsson.
20262
20263 2008-06-05  Jim Meyering  <meyering@redhat.com>
20264             Paul Eggert  <eggert@cs.ucla.edu>
20265
20266         utimens.c: work around a probable Linux kernel bug
20267         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
20268         appears to be a kernel bug that causes utimensat to return 280
20269         instead of 0, indicating success.
20270
20271 2008-06-04  Bruno Haible  <bruno@clisp.org>
20272
20273         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
20274         2008-06-01 commit.
20275
20276 2008-06-04  Bruno Haible  <bruno@clisp.org>
20277
20278         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
20279         * lib/file-has-acl.c (acl_access_nontrivial): New function.
20280         (file_has_acl): Use it. Save errno afterwards.
20281         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
20282
20283 2008-06-03  Bruno Haible  <bruno@clisp.org>
20284
20285         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
20286         draft code. Simplify #ifs.
20287         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
20288         Put Solaris code after POSIX-draft code. Fix comments regarding
20289         Solaris 10, HP-UX. Mention Cygwin.
20290         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
20291
20292 2008-06-03  Eric Blake  <ebb9@byu.net>
20293
20294         Provide fallback for older kernels.
20295         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20296         Provide runtime fallback if kernel lacks support.
20297         Reported by Mike Frysinger.
20298
20299 2008-06-02  Bruno Haible  <bruno@clisp.org>
20300
20301         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20302         it exists.
20303
20304 2008-06-02  Bruno Haible  <bruno@clisp.org>
20305
20306         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
20307         * lib/copy-acl.c (qcopy_acl): Update comment.
20308
20309 2008-06-02  Bruno Haible  <bruno@clisp.org>
20310
20311         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
20312         like ACL APIs.
20313
20314 2008-06-02  Bruno Haible  <bruno@clisp.org>
20315
20316         * tests/test-file-has-acl.sh: Use different code for Cygwin.
20317         * tests/test-set-mode-acl.sh: Likewise.
20318         * tests/test-copy-acl.sh: Likewise.
20319         * tests/test-copy-file.sh: Likewise.
20320
20321 2008-06-02  Bruno Haible  <bruno@clisp.org>
20322
20323         * tests/test-file-has-acl.sh: Remove unused code.
20324
20325 2008-06-01  Bruno Haible  <bruno@clisp.org>
20326
20327         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
20328         (copy_acl): Just a wrapper around qcopy_acl that emits the error
20329         messages.
20330         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
20331
20332 2008-06-01  Bruno Haible  <bruno@clisp.org>
20333
20334         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
20335         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
20336         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
20337         APIs.
20338         * modules/acl-tests (configure.ac): Remove tests now contained in
20339         m4/acl.m4.
20340
20341 2008-06-02  Jim Meyering  <meyering@redhat.com>
20342
20343         announce-gen: use a better key-server host name
20344         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
20345         it may be more consistently reliable.  Suggested by Werner Koch
20346         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
20347
20348 2008-06-01  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
20351         Reported by Voroskoi Andras <voroskoi@gmail.com>.
20352
20353 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
20354
20355         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
20356
20357 2008-06-01  Bruno Haible  <bruno@clisp.org>
20358
20359         New ACL tests.
20360         * tests/test-file-has-acl.sh: New file.
20361         * tests/test-file-has-acl.c: New file.
20362         * tests/test-set-mode-acl.sh: New file.
20363         * tests/test-set-mode-acl.c: New file.
20364         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
20365         * tests/test-copy-acl.c: New file.
20366         * modules/acl-tests: New file, based on modules/copy-file-tests.
20367         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
20368         (Depends-on): Add acl-tests.
20369         (configure.ac): Remove checks.
20370         (Makefile.am): Don't create test-sameacls program here any more.
20371
20372 2008-06-01  Bruno Haible  <bruno@clisp.org>
20373
20374         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
20375         * tests/test-sameacls.c: Include progname.h.
20376         (main): Invoke set_program_name. Portability fixes for MacOS X,
20377         Solaris, HP-UX.
20378
20379 2008-06-01  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
20382         function.
20383         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
20384
20385 2008-06-01  Bruno Haible  <bruno@clisp.org>
20386
20387         * modules/rpmatch (Depends-on): Add strdup.
20388
20389 2008-06-01  Bruno Haible  <bruno@clisp.org>
20390
20391         * lib/pipe.c: Include unistd-safer.h.
20392         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
20393         * modules/pipe (Depends-on): Add unistd-safer.
20394
20395 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20396
20397         * modules/autobuild (configure.ac): Call AB_INIT.
20398
20399 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20400
20401         * tests/test-getaddrinfo.c: Don't print debug messages by default.
20402         Suggested by Bruno Haible <bruno@clisp.org>.
20403
20404 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20405
20406         * tests/test-base64.c: Cast size_t to unsigned long when invoking
20407         printf.  Use %lu instead of %d.  Reported by Bruno Haible
20408         <bruno@clisp.org>.
20409
20410 2008-05-29  Eric Blake  <ebb9@byu.net>
20411
20412         Prefer new POSIX 200x interfaces over futimesat.
20413         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
20414         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
20415         when available.
20416         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
20417
20418 2008-05-28  Bruno Haible  <bruno@clisp.org>
20419
20420         * modules/stpcpy (License): Change to LGPLv2+.
20421         Requested by David Lutterkort <dlutter@redhat.com>.
20422
20423 2008-05-27  Bruno Haible  <bruno@clisp.org>
20424
20425         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
20426         current mingw.
20427         Reported by Jose E. Marchesi <jemarch@gnu.org>.
20428
20429 2008-05-27  Bruno Haible  <bruno@clisp.org>
20430
20431         * modules/iconv_open (Link): New section, from module 'iconv'.
20432         * modules/striconv (Link): Likewise.
20433         * modules/striconveh (Link): Likewise.
20434         * modules/xstriconv (Link): Likewise.
20435         * modules/unicodeio (Link): Likewise.
20436         * modules/propername (Link): Likewise.
20437         Reported by Jim Meyering.
20438
20439 2008-05-26  Jim Meyering  <meyering@redhat.com>
20440
20441         sha256: do not artificially restrict buffer length to be < 2^32
20442         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
20443         uint32_t to size_t.
20444         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
20445         to match.
20446
20447         avoid unaligned access errors, e.g., on sparc
20448         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
20449         direct access through a possibly-unaligned uint64* pointer.
20450         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20451         direct access through a possibly-unaligned uint32* pointer.
20452         Prompted by this patch from Tom "spot" Callaway:
20453         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20454
20455         sha512.c: fix typo in comment
20456         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20457
20458 2008-05-25  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20461         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20462         (Makefile.am): Update lib_SOURCES.
20463
20464 2008-05-25  Bruno Haible  <bruno@clisp.org>
20465
20466         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20467
20468 2008-05-25  Jim Meyering  <meyering@redhat.com>
20469
20470         useless-if-before-free: freed expr may have white-space differences
20471         * build-aux/useless-if-before-free: Recognize cases in which the
20472         freed expression differs from the tested one in embedded white
20473         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20474         $1 was used, so we can't make any regexp shy.  Improved tests now
20475         detect this.
20476
20477         useless-if-before-free: accept white space in the expression.
20478         * build-aux/useless-if-before-free: For now, any white space
20479         in the expression must be identical in the free argument.
20480
20481         useless-if-before-free: efficiency tweak
20482         * build-aux/useless-if-before-free: Make the expression-matching
20483         regexp "shy".
20484         Make the *outer* regexp shy, not the expr-matching one.
20485
20486         update code-in-comment to accept cast of free arg
20487         * build-aux/useless-if-before-free: Update regexp.
20488
20489 2008-05-25  Bruno Haible  <bruno@clisp.org>
20490
20491         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20492         * modules/copy-file-tests (Files, Makefile.am): Update.
20493         * tests/test-copy-file.c (func_test_copy): Update.
20494
20495 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20496
20497         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20498
20499 2008-05-23  Bruno Haible  <bruno@clisp.org>
20500
20501         Improve support for ACLs on OSF/1.
20502         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20503         Remove fallback for unknown flavors of ACLs.
20504
20505 2008-05-22  Bruno Haible  <bruno@clisp.org>
20506
20507         Add support for ACLs on OSF/1.
20508         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20509         replacements.
20510         (acl_free_text): New macro fallback.
20511         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20512         acl_free.
20513         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20514         acl_free_text function. Require AC_C_INLINE.
20515
20516 2008-05-22  Bruno Haible  <bruno@clisp.org>
20517
20518         Make copy_acl work on MacOS X 10.5.
20519         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20520         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20521         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20522         If MODE_INSIDE_ACL, don't assume that every system has the same text
20523         representation for ACLs as FreeBSD.
20524         * lib/copy-acl.c (copy_acl): Add support for platforms with
20525         !MODE_INSIDE_ACL.
20526         * lib/file-has-acl.c (file_has_acl): Likewise.
20527         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20528         FreeBSD, MacOS X, or IRIX, respectively.
20529
20530 2008-05-22  Bruno Haible  <bruno@clisp.org>
20531
20532         * lib/acl.h: Don't include <sys/acl.h>.
20533         (GETACLCNT): Move fallback to lib/acl-internal.h.
20534         * lib/acl-internal.h: Include <sys/acl.h> here.
20535         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20536
20537 2008-05-22  Bruno Haible  <bruno@clisp.org>
20538
20539         Split off copy_acl function to separate file.
20540         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20541         * lib/acl.c (copy_acl): Moved function to separate file.
20542         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20543         * modules/acl (Files): Add lib/copy-acl.c.
20544         (Makefiles.am): Augment lib_SOURCES.
20545
20546 2008-05-22  Bruno Haible  <bruno@clisp.org>
20547
20548         * modules/copy-file-tests: New file.
20549         * tests/test-copy-file.sh: New file.
20550         * tests/test-copy-file.c: New file.
20551         * tests/test-copy-file-sameacls.c: New file.
20552
20553 2008-05-22  Eric Blake  <ebb9@byu.net>
20554
20555         Avoid gcc warning.
20556         * tests/test-memcmp.c (main): Pass NULL indirectly.
20557
20558 2008-05-21  Bruno Haible  <bruno@clisp.org>
20559
20560         Add reference doc about ACLs.
20561         * doc/acl-resources.txt: New file.
20562         * doc/acl-cygwin.txt: New file.
20563
20564 2008-05-21  Bruno Haible  <bruno@clisp.org>
20565
20566         Avoid one more warning from gcc.
20567         * lib/vasnprintf.c (IF_LINT): Update comments.
20568         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20569
20570 2008-05-21  Jim Meyering  <meyering@redhat.com>
20571
20572         avoid a warning from gcc
20573         * lib/vasnprintf.c (IF_LINT): Define.
20574         (scale10_round_decimal_long_double):
20575         Use it to avoid a "may be used uninitialized" warning.
20576         (scale10_round_decimal_double): Likewise.
20577
20578 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20579
20580         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20581         declared.
20582
20583 2008-05-20  Bruno Haible  <bruno@clisp.org>
20584
20585         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20586         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20587
20588 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20589
20590         * modules/memcmp-tests: New file.
20591         * tests/test-memcmp.c: New file.
20592
20593 2008-05-19  Bruno Haible  <bruno@clisp.org>
20594
20595         * modules/propername (Notice, configure.ac): Put quoted "..." into
20596         --keyword option.
20597         * lib/propername.h: Update comments accordingly.
20598         Reported by Eric Blake.
20599
20600 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
20601
20602         * modules/getpass-gnu (Depends-on): Add fseeko.
20603
20604 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20605
20606         * modules/base64-tests: New file.
20607
20608 2008-05-19  Bo Borgerson <gigabo@gmail.com>
20609
20610         * lib/base64.c (base64_decode_ctx): If a decode context structure
20611         was passed in use it to ignore newlines.  If a context structure
20612         was _not_ passed in, continue to treat newlines as garbage (this
20613         is the historical behavior).  Formerly base64_decode.
20614         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20615         takes a decode context structure.
20616         * lib/base64.h (base64_decode): Macro for four-argument calls.
20617         (base64_decode_alloc): Likewise.
20618         * lib/base64.c (base64_decode_ctx): If a decode context structure
20619         was passed in use it to ignore newlines.  If a context structure
20620         was _not_ passed in, continue to treat newlines as garbage (this
20621         is the historical behavior).  Formerly base64_decode.
20622         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20623         takes a decode context structure.
20624         * lib/base64.h (base64_decode): Macro for four-argument calls.
20625         (base64_decode_alloc): Likewise.
20626
20627 2008-05-19  Jim Meyering  <meyering@redhat.com>
20628
20629         avoid a warning from gcc
20630         * lib/trim.c (IF_LINT): Define.
20631         (trim2): Use it to avoid a "may be used uninitialized" warning.
20632
20633         Fix doc typo.
20634         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
20635
20636 2008-05-19  Bruno Haible  <bruno@clisp.org>
20637
20638         * doc/glibc-functions/getpass.texi: Document limits of other
20639         implementations.
20640
20641 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20642             Bruno Haible <bruno@clisp.org>
20643
20644         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
20645
20646 2008-05-18  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/propername: New file, from GNU gettext.
20649         * lib/propername.h: New file, from GNU gettext.
20650         * lib/propername.c: New file, from GNU gettext.
20651         * MODULES.html.sh (Internationalization functions): Add propername.
20652
20653 2008-05-16  Jim Meyering  <meyering@redhat.com>
20654             Bruno Haible  <bruno@clisp.org>
20655
20656         Avoid some warnings from "gcc -Wshadow".
20657         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
20658
20659 2008-05-15  Eric Blake  <ebb9@byu.net>
20660
20661         Extend previous patch to cygwin 1.7.0.
20662         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
20663         fast implementation in cygwin >= 1.7.0.
20664         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20665         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20666
20667 2008-05-15  Bruno Haible  <bruno@clisp.org>
20668
20669         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
20670         implementation in glibc >= 2.9.
20671         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20672         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20673
20674 2008-05-15  Bruno Haible  <bruno@clisp.org>
20675
20676         * MODULES.html.sh (Internationalization functions): Remove linebreak.
20677         (Unicode string functions): Add unilbrk/*.
20678         Reported by Karl Berry.
20679
20680 2008-05-15  Eric Blake  <ebb9@byu.net>
20681
20682         Fix violation of <stdbool.h> replacement in regex.
20683         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
20684         * lib/regexec.c (re_search_internal): Likewise.
20685         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
20686
20687 2008-05-15  Jim Meyering  <meyering@redhat.com>
20688
20689         avoid distracting test output when git or cvs is not found
20690         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
20691         * tests/test-vc-list-files-git.sh: Likewise.
20692
20693 2008-05-15  Eric Blake  <ebb9@byu.net>
20694
20695         Glibc finally accepted the memmem speedup code, bugzilla #5514.
20696         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
20697         glibc version.
20698         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
20699         * doc/posix-functions/strstr.texi (strstr): Likewise.
20700         * lib/str-two-way.h (MAX): Sychronize with glibc.
20701
20702 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
20703
20704         * lib/regcomp.c (optimize_utf8): Add a note on why we test
20705         opr.ctx_type.
20706         (calc_first): Initialize constraint field.
20707         (duplicate_node_closure): Use it instead of special casing ANCHORS.
20708         Fix grammar.
20709         (duplicate_node): Merge constraint field for all node types.
20710         (calc_eclosure_iter): Look at constraint field for all node types.
20711         * lib/regex_internal.c (create_cd_newstate): Don't look at
20712         opr.ctx_type.
20713
20714 2008-05-14  Bruno Haible  <bruno@clisp.org>
20715
20716         Help GCC to do better code generation.
20717         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
20718         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
20719         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
20720         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
20721         Declare with attribute 'malloc' if supported.
20722
20723 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
20724
20725         use "echo STR|wc -c" rather than unportable "expr length STR"
20726         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
20727         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
20728
20729 2008-05-14  Jim Meyering  <meyering@redhat.com>
20730
20731         use dd ibs=$n count=1 ... rather than less-portable head -c$n
20732         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
20733         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
20734         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
20735         via Collin Lasse.
20736
20737 2008-05-14  Eric Blake  <ebb9@byu.net>
20738
20739         Avoid quadratic growth in gl_LIBSOURCES.
20740         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
20741         Suggested by Bruno Haible.
20742
20743         Test xmemdup0.
20744         * modules/xmemdup0-tests: New file.
20745         * tests/test-xmemdup0.c: Likewise.
20746
20747 2008-05-13  Eric Blake  <ebb9@byu.net>
20748
20749         Split xmemdup0 into its own module.
20750         * modules/xmemdup0: New file.
20751         * lib/xmemdup0.h: Likewise.
20752         * lib/xmemdup0.c: Likewise.
20753         * MODULES.html.sh (Memory management functions): Add xmemdup0.
20754         * lib/xalloc.h (xmemdup0): Remove.
20755         * lib/xmalloc.c (xmemdup0): Likewise.
20756
20757 2008-05-13  Eric Blake  <ebb9@byu.net>
20758             Bruno Haible  <bruno@clisp.org>
20759
20760         Reduce number of forks required during autoconf.
20761         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
20762         and gl_LIBSOURCES_DIR.
20763         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
20764         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
20765         m4_syscmd per file.
20766         <m4_foreach_w>: Move...
20767         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
20768
20769 2008-05-13  Eric Blake  <ebb9@byu.net>
20770
20771         * gnulib-tool: Fix various comment typos.
20772
20773 2008-05-12  Bruno Haible  <bruno@clisp.org>
20774
20775         Tailor the linebreaking algorithm.
20776         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
20777
20778 2008-05-12  Bruno Haible  <bruno@clisp.org>
20779
20780         Update to Unicode 5.0.0.
20781         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20782         LBP_JV, LBP_JT. Redistribute values.
20783         (unilbrk_table): Change size.
20784         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
20785         Unicode TR#14 rev. 22.
20786         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20787         LBP_JV, LBP_JT. Redistribute values.
20788         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
20789         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
20790         Update.
20791         * lib/unilbrk/lbrkprop1.h: Regenerated.
20792         * lib/unilbrk/lbrkprop2.h: Regenerated.
20793         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
20794         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
20795         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
20796         Likewise.
20797         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
20798         Likewise.
20799         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
20800         result.
20801         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
20802         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
20803         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
20804         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
20805         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
20806         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
20807
20808 2008-05-11  Bruno Haible  <bruno@clisp.org>
20809
20810         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
20811
20812 2008-05-11  Bruno Haible  <bruno@clisp.org>
20813
20814         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
20815         * modules/unilbrk/gen-lbrk: New file.
20816
20817 2008-05-11  Bruno Haible  <bruno@clisp.org>
20818
20819         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
20820         * m4/sha512.m4 (gl_SHA512): Likewise.
20821
20822 2008-05-11  Jim Meyering  <meyering@redhat.com>
20823
20824         New modules: crypto/sha256, crypto/sha512 (from coreutils)
20825         * modules/crypto/sha256: New file.
20826         * modules/crypto/sha512: Likewise.
20827         * lib/sha256.c: Likewise.
20828         * lib/sha256.h: Likewise.
20829         * lib/sha512.c: Likewise.
20830         * lib/sha512.h: Likewise.
20831         * lib/u64.h: Likewise.
20832         * m4/sha256.m4: Likewise.
20833         * m4/sha512.m4: Likewise.
20834         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
20835
20836 2008-05-10  Bruno Haible  <bruno@clisp.org>
20837
20838         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
20839         (Input/Output <stdio.h>): Add xprintf.
20840         (Signal handling <signal.h>): Add strsignal.
20841         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
20842         (Core language properties): Add func.
20843         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
20844         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
20845         strings.
20846         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
20847         (Input/output): New section.
20848         (File system functions): Add openat-die, stat-macros.
20849         (Networking functions): Add sockets.
20850         (Unicode string functions): Add unictype/*.
20851         (Support for building libraries and executables): Add gperf.
20852         (Support for building documentation): Add agpl-3.0.
20853         (Misc): Add nocrash.
20854
20855 2008-05-10  Bruno Haible  <bruno@clisp.org>
20856
20857         * modules/unictype/gen-ctype: New file.
20858
20859 2008-05-10  Jim Meyering  <meyering@redhat.com>
20860
20861         Make chdir-safer.c more efficient on a system with no symlinks.
20862         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
20863         also if ELOOP is zero.  Suggested by Bruno Haible.
20864
20865         Make chdir-safer.c slightly safer.
20866         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
20867         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
20868
20869         Avoid compile failure on systems without ELOOP (like mingw).
20870         * lib/chdir-safer.c (ELOOP): Define if not already defined.
20871         Reported by Bruno Haible.
20872
20873 2008-05-10  Bruno Haible  <bruno@clisp.org>
20874
20875         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
20876         (is_utf8_encoding): Use a case-insensitive comparison.
20877         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
20878         streq.
20879
20880 2008-05-10  Bruno Haible  <bruno@clisp.org>
20881
20882         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
20883         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
20884         * lib/unilbrk/ulc-common.h (iconv_string_length,
20885         iconv_string_keeping_offsets): Remove declarations.
20886         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
20887         Don't include <iconv.h>, streq.h, xsize.h.
20888         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
20889         conversion.
20890         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
20891         <iconv.h>, streq.h, xsize.h.
20892         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
20893         conversion.
20894         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
20895         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
20896         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
20897         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
20898
20899 2008-05-10  Bruno Haible  <bruno@clisp.org>
20900
20901         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
20902         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
20903
20904         * modules/unilbrk/u32-width-linebreaks-tests: New file.
20905         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
20906
20907         * modules/unilbrk/u16-width-linebreaks-tests: New file.
20908         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
20909
20910         * modules/unilbrk/u8-width-linebreaks-tests: New file.
20911         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
20912
20913         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
20914         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
20915
20916         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
20917         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
20918
20919         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
20920         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
20921
20922         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
20923         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
20924
20925 2008-05-10  Bruno Haible  <bruno@clisp.org>
20926
20927         Split up 'linebreak' module.
20928         * lib/unilbrk.h: New file, based on lib/linebreak.h.
20929         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
20930         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
20931         modifications.
20932         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
20933         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
20934         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
20935         lib/linebreak.c.
20936         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
20937         lib/linebreak.c.
20938         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
20939         lib/linebreak.c.
20940         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
20941         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
20942         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
20943         lib/linebreak.c.
20944         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
20945         lib/linebreak.c.
20946         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
20947         lib/linebreak.c.
20948         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
20949         lib/linebreak.c.
20950         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
20951         lib/linebreak.c.
20952         * modules/unilbrk/base: New file.
20953         * modules/unilbrk/tables: New file.
20954         * modules/unilbrk/u8-possible-linebreaks: New file.
20955         * modules/unilbrk/u16-possible-linebreaks: New file.
20956         * modules/unilbrk/u32-possible-linebreaks: New file.
20957         * modules/unilbrk/ulc-common: New file.
20958         * modules/unilbrk/ulc-possible-linebreaks: New file.
20959         * modules/unilbrk/u8-width-linebreaks: New file.
20960         * modules/unilbrk/u16-width-linebreaks: New file.
20961         * modules/unilbrk/u32-width-linebreaks: New file.
20962         * modules/unilbrk/ulc-width-linebreaks: New file.
20963         * lib/linebreak.h: Remove file.
20964         * lib/linebreak.c: Remove file.
20965         * m4/linebreak.m4: Remove file.
20966         * modules/linebreak: Remove file.
20967         * NEWS: Mention the changes.
20968
20969 2008-05-09  Eric Blake  <ebb9@byu.net>
20970
20971         Add xmemdup0.
20972         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
20973         implementation.
20974         * lib/xmalloc.c (xmemdup0): New C implementation.
20975
20976 2008-05-08  Bruno Haible  <bruno@clisp.org>
20977
20978         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
20979
20980 2008-05-07  Eric Blake  <ebb9@byu.net>
20981
20982         Support cross-compilation of <wctype.h>.
20983         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
20984         AC_CACHE_CHECK.
20985
20986 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
20987
20988         * build-aux/vc-list-files: Add support for bzr.
20989
20990 2008-05-03  Jim Meyering  <meyering@redhat.com>
20991
20992         avoid failed assertion with tight malloc
20993         * tests/test-getndelim2.c: Correct an off-by-one assertion.
20994
20995 2008-05-03  Simon Josefsson  <simon@josefsson.org>
20996
20997         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
20998         are needed from arpa/inet.h.
20999         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
21000         Reported by Bruno Haible.
21001
21002 2008-05-02  Jim Meyering  <meyering@redhat.com>
21003
21004         avoid compilation error on FreeBSD 6
21005         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
21006
21007 2008-05-01  Jim Meyering  <meyering@redhat.com>
21008
21009         useless-if-before-free: correct --help's exit status description
21010         * build-aux/useless-if-before-free (usage): Like grep, exit 0
21011         for one or more matches, etc.  Reported by Bruno Haible.
21012
21013         vc-list-files: make the stand-alone gnulib test work
21014         * modules/vc-list-files-tests (configure.ac):
21015         Define and AC_SUBST abs_aux_dir.
21016         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
21017         $(abs_top_srcdir) to each script and having each of them
21018         duplicate the work of setting PATH, set PATH here, using
21019         the new variable, abs_aux_dir instead.
21020         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
21021         * tests/test-vc-list-files-git.sh: Likewise.
21022         Reported by Bruno Haible.
21023
21024 2008-05-01  Bruno Haible  <bruno@clisp.org>
21025
21026         * lib/getndelim2.c (getndelim2): Fix newsize computation during
21027         reallocation. Rename 'done' to 'found_delimiter'.
21028
21029 2008-05-01  Jim Meyering  <meyering@redhat.com>
21030
21031         vc-list-files: accommodate /bin/sh like the one from Solaris 10
21032         * build-aux/vc-list-files: Use `...`, not $(...).
21033
21034 2008-04-30  Jim Meyering  <meyering@redhat.com>
21035
21036         add tests for vc-list-files
21037         * modules/vc-list-files-tests: New module.
21038         * tests/test-vc-list-files-cvs.sh: New file.
21039         * tests/test-vc-list-files-git.sh: New file.
21040
21041         avoid a warning from gcc
21042         * lib/getndelim2.c (IF_LINT): Define.
21043         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
21044
21045         vc-list-files: work properly with build-aux/cvsu, too
21046         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
21047         to all cvs-based clauses.
21048
21049         vc-list-files: work properly in the CVS+awk case, too
21050         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
21051
21052         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
21053         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
21054         take more than one file argument, so .  Add quotes, just in case $dir
21055         ever contains a shell meta-character.  Prompted by Soren Hansen in
21056         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
21057
21058 2008-04-29  Eric Blake  <ebb9@byu.net>
21059
21060         Optimize getndelim2 to use block operations when possible.
21061         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
21062         freadseek, and memchr2.
21063         * lib/getndelim2.c (getndelim2): Use them for block reads.
21064
21065 2008-04-29  Bruno Haible  <bruno@clisp.org>
21066
21067         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
21068         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21069         * modules/inet_ntop (Depends-on): Add extensions.
21070         * modules/inet_pton (Depends-on): Likewise.
21071         Reported by Simon Josefsson.
21072
21073 2008-04-29  Jim Meyering  <meyering@redhat.com>
21074
21075         When the is more than one match in a block, match all of them.
21076         * build-aux/useless-if-before-free: Iterate through each block
21077         until there are no more matches.
21078
21079         Fix broken useless-if-before-free script.
21080         * build-aux/useless-if-before-free: Fix typo: missing "?" after
21081         the expression to match cast of argument to free-like function.
21082
21083 2008-04-29  Eric Blake  <ebb9@byu.net>
21084
21085         Use new header.
21086         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
21087
21088 2008-04-29  Jim Meyering  <meyering@redhat.com>
21089
21090         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
21091         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
21092         by gnulib to exist and to declare e.g., inet_ntop.
21093         Don't include "inet_ntop.h", now removed.
21094
21095         * m4/arpa_inet_h.m4: Remove trailing blanks.
21096
21097 2008-04-29  Eric Blake  <ebb9@byu.net>
21098
21099         Silence valgrind on safe reads beyond potential array bounds.
21100         * lib/rawmemchr.valgrind: New file.
21101         * lib/strchrnul.valgrind: Likewise.
21102         * modules/rawmemchr (Files): Distribute new file.
21103         * modules/strchrnul (Files): Likewise.
21104         Suggested by Bruno Haible.
21105
21106 2008-04-29  Bruno Haible  <bruno@clisp.org>
21107
21108         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
21109         (inet_ntop, inet_pton): Change portability warning's wording.
21110         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
21111         Invoke gl_CHECK_NEXT_HEADERS.
21112         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
21113         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
21114         set ARPA_INET_H.
21115         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21116         * modules/arpa_inet (Description): No longer only for systems that
21117         lack it.
21118         (Depends-on): Add include_next.
21119         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
21120         HAVE_ARPA_INET_H.
21121
21122 2008-04-29  Jim Meyering  <meyering@redhat.com>
21123
21124         * modules/mkdir (License): Re-license as LGPLv2+.
21125
21126 2008-04-29  Bruno Haible  <bruno@clisp.org>
21127
21128         * modules/rawmemchr (Maintainer): Set to Eric.
21129         * modules/strchrnul (Maintainer): Likewise.
21130
21131 2008-04-29  Simon Josefsson  <simon@josefsson.org>
21132
21133         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
21134         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
21135
21136         * modules/arpa_inet (arpa/inet.h): Use them.
21137
21138 2008-04-28  Eric Blake  <ebb9@byu.net>
21139
21140         Test getndelim2.
21141         * modules/getndelim2-tests: New file.
21142         * tests/test-getndelim2.c: Likewise.
21143         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
21144         stream.
21145         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
21146
21147         * MODULES.html.sh: Document new module.
21148
21149 2008-04-20  Bruno Haible  <bruno@clisp.org>
21150
21151         * lib/c-stack.c (die): Use raise.
21152         * modules/c-stack (Depends-on): Add raise.
21153
21154 2008-04-28  Bruno Haible  <bruno@clisp.org>
21155
21156         Expect rpmatch to be declared.
21157         * lib/yesno.c (rpmatch): Remove declaration.
21158
21159         Declare rpmatch.
21160         * lib/stdlib.in.h (rpmatch): New declaration.
21161         * lib/rpmatch.c: Include <stdlib.h> first.
21162         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
21163         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
21164         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
21165         HAVE_RPMATCH.
21166         * modules/rpmatch (Depends-on): Add stdlib, extensions.
21167         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21168         (Include): Set to <stdlib.h>.
21169         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
21170         HAVE_RPMATCH.
21171         * NEWS: Document the change.
21172
21173 2008-04-28  Bruno Haible  <bruno@clisp.org>
21174
21175         Change rpmatch to use nl_langinfo when appropriate.
21176         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
21177         (N_): New macro.
21178         (localized_pattern): New function/macro.
21179         (try): Remove match, nomatch arguments. Copy the pattern into safe
21180         memory before caching it.
21181         (rpmatch): Use localized_pattern. Add translator comments.
21182         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
21183         Suggested by Eric Blake.
21184         * modules/rpmatch (Depends-on): Add stdbool.
21185
21186 2008-04-28  Eric Blake  <ebb9@byu.net>
21187
21188         Add rawmemchr module, matching glibc.
21189         * modules/string (Makefile.am): New indicator.
21190         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
21191         * lib/string.in.h (rawmemchr): Declare when appropriate.
21192         * modules/rawmemchr: New file.
21193         * m4/rawmemchr.m4: Likewise.
21194         * lib/rawmemchr.c: Likewise.
21195         * modules/rawmemchr-tests: Likewise.
21196         * tests/test-rawmemchr.c: Likewise.
21197         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
21198         module.
21199         * modules/strchrnul (Depends-on): Add rawmemchr.
21200         * lib/strchrnul.c (strchrnul): Optimize a corner case.
21201
21202         Whitespace cleanup.
21203         * tests/test-strchrnul.c: Reindent.
21204         * lib/strchrnul.c: Likewise.
21205
21206         Optimize and test strchrnul.
21207         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
21208         * modules/strchrnul-tests: New file.
21209         * tests/test-strchrnul.c: Likewise.
21210
21211         Remove intprops dependency.
21212         * modules/memchr (Depends-on): Remove intprops.
21213         * modules/memrchr (Depends-on): Likewise.
21214         * modules/memchr2 (Depends-on): Likewise.
21215         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
21216         * lib/memrchr.c (__memrchr): Likewise.
21217         * lib/memrchr2.c (memchr2): Likewise.
21218         Reported by Simon Josefsson.
21219
21220 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21221
21222         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
21223         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21224
21225 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21226
21227         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
21228
21229         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
21230
21231         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
21232
21233         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
21234         declarations.
21235         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
21236
21237         * m4/inet_pton.m4: Don't check for header files.
21238
21239         * m4/inet_ntop.m4: Don't check for header files.
21240
21241 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21242
21243         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
21244         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
21245         trigger for cygwin).
21246         Reported by Bruno Haible  <bruno@clisp.org>.
21247
21248 2008-04-28  Bruno Haible  <bruno@clisp.org>
21249
21250         * doc/posix-functions/strdup.texi: Mention mingw problem.
21251
21252 2008-04-27  Bruno Haible  <bruno@clisp.org>
21253
21254         * modules/stat-time-tests (Depends-on): Add sleep.
21255         * tests/test-stat-time.c (force_unlink): New function.
21256         (cleanup): Use it.
21257         (test_mtime): Remove the ctime related tests.
21258         (test_ctime): New function, containing the ctime related tests.
21259         (main): Call test_ctime, except on native Windows platforms.
21260
21261 2008-04-27  Bruno Haible  <bruno@clisp.org>
21262
21263         * lib/rpmatch.c (rpmatch): Add some comments.
21264         Reported by James Youngman <jay@gnu.org>.
21265
21266 2008-04-27  Bruno Haible  <bruno@clisp.org>
21267
21268         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
21269         quiet NaNs.
21270
21271 2008-04-27  Bruno Haible  <bruno@clisp.org>
21272
21273         Make test-yesno.sh work on mingw.
21274         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
21275         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
21276         (main): Set stdin to binary mode.
21277         * modules/yesno-tests (Depends-on): Add binary-io.
21278
21279 2008-04-27  Bruno Haible  <bruno@clisp.org>
21280
21281         Fix 'isfinite' on x86, x86_64, ia64 platforms.
21282         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
21283         argument that lie outside the IEEE 854 domain.
21284         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
21285         (gl_ISFINITE): Use it.
21286         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
21287
21288 2008-04-27  Bruno Haible  <bruno@clisp.org>
21289
21290         Allow local renaming in config.h.
21291         * lib/memrchr.c (memrchr): Don't undefine outside libc.
21292
21293 2008-04-27  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/memchr.c (__memchr): Change type of 'i'.
21296         * lib/memchr2.c (memchr2): Likewise.
21297
21298 2008-04-26  Eric Blake  <ebb9@byu.net>
21299         and Bruno Haible  <bruno@clisp.org>
21300
21301         Optimize and test memrchr.
21302         * modules/memrchr (Depends-on): Add intprops.
21303         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
21304         * modules/memrchr-tests: New file.
21305         * tests/test-memrchr.c: New file.
21306
21307 2008-04-26  Bruno Haible  <bruno@clisp.org>
21308
21309         Add tentative support for DragonFly BSD.
21310         * lib/stdio-impl.h: Add macros for DragonFly BSD.
21311         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
21312         fp.
21313         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21314         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
21315         * lib/fpurge.c (fpurge): Likewise.
21316         * lib/freadable.c (freaadable): Likewise.
21317         * lib/freadahead.c (freadahead): Likewise.
21318         * lib/freading.c (freading): Likewise.
21319         * lib/freadptr.c (freadptr): Likewise.
21320         * lib/freadseek.c (freadptrinc): Likewise.
21321         * lib/fseeko.c (fseeko): Likewise.
21322         * lib/fseterr.c (fseterr): Likewise.
21323         * lib/fwritable.c (fwritable): Likewise.
21324         * lib/fwriting.c (fwriting): Likewise.
21325
21326 2008-04-26  Bruno Haible  <bruno@clisp.org>
21327
21328         * lib/stdio-impl.h: New file.
21329         * lib/fbufmode.c: Include stdio-impl.h.
21330         (fbufmode): Use fp_, remove redundant #defines.
21331         * lib/fflush.c: Include stdio-impl.h.
21332         (clear_ungetc_buffer): Remove redundant #defines.
21333         * lib/fpurge.c: Include stdio-impl.h.
21334         (fpurge): Remove redundant #defines.
21335         * lib/freadable.c: Include stdio-impl.h.
21336         (freadable): Remove redundant #defines.
21337         * lib/freadahead.c: Include stdio-impl.h.
21338         (freadahead): Remove redundant #defines.
21339         * lib/freading.c: Include stdio-impl.h.
21340         (freading): Remove redundant #defines.
21341         * lib/freadptr.c: Include stdio-impl.h.
21342         (freadptr): Remove redundant #defines.
21343         * lib/freadseek.c: Include stdio-impl.h.
21344         (freadptrinc): Remove redundant #defines.
21345         * lib/fseeko.c: Include stdio-impl.h.
21346         (rpl_fseeko): Remove redundant #defines.
21347         * lib/fseterr.c: Include stdio-impl.h.
21348         (fseterr): Remove redundant #defines.
21349         * lib/fwritable.c: Include stdio-impl.h.
21350         (fwritable: Remove redundant #defines.
21351         * lib/fwriting.c: Include stdio-impl.h.
21352         (fwriting): Remove redundant #defines.
21353         * modules/fbufmode (Files): Add lib/stdio-impl.h.
21354         * modules/fflush (Files): Likewise.
21355         * modules/fpurge (Files): Likewise.
21356         * modules/freadable (Files): Likewise.
21357         * modules/freadahead (Files): Likewise.
21358         * modules/freading (Files): Likewise.
21359         * modules/freadptr (Files): Likewise.
21360         * modules/freadseek (Files): Likewise.
21361         * modules/fseeko (Files): Likewise.
21362         * modules/fseterr (Files): Likewise.
21363         * modules/fwritable (Files): Likewise.
21364         * modules/fwriting (Files): Likewise.
21365
21366 2008-04-26  Bruno Haible  <bruno@clisp.org>
21367
21368         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21369         restore_seek_optimization, update_fpos_cache): New functions, extracted
21370         from rpl_fflush.
21371         (rpl_fflush): Use them.
21372         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
21373         (gl_REPLACE_FFLUSH): Use it.
21374
21375 2008-04-26  Bruno Haible  <bruno@clisp.org>
21376
21377         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
21378         on Solaris.
21379         * tests/test-xstrtoimax.sh: Likewise.
21380         * tests/test-xstrtoumax.sh: Likewise.
21381         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21382
21383 2008-04-26  Bruno Haible  <bruno@clisp.org>
21384
21385         * modules/memchr-tests: New file.
21386         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
21387
21388 2008-04-26  Eric Blake  <ebb9@byu.net>
21389             Bruno Haible  <bruno@clisp.org>
21390
21391         * lib/memchr.c: Include intprops.h.
21392         (__memchr): Optimize parallel detection of matching bytes. Rename local
21393         variables. Add explanatory comments.
21394
21395 2008-04-26  Bruno Haible  <bruno@clisp.org>
21396
21397         Fix module 'memchr', broken since 2000-10-28.
21398         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
21399
21400 2008-04-26  Bruno Haible  <bruno@clisp.org>
21401
21402         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
21403         comments.
21404
21405 2008-04-25  Eric Blake  <ebb9@byu.net>
21406
21407         Use native fstatat on cygwin 1.7.0.
21408         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
21409         first.
21410
21411 2008-04-23  Eric Blake  <ebb9@byu.net>
21412
21413         Improve memchr2 performance.
21414         * lib/memchr2.c (memchr2): Further optimize parallel detection of
21415         NUL bytes.
21416         * modules/memchr2 (Depends-on): Use intprops.h.
21417
21418 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21419
21420         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
21421         an inline function instead of a CPP macro.  Patch by Ben Pfaff
21422         <blp@cs.stanford.edu>.
21423
21424 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21425
21426         * lib/arpa_inet.in.h: New file.
21427
21428         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
21429         (Makefile.am): Sed in substitute header file.
21430
21431         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
21432         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
21433
21434         * modules/inet_ntop (configure.ac): Use
21435         gl_ARPA_INET_MODULE_INDICATOR.
21436
21437         * modules/inet_pton (configure.ac): Use
21438         gl_ARPA_INET_MODULE_INDICATOR.
21439
21440 2008-04-22  Jim Meyering  <meyering@redhat.com>
21441
21442         * modules/verify (License): Re-license as LGPLv2+.
21443
21444 2008-04-22  Simon Josefsson  <simon@josefsson.org>
21445
21446         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
21447         parameter to void* as per POSIX standard (MinGW uses char*).
21448
21449 2008-04-21  Bruno Haible  <bruno@clisp.org>
21450
21451         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21452         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21453         Define to replacements if REPLACE_ISWCNTRL is 1.
21454         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21455         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21456         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21457         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21458         what it fixes.
21459         * doc/posix-functions/iswalpha.texi: Likewise.
21460         * doc/posix-functions/iswblank.texi: Likewise.
21461         * doc/posix-functions/iswcntrl.texi: Likewise.
21462         * doc/posix-functions/iswdigit.texi: Likewise.
21463         * doc/posix-functions/iswgraph.texi: Likewise.
21464         * doc/posix-functions/iswlower.texi: Likewise.
21465         * doc/posix-functions/iswprint.texi: Likewise.
21466         * doc/posix-functions/iswpunct.texi: Likewise.
21467         * doc/posix-functions/iswspace.texi: Likewise.
21468         * doc/posix-functions/iswupper.texi: Likewise.
21469         * doc/posix-functions/iswxdigit.texi: Likewise.
21470         Reported by Alain Guibert.
21471
21472 2008-04-21  Bruno Haible  <bruno@clisp.org>
21473
21474         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21475         Patch by Alain Guibert.
21476
21477 2008-04-21  Bruno Haible  <bruno@clisp.org>
21478
21479         Fix test failures on mingw.
21480         * tests/test-xstrtol.c (print_no_progname): New function.
21481         (main): Install it in error_print_progname hook.
21482         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21483         * tests/test-xstrtoimax.sh: Likewise.
21484         * tests/test-xstrtoumax.sh: Likewise.
21485
21486 2008-04-21  Bruno Haible  <bruno@clisp.org>
21487
21488         Fix test failure on mingw.
21489         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21490
21491 2008-04-21  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21494         Actually assign a value.
21495
21496 2008-04-20  Bruno Haible  <bruno@clisp.org>
21497
21498         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21499         take 2.
21500         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21501         'canonicalize-lgpl' module is also used.
21502         * lib/canonicalize-lgpl.c: Undo last change.
21503         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21504
21505 2008-04-20  Bruno Haible  <bruno@clisp.org>
21506
21507         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21508         config.h. Provide _mkdir based fallback for mingw.
21509         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21510         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21511         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21512         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21513         rather than defining mkdir in config.h.
21514         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21515         (gl_SYS_STAT_H_DEFAULTS): New macro.
21516         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21517         HAVE_IO_H any more.
21518         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21519         HAVE_DECL_MKDIR and HAVE_IO_H.
21520
21521 2008-04-20  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/isapipe.c: Port to native Windows platforms.
21524
21525 2008-04-20  Bruno Haible  <bruno@clisp.org>
21526
21527         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21528
21529 2008-04-21  Eric Blake  <ebb9@byu.net>
21530
21531         Work around preprocessors that don't handle UINTMAX_MAX.
21532         * lib/memchr2.c (memchr2): Avoid embedded #if.
21533         Reported by Alain Guibert, fix suggested by Bruno Haible.
21534
21535 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21536
21537         * doc/posix-functions/strftime.texi (strftime): Explain better
21538         Windows incompatibility.  Suggested by Micah Cowan
21539         <micah@cowan.name>.
21540
21541 2008-04-20  Bruno Haible  <bruno@clisp.org>
21542
21543         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21544         unistr/u8-mblen.
21545
21546 2008-04-20  Bruno Haible  <bruno@clisp.org>
21547
21548         Fix test failure on platforms with non-GNU iconv.
21549         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21550         (U_TO_U8): Use it, rather than u16_to_u8.
21551         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21552         units at the end of the input string.
21553         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21554
21555 2008-04-20  Bruno Haible  <bruno@clisp.org>
21556
21557         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21558         when the resulting length is 0.
21559         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21560
21561 2008-04-20  Bruno Haible  <bruno@clisp.org>
21562
21563         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21564         works.
21565         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21566
21567 2008-04-20  Bruno Haible  <bruno@clisp.org>
21568
21569         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21570         * modules/tsearch-tests (configure.ac): Test for initstate function.
21571
21572 2008-04-20  Bruno Haible  <bruno@clisp.org>
21573
21574         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21575         for nlink_t if missing.
21576         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21577
21578 2008-04-19  Bruno Haible  <bruno@clisp.org>
21579
21580         Work around snprintf bug on Linux libc5.
21581         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21582         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21583         gl_SNPRINTF_SIZE1.
21584         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21585         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21586         that test failed.
21587         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21588         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21589         * modules/snprintf (Files): Add m4/printf.m4.
21590         * modules/vsnprintf (Files): Likewise.
21591         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21592         * doc/posix-functions/vsnprintf.texi: Likewise.
21593
21594 2008-04-19  Bruno Haible  <bruno@clisp.org>
21595
21596         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21597         from 0.0058 to less than 10^-7.
21598
21599 2008-04-19  Bruno Haible  <bruno@clisp.org>
21600
21601         Fix rounding when a precision is given.
21602         * lib/vasnprintf.c (is_borderline): New function.
21603         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
21604         9...9x.
21605         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
21606         %e, %g.
21607         * tests/test-vasprintf-posix.c (test_function): Likewise.
21608         * tests/test-snprintf-posix.h (test_function): Likewise.
21609         * tests/test-sprintf-posix.h (test_function): Likewise.
21610         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
21611         * tests/test-printf-posix.h (test_function): Likewise.
21612         * tests/test-printf-posix.output: Update.
21613         Reported by John Darrington <john@darrington.wattle.id.au> via
21614         Ben Pfaff <blp@cs.stanford.edu>.
21615
21616 2008-04-18  Simon Josefsson  <simon@josefsson.org>
21617
21618         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
21619         Suggested by Bruno Haible <bruno@clisp.org>.
21620
21621 2008-04-17  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
21624         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
21625         implementation.
21626         Patch by Bruce Merry <bmerry@gmail.com>.
21627
21628 2008-04-17  Simon Josefsson  <simon@josefsson.org>
21629
21630         * doc/posix-functions/strftime.texi (strftime): Mention that %e
21631         doesn't work under Windows.
21632
21633 2008-04-16  Bruno Haible  <bruno@clisp.org>
21634
21635         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
21636         New macros.
21637         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
21638         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
21639         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
21640         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
21641         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
21642         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
21643         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
21644         macros.
21645         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
21646         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
21647         Northern Sotho, Uighur.
21648
21649 2008-04-16  Bruno Haible  <bruno@clisp.org>
21650
21651         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
21652         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
21653         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
21654         Reported by Daniel Bergström <daniel@octocode.com>.
21655
21656 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
21657             Bruno Haible  <bruno@clisp.org>
21658
21659         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
21660         function.
21661         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
21662         New functions, mostly extracted from gl_locale_name_default.
21663         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
21664
21665 2008-04-16  Eric Blake  <ebb9@byu.net>
21666
21667         Adjust strtod detection to catch glibc 2.7 bug.
21668         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
21669         Reported by John Gatewood Ham.
21670
21671 2008-04-16  Bruno Haible  <bruno@clisp.org>
21672
21673         Add tentative support for Linux libc5.
21674         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
21675         * lib/fpurge.c (fpurge): Likewise.
21676         * lib/freadable.c (freadable): Likewise.
21677         * lib/freadahead.c (freadahead): Likewise.
21678         * lib/freading.c (freading): Likewise.
21679         * lib/freadptr.c (freadptr): Likewise.
21680         * lib/freadseek.c (freadptrinc): Likewise.
21681         * lib/fseeko.c (rpl_fseeko): Likewise.
21682         * lib/fseterr.c (fseterr): Likewise.
21683         * lib/fwritable.c (fwritable): Likewise.
21684         * lib/fwriting.c (fwriting): Likewise.
21685         Reported by Alain Guibert <alguibert+bts@free.fr>.
21686
21687 2008-04-15  Bruno Haible  <bruno@clisp.org>
21688
21689         * modules/mathl (configure.ac): Define module indicator.
21690
21691 2008-04-15  Bruno Haible  <bruno@clisp.org>
21692
21693         * lib/logl.c (logl): Remove unused variables.
21694
21695 2008-04-15  Bruno Haible  <bruno@clisp.org>
21696
21697         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
21698         fails.
21699
21700 2008-04-15  Bruno Haible  <bruno@clisp.org>
21701
21702         * lib/trim.c (trim2): Fix argument of isspace() macro.
21703
21704 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
21705
21706         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
21707         to 0.
21708         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
21709
21710 2008-04-14  Bruno Haible  <bruno@clisp.org>
21711
21712         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
21713         AC_LANG_PROGRAM argument.
21714         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
21715         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
21716         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
21717         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21718         * m4/math_h.m4 (gl_MATH_H): Likewise.
21719         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
21720         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21721         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21722         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
21723         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21724         * m4/regex.m4 (gl_REGEX): Likewise.
21725         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
21726         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
21727         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21728         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
21729         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21730         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21731         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21732         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21733
21734 2008-04-14  Jim Meyering  <meyering@redhat.com>
21735
21736         test-strtod: fix typos: s/abs/fabs/
21737         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
21738
21739 2008-04-13  Bruno Haible  <bruno@clisp.org>
21740
21741         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
21742         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
21743         module is also used and while not building the reloc-wrapper.
21744
21745 2008-04-13  Bruno Haible  <bruno@clisp.org>
21746
21747         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
21748
21749 2008-04-13  Bruno Haible  <bruno@clisp.org>
21750
21751         Fix AIX compilation failure introduced on 2008-04-02.
21752         * tests/test-frexp.c (exp): Undefine before redefining.
21753         * tests/test-frexpl.c (exp): Likewise.
21754
21755 2008-04-13  Bruno Haible  <bruno@clisp.org>
21756
21757         Work around a HP-UX stdio bug.
21758         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
21759         * tests/test-ftello.c (main): Likewise.
21760         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
21761         * doc/posix-functions/ftello.texi: Likewise.
21762
21763 2008-04-13  Bruno Haible  <bruno@clisp.org>
21764
21765         Make test-signbit pass on HP-UX/hppa.
21766         * tests/test-signbit.c (minus_zerol): New variable.
21767         (test_signbitl): Use it.
21768
21769 2008-04-13  Bruno Haible  <bruno@clisp.org>
21770
21771         Make truncl work on OSF/1 4.0.
21772         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
21773         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21774         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21775         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
21776         HAVE_DECL_TRUNCL.
21777         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
21778         HAVE_DECL_TRUNCL.
21779         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
21780
21781 2008-04-13  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/unictype.h: Remove trailing comma from enumeration definitions.
21784
21785 2008-04-13  Bruno Haible  <bruno@clisp.org>
21786
21787         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
21788         expression, so as to avoid HP-UX 11 cc compiler bug.
21789
21790 2008-04-13  Bruno Haible  <bruno@clisp.org>
21791
21792         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
21793
21794 2008-04-13  Bruno Haible  <bruno@clisp.org>
21795
21796         * lib/git-merge-changelog.c: Remove empty declaration outside of
21797         functions.
21798
21799 2008-04-13  Bruno Haible  <bruno@clisp.org>
21800
21801         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
21802
21803 2008-04-13  Bruno Haible  <bruno@clisp.org>
21804
21805         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
21806         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
21807         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
21808         also if it exists but lacks definitions of the SHUT_* macros.
21809         * modules/sys_socket (Description): Update.
21810         Reported by Elbert Pol <e.pol@chello.nl>.
21811
21812 2008-04-13  Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/localcharset.c (OS2): Don't redefine if already defined.
21815         Reported by Elbert Pol <e.pol@chello.nl>.
21816
21817 2008-04-13  Bruno Haible  <bruno@clisp.org>
21818
21819         * lib/binary-io.h [__EMX__]: Include <io.h>.
21820         Reported by Elbert Pol <e.pol@chello.nl>.
21821
21822 2008-04-12  Bruno Haible  <bruno@clisp.org>
21823
21824         * lib/fpucw.h: Enable the definitions also for x86_64.
21825         Needed for NetBSD/x86_64.
21826         Reported by Thomas Klausner <tk@giga.or.at>.
21827
21828 2008-04-12  Bruno Haible  <bruno@clisp.org>
21829
21830         * tests/test-strtod.c: Include isnand.h.
21831         (main): Use isnand instead of isnan.
21832         Reported by Jim Meyering.
21833
21834 2008-04-12  Bruno Haible  <bruno@clisp.org>
21835
21836         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
21837         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21838
21839 2008-04-12  Jim Meyering  <meyering@redhat.com>
21840
21841         * m4/math_h.m4 (gl_MATH_H): Fix typos.
21842
21843 2008-04-12  Bruno Haible  <bruno@clisp.org>
21844
21845         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
21846         Reported by Elbert Pol <e.pol@chello.nl>.
21847
21848 2008-04-12  Eric Blake  <ebb9@byu.net>
21849
21850         Work around Solaris 10 math.h bug.
21851         * m4/math_h.m4 (gl_MATH_H): Check for bug.
21852         (gl_MATH_H_DEFAULTS): Set up default.
21853         * modules/math (Makefile.am): Replace new indicators.
21854         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
21855         * tests/test-math.c (main): Test this.
21856         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
21857         * doc/posix-headers/math.texi (math.h): Mention bug.
21858         Reported by Nelson H. F. Beebe and Jim Meyering.
21859
21860 2008-04-11  Bruno Haible  <bruno@clisp.org>
21861
21862         Adapt to future versions of Apple GCC.
21863         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
21864         Reported by Peter O'Gorman <peter@pogma.com>.
21865
21866 2008-04-11  Bruno Haible  <bruno@clisp.org>
21867
21868         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
21869
21870 2008-04-11  Bruno Haible  <bruno@clisp.org>
21871
21872         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
21873
21874         * modules/getaddrinfo-tests (Makefile.am): Define
21875         test_getaddrinfo_LDADD.
21876
21877 2008-04-11  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
21880         (init): Fix syntax error.
21881         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
21882         is declared.
21883
21884 2008-04-11  Bruno Haible  <bruno@clisp.org>
21885
21886         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
21887         * modules/glob (Depends-on): Add stdbool.
21888
21889 2008-04-11  Bruno Haible  <bruno@clisp.org>
21890
21891         * lib/trim.c: Include <string.h>.
21892
21893 2008-04-11  Eric Blake  <ebb9@byu.net>
21894
21895         Avoid compile failure on OS/2.
21896         * lib/regex_internal.h (internal_function): Disable optimization
21897         on OS/2 (__EMX__), where it caused compiler error.
21898         Reported by Elbert Pol.
21899
21900 2008-04-11  Bruno Haible  <bruno@clisp.org>
21901
21902         Flush the standard error stream before aborting. Needed on mingw.
21903         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
21904         * tests/test-array_list.c (ASSERT): Likewise.
21905         * tests/test-array_oset.c (ASSERT): Likewise.
21906         * tests/test-avltree_list.c (ASSERT): Likewise.
21907         * tests/test-avltree_oset.c (ASSERT): Likewise.
21908         * tests/test-avltreehash_list.c (ASSERT): Likewise.
21909         * tests/test-binary-io.c (ASSERT): Likewise.
21910         * tests/test-byteswap.c (ASSERT): Likewise.
21911         * tests/test-c-ctype.c (ASSERT): Likewise.
21912         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
21913         * tests/test-c-strcasestr.c (ASSERT): Likewise.
21914         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
21915         * tests/test-c-strstr.c (ASSERT): Likewise.
21916         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
21917         * tests/test-canonicalize.c (ASSERT): Likewise.
21918         * tests/test-carray_list.c (ASSERT): Likewise.
21919         * tests/test-ceilf1.c (ASSERT): Likewise.
21920         * tests/test-ceilf2.c (ASSERT): Likewise.
21921         * tests/test-ceill.c (ASSERT): Likewise.
21922         * tests/test-count-one-bits.c (ASSERT): Likewise.
21923         * tests/test-fbufmode.c (ASSERT): Likewise.
21924         * tests/test-fflush2.c (ASSERT): Likewise.
21925         * tests/test-floorf1.c (ASSERT): Likewise.
21926         * tests/test-floorf2.c (ASSERT): Likewise.
21927         * tests/test-floorl.c (ASSERT): Likewise.
21928         * tests/test-fopen.c (ASSERT): Likewise.
21929         * tests/test-fpending.c (ASSERT): Likewise.
21930         * tests/test-fprintf-posix.c (ASSERT): Likewise.
21931         * tests/test-fpurge.c (ASSERT): Likewise.
21932         * tests/test-freadable.c (ASSERT): Likewise.
21933         * tests/test-freadahead.c (ASSERT): Likewise.
21934         * tests/test-freading.c (ASSERT): Likewise.
21935         * tests/test-freadptr.c (ASSERT): Likewise.
21936         * tests/test-freadptr2.c (ASSERT): Likewise.
21937         * tests/test-freadseek.c (ASSERT): Likewise.
21938         * tests/test-freopen.c (ASSERT): Likewise.
21939         * tests/test-frexp.c (ASSERT): Likewise.
21940         * tests/test-frexpl.c (ASSERT): Likewise.
21941         * tests/test-fseek.c (ASSERT): Likewise.
21942         * tests/test-fseeko.c (ASSERT): Likewise.
21943         * tests/test-fstrcmp.c (ASSERT): Likewise.
21944         * tests/test-ftell.c (ASSERT): Likewise.
21945         * tests/test-ftello.c (ASSERT): Likewise.
21946         * tests/test-func.c (ASSERT): Likewise.
21947         * tests/test-fwritable.c (ASSERT): Likewise.
21948         * tests/test-fwriting.c (ASSERT): Likewise.
21949         * tests/test-getdelim.c (ASSERT): Likewise.
21950         * tests/test-getline.c (ASSERT): Likewise.
21951         * tests/test-i-ring.c (ASSERT): Likewise.
21952         * tests/test-iconv-utf.c (ASSERT): Likewise.
21953         * tests/test-iconv.c (ASSERT): Likewise.
21954         * tests/test-isfinite.c (ASSERT): Likewise.
21955         * tests/test-isnand.c (ASSERT): Likewise.
21956         * tests/test-isnanf.c (ASSERT): Likewise.
21957         * tests/test-isnanl.h (ASSERT): Likewise.
21958         * tests/test-ldexpl.c (ASSERT): Likewise.
21959         * tests/test-linked_list.c (ASSERT): Likewise.
21960         * tests/test-linkedhash_list.c (ASSERT): Likewise.
21961         * tests/test-localename.c (ASSERT): Likewise.
21962         * tests/test-lseek.c (ASSERT): Likewise.
21963         * tests/test-mbscasecmp.c (ASSERT): Likewise.
21964         * tests/test-mbscasestr1.c (ASSERT): Likewise.
21965         * tests/test-mbscasestr2.c (ASSERT): Likewise.
21966         * tests/test-mbscasestr3.c (ASSERT): Likewise.
21967         * tests/test-mbscasestr4.c (ASSERT): Likewise.
21968         * tests/test-mbschr.c (ASSERT): Likewise.
21969         * tests/test-mbscspn.c (ASSERT): Likewise.
21970         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
21971         * tests/test-mbspbrk.c (ASSERT): Likewise.
21972         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
21973         * tests/test-mbsrchr.c (ASSERT): Likewise.
21974         * tests/test-mbsspn.c (ASSERT): Likewise.
21975         * tests/test-mbsstr1.c (ASSERT): Likewise.
21976         * tests/test-mbsstr2.c (ASSERT): Likewise.
21977         * tests/test-mbsstr3.c (ASSERT): Likewise.
21978         * tests/test-memchr2.c (ASSERT): Likewise.
21979         * tests/test-memmem.c (ASSERT): Likewise.
21980         * tests/test-open.c (ASSERT): Likewise.
21981         * tests/test-printf-frexp.c (ASSERT): Likewise.
21982         * tests/test-printf-frexpl.c (ASSERT): Likewise.
21983         * tests/test-printf-posix.c (ASSERT): Likewise.
21984         * tests/test-quotearg.c (ASSERT): Likewise.
21985         * tests/test-rbtree_list.c (ASSERT): Likewise.
21986         * tests/test-rbtree_oset.c (ASSERT): Likewise.
21987         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
21988         * tests/test-round1.c (ASSERT): Likewise.
21989         * tests/test-roundf1.c (ASSERT): Likewise.
21990         * tests/test-roundl.c (ASSERT): Likewise.
21991         * tests/test-signbit.c (ASSERT): Likewise.
21992         * tests/test-sleep.c (ASSERT): Likewise.
21993         * tests/test-snprintf-posix.c (ASSERT): Likewise.
21994         * tests/test-snprintf.c (ASSERT): Likewise.
21995         * tests/test-sprintf-posix.c (ASSERT): Likewise.
21996         * tests/test-stat-time.c (ASSERT): Likewise.
21997         * tests/test-strcasestr.c (ASSERT): Likewise.
21998         * tests/test-strerror.c (ASSERT): Likewise.
21999         * tests/test-striconv.c (ASSERT): Likewise.
22000         * tests/test-striconveh.c (ASSERT): Likewise.
22001         * tests/test-striconveha.c (ASSERT): Likewise.
22002         * tests/test-strsignal.c (ASSERT): Likewise.
22003         * tests/test-strstr.c (ASSERT): Likewise.
22004         * tests/test-strtod.c (ASSERT): Likewise.
22005         * tests/test-trunc1.c (ASSERT): Likewise.
22006         * tests/test-trunc2.c (ASSERT): Likewise.
22007         * tests/test-truncf1.c (ASSERT): Likewise.
22008         * tests/test-truncf2.c (ASSERT): Likewise.
22009         * tests/test-truncl.c (ASSERT): Likewise.
22010         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
22011         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
22012         * tests/test-vasnprintf.c (ASSERT): Likewise.
22013         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
22014         * tests/test-vasprintf.c (ASSERT): Likewise.
22015         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
22016         * tests/test-vprintf-posix.c (ASSERT): Likewise.
22017         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
22018         * tests/test-vsnprintf.c (ASSERT): Likewise.
22019         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
22020         * tests/test-wcwidth.c (ASSERT): Likewise.
22021         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
22022         * tests/test-xprintf-posix.c (ASSERT): Likewise.
22023         * tests/test-xvasprintf.c (ASSERT): Likewise.
22024         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
22025         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
22026         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
22027         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
22028         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
22029         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
22030         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
22031         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
22032         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
22033         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
22034         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
22035         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
22036         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
22037         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
22038         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
22039         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
22040         * tests/unictype/test-block_list.c (ASSERT): Likewise.
22041         * tests/unictype/test-block_of.c (ASSERT): Likewise.
22042         * tests/unictype/test-block_test.c (ASSERT): Likewise.
22043         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
22044         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
22045         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
22046         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
22047         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
22048         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
22049         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
22050         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
22051         * tests/unictype/test-combining.c (ASSERT): Likewise.
22052         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
22053         * tests/unictype/test-digit.c (ASSERT): Likewise.
22054         * tests/unictype/test-mirror.c (ASSERT): Likewise.
22055         * tests/unictype/test-numeric.c (ASSERT): Likewise.
22056         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
22057         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
22058         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
22059         * tests/unictype/test-scripts.c (ASSERT): Likewise.
22060         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
22061         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
22062         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
22063         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
22064         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
22065         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
22066         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
22067         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
22068         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
22069         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
22070         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
22071         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
22072         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
22073         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
22074         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
22075         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
22076         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
22077         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
22078         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
22079         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
22080         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
22081         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
22082         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
22083         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
22084         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
22085         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
22086         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
22087         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
22088         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
22089         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
22090         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
22091         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
22092         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
22093         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
22094         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
22095         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
22096         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
22097         Reported by Eric Blake.
22098
22099 2008-04-11  Bruno Haible  <bruno@clisp.org>
22100
22101         * lib/wchar.in.h: Tweak comment.
22102
22103 2008-04-11  Bruno Haible  <bruno@clisp.org>
22104
22105         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
22106         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
22107         gl_COMMON.
22108         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
22109
22110 2008-04-11  Bruno Haible  <bruno@clisp.org>
22111
22112         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
22113
22114 2008-04-11  Simon Josefsson  <simon@josefsson.org>
22115
22116         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
22117         of attempting to use non-existing /dev/*random.  Based on patch
22118         from Adam Strzelecki <ono@java.pl> in
22119         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
22120
22121 2008-04-08  Bruno Haible  <bruno@clisp.org>
22122
22123         Add tentative support for emx+gcc.
22124         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
22125         * lib/fpurge.c (fpurge): Likewise.
22126         * lib/freadable.c (freadable): Likewise.
22127         * lib/freadahead.c (freadahead): Likewise.
22128         * lib/freading.c (freading): Likewise.
22129         * lib/freadptr.c (freadptr): Likewise.
22130         * lib/freadseek.c (freadptrinc): Likewise.
22131         * lib/fseeko.c (rpl_fseeko): Likewise.
22132         * lib/fseterr.c (fseterr): Likewise.
22133         * lib/fwritable.c (fwritable): Likewise.
22134         * lib/fwriting.c (fwriting): Likewise.
22135         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
22136
22137 2008-04-09  Eric Blake  <ebb9@byu.net>
22138
22139         Avoid some autoconf warnings.
22140         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
22141         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
22142         * m4/afs.m4 (gl_AFS): Likewise.
22143         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
22144         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
22145         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22146         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
22147         (gl_INTEGER_TYPE_SUFFIX): Likewise.
22148         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
22149         (AC_CHECK_DECLS_ONCE): Likewise.
22150         Rename file...
22151         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
22152         gnulib-tool requires autoconf 2.59 or better.
22153         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
22154
22155 2008-04-08  Eric Blake  <ebb9@byu.net>
22156
22157         Use 'git describe --match' if present (added in git 1.5.5).
22158         * build-aux/git-version-gen: Limit result to tags that match 'v*'
22159         if possible.
22160
22161 2008-04-08  Bruno Haible  <bruno@clisp.org>
22162
22163         Add tentative support for OpenServer.
22164         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
22165         _ptr, _cnt.
22166         * lib/fpurge.c (fpurge): Likewise.
22167         * lib/freadable.c (freadable): Likewise.
22168         * lib/freadahead.c (freadahead): Likewise.
22169         * lib/freading.c (freading): Likewise.
22170         * lib/freadptr.c (freadptr): Likewise.
22171         * lib/freadseek.c (freadptrinc): Likewise.
22172         * lib/fseeko.c (rpl_fseeko): Likewise.
22173         * lib/fseterr.c (fseterr): Likewise.
22174         * lib/fwritable.c (fwritable): Likewise.
22175         * lib/fwriting.c (fwriting): Likewise.
22176         Reported by Roger Cornelius <rac@tenzing.org> and
22177         Brian K. White <brian@aljex.com>.
22178
22179 2008-04-06  Jim Meyering  <meyering@redhat.com>
22180
22181         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
22182
22183 2008-04-06  Bruno Haible  <bruno@clisp.org>
22184
22185         Avoid possible error with non-ASCII bytes in UTF-8 locales.
22186         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
22187         * tests/test-printf-posix.sh: Likewise.
22188         * tests/test-vfprintf-posix.sh: Likewise.
22189         * tests/test-vprintf-posix.sh: Likewise.
22190         * tests/test-xprintf-posix.sh: Likewise.
22191
22192 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22193
22194         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
22195         hide error from 'ls', needed on OS/2.
22196         Report by Elbert Pol <elbert.pol@gmail.com>.
22197
22198 2008-04-04  Eric Blake  <ebb9@byu.net>
22199
22200         Make test-fseeko.c failures meaningful.
22201         * tests/test-fseeko.c: Print line number on failure.
22202         * tests/test-fseek.c: Likewise.
22203         Reported by Nelson H. F. Beebe.
22204
22205         Improve strtod bug detection check.
22206         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
22207         required for Solaris 10.
22208         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
22209
22210 2008-04-04  Bruno Haible  <bruno@clisp.org>
22211
22212         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
22213         by m4/setenv.m4.
22214
22215 2008-04-03  Eric Blake  <ebb9@byu.net>
22216
22217         Ensure sane .version contents.
22218         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
22219         version string.
22220         * build-aux/git-version-gen: Improve documentation.
22221
22222         Make GNU make output nicer.
22223         * top/GNUmakefile [!_have-Makefile]: Add dependency on
22224         MAKECMDGOALS to enforce message for all command line targets.  Set
22225         srcdir for use in maint.mk.
22226
22227         Another maintainer tweak.
22228         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
22229         a target that regenerates version.
22230
22231 2008-04-03  Jim Meyering  <meyering@redhat.com>
22232
22233         vc-list-files: don't cause coreutils "make po-check" failure
22234         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
22235
22236 2008-04-03  Eric Blake  <ebb9@byu.net>
22237
22238         Allow VPATH usage of vc-list-files.
22239         * build-aux/vc-list-files (scriptversion): Add timestamp.
22240         (options): Add --help, --version, -C.
22241         (CVS): Support installed cvsu.
22242
22243 2008-04-02  Bruno Haible  <bruno@clisp.org>
22244
22245         Avoid some "statement with no effect" warnings from gcc.
22246         * tests/test-wctype.c (main): Explicitly ignore unused values.
22247         Reported by Jim Meyering.
22248
22249 2008-04-02  Jim Meyering  <meyering@redhat.com>
22250
22251         Avoid some warnings from "gcc -Wshadow".
22252         * tests/test-frexp.c (exp): Define to a different identifier.
22253         * tests/test-frexpl.c (exp): Likewise.
22254
22255 2008-04-03  Jim Meyering  <meyering@redhat.com>
22256
22257         bootstrap: remove dangling *.[ch] symlinks from lib
22258         * build-aux/bootstrap [dangling symlink removal]: Move find's
22259         -depth option to precede all others, to avoid a warning.
22260         Remove *.[ch] files too, and from "$source_base" (usually lib/).
22261
22262 2008-04-02  Bruno Haible  <bruno@clisp.org>
22263
22264         Avoid some warnings from "gcc -Wshadow".
22265         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
22266         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
22267         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
22268         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
22269         Reported by Jim Meyering.
22270
22271 2008-04-01  Bruno Haible  <bruno@clisp.org>
22272
22273         Fix test to work on IRIX 6.5 with cc.
22274         * tests/test-math.c (numeric_equal): New function.
22275         (main): Use it.
22276
22277 2008-04-01  Bruno Haible  <bruno@clisp.org>
22278
22279         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
22280
22281 2008-04-01  Bruno Haible  <bruno@clisp.org>
22282
22283         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
22284         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22285         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
22286         (Depends-on): Remove math.
22287
22288         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
22289         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22290         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
22291         (Depends-on): Remove math.
22292
22293         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22294         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22295         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22296         (Depends-on): Remove math.
22297         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22298         (Depends-on): Remove math.
22299
22300         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22301         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22302         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22303         (Depends-on): Remove math.
22304         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
22305         (Depends-on): Remove math.
22306
22307         * tests/test-round1.c: Include nan.h.
22308         (main): Use NaNd instead of NAN.
22309         * modules/round-tests (Files): Add tests/nan.h.
22310
22311         * tests/test-trunc1.c: Include nan.h.
22312         (main): Use NaNd instead of NAN.
22313         * modules/trunc-tests (Files): Add tests/nan.h.
22314
22315         * tests/test-roundf1.c: Include nan.h.
22316         (main): Use NaNf instead of NAN.
22317         * modules/roundf-tests (Files): Add tests/nan.h.
22318
22319         * tests/test-truncf1.c: Include nan.h.
22320         (main): Use NaNf instead of NAN.
22321         * modules/truncf-tests (Files): Add tests/nan.h.
22322
22323         * tests/test-ceilf1.c: Include nan.h.
22324         (main): Use NaNf instead of NAN.
22325         * modules/ceilf-tests (Files): Add tests/nan.h.
22326
22327         * tests/test-floorf1.c: Include nan.h.
22328         (main): Use NaNf instead of NAN.
22329         * modules/floorf-tests (Files): Add tests/nan.h.
22330
22331         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
22332         (main): Use NaNf instead of NAN.
22333         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
22334
22335         * tests/test-isnand.c: Include nan.h instead of <math.h>.
22336         (main): Use NaNd instead of NAN.
22337         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
22338
22339         * tests/test-frexp.c: Include nan.h.
22340         (main): Use NaNd instead of NAN.
22341         * modules/frexp-tests (Files): Add tests/nan.h.
22342
22343         * lib/isnan.c: Don't include <math.h>.
22344         (FUNC): Don't use NAN macro.
22345         * modules/isnand-nolibm (Depends-on): Remove math.
22346         * modules/isnanf-nolibm (Depends-on): Remove math.
22347         * modules/isnanl (Depends-on): Remove math.
22348         * modules/isnanl-nolibm (Depends-on): Remove math.
22349
22350         * tests/nan.h: New file.
22351
22352 2008-04-01  Eric Blake  <ebb9@byu.net>
22353
22354         Fix typos.
22355         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
22356         values to be the right type.
22357
22358         For now, cater to gnulib strtod inaccuracies.
22359         * tests/test-strtod.c (main): Allow 1-ulp error on expected
22360         fractional results.  While not as nice from a QoI perspective, it
22361         is a quicker patch than correctly implementing decimal to binary
22362         rounding.
22363
22364 2008-03-31  Eric Blake  <ebb9@byu.net>
22365
22366         Guarantee a definition of NAN.
22367         * lib/math.in.h (NAN): Define if missing.
22368         * tests/test-math.c (main): Test it.
22369         * doc/posix-headers/math.texi (math.h): Document this.
22370         * lib/isnan.c (rpl_isnand): Use it.
22371         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
22372         * tests/test-floorf1.c (NaN): Likewise.
22373         * tests/test-frexp.c (NaN): Likewise.
22374         * tests/test-isnand.c (NaN): Likewise.
22375         * tests/test-isnanf.c (NaN): Likewise.
22376         * tests/test-round1.c (NaN): Likewise.
22377         * tests/test-roundf1.c (NaN): Likewise.
22378         * tests/test-snprintf-posix.h (NaN): Likewise.
22379         * tests/test-sprintf-posix.h (NaN): Likewise.
22380         * tests/test-trunc1.c (NaN): Likewise.
22381         * tests/test-truncf1.c (NaN): Likewise.
22382         * tests/test-vasnprintf-posix.c (NaN): Likewise.
22383         * tests/test-vasprintf-posix.c (NaN): Likewise.
22384         * modules/isnand-nolibm (Depends-on): Add math.
22385         * modules/isnanf-nolibm (Depends-on): Likewise.
22386         * modules/isnanl (Depends-on): Likewise.
22387         * modules/isnanl-nolibm (Depends-on): Likewise.
22388         * modules/snprintf-posix-tests (Depends-on): Likewise.
22389         * modules/sprintf-posix-tests (Depends-on): Likewise.
22390         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
22391         * modules/vsprintf-posix-tests (Depends-on): Likewise.
22392         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
22393         * modules/vasprintf-posix-tests (Depends-on): Likewise.
22394
22395 2008-03-31  Bruno Haible  <bruno@clisp.org>
22396
22397         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
22398         * doc/posix-functions/strtod.texi: Likewise.
22399
22400 2008-03-31  Bruno Haible  <bruno@clisp.org>
22401
22402         * tests/test-strtod.c (main): Don't use C99 syntax.
22403
22404 2008-03-31  Bruno Haible  <bruno@clisp.org>
22405
22406         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
22407         Reported by Eric Blake.
22408
22409 2008-03-31  Jim Meyering  <meyering@redhat.com>
22410
22411         Don't compare actual signbit return values.
22412         * tests/test-strtod.c (main): Rather, compare only their
22413         zero/non-zero nature.
22414
22415 2008-03-31  Eric Blake  <ebb9@byu.net>
22416
22417         More strtod documentation.
22418         * doc/posix-functions/strtod.texi (strtod): Interpret more test
22419         failures as distinct bugs.
22420
22421 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
22424         Problem reported by Erik Benada in
22425         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
22426
22427 2008-03-30  Bruno Haible  <bruno@clisp.org>
22428
22429         * tests/test-strtod.c: Add comments about which assertion fails on which
22430         platform.
22431         * doc/posix-functions/strtod.texi: Add info about many more platforms.
22432
22433 2008-03-30  Eric Blake  <ebb9@byu.net>
22434
22435         Test signbit behavior on zeros.
22436         * tests/test-signbit.c (test_signbitf): Add tests for zero.
22437         (test_signbitd, test_signbitl): Likewise.
22438
22439         More strtod touchups.
22440         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
22441         sign of negative underflow, for now.  Use .5, not .1.
22442         * doc/posix-functions/strtod.texi (strtod): Mention these
22443         limitations.
22444         Reported by Jim Meyering.
22445
22446 2008-03-30  Bruno Haible  <bruno@clisp.org>
22447
22448         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
22449         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22450
22451 2008-03-30  Bruno Haible  <bruno@clisp.org>
22452
22453         Avoid failure when attempting to return empty iconv results on some
22454         platforms.
22455         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22456         allocation, don't report ENOMEM when the resulting string is empty.
22457
22458 2008-03-30  Bruno Haible  <bruno@clisp.org>
22459
22460         Fix buffer overrun.
22461         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22462         Don't consider the width for tmp_length. Check count against tmp_length
22463         before doing the padding. Ensure enough allocation during padding.
22464
22465 2008-03-30  Eric Blake  <ebb9@byu.net>
22466
22467         strtod touchups.
22468         * lib/strtod.c (strtod): Avoid compiler warnings.
22469         Reported by Jim Meyering.
22470
22471 2008-03-30  Bruno Haible  <bruno@clisp.org>
22472
22473         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22474         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22475         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22476         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22477         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22478         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22479         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22480         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22481
22482         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22483         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22484         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22485         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22486         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22487         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22488         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22489         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22490
22491         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22492         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22493         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22494         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22495         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22496         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22497         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22498         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22499
22500         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22501         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22502
22503         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22504         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22505
22506         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22507         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22508
22509         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22510         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22511         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22512
22513         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22514         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22515         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22516
22517         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22518         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22519         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22520
22521         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22522         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22523         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22524
22525         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22526         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22527         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22528         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22529         (Depends-on): Add EOVERFLOW.
22530         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22531         (Depends-on): Add EOVERFLOW.
22532         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22533         (Depends-on): Add EOVERFLOW.
22534         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22535         (Depends-on): Add EOVERFLOW.
22536         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22537         (Depends-on): Add EOVERFLOW.
22538         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22539         (Depends-on): Add EOVERFLOW.
22540         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22541         (Depends-on): Add EOVERFLOW.
22542         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22543         (Depends-on): Add EOVERFLOW.
22544
22545         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22546         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22547         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22548
22549         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22550         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22551         * modules/snprintf (Depends-on): Add EOVERFLOW.
22552
22553         * lib/poll.c (EOVERFLOW): Remove fallback.
22554         * modules/poll (Depends-on): Add EOVERFLOW.
22555
22556         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22557         * modules/getugroups (Depends-on): Add EOVERFLOW.
22558
22559         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22560         * modules/getdelim (Depends-on): Add EOVERFLOW.
22561
22562         * lib/ftell.c (EOVERFLOW): Remove fallback.
22563         * modules/ftell (Depends-on): Add EOVERFLOW.
22564
22565         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22566         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22567         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22568
22569         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22570
22571         * modules/EOVERFLOW-tests: New file.
22572         * tests/test-EOVERFLOW.c: New file.
22573
22574         * modules/EOVERFLOW: New file.
22575         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22576
22577 2008-03-30  Bruno Haible  <bruno@clisp.org>
22578
22579         Fix bug introduced on 2007-06-10.
22580         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22581         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22582
22583 2008-03-30  Bruno Haible  <bruno@clisp.org>
22584
22585         Improve freadseek's efficiency after ungetc.
22586         * lib/freadseek.c: Include freadahead.h.
22587         (freadptrinc): New function, extracted from freadseek.
22588         (freadseek): Use it in a loop. Use freadahead to determine the number
22589         of loop iterations.
22590         * modules/freadseek (Depends-on): Add freadahead.
22591         (configure.ac): Require AC_C_INLINE.
22592
22593 2008-03-30  Bruno Haible  <bruno@clisp.org>
22594
22595         * lib/freadseek.c (freadseek): Don't ignore the return value of
22596         freadptr.
22597
22598 2008-03-29  Eric Blake  <ebb9@byu.net>
22599
22600         Add hex float support.
22601         * modules/strtod (Depends-on): Add c-ctype.
22602         (Link): Mention POW_LIB.
22603         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
22604         whitespace between 'e' and exponent.
22605         * tests/test-strtod.c (main): Enable hex float tests.
22606         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
22607         now provides.
22608
22609         Document various strtod bugs, with some fixes.
22610         * doc/posix-functions/strtod.texi (strtod): Document bugs with
22611         "-0x", "inf", "nan", and hex constants.
22612         * doc/posix-functions/atof.texi (atof): Likewise.
22613         * modules/stdlib (Makefile.am): Support strtod.
22614         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
22615         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
22616         detect additional strtod bugs.
22617         * lib/stdlib.in.h (rpl_strtod): Add declarations.
22618         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
22619         bool where appropriate.  Parse 'inf' and 'nan'.
22620         * tests/test-strtod.c: New file.
22621         * modules/strtod (Depends-on): Add stdbool, stdlib.
22622         (configure.ac): Turn on module indicator.
22623         * modules/strtod-tests: New module.
22624
22625 2008-03-29  Eric Blake  <ebb9@byu.net>
22626
22627         Fix ftell on mingw.
22628         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
22629         * modules/ftell-tests (Depends-on): Add binary-io.
22630         * modules/ftello-tests (Depends-on): Likewise.
22631         * tests/test-ftell.c (main): Enhance test to cover behavior after
22632         ungetc.  Enforce binary mode.
22633         * tests/test-ftello.c (main): Likewise.
22634
22635         Pass test-freadseek on cygwin.
22636         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
22637         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
22638         ungetc buffer.
22639
22640         * tests/test-fflush2.c (main): Fix typo.
22641
22642 2008-03-29  Bruno Haible  <bruno@clisp.org>
22643
22644         * tests/test-fflush2.c (main): Temporarily disable the contents of
22645         this test.
22646         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
22647         Reported by Eric Blake.
22648
22649 2008-03-28  Simon Josefsson  <simon@josefsson.org>
22650
22651         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
22652         (GC_SHA224_DIGEST_SIZE): Add.
22653
22654         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
22655         (gc_hash_digest_length): Likewise.
22656         (gc_hash_buffer): Likewise.
22657
22658 2008-03-25  Bruno Haible  <bruno@clisp.org>
22659
22660         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
22661         detail which gettext release to use.
22662         Reported by Simon Josefsson.
22663
22664 2008-03-26  Jim Meyering  <meyering@redhat.com>
22665
22666         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
22667         * modules/gnumakefile (clean-GNUmakefile): Also, use
22668         test ... && ... || : syntax rather than if-then ... fi.
22669
22670         gnumakefile: Don't double-quote-expand $(VPATH) value.
22671         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
22672
22673 2008-03-24  Eric Blake  <ebb9@byu.net>
22674
22675         Alter GNUmakefile to install into top directory.
22676         * modules/maintainer-makefile: Split, and add dependency...
22677         * modules/gnumakefile: to this new module.
22678         * build-aux/GNUmakefile: Move...
22679         * top/GNUmakefile: ...here.
22680         * build-aux/maint.mk: Move...
22681         * top/maint.mk: ...here.
22682         * MODULES.html.sh (Support for maintaining...): Document new
22683         module.
22684
22685 2008-03-23  Bruno Haible  <bruno@clisp.org>
22686
22687         * gnulib-tool: New options --vc-files, --no-vc-files.
22688         (func_usage): Document them.
22689         (vc_files): New variable.
22690         (func_import): Consider vc_files.
22691         (func_create_testdir): Set vc_files to empty.
22692         Suggested by Jim Meyering and Karl Berry.
22693
22694 2008-03-23  Bruno Haible  <bruno@clisp.org>
22695
22696         Fix regex compilation error on HP-UX 11.
22697         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
22698         * modules/regex (Files): Add m4/mbstate_t.m4.
22699         Reported by Ton Voon <ton.voon@altinity.com>.
22700
22701 2008-03-23  Bruno Haible  <bruno@clisp.org>
22702
22703         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
22704
22705 2008-03-23  Eric Blake  <ebb9@byu.net>
22706             Bruno Haible  <bruno@clisp.org>
22707
22708         Install files from top/ in the destination directory.
22709         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22710         augmentation also for the files from top/.
22711         (func_import, func_create_testdir): Rewrite file names:
22712         top/filename -> filename.
22713
22714 2008-03-23  Bruno Haible  <bruno@clisp.org>
22715
22716         Tweak "gnulib --version" output.
22717         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
22718
22719 2008-03-23  Bruno Haible  <bruno@clisp.org>
22720
22721         Tweak "gnulib --version" output.
22722         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
22723         rather than contents of ChangeLog, when possible.
22724
22725 2008-03-21  Eric Blake  <ebb9@byu.net>
22726
22727         More --version tweaks.
22728         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
22729         date of last ChangeLog entry.
22730
22731 2008-03-21  Jim Meyering  <meyering@redhat.com>
22732
22733         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
22734
22735 2008-03-20  Eric Blake  <ebb9@byu.net>
22736
22737         VPATH fix.
22738         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
22739
22740 2008-03-20  Simon Josefsson  <simon@josefsson.org>
22741
22742         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
22743         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
22744
22745 2008-03-20  Eric Blake  <ebb9@byu.net>
22746
22747         Sync GNUmakefile with coreutils.
22748         * build-aux/GNUmakefile (have-Makefile): Rename...
22749         (_have-Makefile): ...to this, for namespace consideration.
22750         (GNUmakefile.cfg): Include, if present.
22751         (_autoreconf): Define a default.
22752         (_is-dist-target): New rule for rebuilds to pick up intra-release
22753         version.
22754         (maint-cfg.mk): Rename...
22755         (cfg.mk): ...to this.
22756
22757 2008-03-18  Jim Meyering  <meyering@redhat.com>
22758
22759         New script and module: mktempd
22760         * MODULES.html.sh (maint+release support): Add mktempd.
22761         * build-aux/mktempd: New file.
22762         * modules/mktempd: New file.
22763
22764 2008-03-15  Jim Meyering  <meyering@redhat.com>
22765
22766         Undo last change.
22767         * lib/sha1.c, lib/md5.c: 63 != ~63.
22768         Reported by Andreas Schwab.
22769
22770         sha1.c, md5.c: Hoist a redundant expression.
22771         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
22772         "ctx->buflen" only once, before calling *_process_block.
22773         * lib/md5.c (md5_process_bytes): Likewise.
22774
22775 2008-03-14  Eric Blake  <ebb9@byu.net>
22776
22777         Bump copyright year in files generated by gnulib-tool.
22778         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
22779         gnulib-tool, rather than hard-coding it.
22780
22781         Fix 'gnulib-tool --version' output to work with git.
22782         * gnulib-tool (func_gnulib_dir): New function, extracted from...
22783         (startup): ...here.
22784         (func_version): Use it to invoke git-version-gen, rather than
22785         relying on CVS keyword expansion.  Modernize wording.
22786         (cvsdatestamp, last_checkin_date, version): Kill unused
22787         variables.
22788
22789 2008-03-12  Jim Meyering  <meyering@redhat.com>
22790
22791         Recognize optional cast of the argument to free.
22792         * build-aux/useless-if-before-free: Update regexps.
22793
22794         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
22795
22796 2008-03-11  Bruno Haible  <bruno@clisp.org>
22797
22798         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
22799         by a single package.
22800         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
22801         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
22802         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
22803         Reported by Sam Steingold <sds@gnu.org>.
22804
22805 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22806
22807         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
22808         repositories.
22809
22810 2008-03-11  Bruno Haible  <bruno@clisp.org>
22811
22812         Avoid conflicts between local macro definitions.
22813         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22814         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
22815
22816 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
22817             Bruno Haible  <bruno@clisp.org>
22818
22819         Make va_copy work with some version of xlc on AIX 5.1.
22820         * lib/stdarg.in.h: New file.
22821         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
22822         On AIX, use a <stdarg.h> file substitute.
22823         * modules/stdarg (Files): Add lib/stdarg.in.h.
22824         (Depends-on): Add include_next.
22825         (Makefile.am): Build a stdarg.h substitute if requested.
22826         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
22827
22828 2008-03-10  Bruno Haible  <bruno@clisp.org>
22829
22830         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
22831         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22832         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22833
22834 2008-03-10  Bruno Haible  <bruno@clisp.org>
22835
22836         * modules/stdlib (Depends-on): Add include_next, remove
22837         absolute-header.
22838
22839 2008-03-09  Bruno Haible  <bruno@clisp.org>
22840
22841         * lib/freadahead.h (freadahead): Document more precisely.
22842         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
22843         the sum of both buffer sizes.
22844         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
22845         * NEWS: Document the change.
22846
22847 2008-03-09  Bruno Haible  <bruno@clisp.org>
22848
22849         Extend freadptr to return also the buffer size.
22850         * lib/freadptr.h (freadptr): Add sizep argument.
22851         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
22852         (freadptr): Add sizep argument. Determine buffer size like freadahead
22853         does.
22854         * tests/test-freadptr.c: Don't include freadahead.h.
22855         (main): Adapt for new calling convention of freadptr.
22856         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
22857         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
22858         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
22859         tests/test-freadptr2.sh.
22860         (Depends): Remove freadahead.
22861         (TESTS): Add test-freadptr2.sh.
22862         (check_PROGRAMS): Add test-freadptr2.
22863
22864 2008-03-09  Bruno Haible  <bruno@clisp.org>
22865
22866         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
22867         Report and solution by Simon Josefsson.
22868
22869 2008-03-06  Bruno Haible  <bruno@clisp.org>
22870
22871         Make fflush after ungetc work on BSD platforms.
22872         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
22873         * tests/test-fflush2.c: New file.
22874         * tests/test-fflush2.sh: New file.
22875         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
22876         tests/test-fflush2.c.
22877         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
22878         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
22879
22880 2008-03-06  Eric Blake  <ebb9@byu.net>
22881
22882         Likewise for ftello.
22883         * modules/ftello (Dependencies): Add extensions.
22884         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
22885
22886 2008-03-06  Bruno Haible  <bruno@clisp.org>
22887
22888         * modules/fseeko (Dependencies): Add extensions.
22889         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
22890         Needed on glibc systems.
22891
22892 2008-03-06  Bruno Haible  <bruno@clisp.org>
22893
22894         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
22895         email address.
22896         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22897
22898 2008-03-06  Bruno Haible  <bruno@clisp.org>
22899
22900         * users.txt: Add libgnupdf.
22901
22902 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22903
22904         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
22905         (Header File Substitutes, Function Substitutes,
22906         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
22907         (Build robot for gnulib): Fix typo.
22908
22909 2008-03-06  Bruno Haible  <bruno@clisp.org>
22910
22911         * doc/gnulib-tool.texi (VCS Issues): Small updates.
22912         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22913
22914 2008-03-06  Bruno Haible  <bruno@clisp.org>
22915
22916         * doc/func.texi: New file, extracted from doc/gnulib.texi.
22917         * doc/gnulib.texi: Include it.
22918
22919 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22920
22921         * modules/func (License): Change license to unlimited; there was
22922         no LGPL parts in the module anyway.
22923
22924 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22925
22926         * modules/__func__: Renamed to modules/func.
22927         * modules/__func__-tests: Renamed to modules/func-tests.
22928         * tests/test-__func__.c: Renamed to tests/test-func.c.
22929         * m4/__func__.m4: Renamed to m4/func.m4.
22930         * doc/gnulib.texi (__func__): Section renamed to func.
22931         Suggested by Eric Blake <ebb9@byu.net>.
22932
22933 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22934
22935         * doc/gnulib.texi (__func__): Use C99 terminology when talking
22936         about __func__.  Make example self-contained.  Suggested by Eric
22937         Blake <ebb9@byu.net>.
22938
22939         * tests/test-__func__.c (main): Avoid extraneous () around __func.
22940         Suggested by Eric Blake <ebb9@byu.net>.
22941
22942 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22943
22944         * modules/__func__: New file.
22945         * modules/__func__-tests: New file.
22946         * tests/test-__func__.c: New file.
22947         * m4/__func__.m4: New file.
22948         * doc/gnulib.texi (__func__): Document __func__ module.
22949
22950 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22951
22952         * modules/byteswap (License): Re-license as LGPLv2+.
22953
22954 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22955
22956         * doc/Makefile: Add pdf target.
22957
22958 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22959
22960         * modules/inline (License): Use 'unlimited', since there are only
22961         *.m4 files in this module.
22962
22963 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22964             Bruno Haible  <bruno@clisp.org>
22965
22966         Add support for HP C 7.1 on OpenVMS 8.3.
22967         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
22968
22969 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22970
22971         Update VMS specifics.
22972         * lib/getopt.c [VMS]: Remove include of unixlib.h.
22973
22974 2008-03-02  Jim Meyering  <meyering@redhat.com>
22975
22976         Remove the last dependency on the "free" module.
22977         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
22978         Reported by Bob Proulx.
22979
22980         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
22981
22982         Remove useless "if" tests before free.  Deprecate "free" module.
22983         * doc/posix-functions/free.texi: Mention that this
22984         module is no longer useful.
22985         * modules/free (Notice): Say this module is obsolete.
22986         * modules/readutmp (Depends-on): Remove free.
22987         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
22988         * lib/putenv.c (putenv): Likewise.
22989         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
22990         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
22991         * tests/test-c-strcasestr.c (main): Likewise.
22992         * tests/test-c-strstr.c (main): Likewise.
22993         * tests/test-mbscasestr1.c (main): Likewise.
22994         * tests/test-mbscasestr2.c (main): Likewise.
22995         * tests/test-mbsstr1.c (main): Likewise.
22996         * tests/test-mbsstr2.c (main): Likewise.
22997         * tests/test-memmem.c (main): Likewise.
22998         * tests/test-strcasestr.c (main): Likewise.
22999         * tests/test-striconv.c (main): Likewise.
23000         * tests/test-striconveh.c (main): Likewise.
23001         * tests/test-striconveha.c (main): Likewise.
23002         * tests/test-strstr.c (main): Likewise.
23003
23004         * build-aux/git-version-gen: Adjust a comment and the Usage string.
23005
23006         bootstrap: sync from coreutils again
23007         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
23008
23009 2008-03-01  Jim Meyering  <meyering@redhat.com>
23010
23011         bootstrap: sync from coreutils
23012         * build-aux/bootstrap (update_po_files): Copy a .po file into place
23013         also when the target doesn't exist.
23014
23015 2008-03-01  Eric Blake  <ebb9@byu.net>
23016
23017         Fix bugs in last patch.
23018         * lib/memchr2.c (memchr2): Fix typo.
23019         * tests/test-memchr2.c: Test previous bug, and don't use GNU
23020         extension.
23021         Reported by Bruce Korb.
23022
23023         New module 'memchr2'.
23024         * modules/memchr2: New file.
23025         * modules/memchr2-tests: Likewise.
23026         * lib/memchr2.h: Likewise.
23027         * lib/memchr2.c: Likewise, based on memchr.c.
23028         * tests/test-memchr2.c: New test.
23029         * MODULES.html.sh (String handling): Add memchr2.
23030
23031 2008-02-29  Bruno Haible  <bruno@clisp.org>
23032
23033         * modules/freadseek-tests: New file.
23034         * tests/test-freadseek.sh: New file.
23035         * tests/test-freadseek.c: New file.
23036
23037         New module 'freadseek'.
23038         * modules/freadseek: New file.
23039         * lib/freadseek.h: New file.
23040         * lib/freadseek.c: New file.
23041         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
23042
23043 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23044
23045         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
23046         wydawca.
23047
23048         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
23049         program_invocation_name and program_invocation_short_name are
23050         present.
23051
23052 2008-02-28  Bruno Haible  <bruno@clisp.org>
23053
23054         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
23055         * tests/test-freadptr.sh: Also test non-seekable stdin.
23056
23057 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
23058
23059         * build-aux/bootstrap (source_base, m4_base)
23060         (doc_base, tests_base): New variables.
23061         (gnulib_tool_options): Do not hardcode base directories, use
23062         the above variables instead.
23063
23064 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
23065
23066         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
23067
23068 2008-02-28  Bruno Haible  <bruno@clisp.org>
23069
23070         * modules/freadptr-tests: New file.
23071         * tests/test-freadptr.sh: New file.
23072         * tests/test-freadptr.c: New file.
23073
23074         New module 'freadptr'.
23075         * modules/freadptr: New file.
23076         * lib/freadptr.h: New file.
23077         * lib/freadptr.c: New file.
23078         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
23079
23080 2008-02-26  Karl Berry  <karl@freefriends.org>
23081
23082         Sync from Libtool:
23083         * libltdl/argz.c (argz_add, argz_count): New functions.
23084         * libltdl/argz.in.h: Declare them.
23085         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
23086
23087 2008-02-22  Bruno Haible  <bruno@clisp.org>
23088
23089         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
23090         is a pointer type.  Needed for HP-UX 10.
23091         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
23092         * doc/posix-functions/gmtime_r.texi: Likewise.
23093         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23094
23095 2008-02-24  Bruno Haible  <bruno@clisp.org>
23096
23097         * modules/environ-tests: New file.
23098         * tests/test-environ.c: New file.
23099
23100         New module 'environ'.
23101         * modules/environ: New file.
23102         * lib/unistd.in.h (environ): New declaration.
23103         * m4/environ.m4: New file.
23104         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
23105         after use.
23106         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
23107         HAVE_DECL_ENVIRON.
23108         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
23109         HAVE_DECL_ENVIRON.
23110         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
23111         wrong claim that 'environ' is missing on some systems.
23112         * modules/execute (Depends-on): Add environ.
23113         * lib/execute.c (environ): Remove fallback declaration.
23114         * modules/pipe (Depends-on): Add environ.
23115         * lib/pipe.c (environ): Remove fallback declaration.
23116         * modules/setenv (Depends-on): Add environ.
23117         * lib/setenv.c (environ): Remove fallback declaration.
23118         * modules/unsetenv (Depends-on): Add environ.
23119         * lib/unsetenv.c (environ): Remove fallback declaration.
23120         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
23121         m4/environ.m4.
23122         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
23123         (gl_PREREQ_UNSETENV): Likewise.
23124
23125 2008-02-24  Bruno Haible  <bruno@clisp.org>
23126
23127         * doc/posix-functions/environ.texi: Document the MacOS X problem.
23128
23129 2008-02-20  Bob Proulx  <bob@proulx.com>
23130
23131         Enable use of older two part flavor 'git describe'.
23132         * build-aux/git-version-gen: If using the older two part flavor of
23133         git version then recreate the third part now present in the
23134         newer three part flavor of git describe.
23135
23136 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
23137
23138         * lib/fts.c (fts_build): Typo correction to comment.
23139
23140 2008-02-17  Bruno Haible  <bruno@clisp.org>
23141
23142         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
23143         generating no-op conflicts.
23144
23145 2008-02-17  Bruno Haible  <bruno@clisp.org>
23146
23147         Speed up by 10%.
23148         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
23149         result_entries, rather than an index-based loop.
23150
23151 2008-02-17  Bruno Haible  <bruno@clisp.org>
23152
23153         Speed up by 25%.
23154         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
23155         'hashcode_cached'.
23156         (entry_create): New function.
23157         (entry_hashcode): Use the cached hashcode if possible.
23158         (read_changelog_file, try_split_merged_entry): Use entry_create.
23159
23160 2008-02-17  Bruno Haible  <bruno@clisp.org>
23161
23162         Speed up from O(n^2) to O(n) for long ChangeLog files.
23163         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
23164         (read_changelog_file): Change implementation of entries_reversed list
23165         to rbtreehash.
23166         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
23167
23168 2008-02-17  Bruno Haible  <bruno@clisp.org>
23169
23170         New option --split-merged-entry.
23171         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
23172         (find_paragraph_end, try_split_merged_entry): New functions.
23173         (long_options): Add option --split-merged-entry.
23174         (usage): Document option --split-merged-entry.
23175         (main): Implement option --split-merged-entry.
23176         Reported by Eric Blake.
23177
23178 2008-02-17  Bruno Haible  <bruno@clisp.org>
23179
23180         * lib/git-merge-changelog.c: Include c-strstr.h.
23181         (main): Support the "git pull --rebase" situation.
23182         * modules/git-merge-changelog (Depends-on): Add c-strstr.
23183         Reported by Eric Blake.
23184
23185 2008-02-16  Eric Blake  <ebb9@byu.net>
23186
23187         Avoid doubling \ in common case of "c-maybe" quoting style.
23188         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
23189         eliding outer quotes.
23190         * lib/quotearg.h: Document this.
23191         * tests/test-quotearg.c (result_strings, inputs, results_g)
23192         (flag_results, locale_results): Test it by adding a new string to
23193         each test group.
23194         (compare_strings): Test new string.
23195
23196 2008-02-13  Eric Blake  <ebb9@byu.net>
23197
23198         Avoid trigraph quoting in default output.
23199         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
23200         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
23201         unless explicitly requested.
23202         * tests/test-quotearg.c (flag_results, main): Add additional tests.
23203
23204 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
23205
23206         Don't rely on signed integer overflowing to negative value.
23207         * lib/getugroups.c (getugroups): Include <limits.h>.
23208         Instead, compare against INT_MAX, and increment only if the test passes.
23209
23210 2008-02-13  Jim Meyering  <meyering@redhat.com>
23211         and Eric Blake  <ebb9@byu.net>
23212
23213         Avoid shadowing warning and compile errors on Linux.
23214         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
23215         forwarding macros on Linux.
23216         (dcgettext): Define a stub, for Linux.
23217         (results_g, main): Avoid warnings.
23218
23219 2008-02-12  Eric Blake  <ebb9@byu.net>
23220
23221         Silence warning in last patch.
23222         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
23223
23224         Quotearg part 4: add tests, fix c-maybe colon quoting.
23225         * lib/quotearg.h: Improve documentation.
23226         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
23227         escapes when adding outer quotes.  When quoting trigraphs, use
23228         valid C notation.  When quoting NUL, omit extra characters if next
23229         character is not digit.  Alter prototype.
23230         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
23231         callers.
23232         * modules/quotearg-tests: New module.
23233         * tests/test-quotearg.c: New test.
23234
23235 2008-02-07  Eric Blake  <ebb9@byu.net>
23236
23237         Quotearg part 3: add flag to control outer quote elision.
23238         * lib/quotearg.h (c_maybe_quoting_style): New style.
23239         (enum quoting_flags): Better documentation of flags.
23240         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
23241         c-maybe style.
23242         (quotearg_buffer_restyled): Handle new flag to elide outer
23243         quotes.
23244
23245         Quotearg part 2: add flag that can control NUL elision.
23246         * lib/quotearg.h (set_quoting_flags): New prototype.
23247         * lib/quotearg.c (struct quoting_options): Add flag field.
23248         (set_quoting_flags): New function.
23249         (quotearg_buffer_restyled): Add flags parameter.
23250         (quotearg_alloc_mem): Set the flag if length cannot be returned.
23251         (quotearg_n_options): Set the flag, since length cannot be
23252         returned.
23253         (quoting_options_from_style): Default flags correctly.
23254
23255         Quotearg part 1: more wrappers, restore quotearg_char state.
23256         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
23257         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
23258         (quotearg_colon_mem): New wrappers.
23259         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
23260         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
23261         functions.
23262         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
23263         (quotearg_colon_mem): New functions.
23264
23265 2008-02-11  Bruno Haible  <bruno@clisp.org>
23266
23267         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
23268         library in the current directory: it does not work with parallel make.
23269         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23270
23271 2008-02-11  Bruno Haible  <bruno@clisp.org>
23272
23273         * .gitattributes: New file.
23274
23275 2008-02-11  Jim Meyering  <meyering@redhat.com>
23276
23277         useless-if-before-free: Fix reversed exit values.
23278         * build-aux/useless-if-before-free: Use correct values
23279         for EXIT_MATCH and EXIT_NO_MATCH.
23280
23281         * build-aux/useless-if-before-free: Close stdout carefully.
23282
23283 2008-02-10  Bruno Haible  <bruno@clisp.org>
23284
23285         New module 'git-merge-changelog'.
23286         * modules/git-merge-changelog: New file.
23287         * lib/git-merge-changelog.c: New file.
23288
23289 2008-02-10  Jim Meyering  <meyering@redhat.com>
23290
23291         useless-if-before-free: New option: --list (-l).
23292
23293         useless-if-before-free: Don't exit immediately upon open failure.
23294         * build-aux/useless-if-before-free: Exit 2 for errors.
23295         Upon failure to open a file, don't exit immediately.
23296         Rather, just warn and continue with any remaining files.
23297
23298 2008-02-10  Bruno Haible  <bruno@clisp.org>
23299
23300         New abstract list operation 'node_set_value'.
23301         * lib/gl_list.h (gl_list_node_set_value): New function.
23302         (struct gl_list_implementation): New field node_set_value.
23303         * lib/gl_list.c (gl_list_node_set_value): New function.
23304         * lib/gl_array_list.c (gl_array_node_set_value): New function.
23305         (gl_array_list_implementation): Update.
23306         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
23307         (gl_carray_list_implementation): Update.
23308         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
23309         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23310         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23311         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
23312         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23313         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23314         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23315         Update.
23316         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23317         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
23318         (gl_sublist_list_implementation): Update.
23319
23320 2008-02-10  Bruno Haible  <bruno@clisp.org>
23321
23322         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
23323         Needed when ELEMENT is #defined to 'some_type *'.
23324
23325 2008-02-10  Jim Meyering  <meyering@redhat.com>
23326
23327         New script and module: useless-if-before-free
23328         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
23329         * build-aux/useless-if-before-free: New file.
23330         * modules/useless-if-before-free: New file.
23331
23332         * build-aux/gitlog-to-changelog: Use committer date, not author date.
23333
23334         xstrtol_error: Fix typo.
23335         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
23336         s/exit_failure/exit_status/.
23337
23338 2008-02-09  Jim Meyering  <meyering@redhat.com>
23339
23340         New script and module: gitlog-to-changelog
23341         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
23342         * modules/gitlog-to-changelog: New file.
23343         * build-aux/gitlog-to-changelog: New file.
23344
23345 2008-02-08  Jim Meyering  <meyering@redhat.com>
23346
23347         Avoid two "parameter unused" warnings.
23348         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
23349         Mark "st" as used.
23350
23351         Use "git COMMAND", not "git-COMMAND".
23352         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
23353         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
23354         * build-aux/git-version-gen: Use "git status", not "git-status".
23355
23356 2008-02-07  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
23359         Avoids a crash on Windows Vista.
23360         Reported by Adam Strzelecki <ono@java.pl> via
23361         Simon Josefsson <simon@josefsson.org>.
23362
23363 2008-02-06  Bruno Haible  <bruno@clisp.org>
23364
23365         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
23366         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
23367         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
23368         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
23369         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23370         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23371         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
23372         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
23373         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23374         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23375         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23376         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23378         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23379         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23380         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
23381         left-adjust flag.
23382         * tests/test-snprintf-posix.h (test_function): Likewise.
23383         * tests/test-sprintf-posix.h (test_function): Likewise.
23384         * tests/test-vasprintf-posix.c (test_function): Likewise.
23385         * doc/posix-functions/fprintf.texi: Update.
23386         * doc/posix-functions/printf.texi: Update.
23387         * doc/posix-functions/snprintf.texi: Update.
23388         * doc/posix-functions/sprintf.texi: Update.
23389         * doc/posix-functions/vfprintf.texi: Update.
23390         * doc/posix-functions/vprintf.texi: Update.
23391         * doc/posix-functions/vsnprintf.texi: Update.
23392         * doc/posix-functions/vsprintf.texi: Update.
23393         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23394
23395 2008-02-06  Bruno Haible  <bruno@clisp.org>
23396
23397         Fix bug introduced on 2008-01-26.
23398         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
23399
23400 2008-02-06  Bruno Haible  <bruno@clisp.org>
23401
23402         Fix bug introduced on 2007-06-10.
23403         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
23404         !NEED_PRINTF_FLAG_ZERO.
23405
23406 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
23407
23408         getloadavg: use libperfstat on AIX5
23409         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
23410
23411 2008-02-03  Bruno Haible  <bruno@clisp.org>
23412
23413         * lib/diffseq.h: Add comments about required #includes.
23414         Reported by Michael Biggs <gnulib@doubleplum.net>.
23415
23416 2008-02-01  Bruno Haible  <bruno@clisp.org>
23417
23418         * users.txt: Add gnuit.
23419
23420 2008-01-31  Bruno Haible  <bruno@clisp.org>
23421
23422         * lib/md4.c (set_uint32): Mark as inline.
23423         * lib/md5.c (set_uint32): Likewise.
23424         * lib/sha1.c (set_uint32): Likewise.
23425         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
23426         * m4/md5.m4 (gl_MD5): Likewise.
23427         * m4/sha1.m4 (gl_SHA1): Likewise.
23428
23429 2008-01-31  Jim Meyering  <meyering@redhat.com>
23430
23431         Use "sizeof VAR", rather than a literal "4".
23432         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
23433         * lib/md4.c (md4_read_ctx): Likewise.
23434         * lib/sha1.c (sha1_read_ctx): Likewise.
23435
23436 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23437
23438         * tests/test-sha1.c: New file, based on test-md5.c.
23439
23440         * modules/crypto/sha1-tests: New file.
23441
23442 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23443
23444         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
23445
23446 2008-01-31  Jim Meyering  <meyering@redhat.com>
23447
23448         Prefer "sizeof v" over the equivalent "4".
23449         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23450         * lib/md5.c (set_uint32): Likewise.
23451         * lib/sha1.c (set_uint32): Likewise.
23452
23453 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23454
23455         * lib/sha1.c (set_uint32): Mark function as static.
23456
23457 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23458
23459         md2: clarify comments to say that alignment is not required.
23460         * lib/md2.h: Remove warning about alignment in comment.
23461         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23462         never been required.
23463
23464 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23465
23466         md4: adapt alignment constraint fix from sha1.
23467         * lib/md4.c (set_uint32): New function, from sha1.c
23468         (md4_read_ctx): Use it.
23469         (md4_finish_ctx): Doc fix.
23470         * lib/md4.h: Doc fix.
23471
23472 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23473
23474         md5: adapt alignment constraint fix from sha1.
23475         * lib/md5.c (set_uint32): New function, from sha1.c
23476         (md5_read_ctx): Use it.
23477         (md5_finish_ctx): Doc fix.
23478         * lib/md5.h: Doc fix.
23479
23480 2008-01-30  Peter Palfrader  <weasel@debian.org>
23481
23482         sha1: remove the result buffer alignment constraint
23483         * lib/sha1.c (set_uint32): New function.
23484         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23485         constraint.
23486         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23487         * lib/sha1.h: Likewise.
23488
23489 2008-01-30  Andreas Schwab  <schwab@suse.de>
23490             Bruno Haible  <bruno@clisp.org>
23491
23492         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23493         correct definition of LDBL_MIN_EXP.
23494
23495 2008-01-30  Karl Berry  <karl@gnu.org>
23496
23497         * config/srclist-update: try to preserve x bit on updates.
23498         * config/srclistvars.sh: update for karl.
23499
23500 2008-01-29  Jim Meyering  <meyering@redhat.com>
23501
23502         vasnprintf.c: Avoid warning about unused label
23503         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23504         "overflow" label definition and associated code with the
23505         same cpp condition that guards the sole use of that label.
23506
23507 2008-01-26  Bruno Haible  <bruno@clisp.org>
23508
23509         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23510         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23511         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23512         * lib/isnanl-nolibm.h (isnanl): Likewise.
23513         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23514
23515 2008-01-26  Bruno Haible  <bruno@clisp.org>
23516
23517         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23518         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23519
23520 2008-01-26  Bruno Haible  <bruno@clisp.org>
23521
23522         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23523         GCC >= 4.0 built-in.
23524         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23525
23526 2008-01-26  Bruno Haible  <bruno@clisp.org>
23527
23528         Rename isnan, applicable to 'double' only, to isnand.
23529         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23530         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23531         (configure.ac): Update.
23532         (Include): Replace "isnan.h" with "isnand.h".
23533         * m4/isnand.m4: Renamed from m4/isnan.m4.
23534         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23535         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23536         instead of isnan.c.
23537         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23538         instead of HAVE_ISNAN_IN_LIBC.
23539         (isnand): Renamed from isnan.
23540         * lib/isnand.c: New file.
23541         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23542         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23543         (Makefile.am): Update.
23544         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23545         Include isnand.h instead of isnan.h.
23546         (main): Test isnand instead of isnan.
23547         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23548         isnan-nolibm.
23549         * modules/frexp (Depends-on): Likewise.
23550         * modules/frexp-tests (Depends-on): Likewise.
23551         * modules/frexp-nolibm (Depends-on): Likewise.
23552         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23553         * modules/isfinite (Depends-on): Likewise.
23554         * modules/round-tests (Depends-on): Likewise.
23555         * modules/signbit (Depends-on): Likewise.
23556         * modules/signbit-tests (Depends-on): Likewise.
23557         * modules/snprintf-posix (Depends-on): Likewise.
23558         * modules/sprintf-posix (Depends-on): Likewise.
23559         * modules/trunc-tests (Depends-on): Likewise.
23560         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23561         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23562         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23563         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23564         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23565         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23566         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23567         * modules/vasnprintf-posix (Depends-on): Likewise.
23568         * modules/vasprintf-posix (Depends-on): Likewise.
23569         * modules/vfprintf-posix (Depends-on): Likewise.
23570         * modules/vsnprintf-posix (Depends-on): Likewise.
23571         * modules/vsprintf-posix (Depends-on): Likewise.
23572         * lib/frexp.c: Include isnand.h instead of isnan.h.
23573         (ISNAN): Set to isnand instead of isnan.
23574         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23575         (gl_isfinited): Use isnand instead of isnan.
23576         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23577         (gl_signbitd): Use isnand instead of isnan.
23578         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23579         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23580         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23581         (main): Use isnand instead of isnan.
23582         * tests/test-round1.c: Include isnand.h.
23583         (main): Use isnand instead of isnan.
23584         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23585         (ISNAN): Set to isnand instead of isnan.
23586         * tests/test-trunc1.c: Include isnand.h.
23587         (main): Use isnand instead of isnan.
23588         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23589         (equal): Use isnand instead of isnan.
23590         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23591         isnand-nolibm.
23592         * NEWS: Mention the change.
23593
23594 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23595             Bruno Haible  <bruno@clisp.org>
23596
23597         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
23598         the GCC builtins for signbits are present and set
23599         REPLACE_SIGNBIT_USING_GCC if so.
23600         * lib/math.in.h (signbit): Define using GCC builtins if
23601         REPLACE_SIGNBIT_USING_GCC is set.
23602         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
23603         REPLACE_SIGNBIT_USING_GCC.
23604         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
23605
23606 2008-01-25  Jim Meyering  <meyering@redhat.com>
23607
23608         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
23609         * lib/poll.c: Include <config.h>, not "config.h".
23610         * tests/test-getaddrinfo.c: Likewise.
23611
23612 2008-01-25  Simon Josefsson  <simon@josefsson.org>
23613
23614         * modules/sockets-tests: New file.
23615
23616 2008-01-24  Simon Josefsson  <simon@josefsson.org>
23617
23618         * modules/sockets: New module, can be used to call WSA_Startup and
23619         WSA_Cleanup when needed.
23620
23621         * lib/sockets.h, lib/sockets.c: New files.
23622
23623         * m4/sockets.m4: New file.
23624
23625         * tests/test-sockets.c: New file.
23626
23627 2008-01-19  Bruno Haible  <bruno@clisp.org>
23628
23629         * doc/posix-headers: Renamed from doc/headers.
23630         * doc/posix-functions: Renamed from doc/functions.
23631         * doc/gnulib.texi: Update.
23632
23633 2008-01-19  Bruno Haible  <bruno@clisp.org>
23634
23635         * doc/glibc-functions/strcasestr.texi: Include contents of
23636         doc/functions/strcasestr.texi, fixing the list of platforms.
23637         * doc/functions/strcasestr.texi: Remove file.
23638
23639 2008-01-19  Bruno Haible  <bruno@clisp.org>
23640
23641         * doc/glibc-functions/memmem.texi: Include contents of
23642         doc/functions/memmem.texi.
23643         * doc/functions/memmem.texi: Remove file.
23644
23645 2008-01-18  Bruno Haible  <bruno@clisp.org>
23646
23647         * doc/glibc-functions/*.texi: New files.
23648         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
23649         to use the new files.
23650
23651 2008-01-17  Bruno Haible  <bruno@clisp.org>
23652
23653         * tests/test-gethostname.c (main): Fix printf statement.
23654
23655 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23656
23657         * modules/gethostname-tests: New file.
23658
23659         * tests/test-gethostname.c: New file.
23660
23661 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23662
23663         * lib/gethostname.c: Include string.h unconditionally, strncpy is
23664         used by the UNAME case.  Reported by Bruno Haible
23665         <bruno@clisp.org>.
23666
23667 2008-01-17  Eric Blake  <ebb9@byu.net>
23668
23669         Convert c-strcasestr to be more efficient.
23670         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
23671         (Depends-on): Add c-strcase, remove malloca, strnlen.
23672         * tests/test-c-strcasestr.c (main): Enhance test.
23673         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
23674
23675 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23676
23677         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
23678         Use it in creating po/Makevars.
23679
23680 2008-01-15  Simon Josefsson  <simon@josefsson.org>
23681
23682         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
23683         Applications that requires it should initialize libgcrypt
23684         manually.
23685
23686 2008-01-16  Simon Josefsson  <simon@josefsson.org>
23687
23688         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
23689
23690 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
23691
23692         Fix problem with getdate on mingw32 reported by Simon Josefsson
23693         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
23694         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
23695         tzname", when deciding whether to declare tzname.
23696         * lib/strftime.c (tzname): Likewise.
23697
23698 2008-01-15  Bruno Haible  <bruno@clisp.org>
23699
23700         Work around a MacOS X 10.5 bug in frexpl().
23701         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
23702         * doc/functions/frexpl.texi: Document the bug.
23703         Reported by Elias Pipping <pipping@gentoo.org>.
23704
23705 2008-01-14  Eric Blake  <ebb9@byu.net>
23706
23707         Touch up previous patch.
23708         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
23709         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
23710
23711         Convert strcasestr module to use Two-Way algorithm.
23712         * modules/strcasestr-simple: New module, based on the old
23713         strcasestr, but with Two-Way rather than KMP.
23714         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
23715         * lib/string.in.h (rpl_strcasestr): Declare.
23716         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
23717         performance.
23718         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
23719         * modules/string (Makefile.am): Support strcasestr.
23720         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
23721         * modules/strcasestr-tests (Depends-on): Check for alarm.
23722         * tests/test-strcasestr.c: Augment test.
23723         * lib/str-two-way.h: Clean up stray macro.
23724         * NEWS: Document new module.
23725         * MODULES.html.sh (string handling): Likewise.
23726         * doc/functions/strcasestr.texi: New file.
23727         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
23728         here, since it is not a POSIX function.
23729
23730 2008-01-14  Colin Watson  <cjwatson@debian.org>
23731             Bruno Haible  <bruno@clisp.org>
23732
23733         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
23734         works fine; if not, set REPLACE_STRSIGNAL.
23735         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
23736         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23737         REPLACE_STRSIGNAL.
23738         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
23739         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
23740         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
23741
23742 2008-01-14  Bruno Haible  <bruno@clisp.org>
23743
23744         * modules/strsignal (Include): Change to <string.h>.
23745
23746 2008-01-14  Colin Watson  <cjwatson@debian.org>
23747
23748         * modules/argp (Notice): Add a notice recommending to change
23749         XGETTEXT_OPTIONS.
23750         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
23751
23752 2008-01-13  Colin Watson  <cjwatson@debian.org>
23753
23754         * modules/strsignal-tests: New file.
23755         * tests/test-strsignal.c: New file.
23756
23757         * lib/strsignal.c: New file, from glibc with modifications.
23758         * lib/siglist.h: New file, from glibc with modifications.
23759         * lib/string.in.h (strsignal): New declaration.
23760         * m4/strsignal.m4: New file.
23761         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23762         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
23763         * modules/strsignal: New file.
23764         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
23765         HAVE_DECL_STRSIGNAL.
23766
23767 2008-01-13  Bruno Haible  <bruno@clisp.org>
23768
23769         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
23770         locale encoding is not ASCII. Needed for OpenBSD 4.0.
23771         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23772         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23773
23774 2008-01-13  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
23777         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
23778         * lib/argp.h (__attribute__): Likewise.
23779         * lib/c-stack.c (__attribute__): Likewise.
23780         * lib/error.h (__attribute__): Likewise.
23781         * lib/fts.c (__attribute__): Likewise.
23782         * lib/openat.h (__attribute__): Likewise.
23783         * lib/stdio.in.h (__attribute__): Likewise.
23784         * lib/string.in.h (__attribute__): Likewise.
23785         * lib/utimens.c (__attribute__): Likewise.
23786         * lib/vasnprintf.h (__attribute__): Likewise.
23787         * lib/xalloc.h (__attribute__): Likewise.
23788         * lib/xprintf.h (__attribute__): Likewise.
23789         * lib/xstrtol.h (__attribute__): Likewise.
23790         * lib/xvasprintf.h (__attribute__): Likewise.
23791
23792 2008-01-12  Bruno Haible  <bruno@clisp.org>
23793
23794         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
23795         * doc/glibc-headers/a.out.texi: New file.
23796         * doc/glibc-headers/aliases.texi: New file.
23797         * doc/glibc-headers/alloca.texi: New file.
23798         * doc/glibc-headers/ar.texi: New file.
23799         * doc/glibc-headers/argp.texi: New file.
23800         * doc/glibc-headers/argz.texi: New file.
23801         * doc/glibc-headers/byteswap.texi: New file.
23802         * doc/glibc-headers/crypt.texi: New file.
23803         * doc/glibc-headers/endian.texi: New file.
23804         * doc/glibc-headers/envz.texi: New file.
23805         * doc/glibc-headers/err.texi: New file.
23806         * doc/glibc-headers/error.texi: New file.
23807         * doc/glibc-headers/execinfo.texi: New file.
23808         * doc/glibc-headers/fpu_control.texi: New file.
23809         * doc/glibc-headers/fstab.texi: New file.
23810         * doc/glibc-headers/fts.texi: New file.
23811         * doc/glibc-headers/getopt.texi: New file.
23812         * doc/glibc-headers/ieee754.texi: New file.
23813         * doc/glibc-headers/ifaddrs.texi: New file.
23814         * doc/glibc-headers/libintl.texi: New file.
23815         * doc/glibc-headers/mcheck.texi: New file.
23816         * doc/glibc-headers/mntent.texi: New file.
23817         * doc/glibc-headers/obstack.texi: New file.
23818         * doc/glibc-headers/paths.texi: New file.
23819         * doc/glibc-headers/printf.texi: New file.
23820         * doc/glibc-headers/pty.texi: New file.
23821         * doc/glibc-headers/resolv.texi: New file.
23822         * doc/glibc-headers/shadow.texi: New file.
23823         * doc/glibc-headers/sysexits.texi: New file.
23824         * doc/glibc-headers/ttyent.texi: New file.
23825
23826 2008-01-12  Jim Meyering  <meyering@redhat.com>
23827
23828         announce-gen: emit Gnulib's git-based version string.
23829         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
23830         New option --gnulib-version=V, where V is expected to be
23831         the output of running git describe in the gnulib directory.
23832         (get_tool_versions): Request feedback on xdelta.  I suspect it's
23833         not useful, and plan to stop publishing an xdelta file with each
23834         coreutils release.
23835
23836         * build-aux/announce-gen: Also check for lzma-compressed files.
23837
23838 2008-01-11  Bruno Haible  <bruno@clisp.org>
23839
23840         * tests/test-memmem.c (main): Increase maximum allowed time.
23841         * tests/test-strstr.c (main): Likewise.
23842
23843 2008-01-11  Bruno Haible  <bruno@clisp.org>
23844
23845         * doc/functions/memmem.texi: Add more precisions about platforms.
23846         * doc/functions/strstr.texi: Likewise.
23847
23848 2008-01-10  Eric Blake  <ebb9@byu.net>
23849
23850         * m4/strstr.m4: Delete cruft from copy-n-paste.
23851         Reported by Bruno Haible.
23852
23853 2008-01-10  Bruno Haible  <bruno@clisp.org>
23854
23855         Make c-strstr rely on strstr.
23856         * lib/c-strstr.c: Don't include str-kmp.h.
23857         (c_strstr): Define in terms of strstr.
23858         * modules/c-strstr (Files): Remove lib/str-kmp.h.
23859         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
23860
23861 2008-01-10  Bruno Haible  <bruno@clisp.org>
23862
23863         * doc/gnulib.texi (String Functions in C Locale): New section.
23864         * doc/c-ctype.texi: New file.
23865         * doc/c-strcase.texi: New file.
23866         * doc/c-strcaseeq.texi: New file.
23867         * doc/c-strcasestr.texi: New file.
23868         * doc/c-strstr.texi: New file.
23869         * doc/c-strtod.texi: New file.
23870         * doc/c-strtold.texi: New file.
23871
23872 2008-01-10  Eric Blake  <ebb9@byu.net>
23873
23874         * lib/relocatable.h: Fix a comment.
23875
23876 2008-01-10  Eric Blake  <ebb9@byu.net>
23877
23878         Share two-way algorithm.
23879         * lib/str-two-way.h: New file, merged from...
23880         * lib/memmem.c: ...here...
23881         * lib/strstr.c: ...and here.
23882         * modules/memmem (Files): Use it.
23883         * modules/strstr (Files): Likewise.
23884
23885         Avoid quadratic strstr implementations.
23886         * lib/strstr.c: New file.
23887         * m4/strstr.m4: Likewise.
23888         * modules/strstr: Likewise.
23889         * modules/strstr-tests: Likewise.
23890         * tests/test-strstr.c: Likewise.
23891         * lib/string.in.h (rpl_strstr): Declare.
23892         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
23893         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
23894         * modules/string (Makefile.am): Likewise.
23895         * MODULES.html.sh (string handling): Mention new module.
23896         * doc/functions/strstr.texi (strstr): Document the bug.
23897
23898 2008-01-10  Bruno Haible  <bruno@clisp.org>
23899
23900         * lib/relocatable.h (relocate): State whether result is freshly
23901         allocated or not.
23902         * lib/relocatable.c (relocate): Return a freshly allocated string
23903         instead of a pointer to a privately held string.
23904         Reported by Sylvain Beucler <beuc@gnu.org>.
23905
23906 2008-01-10  Colin Watson  <cjwatson@debian.org>
23907
23908         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
23909         s/S_ISNLK/S_ISLNK/.
23910
23911 2008-01-09  Bruno Haible  <bruno@clisp.org>
23912
23913         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
23914         and other files.
23915         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
23916         if it's only a guess.
23917         * modules/memmem: Simplify by depending on memmem-simple.
23918
23919 2008-01-09  Bruno Haible  <bruno@clisp.org>
23920
23921         Work around OpenBSD 4.0 tdelete() bug.
23922         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
23923         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
23924         macros and don't redefine the enum values.
23925         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
23926         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
23927         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
23928
23929 2008-01-09  Bruno Haible  <bruno@clisp.org>
23930
23931         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
23932         (main): Don't perform the tests if setlocale did not install a UTF-8
23933         locale. Needed on OpenBSD 4.0.
23934         * modules/wcwidth-tests (Depends-on): Add localcharset.
23935
23936 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23937
23938         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
23939         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
23940         * NEWS: announce this.
23941         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
23942
23943 2008-01-09  Simon Josefsson  <simon@josefsson.org>
23944         and Eric Blake  <ebb9@byu.net>
23945
23946         Add memmem-simple module.
23947         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
23948         (gl_FUNC_MEMMEM): Separate performance from presence checks.
23949         * modules/memmem-simple: New file.
23950         * modules/memmem (Description): Tweak.
23951         * MODULES.html.sh (string handling): Mention new module.
23952         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
23953         addressed by memmem-simple.
23954         * NEWS: Document the difference.
23955
23956 2008-01-09  Eric Blake  <ebb9@byu.net>
23957
23958         Give gcc some memmem optimization hints.
23959         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
23960         (strcasestr): Declare as pure.
23961         * modules/memmem (Maintainer): Claim my implementation.
23962
23963 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23964
23965         Support AIX 6.1 and higher.
23966         * build-aux/config.libpath: Likewise.
23967         * build-aux/config.rpath: Likewise.
23968
23969 2008-01-08  Jim Meyering  <meyering@redhat.com>
23970             Bruno Haible  <bruno@clisp.org>
23971
23972         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
23973         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
23974         Reported by Peter Fales in
23975         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
23976
23977 2008-01-08  Bruno Haible  <bruno@clisp.org>
23978
23979         * modules/unictype/category-of (Depends-on): Add
23980         unictype/category-none.
23981         * modules/unictype/category-and-tests (Depends-on): Add
23982         unictype/category-{L,N,Lu,Nd}.
23983         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
23984         * modules/unictype/category-or-tests (Depends-on): Add
23985         unictype/category-{L,N}.
23986         * modules/unictype/category-name-tests (Depends-on): Add
23987         unictype/category-{Z,Nl}.
23988         Reported by Simon Josefsson.
23989
23990 2008-01-08  Bruno Haible  <bruno@clisp.org>
23991
23992         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
23993         convention better.
23994         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
23995         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
23996         Reported by Peter Miller <millerp@canb.auug.org.au>.
23997
23998 2008-01-08  Eric Blake  <ebb9@byu.net>
23999
24000         Rewrite memmem to guarantee linear complexity without malloc.
24001         * lib/memmem.c (memmem): Use Two-Way rather than
24002         Knuth-Morris-Pratt, to allow O(1) space usage.
24003         (critical_factorization, two_way_short_needle)
24004         (two_way_long_needle): New functions.
24005         (knuth_morris_pratt): Delete.
24006         * modules/memmem (Depends-on): No longer need malloca or stdbool.
24007         Add stdint.
24008         * tests/test-memmem.c (main): Add tests for periodic needle and
24009         sublinear performance.
24010         * doc/functions/memmem.texi (memmem): Document other deficiencies
24011         in cygwin and older glibc.
24012
24013 2008-01-08  Bruno Haible  <bruno@clisp.org>
24014
24015         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
24016         augmentation.
24017
24018 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
24019
24020         Add a configure time option: --disable-acl.
24021         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
24022         AC_ARG_ENABLE(acl).
24023
24024 2008-01-06  Simon Josefsson  <simon@josefsson.org>
24025
24026         * tests/test-localename.c: Don't include obsolete "setenv.h".
24027
24028         * modules/localename-tests (Depends-on): Need unsetenv.
24029
24030 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24031
24032         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
24033
24034 2008-01-06  Colin Watson  <cjwatson@debian.org>
24035
24036         * users.txt: Add man-db.
24037
24038 2008-01-07  Bruno Haible  <bruno@clisp.org>
24039
24040         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
24041         previous section name.
24042
24043 2008-01-07  Bruno Haible  <bruno@clisp.org>
24044
24045         * lib/progname.c (set_program_name): Don't strip off a leading
24046         "lt-" prefix outside a .libs directory.
24047         Suggested by Paul Eggert.
24048
24049 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
24050             Bruno Haible  <bruno@clisp.org>
24051
24052         Improve memory cleanup in 'relocatable' module.
24053         * lib/relocatable.h (compute_curr_prefix): Change return type to
24054         'char *'.
24055         * lib/relocatable.c (compute_curr_prefix): Change return type to
24056         'char *'. Free curr_installdir after use.
24057         (relocate): Free curr_prefix_better after use.
24058         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
24059
24060 2008-01-01  Bruno Haible  <bruno@clisp.org>
24061
24062         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
24063         failure on older glibc systems.
24064         Reported by Peter Fales <psfales@alcatel-lucent.com>.
24065
24066 2008-01-05  Eric Blake  <ebb9@byu.net>
24067
24068         Avoid quadratic system memmem.
24069         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
24070         Reported by Ralf Wildenhues.
24071
24072         Fix memmem test for mingw.
24073         * modules/memmem-tests (configure.ac): Check for alarm.
24074         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
24075         it.
24076         * doc/functions/memmem.texi: New file.
24077         * doc/gnulib.texi (Function Substitutes): Add memmem.
24078         Reported by Bruno Haible.
24079
24080 2008-01-04  Bruno Haible  <bruno@clisp.org>
24081
24082         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
24083         Require gl_HEADER_STRINGS_H_DEFAULTS, not
24084         gl_HEADER_STRING_H_DEFAULTS.
24085
24086 2008-01-04  Eric Blake  <ebb9@byu.net>
24087
24088         Shorten duration of memmem test.
24089         * tests/test-memmem.c (main): Use alarm to declare failure if test
24090         is taking too long.
24091         Reported by Ralf Wildenhues.
24092
24093 2007-12-21  Simon Josefsson  <simon@josefsson.org>
24094
24095         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
24096         string, needed by strerror.
24097
24098 2008-01-03  Colin Watson  <cjwatson@debian.org>
24099             Bruno Haible  <bruno@clisp.org>
24100
24101         * doc/gnulib-tool.texi (Localization): New section.
24102
24103 2008-01-02  Bruno Haible  <bruno@clisp.org>
24104
24105         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
24106         variables to 'unsigned char *' type.
24107         Reported by Paul Eggert.
24108
24109 2008-01-02  Jim Meyering  <jim@meyering.net>
24110
24111         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
24112
24113 2007-12-31  Jim Meyering  <jim@meyering.net>
24114
24115         Avoid use of private FTS type name.
24116         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
24117
24118 2007-12-30  Karl Berry  <karl@gnu.org>
24119
24120         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
24121         work around defect in Texinfo and/or the standalone Info browser.
24122
24123 2007-12-30  Bruno Haible  <bruno@clisp.org>
24124
24125         Unify 5 copies of the KMP code.
24126         * lib/str-kmp.h: New file.
24127         * lib/c-strcasestr.c: Include str-kmp.h.
24128         (knuth_morris_pratt): Remove function.
24129         (c_strcasestr): Update.
24130         * lib/c-strstr.c: Include str-kmp.h.
24131         (knuth_morris_pratt): Remove function.
24132         (c_strcasestr): Update.
24133         * lib/mbscasestr.c: Include str-kmp.h.
24134         (knuth_morris_pratt_unibyte): Remove function.
24135         * lib/mbsstr.c: Include str-kmp.h.
24136         (knuth_morris_pratt_unibyte): Remove function.
24137         * lib/strcasestr.c: Include str-kmp.h.
24138         (knuth_morris_pratt): Remove function.
24139         (strcasestr): Update.
24140         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
24141         * modules/c-strstr (Files): Likewise.
24142         * modules/mbscasestr (Files): Likewise.
24143         * modules/mbsstr (Files): Likewise.
24144         * modules/strcasestr (Files): Likewise.
24145         Suggested by Paul Eggert.
24146
24147 2007-12-30  Bruno Haible  <bruno@clisp.org>
24148
24149         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
24150         defined.
24151
24152 2007-12-30  Bruno Haible  <bruno@clisp.org>
24153
24154         * lib/xmalloca.h: Include xalloc.h.
24155         (xnmalloca): New macro.
24156
24157 2007-12-30  Bruno Haible  <bruno@clisp.org>
24158
24159         * lib/malloca.h (nmalloca): New macro.
24160         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
24161         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
24162         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
24163         knuth_morris_pratt_multibyte): Likewise.
24164         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
24165         knuth_morris_pratt_multibyte): Likewise.
24166         * lib/memmem.c (knuth_morris_pratt): Likewise.
24167         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
24168
24169 2007-12-25  Bruno Haible  <bruno@clisp.org>
24170
24171         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
24172         * lib/glob.c: Don't include openat.h.
24173         (link_exists2_p): Add back the code that deals with the
24174         !GLOB_ALTDIRFUNC case.
24175         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
24176         let it do the filename concatenation.
24177         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
24178         * modules/glob (Depends-on): Remove openat.
24179
24180 2007-12-31  Bruno Haible  <bruno@clisp.org>
24181
24182         * modules/dirfd (License): Change to LGPLv2+.
24183         Approved by Jim Meyering.
24184
24185 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24186
24187         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
24188         when multiplying M by sizeof (size_t).
24189
24190 2007-12-10  Martin Lambers  <marlam@marlam.de>
24191
24192         Override getpagesize on mingw.
24193         * lib/getpagesize.c: New file.
24194         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
24195         * modules/getpagesize (Files): Add lib/getpagesize.c.
24196         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
24197         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
24198         REPLACE_GETPAGESIZE.
24199         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
24200
24201 2007-12-25  Bruno Haible  <bruno@clisp.org>
24202
24203         * modules/localcharset (Notice): New field.
24204         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
24205         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
24206
24207 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24208             Bruno Haible  <bruno@clisp.org>
24209
24210         Avoid using the syntax symbol() in formatted documentation.
24211         * MODULES.html.sh (func_module): When replacing symbol() with a
24212         hyperlink, remove the parentheses. Show an error if some remain.
24213         Recognize and render the '...' syntax.
24214         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
24215         Rework. Add paragraph about GCC's inlining.
24216         * doc/alloca.texi: Likewise.
24217         * doc/error.texi: Remove parentheses from symbol reference.
24218         * doc/gnulib-intro.texi: Likewise.
24219         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
24220         * modules/fnmatch (Description): Reword to say "the ... function".
24221         * modules/full-read (Description): Likewise.
24222         * modules/full-write (Description): Likewise.
24223         * modules/safe-read (Description): Likewise.
24224         * modules/safe-write (Description): Likewise.
24225         * modules/strchrnul (Description): Likewise.
24226         * modules/trim (Description): Likewise.
24227         * modules/error (Description): Remove parentheses from symbol
24228         references.
24229         * modules/verror (Description): Likewise.
24230         Reported by Karl Berry.
24231
24232 2007-12-25  Bruno Haible  <bruno@clisp.org>
24233
24234         Fixup after 2007-10-16 commit.
24235         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
24236
24237 2007-12-24  Bruno Haible  <bruno@clisp.org>
24238
24239         Make --enable-relocatable work with DESTDIR.
24240         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
24241         to compute installdir from destprog.
24242         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
24243         also set the RELOC_DESTDIR variable.
24244         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24245
24246 2007-12-24  Bruno Haible  <bruno@clisp.org>
24247
24248         Fix link error due to xalloc_die().
24249         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
24250         of xreadlink.
24251         * lib/relocwrapper.c: Update comments.
24252         * build-aux/install-reloc: Remove xreadlink.c from file list.
24253         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
24254         xreadlink.c.
24255         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24256
24257 2007-12-24  Bruno Haible  <bruno@clisp.org>
24258
24259         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
24260         * lib/setenv.h: Remove file.
24261         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
24262         lib/setenv.h.
24263         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
24264         (Depends-on): Add stdlib.
24265         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
24266         gl_FUNC_UNSETENV.
24267         (Include): Replace setenv.h with <stdlib.h>.
24268         * modules/unsetenv: New file.
24269         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
24270         * lib/unsetenv.c: Include <stdlib.h> first.
24271         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
24272         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
24273         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
24274         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
24275         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
24276         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24277         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
24278         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24279         * doc/functions/unsetenv.texi: Update.
24280         * modules/xsetenv (Depends-on): Add unsetenv.
24281         * modules/getdate (Depends-on): Likewise.
24282         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
24283         * lib/xsetenv.c: Don't include setenv.h.
24284         * lib/getdate.y: Likewise.
24285         * lib/relocwrapper.c: Likewise.
24286         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
24287         (Depends-on): Add stdlib.
24288         * NEWS: Mention the changes.
24289         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24290
24291 2007-12-23  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24294         indentation.
24295
24296 2007-12-23  Bruno Haible  <bruno@clisp.org>
24297
24298         * lib/c-strcasestr.c: Add more comments.
24299         * lib/c-strstr.c: Likewise.
24300         * lib/mbscasestr.c: Likewise.
24301         * lib/mbsstr.c: Likewise.
24302         * lib/strcasestr.c: Likewise.
24303         * lib/memmem.c: Likewise.
24304
24305 2007-12-23  Bruno Haible  <bruno@clisp.org>
24306
24307         * tests/test-memmem.c: Include <string.h> first.
24308
24309 2007-12-22  Bruno Haible  <bruno@clisp.org>
24310
24311         * gnulib-tool (func_create_testdir): Change $auxdir while generating
24312         the contents of $testsbase.
24313         Reported by Ralf Wildenhues.
24314
24315 2007-12-22  Bruno Haible  <bruno@clisp.org>
24316
24317         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
24318         two variables local_ldadd_before, local_ldadd_last.
24319
24320 2007-12-20  Eric Blake  <ebb9@byu.net>
24321
24322         Work around circular library issue when cross-compiling.
24323         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
24324         that progname.o does not need to pull in rpl_memcmp.
24325
24326 2007-12-19  Eric Blake  <ebb9@byu.net>
24327
24328         Fix memmem to avoid O(n^2) worst-case complexity.
24329         * lib/memmem.c (knuth_morris_pratt): New function.
24330         (memmem): Use it if first few naive iterations fail.
24331         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
24332         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
24333         * modules/memchr (License): Likewise.
24334         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
24335         malloca.
24336         * tests/test-memmem.c: Rewrite, borrowing ideas from
24337         test-mbsstr1.c; the old version wouldn't even compile!
24338         * modules/memmem-tests: New file.
24339         * lib/string.in.h (rpl_memmem): Add declaration.
24340         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
24341         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
24342         REPLACE_MEMMEM.
24343
24344 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24345
24346         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
24347         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
24348         before any system include files, and undef after them all.  This
24349         should fix a problem on VMS reported by John E. Malmberg in
24350         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
24351
24352 2007-12-17  Eric Blake  <ebb9@byu.net>
24353
24354         Revert addition of verify, for BSD/OS.
24355         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
24356         can't handle large files, for the sake of obsolete platforms.
24357         * modules/fseeko (Depends-on): Remove verify.
24358         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
24359         * doc/functions/ftello.texi (ftello): Likewise.
24360         * doc/functions/fgetpos.texi (fgetpos): Likewise.
24361         Reported by Larry Jones.
24362
24363 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
24364
24365         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
24366         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
24367
24368 2007-12-17  Jim Meyering  <meyering@redhat.com>
24369
24370         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
24371         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
24372         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
24373         * modules/getcwd (Depends-on): Add openat.
24374         Reported by Petr Salinger.
24375
24376 2007-12-17  Bruno Haible  <bruno@clisp.org>
24377
24378         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
24379         avoid a segmentation fault of the configure test on x86_64 systems.
24380
24381 2007-12-15  Jim Meyering  <meyering@redhat.com>
24382
24383         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
24384
24385 2007-12-13  Eric Blake  <ebb9@byu.net>
24386
24387         Another fseek test.
24388         * tests/test-fseek.c (main): Also test ungetc handling.
24389         * tests/test-fseeko.c (main): Likewise.
24390         * modules/fseeko (Depends-on): Add verify.
24391         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
24392         large.
24393         Reported by Larry Jones.
24394
24395         Fix fseeko on mingw.
24396         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
24397         seek.
24398
24399         Beef up fseek tests.
24400         * tests/test-fseek.c (main): Also test eof handling.
24401         * tests/test-fseeko.c (main): Likewise.
24402         Reported by Larry Jones.
24403
24404 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
24405
24406         Fix fseeko on BSD-based platforms.
24407         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
24408         successful seek.
24409
24410 2007-12-12  Eric Blake  <ebb9@byu.net>
24411
24412         Allow circular dependency of separate libtests.a
24413         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
24414         when use_libtests.
24415
24416 2007-12-11  Eric Blake  <ebb9@byu.net>
24417
24418         Fix bug with -0.0L in previous patch.
24419         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
24420         * tests/test-isnan.c (main): Also test on zeroes.
24421         * tests/test-isnanf.c (main): Likewise.
24422         * tests/test-isnanl.h (main): Likewise.
24423
24424         Detect pseudo-denormals on x86 even when cross-compiling.
24425         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
24426         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
24427         invalid bit patterns that happen to satisfy ==.
24428
24429         Avoid link failures with separate libtests.a.
24430         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
24431         last, to satisfy circular dependencies.
24432
24433 2007-12-11  Eric Blake  <ebb9@byu.net>
24434         and Bruno Haible  <bruno@clisp.org>
24435
24436         Fix OpenBSD 4.0 <float.h> handling of long double.
24437         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
24438         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
24439         * doc/headers/float.texi (float.h): Document OpenBSD bug.
24440
24441 2007-12-11  Jim Meyering  <meyering@redhat.com>
24442
24443         * users.txt: Add libvirt.
24444
24445         Support versions of autoconf prior to 2.59c.
24446         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
24447         if it is not already defined.
24448
24449 2007-12-09  Bruno Haible  <bruno@clisp.org>
24450
24451         Let 'gnulib-tool --import' collect sources needed for the tests in
24452         tests/ rather than in lib/.
24453         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24454         argument. If true, add rules to generate libtests.a, and put libtests.a
24455         into $(LDADD). Consider source files in subdirectories and set
24456         uses_subdirs.
24457         (func_emit_initmacro_start, func_emit_initmacro_end,
24458         func_emit_initmacro_done): Pass all arguments explicitly.
24459         (func_import): Determine two module lists main_modules,
24460         testsrelated_modules. Determine use_libtests. Determine two variables
24461         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24462         instead of just sed_transform_lib_file. Determine two variables
24463         main_files and testsrelated_files. Compute 'files' as the union of
24464         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24465         func_add_or_update. In the generated gnulib-comp.m4, collect the
24466         object files for tests/ in different variables than those for lib/.
24467         Substitute LIBTESTS_LIBDEPS.
24468         (func_create_testdir): Combine the uses_subdirs results from
24469         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24470
24471 2007-12-09  Bruno Haible  <bruno@clisp.org>
24472
24473         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24474         the build-aux directory.
24475
24476 2007-12-09  Bruno Haible  <bruno@clisp.org>
24477
24478         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24479         introduced on 2006-09-09.
24480
24481 2007-12-07  Jim Meyering  <meyering@redhat.com>
24482
24483         Let these macros work also with autoconf-2.59.
24484         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24485         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24486         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24487
24488 2007-12-06  Jim Meyering  <meyering@redhat.com>
24489
24490         Avoid a configure-time syntax error in gl_FUNC_ACL.
24491         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24492         function in each branch, before testing the cache variable.
24493
24494 2007-12-04  Eric Blake  <ebb9@byu.net>
24495
24496         Make scripts executable.
24497         * build-aux/config.guess: Add execute permissions.
24498         * build-aux/config.sub: Likewise.
24499         * build-aux/gendocs.sh: Likewise.
24500
24501         Fix frexp on mingw.
24502         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24503         cross-compiling.
24504         * doc/functions/frexp.texi (frexp): Document the bug.
24505
24506         Make cygwin fseeko check more reliable.
24507         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24508         version numbers, rather than unrelated feature check.
24509         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24510         * doc/functions/ftello.texi (ftello): Likewise.
24511         Reported by Bruno Haible.
24512
24513         * m4/strerror.m4: Bump version number.
24514
24515 2007-12-03  Bruno Haible  <bruno@clisp.org>
24516
24517         * doc/functions/mprotect.texi: Mention the mingw problem.
24518
24519 2007-12-03  Eric Blake  <ebb9@byu.net>
24520
24521         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24522         REPLACE_STRERROR is initialized before this macro.
24523
24524 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24525
24526         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24527         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24528         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24529         put -lsec in even for programs other than 'ls'.  This fixes a problem
24530         for gettext reported by Bruno Haible in
24531         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24532         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24533         Add support for Solaris 10.  This isn't efficient, but should get the
24534         job done for now.
24535
24536 2007-12-03  James Youngman  <jay@gnu.org>
24537
24538         * doc/regexprops-generic.texi: change "an close-group" to "a
24539         close-group" and "illegal" to "not allowed".
24540
24541 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24542
24543         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24544         pr_byname.h. Needed for the rare case when the maintainer has done
24545         "make maintainer-clean" in the source directory and then attempts a
24546         build outside the source directory.
24547         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24548         scripts_byname.h.
24549
24550 2007-12-02  Martin Lambers <marlam@marlam.de>
24551             Bruno Haible  <bruno@clisp.org>
24552
24553         * lib/getpagesize.h: Remove file.
24554         * lib/unistd.in.h: Include declaration of getpagesize here.
24555         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24556         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24557         HAVE_SYS_PARAM_H.
24558         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24559         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24560         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24561         (Depends-on): Add unistd.
24562         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24563         (Include): Use <unistd.h> instead of getpagesize.h.
24564         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24565         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24566         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24567         gl_GETPAGESIZE invocation, already handled by module dependency.
24568         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24569
24570 2007-12-02  Bruno Haible  <bruno@clisp.org>
24571
24572         * modules/strings-tests: New file.
24573         * tests/test-strings.c: New file.
24574
24575         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24576         * lib/strings.in.h: New file.
24577         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24578         * m4/strings_h.m4: New file.
24579         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24580         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24581         * modules/strings: New file.
24582         * modules/string (Makefile.am): Update.
24583         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24584         Reported by Karl Berry.
24585
24586 2007-12-01  Eric Blake  <ebb9@byu.net>
24587
24588         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24589         accomodate fix in cygwin 1.5.25.
24590
24591 2007-12-01  Jim Meyering  <meyering@redhat.com>
24592
24593         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24594         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24595         that would inhibit utf8-optimization of a regexp containing line-
24596         or buffer-anchors, e.g., `^', `$'.
24597
24598 2007-11-30  Bruno Haible  <bruno@clisp.org>
24599
24600         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
24601         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
24602         glthread_recursive_lock_init.
24603         * lib/lock.c (glthread_recursive_lock_init)
24604         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
24605         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24606
24607 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
24608
24609         New function qset_acl, like set_acl but with syscall semantics.
24610         * lib/acl.h (qset_acl): New decl.
24611         * lib/acl.c (qset_acl): New function.
24612         (set_acl): Use new function.  Use more-consistent diagnostics.
24613
24614 2007-11-28  Jim Meyering  <meyering@redhat.com>
24615
24616         * modules/physmem (License): Change from GPL to LGPLv2+.
24617
24618 2007-11-26  Bruno Haible  <bruno@clisp.org>
24619
24620         * lib/vasnprintf.c (decode_long_double): Don't abort if the
24621         'long double' type has excess precision.
24622         Reported by Jim Meyering in
24623         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
24624
24625 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24626
24627         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
24628         Sync from <http://gnu.org/licenses>.
24629         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
24630         with license text from same location.
24631         * doc/maintain.texi, doc/standards.texi:  Sync from
24632         <http://savannah.gnu.org/projects/gnustandards>.
24633
24634 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
24635         and Jim Meyering  <meyering@redhat.com>
24636
24637         Adjust getdate' grammar to accept a slightly more regular language.
24638         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
24639         Before, the former was rejected.
24640         * lib/getdate.y (digits_to_date_time): New function, factored
24641         out of ...
24642         (number): ...here.  Just call digits_to_date_time.
24643         (hybrid): New non-terminal to handle an <unsigned number,
24644         signed relative offset> sequence consistently.
24645
24646 2007-11-18  Jim Meyering  <meyering@redhat.com>
24647
24648         Pull my changes from coreutils:
24649         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
24650         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
24651         use of $gnulib_tool_option_extras, so that it's separated from the
24652         preceding argument.
24653
24654         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
24655         * build-aux/bootstrap (cp_mark_as_generated): Create any required
24656         parent destination directories before copying a file into place.
24657
24658 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24659
24660         bootstrap: work also with 4-argument variant of AC_INIT
24661         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
24662
24663 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24664
24665         Port test-getaddrinfo to Solaris.
24666         Problem reported by Bruno Haible in
24667         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
24668         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
24669         explanation of setting 'hints'.
24670         Don't reject an implementation merely because it returns EAI_SERVICE.
24671         (EAI_SERVICE): Define to 0 if not defined.
24672
24673 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24674
24675         The license of gnu-make and posix-shell is now "GPLed build tool".
24676         * modules/gnu-make (License): Likewise.
24677         * modules/posix-shell (License): Likewise.
24678
24679         New module posix-shell, for determining a POSIX shell
24680         or perhaps something that is close enough to a POSIX shell.
24681         * m4/posix-shell.m4: New file.
24682         * modules/posix-shell: New file.
24683
24684         * MODULES.html.sh: Mention new module.
24685
24686         New module gnu-make, for determining whether we're using GNU Make.
24687         * m4/gnu-make.m4: New file.
24688         * modules/gnu-make: New file.
24689         * MODULES.html.sh: Mention new module.
24690
24691 2007-11-14  Jim Meyering  <meyering@redhat.com>
24692
24693         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
24694         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
24695         use this macro to create a function _definition_.
24696         Remove useless "#undef ARGMATCH_DIE".
24697
24698 2007-11-14  Bruno Haible  <bruno@clisp.org>
24699
24700         * lib/config.charset: Update for OpenBSD 4.1.
24701         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
24702
24703 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
24704
24705         Document 64-bit #if problems in stdint.texi.
24706         * doc/headers/stdint.texi (stdint.h): Mention problems with
24707         64-bit-#if, and how to work around them.
24708
24709         Don't insist on 'long long int' support in the preprocessor.  It
24710         breaks too many things.  For example, PRIdMAX still uses a 'long
24711         long int' format with the latest Sun compiler, even though
24712         HAVE_LONG_LONG_INT isn't defined due to that compiler's
24713         preprocessor problem.  This causes the latest coreutils to dump
24714         core on Solaris 10 sparc with the Sun C compiler.
24715         Instead, fix the 2007-10-16 problem in a different way, by evaluating
24716         the troublesome expressions at configure-time, not at #if-time.
24717         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
24718         preprocessor.
24719         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
24720         compile-time C checks, done at 'configure'-time.
24721         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
24722         * modules/inttypes (Makefile): Substitute the new symbols that
24723         gl_INTTYPES_H now generates.
24724         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
24725
24726 2007-11-12  Bruno Haible  <bruno@clisp.org>
24727
24728         Tests for Unicode character classification functions.
24729
24730         * modules/unictype/bidicategory-byname-tests: New file.
24731         * modules/unictype/bidicategory-name-tests: New file.
24732         * modules/unictype/bidicategory-of-tests: New file.
24733         * modules/unictype/bidicategory-test-tests: New file.
24734         * modules/unictype/block-list-tests: New file.
24735         * modules/unictype/block-of-tests: New file.
24736         * modules/unictype/block-test-tests: New file.
24737         * modules/unictype/category-C-tests: New file.
24738         * modules/unictype/category-Cc-tests: New file.
24739         * modules/unictype/category-Cf-tests: New file.
24740         * modules/unictype/category-Cn-tests: New file.
24741         * modules/unictype/category-Co-tests: New file.
24742         * modules/unictype/category-Cs-tests: New file.
24743         * modules/unictype/category-L-tests: New file.
24744         * modules/unictype/category-Ll-tests: New file.
24745         * modules/unictype/category-Lm-tests: New file.
24746         * modules/unictype/category-Lo-tests: New file.
24747         * modules/unictype/category-Lt-tests: New file.
24748         * modules/unictype/category-Lu-tests: New file.
24749         * modules/unictype/category-M-tests: New file.
24750         * modules/unictype/category-Mc-tests: New file.
24751         * modules/unictype/category-Me-tests: New file.
24752         * modules/unictype/category-Mn-tests: New file.
24753         * modules/unictype/category-N-tests: New file.
24754         * modules/unictype/category-Nd-tests: New file.
24755         * modules/unictype/category-Nl-tests: New file.
24756         * modules/unictype/category-No-tests: New file.
24757         * modules/unictype/category-P-tests: New file.
24758         * modules/unictype/category-Pc-tests: New file.
24759         * modules/unictype/category-Pd-tests: New file.
24760         * modules/unictype/category-Pe-tests: New file.
24761         * modules/unictype/category-Pf-tests: New file.
24762         * modules/unictype/category-Pi-tests: New file.
24763         * modules/unictype/category-Po-tests: New file.
24764         * modules/unictype/category-Ps-tests: New file.
24765         * modules/unictype/category-S-tests: New file.
24766         * modules/unictype/category-Sc-tests: New file.
24767         * modules/unictype/category-Sk-tests: New file.
24768         * modules/unictype/category-Sm-tests: New file.
24769         * modules/unictype/category-So-tests: New file.
24770         * modules/unictype/category-Z-tests: New file.
24771         * modules/unictype/category-Zl-tests: New file.
24772         * modules/unictype/category-Zp-tests: New file.
24773         * modules/unictype/category-Zs-tests: New file.
24774         * modules/unictype/category-and-not-tests: New file.
24775         * modules/unictype/category-and-tests: New file.
24776         * modules/unictype/category-byname-tests: New file.
24777         * modules/unictype/category-name-tests: New file.
24778         * modules/unictype/category-none-tests: New file.
24779         * modules/unictype/category-of-tests: New file.
24780         * modules/unictype/category-or-tests: New file.
24781         * modules/unictype/category-test-withtable-tests: New file.
24782         * modules/unictype/combining-class-tests: New file.
24783         * modules/unictype/ctype-alnum-tests: New file.
24784         * modules/unictype/ctype-alpha-tests: New file.
24785         * modules/unictype/ctype-blank-tests: New file.
24786         * modules/unictype/ctype-cntrl-tests: New file.
24787         * modules/unictype/ctype-digit-tests: New file.
24788         * modules/unictype/ctype-graph-tests: New file.
24789         * modules/unictype/ctype-lower-tests: New file.
24790         * modules/unictype/ctype-print-tests: New file.
24791         * modules/unictype/ctype-punct-tests: New file.
24792         * modules/unictype/ctype-space-tests: New file.
24793         * modules/unictype/ctype-upper-tests: New file.
24794         * modules/unictype/ctype-xdigit-tests: New file.
24795         * modules/unictype/decimal-digit-tests: New file.
24796         * modules/unictype/digit-tests: New file.
24797         * modules/unictype/mirror-tests: New file.
24798         * modules/unictype/numeric-tests: New file.
24799         * modules/unictype/property-alphabetic-tests: New file.
24800         * modules/unictype/property-ascii-hex-digit-tests: New file.
24801         * modules/unictype/property-bidi-arabic-digit-tests: New file.
24802         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
24803         * modules/unictype/property-bidi-block-separator-tests: New file.
24804         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
24805         * modules/unictype/property-bidi-common-separator-tests: New file.
24806         * modules/unictype/property-bidi-control-tests: New file.
24807         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
24808         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
24809         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
24810         * modules/unictype/property-bidi-european-digit-tests: New file.
24811         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
24812         * modules/unictype/property-bidi-left-to-right-tests: New file.
24813         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
24814         * modules/unictype/property-bidi-other-neutral-tests: New file.
24815         * modules/unictype/property-bidi-pdf-tests: New file.
24816         * modules/unictype/property-bidi-segment-separator-tests: New file.
24817         * modules/unictype/property-bidi-whitespace-tests: New file.
24818         * modules/unictype/property-byname-tests: New file.
24819         * modules/unictype/property-combining-tests: New file.
24820         * modules/unictype/property-composite-tests: New file.
24821         * modules/unictype/property-currency-symbol-tests: New file.
24822         * modules/unictype/property-dash-tests: New file.
24823         * modules/unictype/property-decimal-digit-tests: New file.
24824         * modules/unictype/property-default-ignorable-code-point-tests: New file.
24825         * modules/unictype/property-deprecated-tests: New file.
24826         * modules/unictype/property-diacritic-tests: New file.
24827         * modules/unictype/property-extender-tests: New file.
24828         * modules/unictype/property-format-control-tests: New file.
24829         * modules/unictype/property-grapheme-base-tests: New file.
24830         * modules/unictype/property-grapheme-extend-tests: New file.
24831         * modules/unictype/property-grapheme-link-tests: New file.
24832         * modules/unictype/property-hex-digit-tests: New file.
24833         * modules/unictype/property-hyphen-tests: New file.
24834         * modules/unictype/property-id-continue-tests: New file.
24835         * modules/unictype/property-id-start-tests: New file.
24836         * modules/unictype/property-ideographic-tests: New file.
24837         * modules/unictype/property-ids-binary-operator-tests: New file.
24838         * modules/unictype/property-ids-trinary-operator-tests: New file.
24839         * modules/unictype/property-ignorable-control-tests: New file.
24840         * modules/unictype/property-iso-control-tests: New file.
24841         * modules/unictype/property-join-control-tests: New file.
24842         * modules/unictype/property-left-of-pair-tests: New file.
24843         * modules/unictype/property-line-separator-tests: New file.
24844         * modules/unictype/property-logical-order-exception-tests: New file.
24845         * modules/unictype/property-lowercase-tests: New file.
24846         * modules/unictype/property-math-tests: New file.
24847         * modules/unictype/property-non-break-tests: New file.
24848         * modules/unictype/property-not-a-character-tests: New file.
24849         * modules/unictype/property-numeric-tests: New file.
24850         * modules/unictype/property-other-alphabetic-tests: New file.
24851         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
24852         * modules/unictype/property-other-grapheme-extend-tests: New file.
24853         * modules/unictype/property-other-id-continue-tests: New file.
24854         * modules/unictype/property-other-id-start-tests: New file.
24855         * modules/unictype/property-other-lowercase-tests: New file.
24856         * modules/unictype/property-other-math-tests: New file.
24857         * modules/unictype/property-other-uppercase-tests: New file.
24858         * modules/unictype/property-paired-punctuation-tests: New file.
24859         * modules/unictype/property-paragraph-separator-tests: New file.
24860         * modules/unictype/property-pattern-syntax-tests: New file.
24861         * modules/unictype/property-pattern-white-space-tests: New file.
24862         * modules/unictype/property-private-use-tests: New file.
24863         * modules/unictype/property-punctuation-tests: New file.
24864         * modules/unictype/property-quotation-mark-tests: New file.
24865         * modules/unictype/property-radical-tests: New file.
24866         * modules/unictype/property-sentence-terminal-tests: New file.
24867         * modules/unictype/property-soft-dotted-tests: New file.
24868         * modules/unictype/property-space-tests: New file.
24869         * modules/unictype/property-terminal-punctuation-tests: New file.
24870         * modules/unictype/property-test-tests: New file.
24871         * modules/unictype/property-titlecase-tests: New file.
24872         * modules/unictype/property-unassigned-code-value-tests: New file.
24873         * modules/unictype/property-unified-ideograph-tests: New file.
24874         * modules/unictype/property-uppercase-tests: New file.
24875         * modules/unictype/property-variation-selector-tests: New file.
24876         * modules/unictype/property-white-space-tests: New file.
24877         * modules/unictype/property-xid-continue-tests: New file.
24878         * modules/unictype/property-xid-start-tests: New file.
24879         * modules/unictype/property-zero-width-tests: New file.
24880         * modules/unictype/scripts-tests: New file.
24881         * modules/unictype/syntax-c-ident-tests: New file.
24882         * modules/unictype/syntax-c-whitespace-tests: New file.
24883         * modules/unictype/syntax-java-ident-tests: New file.
24884         * modules/unictype/syntax-java-whitespace-tests: New file.
24885         * tests/unictype/test-bidi_byname.c: New file.
24886         * tests/unictype/test-bidi_name.c: New file.
24887         * tests/unictype/test-bidi_of.c: New file.
24888         * tests/unictype/test-bidi_test.c: New file.
24889         * tests/unictype/test-block_list.c: New file.
24890         * tests/unictype/test-block_of.c: New file.
24891         * tests/unictype/test-block_test.c: New file.
24892         * tests/unictype/test-categ_and.c: New file.
24893         * tests/unictype/test-categ_and_not.c: New file.
24894         * tests/unictype/test-categ_byname.c: New file.
24895         * tests/unictype/test-categ_name.c: New file.
24896         * tests/unictype/test-categ_none.c: New file.
24897         * tests/unictype/test-categ_of.c: New file.
24898         * tests/unictype/test-categ_or.c: New file.
24899         * tests/unictype/test-categ_test_withtable.c: New file.
24900         * tests/unictype/test-combining.c: New file.
24901         * tests/unictype/test-decdigit.c: New file.
24902         * tests/unictype/test-digit.c: New file.
24903         * tests/unictype/test-mirror.c: New file.
24904         * tests/unictype/test-numeric.c: New file.
24905         * tests/unictype/test-pr_byname.c: New file.
24906         * tests/unictype/test-pr_test.c: New file.
24907         * tests/unictype/test-predicate-part1.h: New file.
24908         * tests/unictype/test-predicate-part2.h: New file.
24909         * tests/unictype/test-scripts.c: New file.
24910         * tests/unictype/test-sy_c_ident.c: New file.
24911         * tests/unictype/test-sy_java_ident.c: New file.
24912
24913         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
24914         for Unicode 5.0.0.
24915         * tests/unictype/test-categ_Cc.c: Likewise.
24916         * tests/unictype/test-categ_Cf.c: Likewise.
24917         * tests/unictype/test-categ_Cn.c: Likewise.
24918         * tests/unictype/test-categ_Co.c: Likewise.
24919         * tests/unictype/test-categ_Cs.c: Likewise.
24920         * tests/unictype/test-categ_L.c: Likewise.
24921         * tests/unictype/test-categ_Ll.c: Likewise.
24922         * tests/unictype/test-categ_Lm.c: Likewise.
24923         * tests/unictype/test-categ_Lo.c: Likewise.
24924         * tests/unictype/test-categ_Lt.c: Likewise.
24925         * tests/unictype/test-categ_Lu.c: Likewise.
24926         * tests/unictype/test-categ_M.c: Likewise.
24927         * tests/unictype/test-categ_Mc.c: Likewise.
24928         * tests/unictype/test-categ_Me.c: Likewise.
24929         * tests/unictype/test-categ_Mn.c: Likewise.
24930         * tests/unictype/test-categ_N.c: Likewise.
24931         * tests/unictype/test-categ_Nd.c: Likewise.
24932         * tests/unictype/test-categ_Nl.c: Likewise.
24933         * tests/unictype/test-categ_No.c: Likewise.
24934         * tests/unictype/test-categ_P.c: Likewise.
24935         * tests/unictype/test-categ_Pc.c: Likewise.
24936         * tests/unictype/test-categ_Pd.c: Likewise.
24937         * tests/unictype/test-categ_Pe.c: Likewise.
24938         * tests/unictype/test-categ_Pf.c: Likewise.
24939         * tests/unictype/test-categ_Pi.c: Likewise.
24940         * tests/unictype/test-categ_Po.c: Likewise.
24941         * tests/unictype/test-categ_Ps.c: Likewise.
24942         * tests/unictype/test-categ_S.c: Likewise.
24943         * tests/unictype/test-categ_Sc.c: Likewise.
24944         * tests/unictype/test-categ_Sk.c: Likewise.
24945         * tests/unictype/test-categ_Sm.c: Likewise.
24946         * tests/unictype/test-categ_So.c: Likewise.
24947         * tests/unictype/test-categ_Z.c: Likewise.
24948         * tests/unictype/test-categ_Zl.c: Likewise.
24949         * tests/unictype/test-categ_Zp.c: Likewise.
24950         * tests/unictype/test-categ_Zs.c: Likewise.
24951         * tests/unictype/test-ctype_alnum.c: Likewise.
24952         * tests/unictype/test-ctype_alpha.c: Likewise.
24953         * tests/unictype/test-ctype_blank.c: Likewise.
24954         * tests/unictype/test-ctype_cntrl.c: Likewise.
24955         * tests/unictype/test-ctype_digit.c: Likewise.
24956         * tests/unictype/test-ctype_graph.c: Likewise.
24957         * tests/unictype/test-ctype_lower.c: Likewise.
24958         * tests/unictype/test-ctype_print.c: Likewise.
24959         * tests/unictype/test-ctype_punct.c: Likewise.
24960         * tests/unictype/test-ctype_space.c: Likewise.
24961         * tests/unictype/test-ctype_upper.c: Likewise.
24962         * tests/unictype/test-ctype_xdigit.c: Likewise.
24963         * tests/unictype/test-decdigit.h: Likewise.
24964         * tests/unictype/test-digit.h: Likewise.
24965         * tests/unictype/test-numeric.h: Likewise.
24966         * tests/unictype/test-pr_alphabetic.c: Likewise.
24967         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
24968         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
24969         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
24970         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
24971         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
24972         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
24973         * tests/unictype/test-pr_bidi_control.c: Likewise.
24974         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
24975         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
24976         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
24977         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
24978         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
24979         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
24980         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
24981         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
24982         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
24983         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
24984         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
24985         * tests/unictype/test-pr_combining.c: Likewise.
24986         * tests/unictype/test-pr_composite.c: Likewise.
24987         * tests/unictype/test-pr_currency_symbol.c: Likewise.
24988         * tests/unictype/test-pr_dash.c: Likewise.
24989         * tests/unictype/test-pr_decimal_digit.c: Likewise.
24990         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
24991         * tests/unictype/test-pr_deprecated.c: Likewise.
24992         * tests/unictype/test-pr_diacritic.c: Likewise.
24993         * tests/unictype/test-pr_extender.c: Likewise.
24994         * tests/unictype/test-pr_format_control.c: Likewise.
24995         * tests/unictype/test-pr_grapheme_base.c: Likewise.
24996         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
24997         * tests/unictype/test-pr_grapheme_link.c: Likewise.
24998         * tests/unictype/test-pr_hex_digit.c: Likewise.
24999         * tests/unictype/test-pr_hyphen.c: Likewise.
25000         * tests/unictype/test-pr_id_continue.c: Likewise.
25001         * tests/unictype/test-pr_id_start.c: Likewise.
25002         * tests/unictype/test-pr_ideographic.c: Likewise.
25003         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
25004         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
25005         * tests/unictype/test-pr_ignorable_control.c: Likewise.
25006         * tests/unictype/test-pr_iso_control.c: Likewise.
25007         * tests/unictype/test-pr_join_control.c: Likewise.
25008         * tests/unictype/test-pr_left_of_pair.c: Likewise.
25009         * tests/unictype/test-pr_line_separator.c: Likewise.
25010         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
25011         * tests/unictype/test-pr_lowercase.c: Likewise.
25012         * tests/unictype/test-pr_math.c: Likewise.
25013         * tests/unictype/test-pr_non_break.c: Likewise.
25014         * tests/unictype/test-pr_not_a_character.c: Likewise.
25015         * tests/unictype/test-pr_numeric.c: Likewise.
25016         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
25017         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
25018         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
25019         * tests/unictype/test-pr_other_id_continue.c: Likewise.
25020         * tests/unictype/test-pr_other_id_start.c: Likewise.
25021         * tests/unictype/test-pr_other_lowercase.c: Likewise.
25022         * tests/unictype/test-pr_other_math.c: Likewise.
25023         * tests/unictype/test-pr_other_uppercase.c: Likewise.
25024         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
25025         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
25026         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
25027         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
25028         * tests/unictype/test-pr_private_use.c: Likewise.
25029         * tests/unictype/test-pr_punctuation.c: Likewise.
25030         * tests/unictype/test-pr_quotation_mark.c: Likewise.
25031         * tests/unictype/test-pr_radical.c: Likewise.
25032         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
25033         * tests/unictype/test-pr_soft_dotted.c: Likewise.
25034         * tests/unictype/test-pr_space.c: Likewise.
25035         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
25036         * tests/unictype/test-pr_titlecase.c: Likewise.
25037         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
25038         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
25039         * tests/unictype/test-pr_uppercase.c: Likewise.
25040         * tests/unictype/test-pr_variation_selector.c: Likewise.
25041         * tests/unictype/test-pr_white_space.c: Likewise.
25042         * tests/unictype/test-pr_xid_continue.c: Likewise.
25043         * tests/unictype/test-pr_xid_start.c: Likewise.
25044         * tests/unictype/test-pr_zero_width.c: Likewise.
25045         * tests/unictype/test-sy_c_whitespace.c: Likewise.
25046         * tests/unictype/test-sy_java_whitespace.c: Likewise.
25047
25048 2007-11-12  Bruno Haible  <bruno@clisp.org>
25049
25050         Unicode character classification functions.
25051         * lib/unictype.h: New file.
25052         * modules/unictype/base: New file.
25053         * modules/unictype/category-L: New file.
25054         * modules/unictype/category-Lu: New file.
25055         * modules/unictype/category-Ll: New file.
25056         * modules/unictype/category-Lt: New file.
25057         * modules/unictype/category-Lm: New file.
25058         * modules/unictype/category-Lo: New file.
25059         * modules/unictype/category-M: New file.
25060         * modules/unictype/category-Mn: New file.
25061         * modules/unictype/category-Mc: New file.
25062         * modules/unictype/category-Me: New file.
25063         * modules/unictype/category-N: New file.
25064         * modules/unictype/category-Nd: New file.
25065         * modules/unictype/category-Nl: New file.
25066         * modules/unictype/category-No: New file.
25067         * modules/unictype/category-P: New file.
25068         * modules/unictype/category-Pc: New file.
25069         * modules/unictype/category-Pd: New file.
25070         * modules/unictype/category-Ps: New file.
25071         * modules/unictype/category-Pe: New file.
25072         * modules/unictype/category-Pi: New file.
25073         * modules/unictype/category-Pf: New file.
25074         * modules/unictype/category-Po: New file.
25075         * modules/unictype/category-S: New file.
25076         * modules/unictype/category-Sm: New file.
25077         * modules/unictype/category-Sc: New file.
25078         * modules/unictype/category-Sk: New file.
25079         * modules/unictype/category-So: New file.
25080         * modules/unictype/category-Z: New file.
25081         * modules/unictype/category-Zs: New file.
25082         * modules/unictype/category-Zl: New file.
25083         * modules/unictype/category-Zp: New file.
25084         * modules/unictype/category-C: New file.
25085         * modules/unictype/category-Cc: New file.
25086         * modules/unictype/category-Cf: New file.
25087         * modules/unictype/category-Cs: New file.
25088         * modules/unictype/category-Co: New file.
25089         * modules/unictype/category-Cn: New file.
25090         * modules/unictype/category-or: New file.
25091         * modules/unictype/category-of: New file.
25092         * modules/unictype/category-test: New file.
25093         * modules/unictype/category-test-withtable: New file.
25094         * modules/unictype/category-byname: New file.
25095         * modules/unictype/category-none: New file.
25096         * modules/unictype/category-and: New file.
25097         * modules/unictype/category-and-not: New file.
25098         * modules/unictype/category-name: New file.
25099         * modules/unictype/combining-class: New file.
25100         * modules/unictype/category-all: New file.
25101         * modules/unictype/bidicategory-all: New file.
25102         * modules/unictype/bidicategory-byname: New file.
25103         * modules/unictype/bidicategory-name: New file.
25104         * modules/unictype/bidicategory-of: New file.
25105         * modules/unictype/bidicategory-test: New file.
25106         * modules/unictype/decimal-digit: New file.
25107         * modules/unictype/digit: New file.
25108         * modules/unictype/numeric: New file.
25109         * modules/unictype/mirror: New file.
25110         * modules/unictype/property-white-space: New file.
25111         * modules/unictype/property-alphabetic: New file.
25112         * modules/unictype/property-other-alphabetic: New file.
25113         * modules/unictype/property-not-a-character: New file.
25114         * modules/unictype/property-default-ignorable-code-point: New file.
25115         * modules/unictype/property-other-default-ignorable-code-point: New
25116         file.
25117         * modules/unictype/property-deprecated: New file.
25118         * modules/unictype/property-logical-order-exception: New file.
25119         * modules/unictype/property-variation-selector: New file.
25120         * modules/unictype/property-private-use: New file.
25121         * modules/unictype/property-unassigned-code-value: New file.
25122         * modules/unictype/property-uppercase: New file.
25123         * modules/unictype/property-other-uppercase: New file.
25124         * modules/unictype/property-lowercase: New file.
25125         * modules/unictype/property-other-lowercase: New file.
25126         * modules/unictype/property-titlecase: New file.
25127         * modules/unictype/property-soft-dotted: New file.
25128         * modules/unictype/property-id-start: New file.
25129         * modules/unictype/property-other-id-start: New file.
25130         * modules/unictype/property-id-continue: New file.
25131         * modules/unictype/property-other-id-continue: New file.
25132         * modules/unictype/property-xid-start: New file.
25133         * modules/unictype/property-xid-continue: New file.
25134         * modules/unictype/property-pattern-white-space: New file.
25135         * modules/unictype/property-pattern-syntax: New file.
25136         * modules/unictype/property-join-control: New file.
25137         * modules/unictype/property-grapheme-base: New file.
25138         * modules/unictype/property-grapheme-extend: New file.
25139         * modules/unictype/property-other-grapheme-extend: New file.
25140         * modules/unictype/property-grapheme-link: New file.
25141         * modules/unictype/property-bidi-control: New file.
25142         * modules/unictype/property-bidi-left-to-right: New file.
25143         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
25144         * modules/unictype/property-bidi-arabic-right-to-left: New file.
25145         * modules/unictype/property-bidi-european-digit: New file.
25146         * modules/unictype/property-bidi-eur-num-separator: New file.
25147         * modules/unictype/property-bidi-eur-num-terminator: New file.
25148         * modules/unictype/property-bidi-arabic-digit: New file.
25149         * modules/unictype/property-bidi-common-separator: New file.
25150         * modules/unictype/property-bidi-block-separator: New file.
25151         * modules/unictype/property-bidi-segment-separator: New file.
25152         * modules/unictype/property-bidi-whitespace: New file.
25153         * modules/unictype/property-bidi-non-spacing-mark: New file.
25154         * modules/unictype/property-bidi-boundary-neutral: New file.
25155         * modules/unictype/property-bidi-pdf: New file.
25156         * modules/unictype/property-bidi-embedding-or-override: New file.
25157         * modules/unictype/property-bidi-other-neutral: New file.
25158         * modules/unictype/property-hex-digit: New file.
25159         * modules/unictype/property-ascii-hex-digit: New file.
25160         * modules/unictype/property-ideographic: New file.
25161         * modules/unictype/property-unified-ideograph: New file.
25162         * modules/unictype/property-radical: New file.
25163         * modules/unictype/property-ids-binary-operator: New file.
25164         * modules/unictype/property-ids-trinary-operator: New file.
25165         * modules/unictype/property-zero-width: New file.
25166         * modules/unictype/property-space: New file.
25167         * modules/unictype/property-non-break: New file.
25168         * modules/unictype/property-iso-control: New file.
25169         * modules/unictype/property-format-control: New file.
25170         * modules/unictype/property-dash: New file.
25171         * modules/unictype/property-hyphen: New file.
25172         * modules/unictype/property-punctuation: New file.
25173         * modules/unictype/property-line-separator: New file.
25174         * modules/unictype/property-paragraph-separator: New file.
25175         * modules/unictype/property-quotation-mark: New file.
25176         * modules/unictype/property-sentence-terminal: New file.
25177         * modules/unictype/property-terminal-punctuation: New file.
25178         * modules/unictype/property-currency-symbol: New file.
25179         * modules/unictype/property-math: New file.
25180         * modules/unictype/property-other-math: New file.
25181         * modules/unictype/property-paired-punctuation: New file.
25182         * modules/unictype/property-left-of-pair: New file.
25183         * modules/unictype/property-combining: New file.
25184         * modules/unictype/property-composite: New file.
25185         * modules/unictype/property-decimal-digit: New file.
25186         * modules/unictype/property-numeric: New file.
25187         * modules/unictype/property-diacritic: New file.
25188         * modules/unictype/property-extender: New file.
25189         * modules/unictype/property-ignorable-control: New file.
25190         * modules/unictype/property-test: New file.
25191         * modules/unictype/property-byname: New file.
25192         * modules/unictype/property-all: New file.
25193         * modules/unictype/scripts: New file.
25194         * modules/unictype/scripts-all: New file.
25195         * modules/unictype/block-of: New file.
25196         * modules/unictype/block-test: New file.
25197         * modules/unictype/block-list: New file.
25198         * modules/unictype/block-all: New file.
25199         * modules/unictype/syntax-c-whitespace: New file.
25200         * modules/unictype/syntax-java-whitespace: New file.
25201         * modules/unictype/syntax-c-ident: New file.
25202         * modules/unictype/syntax-java-ident: New file.
25203         * modules/unictype/ctype-alnum: New file.
25204         * modules/unictype/ctype-alpha: New file.
25205         * modules/unictype/ctype-cntrl: New file.
25206         * modules/unictype/ctype-digit: New file.
25207         * modules/unictype/ctype-graph: New file.
25208         * modules/unictype/ctype-lower: New file.
25209         * modules/unictype/ctype-print: New file.
25210         * modules/unictype/ctype-punct: New file.
25211         * modules/unictype/ctype-space: New file.
25212         * modules/unictype/ctype-upper: New file.
25213         * modules/unictype/ctype-xdigit: New file.
25214         * modules/unictype/ctype-blank: New file.
25215         * lib/unictype/bidi_byname.c: New file.
25216         * lib/unictype/bidi_name.c: New file.
25217         * lib/unictype/bidi_of.c: New file.
25218         * lib/unictype/bidi_test.c: New file.
25219         * lib/unictype/bitmap.h: New file.
25220         * lib/unictype/block_test.c: New file.
25221         * lib/unictype/blocks.c: New file.
25222         * lib/unictype/categ_C.c: New file.
25223         * lib/unictype/categ_Cc.c: New file.
25224         * lib/unictype/categ_Cf.c: New file.
25225         * lib/unictype/categ_Cn.c: New file.
25226         * lib/unictype/categ_Co.c: New file.
25227         * lib/unictype/categ_Cs.c: New file.
25228         * lib/unictype/categ_L.c: New file.
25229         * lib/unictype/categ_Ll.c: New file.
25230         * lib/unictype/categ_Lm.c: New file.
25231         * lib/unictype/categ_Lo.c: New file.
25232         * lib/unictype/categ_Lt.c: New file.
25233         * lib/unictype/categ_Lu.c: New file.
25234         * lib/unictype/categ_M.c: New file.
25235         * lib/unictype/categ_Mc.c: New file.
25236         * lib/unictype/categ_Me.c: New file.
25237         * lib/unictype/categ_Mn.c: New file.
25238         * lib/unictype/categ_N.c: New file.
25239         * lib/unictype/categ_Nd.c: New file.
25240         * lib/unictype/categ_Nl.c: New file.
25241         * lib/unictype/categ_No.c: New file.
25242         * lib/unictype/categ_P.c: New file.
25243         * lib/unictype/categ_Pc.c: New file.
25244         * lib/unictype/categ_Pd.c: New file.
25245         * lib/unictype/categ_Pe.c: New file.
25246         * lib/unictype/categ_Pf.c: New file.
25247         * lib/unictype/categ_Pi.c: New file.
25248         * lib/unictype/categ_Po.c: New file.
25249         * lib/unictype/categ_Ps.c: New file.
25250         * lib/unictype/categ_S.c: New file.
25251         * lib/unictype/categ_Sc.c: New file.
25252         * lib/unictype/categ_Sk.c: New file.
25253         * lib/unictype/categ_Sm.c: New file.
25254         * lib/unictype/categ_So.c: New file.
25255         * lib/unictype/categ_Z.c: New file.
25256         * lib/unictype/categ_Zl.c: New file.
25257         * lib/unictype/categ_Zp.c: New file.
25258         * lib/unictype/categ_Zs.c: New file.
25259         * lib/unictype/categ_and.c: New file.
25260         * lib/unictype/categ_and_not.c: New file.
25261         * lib/unictype/categ_byname.c: New file.
25262         * lib/unictype/categ_name.c: New file.
25263         * lib/unictype/categ_none.c: New file.
25264         * lib/unictype/categ_of.c: New file.
25265         * lib/unictype/categ_or.c: New file.
25266         * lib/unictype/categ_test.c: New file.
25267         * lib/unictype/combining.c: New file.
25268         * lib/unictype/ctype_alnum.c: New file.
25269         * lib/unictype/ctype_alpha.c: New file.
25270         * lib/unictype/ctype_blank.c: New file.
25271         * lib/unictype/ctype_cntrl.c: New file.
25272         * lib/unictype/ctype_digit.c: New file.
25273         * lib/unictype/ctype_graph.c: New file.
25274         * lib/unictype/ctype_lower.c: New file.
25275         * lib/unictype/ctype_print.c: New file.
25276         * lib/unictype/ctype_punct.c: New file.
25277         * lib/unictype/ctype_space.c: New file.
25278         * lib/unictype/ctype_upper.c: New file.
25279         * lib/unictype/ctype_xdigit.c: New file.
25280         * lib/unictype/decdigit.c: New file.
25281         * lib/unictype/digit.c: New file.
25282         * lib/unictype/identsyntaxmap.h: New file.
25283         * lib/unictype/mirror.c: New file.
25284         * lib/unictype/numeric.c: New file.
25285         * lib/unictype/pr_alphabetic.c: New file.
25286         * lib/unictype/pr_ascii_hex_digit.c: New file.
25287         * lib/unictype/pr_bidi_arabic_digit.c: New file.
25288         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
25289         * lib/unictype/pr_bidi_block_separator.c: New file.
25290         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
25291         * lib/unictype/pr_bidi_common_separator.c: New file.
25292         * lib/unictype/pr_bidi_control.c: New file.
25293         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25294         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25295         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25296         * lib/unictype/pr_bidi_european_digit.c: New file.
25297         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25298         * lib/unictype/pr_bidi_left_to_right.c: New file.
25299         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25300         * lib/unictype/pr_bidi_other_neutral.c: New file.
25301         * lib/unictype/pr_bidi_pdf.c: New file.
25302         * lib/unictype/pr_bidi_segment_separator.c: New file.
25303         * lib/unictype/pr_bidi_whitespace.c: New file.
25304         * lib/unictype/pr_byname.c: New file.
25305         * lib/unictype/pr_byname.gperf: New file.
25306         * lib/unictype/pr_combining.c: New file.
25307         * lib/unictype/pr_composite.c: New file.
25308         * lib/unictype/pr_currency_symbol.c: New file.
25309         * lib/unictype/pr_dash.c: New file.
25310         * lib/unictype/pr_decimal_digit.c: New file.
25311         * lib/unictype/pr_default_ignorable_code_point.c: New file.
25312         * lib/unictype/pr_deprecated.c: New file.
25313         * lib/unictype/pr_diacritic.c: New file.
25314         * lib/unictype/pr_extender.c: New file.
25315         * lib/unictype/pr_format_control.c: New file.
25316         * lib/unictype/pr_grapheme_base.c: New file.
25317         * lib/unictype/pr_grapheme_extend.c: New file.
25318         * lib/unictype/pr_grapheme_link.c: New file.
25319         * lib/unictype/pr_hex_digit.c: New file.
25320         * lib/unictype/pr_hyphen.c: New file.
25321         * lib/unictype/pr_id_continue.c: New file.
25322         * lib/unictype/pr_id_start.c: New file.
25323         * lib/unictype/pr_ideographic.c: New file.
25324         * lib/unictype/pr_ids_binary_operator.c: New file.
25325         * lib/unictype/pr_ids_trinary_operator.c: New file.
25326         * lib/unictype/pr_ignorable_control.c: New file.
25327         * lib/unictype/pr_iso_control.c: New file.
25328         * lib/unictype/pr_join_control.c: New file.
25329         * lib/unictype/pr_left_of_pair.c: New file.
25330         * lib/unictype/pr_line_separator.c: New file.
25331         * lib/unictype/pr_logical_order_exception.c: New file.
25332         * lib/unictype/pr_lowercase.c: New file.
25333         * lib/unictype/pr_math.c: New file.
25334         * lib/unictype/pr_non_break.c: New file.
25335         * lib/unictype/pr_not_a_character.c: New file.
25336         * lib/unictype/pr_numeric.c: New file.
25337         * lib/unictype/pr_other_alphabetic.c: New file.
25338         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
25339         * lib/unictype/pr_other_grapheme_extend.c: New file.
25340         * lib/unictype/pr_other_id_continue.c: New file.
25341         * lib/unictype/pr_other_id_start.c: New file.
25342         * lib/unictype/pr_other_lowercase.c: New file.
25343         * lib/unictype/pr_other_math.c: New file.
25344         * lib/unictype/pr_other_uppercase.c: New file.
25345         * lib/unictype/pr_paired_punctuation.c: New file.
25346         * lib/unictype/pr_paragraph_separator.c: New file.
25347         * lib/unictype/pr_pattern_syntax.c: New file.
25348         * lib/unictype/pr_pattern_white_space.c: New file.
25349         * lib/unictype/pr_private_use.c: New file.
25350         * lib/unictype/pr_punctuation.c: New file.
25351         * lib/unictype/pr_quotation_mark.c: New file.
25352         * lib/unictype/pr_radical.c: New file.
25353         * lib/unictype/pr_sentence_terminal.c: New file.
25354         * lib/unictype/pr_soft_dotted.c: New file.
25355         * lib/unictype/pr_space.c: New file.
25356         * lib/unictype/pr_terminal_punctuation.c: New file.
25357         * lib/unictype/pr_test.c: New file.
25358         * lib/unictype/pr_titlecase.c: New file.
25359         * lib/unictype/pr_unassigned_code_value.c: New file.
25360         * lib/unictype/pr_unified_ideograph.c: New file.
25361         * lib/unictype/pr_uppercase.c: New file.
25362         * lib/unictype/pr_variation_selector.c: New file.
25363         * lib/unictype/pr_white_space.c: New file.
25364         * lib/unictype/pr_xid_continue.c: New file.
25365         * lib/unictype/pr_xid_start.c: New file.
25366         * lib/unictype/pr_zero_width.c: New file.
25367         * lib/unictype/scripts.c: New file.
25368         * lib/unictype/sy_c_ident.c: New file.
25369         * lib/unictype/sy_c_whitespace.c: New file.
25370         * lib/unictype/sy_java_ident.c: New file.
25371         * lib/unictype/sy_java_whitespace.c: New file.
25372
25373         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
25374         Unicode 5.0.0.
25375         * lib/unictype/blocks.h: Likewise.
25376         * lib/unictype/categ_C.h: Likewise.
25377         * lib/unictype/categ_Cc.h: Likewise.
25378         * lib/unictype/categ_Cf.h: Likewise.
25379         * lib/unictype/categ_Cn.h: Likewise.
25380         * lib/unictype/categ_Co.h: Likewise.
25381         * lib/unictype/categ_Cs.h: Likewise.
25382         * lib/unictype/categ_L.h: Likewise.
25383         * lib/unictype/categ_Ll.h: Likewise.
25384         * lib/unictype/categ_Lm.h: Likewise.
25385         * lib/unictype/categ_Lo.h: Likewise.
25386         * lib/unictype/categ_Lt.h: Likewise.
25387         * lib/unictype/categ_Lu.h: Likewise.
25388         * lib/unictype/categ_M.h: Likewise.
25389         * lib/unictype/categ_Mc.h: Likewise.
25390         * lib/unictype/categ_Me.h: Likewise.
25391         * lib/unictype/categ_Mn.h: Likewise.
25392         * lib/unictype/categ_N.h: Likewise.
25393         * lib/unictype/categ_Nd.h: Likewise.
25394         * lib/unictype/categ_Nl.h: Likewise.
25395         * lib/unictype/categ_No.h: Likewise.
25396         * lib/unictype/categ_P.h: Likewise.
25397         * lib/unictype/categ_Pc.h: Likewise.
25398         * lib/unictype/categ_Pd.h: Likewise.
25399         * lib/unictype/categ_Pe.h: Likewise.
25400         * lib/unictype/categ_Pf.h: Likewise.
25401         * lib/unictype/categ_Pi.h: Likewise.
25402         * lib/unictype/categ_Po.h: Likewise.
25403         * lib/unictype/categ_Ps.h: Likewise.
25404         * lib/unictype/categ_S.h: Likewise.
25405         * lib/unictype/categ_Sc.h: Likewise.
25406         * lib/unictype/categ_Sk.h: Likewise.
25407         * lib/unictype/categ_Sm.h: Likewise.
25408         * lib/unictype/categ_So.h: Likewise.
25409         * lib/unictype/categ_Z.h: Likewise.
25410         * lib/unictype/categ_Zl.h: Likewise.
25411         * lib/unictype/categ_Zp.h: Likewise.
25412         * lib/unictype/categ_Zs.h: Likewise.
25413         * lib/unictype/categ_of.h: Likewise.
25414         * lib/unictype/combining.h: Likewise.
25415         * lib/unictype/ctype_alnum.h: Likewise.
25416         * lib/unictype/ctype_alpha.h: Likewise.
25417         * lib/unictype/ctype_blank.h: Likewise.
25418         * lib/unictype/ctype_cntrl.h: Likewise.
25419         * lib/unictype/ctype_digit.h: Likewise.
25420         * lib/unictype/ctype_graph.h: Likewise.
25421         * lib/unictype/ctype_lower.h: Likewise.
25422         * lib/unictype/ctype_print.h: Likewise.
25423         * lib/unictype/ctype_punct.h: Likewise.
25424         * lib/unictype/ctype_space.h: Likewise.
25425         * lib/unictype/ctype_upper.h: Likewise.
25426         * lib/unictype/ctype_xdigit.h: Likewise.
25427         * lib/unictype/decdigit.h: Likewise.
25428         * lib/unictype/digit.h: Likewise.
25429         * lib/unictype/mirror.h: Likewise.
25430         * lib/unictype/numeric.h: Likewise.
25431         * lib/unictype/pr_alphabetic.h: Likewise.
25432         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
25433         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
25434         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
25435         * lib/unictype/pr_bidi_block_separator.h: Likewise.
25436         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
25437         * lib/unictype/pr_bidi_common_separator.h: Likewise.
25438         * lib/unictype/pr_bidi_control.h: Likewise.
25439         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
25440         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
25441         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
25442         * lib/unictype/pr_bidi_european_digit.h: Likewise.
25443         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
25444         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
25445         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
25446         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
25447         * lib/unictype/pr_bidi_pdf.h: Likewise.
25448         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
25449         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25450         * lib/unictype/pr_combining.h: Likewise.
25451         * lib/unictype/pr_composite.h: Likewise.
25452         * lib/unictype/pr_currency_symbol.h: Likewise.
25453         * lib/unictype/pr_dash.h: Likewise.
25454         * lib/unictype/pr_decimal_digit.h: Likewise.
25455         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25456         * lib/unictype/pr_deprecated.h: Likewise.
25457         * lib/unictype/pr_diacritic.h: Likewise.
25458         * lib/unictype/pr_extender.h: Likewise.
25459         * lib/unictype/pr_format_control.h: Likewise.
25460         * lib/unictype/pr_grapheme_base.h: Likewise.
25461         * lib/unictype/pr_grapheme_extend.h: Likewise.
25462         * lib/unictype/pr_grapheme_link.h: Likewise.
25463         * lib/unictype/pr_hex_digit.h: Likewise.
25464         * lib/unictype/pr_hyphen.h: Likewise.
25465         * lib/unictype/pr_id_continue.h: Likewise.
25466         * lib/unictype/pr_id_start.h: Likewise.
25467         * lib/unictype/pr_ideographic.h: Likewise.
25468         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25469         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25470         * lib/unictype/pr_ignorable_control.h: Likewise.
25471         * lib/unictype/pr_iso_control.h: Likewise.
25472         * lib/unictype/pr_join_control.h: Likewise.
25473         * lib/unictype/pr_left_of_pair.h: Likewise.
25474         * lib/unictype/pr_line_separator.h: Likewise.
25475         * lib/unictype/pr_logical_order_exception.h: Likewise.
25476         * lib/unictype/pr_lowercase.h: Likewise.
25477         * lib/unictype/pr_math.h: Likewise.
25478         * lib/unictype/pr_non_break.h: Likewise.
25479         * lib/unictype/pr_not_a_character.h: Likewise.
25480         * lib/unictype/pr_numeric.h: Likewise.
25481         * lib/unictype/pr_other_alphabetic.h: Likewise.
25482         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25483         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25484         * lib/unictype/pr_other_id_continue.h: Likewise.
25485         * lib/unictype/pr_other_id_start.h: Likewise.
25486         * lib/unictype/pr_other_lowercase.h: Likewise.
25487         * lib/unictype/pr_other_math.h: Likewise.
25488         * lib/unictype/pr_other_uppercase.h: Likewise.
25489         * lib/unictype/pr_paired_punctuation.h: Likewise.
25490         * lib/unictype/pr_paragraph_separator.h: Likewise.
25491         * lib/unictype/pr_pattern_syntax.h: Likewise.
25492         * lib/unictype/pr_pattern_white_space.h: Likewise.
25493         * lib/unictype/pr_private_use.h: Likewise.
25494         * lib/unictype/pr_punctuation.h: Likewise.
25495         * lib/unictype/pr_quotation_mark.h: Likewise.
25496         * lib/unictype/pr_radical.h: Likewise.
25497         * lib/unictype/pr_sentence_terminal.h: Likewise.
25498         * lib/unictype/pr_soft_dotted.h: Likewise.
25499         * lib/unictype/pr_space.h: Likewise.
25500         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25501         * lib/unictype/pr_titlecase.h: Likewise.
25502         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25503         * lib/unictype/pr_unified_ideograph.h: Likewise.
25504         * lib/unictype/pr_uppercase.h: Likewise.
25505         * lib/unictype/pr_variation_selector.h: Likewise.
25506         * lib/unictype/pr_white_space.h: Likewise.
25507         * lib/unictype/pr_xid_continue.h: Likewise.
25508         * lib/unictype/pr_xid_start.h: Likewise.
25509         * lib/unictype/pr_zero_width.h: Likewise.
25510         * lib/unictype/scripts.h: Likewise.
25511         * lib/unictype/scripts_byname.gperf: Likewise.
25512         * lib/unictype/sy_c_ident.h: Likewise.
25513         * lib/unictype/sy_c_whitespace.h: Likewise.
25514         * lib/unictype/sy_java_ident.h: Likewise.
25515         * lib/unictype/sy_java_whitespace.h: Likewise.
25516
25517         * lib/unictype/Makefile: New file.
25518         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25519         glibc.
25520         * lib/unictype/3level.h: New file, copied from glibc.
25521         * lib/unictype/3levelbit.h: New file.
25522
25523 2007-11-11  Bruno Haible  <bruno@clisp.org>
25524
25525         * modules/gperf: New file.
25526         * modules/iconv_open (Depends-on): Add it.
25527         (Makefile.am): Remove the GPERF definition.
25528
25529 2007-11-11  Bruno Haible  <bruno@clisp.org>
25530
25531         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25532         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25533
25534 2007-11-11  Bruno Haible  <bruno@clisp.org>
25535
25536         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25537         (usage): Remove function.
25538
25539 2007-11-11  Bruno Haible  <bruno@clisp.org>
25540
25541         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25542         gl_FUNC_CEILF_LIBS.
25543         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25544         gl_FUNC_CEIL_LIBS.
25545         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25546         gl_FUNC_CEILL_LIBS.
25547         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25548         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25549         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25550
25551 2007-11-11  Bruno Haible  <bruno@clisp.org>
25552
25553         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25554         roundf were declared but do not exist on functions.
25555         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25556         roundl were declared but do not exist on functions.
25557         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25558         HAVE_FLOORL_AND_CEILL, respectively.
25559         Needed for Sun C on Solaris 10.
25560
25561 2007-11-11  Bruno Haible  <bruno@clisp.org>
25562
25563         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25564         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25565         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25566         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25567         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25568         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25569         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25570         HAVE_DECL_ROUNDF.
25571         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25572         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25573         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25574         of HAVE_DECL_ROUND*.
25575         * modules/math (Makefile.am): Update.
25576
25577 2007-11-10  Bruno Haible  <bruno@clisp.org>
25578
25579         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25580         ptrdiff_t as m4/intl.m4.
25581
25582 2007-11-10  Jim Meyering  <meyering@redhat.com>
25583
25584         Avoid link failure for the argmatch test.
25585         * tests/test-argmatch.c (usage): Define function to avoid a link
25586         failure: argmatch_die requires a usage function.
25587
25588 2007-11-09  Bruno Haible  <bruno@clisp.org>
25589
25590         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25591         * doc/functions/vsnprintf.texi: Likewise.
25592         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25593         with a size argument < 2.
25594
25595 2007-11-09  Bruno Haible  <bruno@clisp.org>
25596
25597         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
25598         buffer. Fixes an inefficiency introduced on 2007-11-03.
25599
25600 2007-11-09  Bruno Haible  <bruno@clisp.org>
25601
25602         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
25603         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
25604
25605 2007-11-08  Jim Meyering  <meyering@redhat.com>
25606
25607         Change cache variable name prefix "jm_" to "gl_" everywhere.
25608         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
25609         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
25610         * m4/uptime.m4: s/gl_/jm_/
25611
25612 2007-11-07  Bruno Haible  <bruno@clisp.org>
25613
25614         Update to GNU gettext 0.17.
25615         * m4/intl.m4: Update to GNU gettext 0.17.
25616         * m4/po.m4: Likewise.
25617         * modules/gettext (Files): Remove m4/ulonglong.m4.
25618         (configure.ac): Require gettext infrastructure from version 0.17.
25619
25620 2007-11-06  Bruno Haible  <bruno@clisp.org>
25621
25622         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
25623         symbolic values are not defined in a public header.
25624         * lib/freadable.c (freadable) [QNX]: Likewise.
25625         * lib/freadahead.c (freadahead) [QNX]: Likewise.
25626         * lib/freading.c (freading) [QNX]: Likewise.
25627         * lib/fseterr.c (fseterr) [QNX]: Likewise.
25628         * lib/fwritable.c (fwritable) [QNX]: Likewise.
25629         * lib/fwriting.c (fwriting) [QNX]: Likewise.
25630         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
25631         Reported by Alain Magloire.
25632
25633         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
25634
25635 2007-11-05  Bruno Haible  <bruno@clisp.org>
25636
25637         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
25638         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
25639         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
25640         Reported by Eric Blake.
25641
25642 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25643             Bruno Haible  <bruno@clisp.org>
25644
25645         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
25646         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
25647         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
25648         (malloc): Undefine also before including <stdlib.h>.
25649         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
25650         Needed on OSF/1 4.0.
25651
25652 2007-11-05  Jim Meyering  <meyering@redhat.com>
25653
25654         git-version-gen: sync from coreutils.
25655         * build-aux/git-version-gen: Add comments.
25656         Change the first '-' to '.' in the snapshot version string,
25657         e.g., 6.9-377-08144 -> 6.9.377-08144
25658         Remove first parameter.
25659         Don't declare a version "-dirty" merely because a time
25660         stamp has changed.
25661
25662 2007-11-04  Bruno Haible  <bruno@clisp.org>
25663
25664         * lib/lock.h: Protect all macro definitions containing an 'if'
25665         statement through a "do { ... } while (0)".
25666         * lib/tls.h: Likewise.
25667
25668 2007-11-04  Bruno Haible  <bruno@clisp.org>
25669
25670         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
25671
25672 2007-11-04  Bruno Haible  <bruno@clisp.org>
25673
25674         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
25675         * modules/fprintf-posix (Depends-on): Add nocrash.
25676         * modules/snprintf-posix (Depends-on): Likewise.
25677         * modules/sprintf-posix (Depends-on): Likewise.
25678         * modules/vasnprintf-posix (Depends-on): Likewise.
25679         * modules/vasprintf-posix (Depends-on): Likewise.
25680         * modules/vfprintf-posix (Depends-on): Likewise.
25681         * modules/vsnprintf-posix (Depends-on): Likewise.
25682         * modules/vsprintf-posix (Depends-on): Likewise.
25683         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25684         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25685         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25686         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25687         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25688         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25689         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25690
25691 2007-11-04  Bruno Haible  <bruno@clisp.org>
25692
25693         * modules/nocrash: New file.
25694         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
25695         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
25696
25697 2007-11-04  Bruno Haible  <bruno@clisp.org>
25698
25699         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
25700         precision handling.
25701         * tests/test-vasprintf-posix.c (test_function): Likewise.
25702         * tests/test-snprintf-posix.h (test_function): Likewise.
25703         * tests/test-sprintf-posix.h (test_function): Likewise.
25704
25705         Fix *printf behaviour for large precisions on mingw and BeOS.
25706         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
25707         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
25708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
25709         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25710         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25711         gl_PRINTF_PRECISION and test its result. Invoke
25712         gl_PREREQ_VASNPRINTF_PRECISION.
25713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25714         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25715         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25716         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25717         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25718         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25719         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25720         * doc/functions/fprintf.texi: Update.
25721         * doc/functions/printf.texi: Update.
25722         * doc/functions/snprintf.texi: Update.
25723         * doc/functions/sprintf.texi: Update.
25724         * doc/functions/vfprintf.texi: Update.
25725         * doc/functions/vprintf.texi: Update.
25726         * doc/functions/vsnprintf.texi: Update.
25727         * doc/functions/vsprintf.texi: Update.
25728
25729 2007-11-04  Bruno Haible  <bruno@clisp.org>
25730
25731         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
25732
25733 2007-11-04  Bruno Haible  <bruno@clisp.org>
25734
25735         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
25736         Reported by Sylvain Beucler <beuc@gnu.org>.
25737
25738 2007-11-03  Bruno Haible  <bruno@clisp.org>
25739
25740         * tests/test-fprintf-posix2.sh: New file.
25741         * tests/test-fprintf-posix2.c: New file.
25742         * modules/fprintf-posix-tests (Files): Add them.
25743         (TESTS): Add test-fprintf-posix2.sh.
25744         (configure.ac): Check for getrlimit and setrlimit.
25745         (check_PROGRAMS): Add test-fprintf-posix2.
25746
25747         * tests/test-printf-posix2.sh: New file.
25748         * tests/test-printf-posix2.c: New file.
25749         * modules/printf-posix-tests (Files): Add them.
25750         (TESTS): Add test-printf-posix2.sh.
25751         (configure.ac): Check for getrlimit and setrlimit.
25752         (check_PROGRAMS): Add test-printf-posix2.
25753
25754         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
25755         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
25756         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
25757         (decode_double): New function, copied from decode_long_double.
25758         (scale10_round_decimal_decoded): New function, extracted from
25759         scale10_round_decimal_long_double.
25760         (scale10_round_decimal_long_double): Use it.
25761         (scale10_round_decimal_double): New function.
25762         (floorlog10): New function.
25763         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
25764         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
25765         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25766         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25767         gl_PRINTF_ENOMEM and test its result. Invoke
25768         gl_PREREQ_VASNPRINTF_ENOMEM.
25769         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25770         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25771         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25772         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25773         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25774         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25775         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25776         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
25777         * modules/snprintf-posix (Depends-on): Likewise.
25778         * modules/sprintf-posix (Depends-on): Likewise.
25779         * modules/vasnprintf-posix (Depends-on): Likewise.
25780         * modules/vasprintf-posix (Depends-on): Likewise.
25781         * modules/vfprintf-posix (Depends-on): Likewise.
25782         * modules/vsnprintf-posix (Depends-on): Likewise.
25783         * modules/vsprintf-posix (Depends-on): Likewise.
25784         * doc/functions/fprintf.texi: Update.
25785         * doc/functions/printf.texi: Update.
25786         * doc/functions/snprintf.texi: Update.
25787         * doc/functions/sprintf.texi: Update.
25788         * doc/functions/vfprintf.texi: Update.
25789         * doc/functions/vprintf.texi: Update.
25790         * doc/functions/vsnprintf.texi: Update.
25791         * doc/functions/vsprintf.texi: Update.
25792
25793 2007-11-03  Bruno Haible  <bruno@clisp.org>
25794
25795         * modules/frexp-nolibm-tests: New file.
25796
25797         * modules/frexp-nolibm: New file.
25798         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
25799
25800 2007-11-03  Bruno Haible  <bruno@clisp.org>
25801
25802         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
25803         value is C99 compliant.
25804         Needed for OSF/1 5.1.
25805
25806 2007-11-03  Bruno Haible  <bruno@clisp.org>
25807
25808         Fix out-of-memory handling of vasnprintf.
25809         * lib/printf-parse.c: Include <errno.h>.
25810         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
25811         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
25812         is already set.
25813
25814 2007-11-02  Eric Blake  <ebb9@byu.net>
25815
25816         Fix tests on cygwin.
25817         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
25818
25819 2007-11-01  Bruno Haible  <bruno@clisp.org>
25820
25821         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
25822         warning.
25823         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
25824         needed for POSIX compatibility.
25825
25826 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25827
25828         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
25829         for compatibility with GNU.
25830
25831 2007-11-01  Bruno Haible  <bruno@clisp.org>
25832
25833         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
25834         (putenv): Renamed from rpl_putenv. Change argument type from
25835         'const char *' to 'char *'.
25836         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
25837         of defining putenv in config.h, just set REPLACE_PUTENV.
25838         * modules/putenv (Depends-on): Add stdlib.
25839         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25840         (Include): Use <stdlib.h>.
25841         * lib/stdlib.in.h (putenv): New declaration.
25842         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
25843         REPLACE_PUTENV.
25844         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
25845         REPLACE_PUTENV.
25846         Needed for MacOS X 10.5.0.
25847         Reported by Peter O'Gorman <peter@pogma.com>.
25848
25849 2007-11-01  Jim Meyering  <meyering@redhat.com>
25850
25851         Treat an empty date string exactly like "0".
25852         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
25853         if the remaining date string (to be parsed) is empty, use "0".
25854         Reported by Mischa Molhoek and discussed in this thread:
25855         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
25856
25857 2007-10-31  Bruno Haible  <bruno@clisp.org>
25858
25859         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
25860         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
25861         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
25862         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
25863         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
25864         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
25865
25866 2007-10-31  Bruno Haible  <bruno@clisp.org>
25867
25868         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
25869         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
25870         (AC_TYPE_LONG_LONG_INT): Use it.
25871         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
25872         it as well.
25873         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
25874         to m4/longlong.m4.
25875         * modules/stdint (Files): Remove m4/ulonglong.m4.
25876         * modules/strtoull (Files): Use m4/longlong.m4 instead of
25877         m4/ulonglong.m4.
25878         * modules/strtoumax (Files): Likewise.
25879
25880 2007-10-30  Bruno Haible  <bruno@clisp.org>
25881
25882         * modules/xvasprintf-posix: New file.
25883         Suggested by Eric Blake.
25884
25885 2007-10-30  Bruno Haible  <bruno@clisp.org>
25886
25887         * modules/xprintf-posix-tests: New file.
25888         * tests/test-xprintf-posix.sh: New file.
25889         * tests/test-xprintf-posix.c: New file.
25890         * tests/test-xfprintf-posix.c: New file.
25891
25892         * modules/xprintf-posix: New file.
25893
25894 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25895
25896         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
25897         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
25898         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
25899
25900 2007-10-29  Bruno Haible  <bruno@clisp.org>
25901
25902         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
25903         contain the special marker '_cv_'.
25904         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
25905         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
25906         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
25907         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
25908         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
25909         Reported by Ralf Wildenhues.
25910
25911 2007-10-29  Bruno Haible  <bruno@clisp.org>
25912
25913         * gnulib-tool (func_import): When --lgpl is not specified, set
25914         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
25915         GPLv3.
25916         Reported by Simon Josefsson.
25917
25918 2007-10-28  Bruno Haible  <bruno@clisp.org>
25919
25920         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
25921         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
25922         HAVE_DECL_ISFINITE.
25923         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25924         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
25925         HAVE_DECL_ISFINITE.
25926
25927 2007-10-28  Bruno Haible  <bruno@clisp.org>
25928
25929         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
25930         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
25931
25932 2007-10-28  Bruno Haible  <bruno@clisp.org>
25933
25934         Fix link errors with Sun C 5.0 on Solaris 10.
25935         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
25936         function is declared but not present in the compiler's libm.
25937         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
25938         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
25939         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
25940         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
25941         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
25942         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
25943         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
25944         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25945         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
25946         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
25947         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
25948         HAVE_DECL_FLOORL.
25949
25950 2007-10-28  Bruno Haible  <bruno@clisp.org>
25951
25952         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
25953         gl_FUNC_FLOORL. Cache the result.
25954         (gl_FUNC_FLOORL): Use it.
25955         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
25956         gl_FUNC_CEILL. Cache the result.
25957         (gl_FUNC_CEILL): Use it.
25958
25959         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
25960         gl_FUNC_FLOOR. Cache the result.
25961         (gl_FUNC_FLOOR): Use it.
25962         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
25963         gl_FUNC_CEIL. Cache the result.
25964         (gl_FUNC_CEIL): Use it.
25965
25966         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
25967         gl_FUNC_FLOORF. Cache the result.
25968         (gl_FUNC_FLOORF): Use it.
25969         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
25970         gl_FUNC_CEILF. Cache the result.
25971         (gl_FUNC_CEILF): Use it.
25972
25973 2007-10-28  Bruno Haible  <bruno@clisp.org>
25974
25975         * gnulib-tool: Allow specifying the LGPL version number through
25976         --lgpl=2 or --lgpl=3.
25977         (func_usage): Document --lgpl with argument.
25978         Handle --lgpl=... arguments.
25979         (func_import): Recognize also gl_LGPL calls with an argument. When
25980         --lgpl=2 is used and the module's license is just LGPL, report an
25981         error. Set sed_transform_lib_file according to the lgpl variable. In
25982         the generated files, use --lgpl or gl_LGPL invocations with argument,
25983         if necessary.
25984         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
25985         an LGPv2+ license.
25986         * doc/gnulib-tool.texi (Modified imports): Update explanation of
25987         gl_LGPL macro.
25988
25989 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25990             Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
25993         (u16_uctomb_aux): Likewise.
25994         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
25995         !HAVE_INLINE.
25996         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
25997
25998 2007-10-28  Bruno Haible  <bruno@clisp.org>
25999
26000         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
26001         Invoke AM_GETTEXT_OPTION if it exists.
26002         * modules/vasprintf: Likewise.
26003         * modules/verror: Likewise.
26004         * modules/xprintf: Likewise.
26005         * modules/xvasprintf: Likewise.
26006
26007 2007-10-27  Ben Pfaff  <blp@gnu.org>
26008
26009         * lib/math.in.h: Define isfinite macro and prototypes for
26010         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
26011         implementations.
26012         * m4/math_h.m4: New substitutions for isfinite module.
26013         * lib/isfinite.c: New file.
26014         * m4/isfinite.m4: New file.
26015         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
26016         * modules/isfinite: New file.
26017         * modules/isfinite-tests: New file.
26018         * tests/tests-isfinite.c: New file.
26019         * doc/functions/isfinite.texi: Mention isfinite module.
26020         * MODULES.html.sh: Mention new module.
26021
26022 2007-10-27  Ben Pfaff  <blp@gnu.org>
26023
26024         Ralf Wildenhues reported that Tru64 4.0D declares the round
26025         functions but does not have definitions.
26026         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
26027         cannot be found in any library, set the output variable to
26028         "missing" instead of "".
26029         * m4/round.m4: Also use our substitute if we cannot find round in
26030         any library, even if it is declared.
26031         * m4/roundf.m4: Likewise for roundf.
26032         * m4/roundl.m4: Likewise for roundl.
26033         * lib/math.in.h: Undefine roundf, round, roundl before defining
26034         their replacements, to allow for hypothetical systems where these
26035         may be defined as macros but not available in libraries.
26036
26037 2007-10-27  Bruno Haible  <bruno@clisp.org>
26038
26039         * doc/gnulib.texi: Invoke @firstparagraphindent.
26040         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
26041         changes in gnulib.
26042         (Source changes): New section.
26043
26044 2007-10-26  Bruno Haible  <bruno@clisp.org>
26045
26046         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
26047         borrowed from autoconf.
26048
26049 2007-10-26  Bruno Haible  <bruno@clisp.org>
26050
26051         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
26052         strerror returned the empty string. Needed on HP-UX 11.00.
26053
26054 2007-10-24  Micah Cowan  <micah@cowan.name>
26055
26056         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
26057         * build-aux/bootstrap: Remove support for now-unnecessary option,
26058         --cvs-user, and envvars CVS_USER, CVS_RSH.
26059
26060 2007-10-24  Jim Meyering  <meyering@redhat.com>
26061
26062         Avoid diagnostics from sha1sum when there is no cached checksum.
26063         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
26064         if the po.s1 file hasn't been created yet.
26065
26066         * build-aux/bootstrap: Sync from coreutils:
26067         2007-10-24  Jim Meyering  <meyering@redhat.com>
26068         Get gnulib from the git repository, not from an obsolete cvs one.
26069         * build-aux/bootstrap: Suggestion from Micah Cowan.
26070         2007-10-04  Jim Meyering  <jim@meyering.net>
26071         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
26072         (update_po_files): Work also when there are no .po files in po/.
26073
26074 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26075
26076         * README: Append ".git" to git and cg examples.
26077         Problem reported by Benoit Sigoure.
26078
26079 2007-10-23  Micah Cowan  <micah@cowan.name>
26080
26081         * users.txt: Add wget.
26082
26083 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26084
26085         Fix linking of some unistdio tests on FreeBSD.
26086         * modules/unistdio/u16-vsnprintf-tests
26087         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
26088         * modules/unistdio/u16-vsprintf-tests
26089         (test_u16_vsnprintf1_LDADD): Likewise.
26090         * modules/unistdio/u32-vsnprintf-tests
26091         (test_u32_vsnprintf1_LDADD): Likewise.
26092         * modules/unistdio/u32-vsprintf-tests
26093         (test_u32_vsprintf1_LDADD): Likewise.
26094         * modules/unistdio/u8-vsnprintf-tests
26095         (test_u8_vsnprintf1_LDADD): Likewise.
26096         * modules/unistdio/u8-vsprintf-tests
26097         (test_u8_vsprintf1_LDADD): Likewise.
26098         * modules/unistdio/ulc-vsnprintf-tests
26099         (test_ulc_vsnprintf1_LDADD): Likewise.
26100         * modules/unistdio/ulc-vsprintf-tests
26101         (test_ulc_vsprintf1_LDADD): Likewise.
26102
26103         Fix linking of some uniconv tests on FreeBSD.
26104         * modules/uniconv/u16-conv-from-enc-tests
26105         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
26106         * modules/uniconv/u16-conv-to-enc-tests
26107         (test_u16_conv_to_enc_LDADD): Likewise.
26108         * modules/uniconv/u16-strconv-from-enc-tests
26109         (test_u16_strconv_from_enc_LDADD): Likewise.
26110         * modules/uniconv/u16-strconv-to-enc-tests
26111         (test_u16_strconv_to_enc_LDADD): Likewise.
26112         * modules/uniconv/u32-conv-from-enc-tests
26113         (test_u32_conv_from_enc_LDADD): Likewise.
26114         * modules/uniconv/u32-conv-to-enc-tests
26115         (test_u32_conv_to_enc_LDADD): Likewise.
26116         * modules/uniconv/u32-strconv-from-enc-tests
26117         (test_u32_strconv_from_enc_LDADD): Likewise.
26118         * modules/uniconv/u32-strconv-to-enc-tests
26119         (test_u32_strconv_to_enc_LDADD): Likewise.
26120         * modules/uniconv/u8-conv-from-enc-tests
26121         (test_u8_conv_from_enc_LDADD): Likewise.
26122         * modules/uniconv/u8-conv-to-enc-tests
26123         (test_u8_conv_to_enc_LDADD): Likewise.
26124         * modules/uniconv/u8-strconv-from-enc-tests
26125         (test_u8_strconv_from_enc_LDADD): Likewise.
26126         * modules/uniconv/u8-strconv-to-enc-tests
26127         (test_u8_strconv_to_enc_LDADD): Likewise.
26128
26129 2007-10-22  Bruno Haible  <bruno@clisp.org>
26130
26131         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
26132         size.
26133
26134 2007-10-22  Eric Blake  <ebb9@byu.net>
26135
26136         Tweak x*printf documentation.
26137         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
26138         variable name and comments.
26139         Suggested by Bruno Haible.
26140
26141 2007-10-22  Bruno Haible  <bruno@clisp.org>
26142
26143         * lib/acl.c (copy_acl): Fix file name in comment.
26144
26145 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26146
26147         Fix Tru64 problem with stdbool.h.
26148         * lib/stdbool.in.h (false, true):
26149         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
26150         Don't declare as an enum in this situation; it runs afoul of Tru64.
26151         Problem reported by Steven M. Schweda in
26152         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
26153
26154 2007-10-22  Eric Blake  <ebb9@byu.net>
26155
26156         Also wrap vf?printf.
26157         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
26158         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
26159         (xvprintf, xvfprintf): New functions.
26160
26161 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26162
26163         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
26164         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
26165
26166         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
26167         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
26168
26169 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26170
26171         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
26172         by Bruno Haible.
26173
26174 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26175
26176         * lib/getloadavg.c
26177         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
26178         Undef `sys' after including sys/table.h, for Tru64 4.0D.
26179
26180         * tests/test-i-ring.c: Work for C89.
26181
26182 2007-10-22  Bruno Haible  <bruno@clisp.org>
26183
26184         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
26185         -1u, in preprocessor expression, so that we don't test for the bug
26186         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
26187         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
26188
26189 2007-10-22  Eric Blake  <ebb9@byu.net>
26190
26191         * tests/test-yesno.sh: Silence stderr during test.
26192
26193 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26194
26195         * modules/crypto/gc-camellia: New file.
26196
26197         * m4/gc-camellia.m4: New file.
26198
26199         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
26200
26201         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
26202
26203 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26204
26205         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
26206         --help to stdout.  Reported by sms@antinode.org (Steven
26207         M. Schweda).
26208
26209 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26210
26211         * users.txt: Fix link to libksba.
26212
26213 2007-10-21  Ben Pfaff  <blp@gnu.org>
26214
26215         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
26216         round.c roundf implementation that depends on floorf and ceilf to
26217         be tested unconditionally.
26218
26219 2007-10-21  Ben Pfaff  <blp@gnu.org>
26220
26221         * m4/check-libm-func.m4: Removed.
26222         * m4/check-math-lib.m4: New file.
26223         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
26224         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
26225         definition and lack of AC_LIBOBJ([roundf]).
26226         * m4/roundl.m4: Ditto, and similarly for roundl.
26227         * modules/round: Reference new m4 file.
26228         * modules/roundf: Ditto.
26229         * modules/roundl: Ditto.
26230         * tests/test-round2.c (main): Use ROUND instead of round.
26231         Bug report from Bruno Haible.
26232
26233 2007-10-21  Bruno Haible  <bruno@clisp.org>
26234
26235         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
26236         context.
26237
26238 2007-10-21  Bruno Haible  <bruno@clisp.org>
26239
26240         * tests/test-wcwidth.c (main): Allow negative result for some control
26241         characters.
26242
26243         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
26244         Needed on OSF/1 5.1.
26245
26246 2007-10-21  Bruno Haible  <bruno@clisp.org>
26247
26248         * tests/test-floorf1.c: Include isnanf.h.
26249         (main): Use isnanf() instead of isnan().
26250         * tests/test-ceilf1.c: Include isnanf.h.
26251         (main): Use isnanf() instead of isnan().
26252         * tests/test-truncf1.c: Include isnanf.h.
26253         (main): Use isnanf() instead of isnan().
26254         * tests/test-roundf1.c: Include isnanf.h.
26255         (main): Use isnanf() instead of isnan().
26256
26257 2007-10-21  Eric Blake  <ebb9@byu.net>
26258
26259         * users.txt: Update URL for m4.
26260
26261 2007-10-21  Bruno Haible  <bruno@clisp.org>
26262
26263         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
26264
26265 2007-10-21  Bruno Haible  <bruno@clisp.org>
26266
26267         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
26268         Git's management files if the CVS files are not present.
26269
26270 2007-10-20  Bruno Haible  <bruno@clisp.org>
26271
26272         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
26273         gcc-3.4.x.
26274
26275 2007-10-20  Ben Pfaff  <blp@gnu.org>
26276
26277         * lib/math.in.h: Declare round, roundf, roundl if we are providing
26278         implementations.
26279         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
26280         * lib/round.c: New file.
26281         * lib/roundf.c: New file.
26282         * lib/roundl.c: New file.
26283         * m4/round.m4: New file.
26284         * m4/roundf.m4: New file.
26285         * m4/roundl.m4: New file.
26286         * m4/check-libm-func-m4: New file.
26287         * modules/math: Replace round, roundf, roundl related @VARS@ in
26288         math.in.h.
26289         * modules/round: New file.
26290         * modules/round-tests: New file.
26291         * modules/roundf: New file.
26292         * modules/roundf-tests: New file.
26293         * modules/roundl: New file.
26294         * modules/roundl-tests: New file.
26295         * tests/test-round1.c: New file.
26296         * tests/test-round2.c: New file.
26297         * tests/test-roundf1.c: New file.
26298         * tests/test-roundf2.c: New file.
26299         * tests/test-roundl.c: New file.
26300         * doc/functions/round.texi: Mention round module.
26301         * doc/functions/roundf.texi: Mention roundf module.
26302         * doc/functions/roundl.texi: Mention roundl module.
26303         * MODULES.html.sh: Mention new modules.
26304         Thanks to Bruno Haible for suggestions.
26305
26306 2007-10-20  Jim Meyering  <meyering@redhat.com>
26307
26308         * lib/xprintf.c: Include <config.h> unconditionally.
26309
26310         Change xprintf's license to GPL.
26311         * modules/xprintf (License): s/LGPL/GPL/, since this module
26312         depends on modules (exit and exitfail) which are GPL.
26313         Suggestion from Bruno Haible.
26314
26315         xprintf fixes.
26316         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
26317         Use a clearer diagnostic.
26318         Patch from Bruno Haible.
26319
26320 2007-10-20  Bruno Haible  <bruno@clisp.org>
26321
26322         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
26323         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
26324         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26325
26326 2007-10-20  Bruno Haible  <bruno@clisp.org>
26327
26328         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
26329         precision in the comparison result > x - 1 or similar.
26330         * tests/test-ceilf2.c (correct_result_p): Likewise.
26331         * tests/test-truncf2.c (correct_result_p): Likewise.
26332         * tests/test-trunc2.c (correct_result_p): Likewise.
26333         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26334
26335 2007-10-20  Bruno Haible  <bruno@clisp.org>
26336
26337         * modules/ceil: New file.
26338         * m4/ceil.m4: New file.
26339         * doc/functions/ceil.texi: Mention the 'ceil' module.
26340
26341 2007-10-20  Bruno Haible  <bruno@clisp.org>
26342
26343         * modules/floor: New file.
26344         * m4/floor.m4: New file.
26345         * doc/functions/floor.texi: Mention the 'floor' module.
26346
26347 2007-10-20  Bruno Haible  <bruno@clisp.org>
26348
26349         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
26350         of %a.
26351         * modules/floorf-tests (Depends-on): Likewise.
26352         * modules/truncf-tests (Depends-on): Likewise.
26353         * modules/trunc-tests (Depends-on): Likewise.
26354         Reported by Ben Pfaff.
26355
26356 2007-10-19  Jim Meyering  <meyering@redhat.com>
26357
26358         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
26359         Don't bother testing specific errno values.  Just test ferror.
26360
26361         New module: xprintf
26362         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
26363
26364 2007-10-19  Bruno Haible  <bruno@clisp.org>
26365
26366         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
26367         syntax.
26368         * modules/javaexec (Makefile.am): Likewise.
26369         * modules/relocatable-prog (Makefile.am): Likewise.
26370         Suggested by Jim Meyering.
26371
26372 2007-10-18  Bruno Haible  <bruno@clisp.org>
26373
26374         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
26375         Reported by Jim Meyering.
26376
26377 2007-10-18  Eric Blake  <ebb9@byu.net>
26378
26379         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
26380
26381 2007-10-18  Bruno Haible  <bruno@clisp.org>
26382
26383         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
26384         the format string into writable memory. Needed in Fortify conditions.
26385
26386 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
26387             Bruno Haible  <bruno@clisp.org>
26388
26389         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
26390         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
26391         * modules/trim (Depends-on): Add mbchar.
26392         (configure.ac): Add gl_FUNC_MBRTOWC.
26393         (Makefile.am): Augment lib_SOURCES.
26394
26395 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26396
26397         Modify glob.c to use fstatat and dirfd, to simplify it.
26398         Suggested by Eric Blake.
26399         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
26400         Don't include <stdbool.h>; not used.
26401         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
26402         (link_exists_p): Simplify implementation, since we can now assume
26403         dirfd and fstatat.
26404         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
26405
26406 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26407
26408         * gnulib-tool (func_get_dependencies): Fix sed script to
26409         match only tests.
26410
26411 2007-10-17  Bruno Haible  <bruno@clisp.org>
26412
26413         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
26414         allow locale names without encoding suffix.
26415         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26416         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26417
26418 2007-10-16  Bruno Haible  <bruno@clisp.org>
26419
26420         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
26421         * lib/getgroups.c (getgroups): Likewise.
26422         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
26423
26424 2007-10-16  Bruno Haible  <bruno@clisp.org>
26425
26426         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
26427         * modules/malloc-posix (License): Likewise.
26428         * modules/realloc-posix (License): Likewise.
26429         * modules/calloc-posix (License): Likewise.
26430         * modules/intprops (License): Change from GPL to LGPL, with
26431         Paul Eggert's approval.
26432
26433 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26434
26435         Merge glibc changes into lib/glob.c.
26436
26437         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
26438         2007-10-15 04:59:03 UTC.  Here are the changes:
26439
26440         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
26441
26442         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
26443
26444         * lib/glob.c: Add some branch prediction throughout.
26445
26446         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
26447
26448         [BZ #5103]
26449         * lib/glob.c (glob): Recognize patterns starting \/.
26450
26451         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26452
26453         [BZ #3996]
26454         * lib/glob.c (attribute_hidden): Define if not defined.
26455         (glob): Unescape dirname, filename or username when needed and not
26456         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26457         is NULL.  Handle unescaped [ in pattern without closing ].
26458         Don't pass GLOB_CHECK down to recursive glob for directories.
26459         (__glob_pattern_type): New function.
26460         (__glob_pattern_p): Implement using __glob_pattern_type.
26461         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26462         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26463         Remove unreachable code.
26464
26465         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26466
26467         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26468         explain why there are no leaks.
26469
26470         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26471
26472         [BZ #3253]
26473         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26474         time, rather allocate increasingly bigger arrays of pointers, if
26475         possible with alloca, if too large with malloc.
26476
26477 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26478
26479         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26480         Problem reported by H.Merijn Brand in
26481         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26482         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26483         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26484
26485 2007-10-15  Bruno Haible  <bruno@clisp.org>
26486
26487         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26488         with explicit rpl_ prefix.
26489         * lib/fopen.c (fopen): Likewise.
26490         * lib/freopen.c (freopen): Likewise.
26491         * lib/iconv.c (iconv): Likewise.
26492         * lib/iconv_close.c (iconv_close): Likewise.
26493
26494 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26495
26496         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26497
26498 2007-10-15  Bruno Haible  <bruno@clisp.org>
26499
26500         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26501         <stddef.h> instead of <stdlib.h> since we only need NULL.
26502         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26503
26504 2007-10-15  Bruno Haible  <bruno@clisp.org>
26505
26506         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26507         Replace paragraph talking about LIBOBJS.
26508         Reported by Colin Watson <cjwatson@debian.org>.
26509
26510 2007-10-15  Bruno Haible  <bruno@clisp.org>
26511
26512         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26513         <stdlib.h> before using NULL.
26514
26515 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26516
26517         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26518         Reported by Albert Chin <china@thewrittenword.com>.
26519
26520 2007-10-14  Bruno Haible  <bruno@clisp.org>
26521
26522         * modules/iconv_open-utf-tests: New file.
26523         * tests/test-iconv-utf.c: New file.
26524
26525         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26526         * modules/iconv_open-utf: New file.
26527         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26528         (iconv, iconv_close): New declarations.
26529         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26530         be defined.
26531         (iconv_open): Add special handling of conversion between UTF-8 and
26532         UTF-{16,32}{BE,LE}.
26533         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26534         * lib/iconv_close.c: New file.
26535         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26536         gl_FUNC_ICONV_OPEN.
26537         (gl_FUNC_ICONV_OPEN): Use it.
26538         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26539         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26540         and REPLACE_ICONV_UTF.
26541         * modules/iconv_open (Depends-on): Add c-strcase.
26542         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26543         ICONV_CONST.
26544         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26545
26546 2007-10-13  Albert Chin  <china@thewrittenword.com>
26547             Bruno Haible  <bruno@clisp.org>
26548
26549         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26550         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26551
26552 2007-10-13  Bruno Haible  <bruno@clisp.org>
26553
26554         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26555         defined, use the ISO C99 inline semantics.
26556         * lib/argp.h (ARGP_EI): Likewise.
26557
26558 2007-10-13  Bruno Haible  <bruno@clisp.org>
26559
26560         Handle 'inline' change in gcc 4.3.0.
26561         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26562         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26563         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26564         argp_fmtstream_point): Disable 'extern' declaration if the function
26565         definition is going to be provided inline.
26566         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26567         semantics, not the ISO C99 inline semantics.
26568         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26569         'extern' declaration if the function definition is going to be provided
26570         inline.
26571         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26572         the GNU C inline semantics, not the ISO C99 inline semantics. With
26573         GCC 4.2, avoid a warning.
26574
26575 2007-10-13  Bruno Haible  <bruno@clisp.org>
26576
26577         * lib/freading.h (freading): Enable the use of __freading for
26578         glibc >= 2.7.
26579         * lib/freading.c (freading): Likewise.
26580
26581 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26582
26583         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26584         "warning: C99 inline functions are not supported; using GNU89".
26585
26586 2007-10-12  Bruno Haible  <bruno@clisp.org>
26587
26588         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26589         of 2.
26590         * tests/test-ceilf2.c: New file.
26591         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26592
26593         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26594         * modules/ceilf-tests: Update.
26595
26596 2007-10-12  Bruno Haible  <bruno@clisp.org>
26597
26598         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
26599         of 2.
26600         * tests/test-floorf2.c: New file.
26601         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
26602
26603         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
26604         * modules/floorf-tests: Update.
26605
26606 2007-10-12  Bruno Haible  <bruno@clisp.org>
26607
26608         * tests/test-trunc2.c: New file.
26609         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
26610
26611         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
26612         * modules/trunc-tests: Update.
26613
26614 2007-10-12  Bruno Haible  <bruno@clisp.org>
26615
26616         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
26617         of 2.
26618         * tests/test-truncf2.c: New file.
26619         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
26620
26621         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
26622         * modules/truncf-tests: Update.
26623
26624 2007-10-11  Eric Blake  <ebb9@byu.net>
26625
26626         Don't claim strerror is broken on Interix.
26627         * doc/functions/strerror.texi (strerror): Known broken systems are
26628         now Solaris 8, and not Interix.
26629         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
26630         Interix on cross-compile.
26631         Reported by Martin Koeppe in
26632         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
26633
26634 2007-10-11  Bruno Haible  <bruno@clisp.org>
26635
26636         * modules/i-ring-tests: New file.
26637         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
26638         instead of assert.
26639
26640 2007-10-11  Bruno Haible  <bruno@clisp.org>
26641
26642         * modules/filenamecat-tests: New file.
26643         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
26644         * lib/filenamecat.c: Remove test code.
26645
26646 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26647
26648         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
26649
26650         * lib/strerror.c: Include <string.h> always, to test interface,
26651         and to remove the need for the dummy.
26652         Include intprops.h to compute width instead of doing it ourselves
26653         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
26654         (strerror): Define it to return NULL if there's no system strerror.
26655         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
26656         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
26657         ancient pre-strerror Unix systems well any more.  Saying "unknown
26658         system error" is enough.
26659         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
26660         simpler strerror.c implementation.
26661         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
26662         Simplify the tests to reflect the simpler strerror implementation.
26663         * modules/strerror (Depends-on): Add intprops.
26664
26665 2007-10-09  Eric Blake  <ebb9@byu.net>
26666
26667         Silence test-fpending.
26668         * modules/fpending-tests (Files): Add wrapper script.
26669         * tests/test-fpending.sh: New file.
26670
26671 2007-10-09  Bruno Haible  <bruno@clisp.org>
26672
26673         * MODULES.html.sh (func_module): Don't create a hyperlink for
26674         function names like 'printf_frexp'.
26675         (Misc): Add crc, memxor.
26676         (Characteristics of floating types): New section.
26677         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
26678         isnanf-nolibm, signbit, trunc, truncf, truncl.
26679         (Enhancements for ISO C 99 functions): New subsection Input/output.
26680         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
26681         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
26682         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
26683         (Compatibility checks for POSIX:2001 functions): Add clock-time.
26684         (Enhancements for POSIX:2001 functions): Add chdir-long.
26685         (File system functions): Add areadlink, chdir-safer, read-file.
26686         Remove cycle-check.
26687         (File system as inode set): New section.
26688         (Date and time): Add gethrxtime.
26689         (Multithreading): Add openmp.
26690         (Internationalization functions): Add localename.
26691         (Unicode string functions): Add unistr/u*-mbsnlen.
26692         (Support for maintaining and releasing projects): Add git-version-gen.
26693         (Lone files): Remove directories.
26694
26695 2007-10-08  Ben Pfaff  <blp@gnu.org>
26696
26697         * lib/xmalloca.h: Fix typo in comment.
26698
26699 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26700
26701         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
26702         when avoiding problems with integer overflow.  Use a portable test
26703         instead.
26704
26705 2007-10-08  Simon Josefsson  <simon@josefsson.org>
26706
26707         * modules/dummy (License): Change to LGPLv2+.
26708         * modules/float (License): Likewise
26709         * modules/realloc (License): Likewise
26710         * modules/stdlib (License): Likewise
26711
26712 2007-10-07  Bruno Haible  <bruno@clisp.org>
26713
26714         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
26715         * floor.c (TWO_MANT_DIG): Likewise.
26716         * ceil.c (TWO_MANT_DIG): Likewise.
26717         Reported by Ben Pfaff.
26718
26719 2007-10-07  Bruno Haible  <bruno@clisp.org>
26720
26721         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
26722         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
26723         * lib/frexp.c (FUNC): Likewise.
26724         * lib/printf-frexp.h (printf_frexp): Likewise.
26725         * lib/printf-frexpl.h (printf_frexpl): Likewise.
26726         * lib/printf-frexp.c (FUNC): Likewise.
26727         Suggested by Jim Meyering.
26728
26729 2007-10-07  Jim Meyering  <meyering@redhat.com>
26730
26731         Make xnanosleep's integer overflow test more robust.
26732         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
26733         so that gcc-4.3.0 doesn't optimize away this test for overflow.
26734
26735 2007-10-07  Bruno Haible  <bruno@clisp.org>
26736
26737         * NEWS: Mention the license change.
26738
26739         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
26740         abbreviations in the modules files.
26741
26742         Change copyright notice from GPLv2+ to GPLv3+.
26743         * README: Change copyright notice.
26744         * MODULES.html.sh: Likewise.
26745         * build-aux/bootstrap.conf: Likewise.
26746         * build-aux/config.libpath: Likewise.
26747         * build-aux/csharpcomp.sh.in: Likewise.
26748         * build-aux/csharpexec.sh.in: Likewise.
26749         * build-aux/install-reloc: Likewise.
26750         * build-aux/javacomp.sh.in: Likewise.
26751         * build-aux/javaexec.sh.in: Likewise.
26752         * build-aux/ldd.sh.in: Likewise.
26753         * build-aux/reloc-ldflags: Likewise.
26754         * build-aux/relocatable.sh.in: Likewise.
26755         * build-aux/x-to-1.in: Likewise.
26756         * check-module: Likewise.
26757         * config/srclistvars.sh: Likewise.
26758         * gnulib-tool: Likewise.
26759         * lib/acl-internal.h: Likewise.
26760         * lib/acl.c: Likewise.
26761         * lib/acl.h: Likewise.
26762         * lib/acl_entries.c: Likewise.
26763         * lib/areadlink-with-size.c: Likewise.
26764         * lib/areadlink.c: Likewise.
26765         * lib/areadlink.h: Likewise.
26766         * lib/argmatch.c: Likewise.
26767         * lib/argmatch.h: Likewise.
26768         * lib/argp-ba.c: Likewise.
26769         * lib/argp-eexst.c: Likewise.
26770         * lib/argp-fmtstream.c: Likewise.
26771         * lib/argp-fmtstream.h: Likewise.
26772         * lib/argp-fs-xinl.c: Likewise.
26773         * lib/argp-help.c: Likewise.
26774         * lib/argp-namefrob.h: Likewise.
26775         * lib/argp-parse.c: Likewise.
26776         * lib/argp-pin.c: Likewise.
26777         * lib/argp-pv.c: Likewise.
26778         * lib/argp-pvh.c: Likewise.
26779         * lib/argp-xinl.c: Likewise.
26780         * lib/argp.h: Likewise.
26781         * lib/at-func.c: Likewise.
26782         * lib/atanl.c: Likewise.
26783         * lib/backupfile.c: Likewise.
26784         * lib/backupfile.h: Likewise.
26785         * lib/basename.c: Likewise.
26786         * lib/binary-io.h: Likewise.
26787         * lib/byteswap.in.h: Likewise.
26788         * lib/c-stack.c: Likewise.
26789         * lib/c-stack.h: Likewise.
26790         * lib/c-strcasestr.c: Likewise.
26791         * lib/c-strcasestr.h: Likewise.
26792         * lib/c-strstr.c: Likewise.
26793         * lib/c-strstr.h: Likewise.
26794         * lib/c-strtod.c: Likewise.
26795         * lib/calloc.c: Likewise.
26796         * lib/canon-host.c: Likewise.
26797         * lib/canon-host.h: Likewise.
26798         * lib/canonicalize-lgpl.c: Likewise.
26799         * lib/canonicalize.c: Likewise.
26800         * lib/canonicalize.h: Likewise.
26801         * lib/ceil.c: Likewise.
26802         * lib/ceilf.c: Likewise.
26803         * lib/ceill.c: Likewise.
26804         * lib/chdir-long.c: Likewise.
26805         * lib/chdir-long.h: Likewise.
26806         * lib/chdir-safer.c: Likewise.
26807         * lib/chdir-safer.h: Likewise.
26808         * lib/chown.c: Likewise.
26809         * lib/classpath.c: Likewise.
26810         * lib/classpath.h: Likewise.
26811         * lib/clean-temp.c: Likewise.
26812         * lib/clean-temp.h: Likewise.
26813         * lib/cloexec.c: Likewise.
26814         * lib/close-stream.c: Likewise.
26815         * lib/closein.c: Likewise.
26816         * lib/closein.h: Likewise.
26817         * lib/closeout.c: Likewise.
26818         * lib/closeout.h: Likewise.
26819         * lib/concat-filename.c: Likewise.
26820         * lib/copy-file.c: Likewise.
26821         * lib/copy-file.h: Likewise.
26822         * lib/count-one-bits.h: Likewise.
26823         * lib/crc.c: Likewise.
26824         * lib/crc.h: Likewise.
26825         * lib/creat-safer.c: Likewise.
26826         * lib/csharpcomp.c: Likewise.
26827         * lib/csharpcomp.h: Likewise.
26828         * lib/csharpexec.c: Likewise.
26829         * lib/csharpexec.h: Likewise.
26830         * lib/cycle-check.c: Likewise.
26831         * lib/cycle-check.h: Likewise.
26832         * lib/diacrit.c: Likewise.
26833         * lib/diacrit.h: Likewise.
26834         * lib/diffseq.h: Likewise.
26835         * lib/dirchownmod.c: Likewise.
26836         * lib/dirent.in.h: Likewise.
26837         * lib/dirfd.c: Likewise.
26838         * lib/dirfd.h: Likewise.
26839         * lib/dirname.c: Likewise.
26840         * lib/dirname.h: Likewise.
26841         * lib/dummy.c: Likewise.
26842         * lib/dup-safer.c: Likewise.
26843         * lib/dup2.c: Likewise.
26844         * lib/eealloc.h: Likewise.
26845         * lib/error.c: Likewise.
26846         * lib/error.h: Likewise.
26847         * lib/euidaccess.c: Likewise.
26848         * lib/exclude.c: Likewise.
26849         * lib/exclude.h: Likewise.
26850         * lib/execute.c: Likewise.
26851         * lib/execute.h: Likewise.
26852         * lib/exitfail.c: Likewise.
26853         * lib/exitfail.h: Likewise.
26854         * lib/expl.c: Likewise.
26855         * lib/fatal-signal.c: Likewise.
26856         * lib/fatal-signal.h: Likewise.
26857         * lib/fbufmode.c: Likewise.
26858         * lib/fbufmode.h: Likewise.
26859         * lib/fchdir.c: Likewise.
26860         * lib/fchmodat.c: Likewise.
26861         * lib/fchownat.c: Likewise.
26862         * lib/fcntl--.h: Likewise.
26863         * lib/fcntl-safer.h: Likewise.
26864         * lib/fcntl.in.h: Likewise.
26865         * lib/fd-safer.c: Likewise.
26866         * lib/fflush.c: Likewise.
26867         * lib/file-has-acl.c: Likewise.
26868         * lib/file-set.c: Likewise.
26869         * lib/file-type.c: Likewise.
26870         * lib/file-type.h: Likewise.
26871         * lib/fileblocks.c: Likewise.
26872         * lib/filemode.c: Likewise.
26873         * lib/filemode.h: Likewise.
26874         * lib/filename.h: Likewise.
26875         * lib/filenamecat.c: Likewise.
26876         * lib/filenamecat.h: Likewise.
26877         * lib/findprog.c: Likewise.
26878         * lib/findprog.h: Likewise.
26879         * lib/float.in.h: Likewise.
26880         * lib/floor.c: Likewise.
26881         * lib/floorf.c: Likewise.
26882         * lib/floorl.c: Likewise.
26883         * lib/fopen-safer.c: Likewise.
26884         * lib/fopen.c: Likewise.
26885         * lib/fpending.c: Likewise.
26886         * lib/fpending.h: Likewise.
26887         * lib/fprintf.c: Likewise.
26888         * lib/fprintftime.h: Likewise.
26889         * lib/fpucw.h: Likewise.
26890         * lib/fpurge.c: Likewise.
26891         * lib/fpurge.h: Likewise.
26892         * lib/freadable.c: Likewise.
26893         * lib/freadable.h: Likewise.
26894         * lib/freadahead.c: Likewise.
26895         * lib/freadahead.h: Likewise.
26896         * lib/freading.c: Likewise.
26897         * lib/freading.h: Likewise.
26898         * lib/free.c: Likewise.
26899         * lib/freopen.c: Likewise.
26900         * lib/frexp.c: Likewise.
26901         * lib/frexpl.c: Likewise.
26902         * lib/fseek.c: Likewise.
26903         * lib/fseterr.c: Likewise.
26904         * lib/fseterr.h: Likewise.
26905         * lib/fstatat.c: Likewise.
26906         * lib/fstrcmp.c: Likewise.
26907         * lib/fstrcmp.h: Likewise.
26908         * lib/fsusage.c: Likewise.
26909         * lib/fsusage.h: Likewise.
26910         * lib/ftell.c: Likewise.
26911         * lib/ftello.c: Likewise.
26912         * lib/fts-cycle.c: Likewise.
26913         * lib/fts.c: Likewise.
26914         * lib/fts_.h: Likewise.
26915         * lib/full-read.c: Likewise.
26916         * lib/full-read.h: Likewise.
26917         * lib/full-write.c: Likewise.
26918         * lib/full-write.h: Likewise.
26919         * lib/fwritable.c: Likewise.
26920         * lib/fwritable.h: Likewise.
26921         * lib/fwriteerror.c: Likewise.
26922         * lib/fwriteerror.h: Likewise.
26923         * lib/fwriting.c: Likewise.
26924         * lib/fwriting.h: Likewise.
26925         * lib/gcd.c: Likewise.
26926         * lib/gcd.h: Likewise.
26927         * lib/getcwd.c: Likewise.
26928         * lib/getdate.h: Likewise.
26929         * lib/getdate.y: Likewise.
26930         * lib/getdomainname.c: Likewise.
26931         * lib/getdomainname.h: Likewise.
26932         * lib/getgroups.c: Likewise.
26933         * lib/gethostname.c: Likewise.
26934         * lib/gethrxtime.c: Likewise.
26935         * lib/gethrxtime.h: Likewise.
26936         * lib/getloadavg.c: Likewise.
26937         * lib/getndelim2.c: Likewise.
26938         * lib/getndelim2.h: Likewise.
26939         * lib/getnline.c: Likewise.
26940         * lib/getnline.h: Likewise.
26941         * lib/getopt.c: Likewise.
26942         * lib/getopt.in.h: Likewise.
26943         * lib/getopt1.c: Likewise.
26944         * lib/getopt_int.h: Likewise.
26945         * lib/getpagesize.h: Likewise.
26946         * lib/getsubopt.c: Likewise.
26947         * lib/gettime.c: Likewise.
26948         * lib/getugroups.c: Likewise.
26949         * lib/getugroups.h: Likewise.
26950         * lib/getusershell.c: Likewise.
26951         * lib/gl_anyavltree_list1.h: Likewise.
26952         * lib/gl_anyavltree_list2.h: Likewise.
26953         * lib/gl_anyhash_list1.h: Likewise.
26954         * lib/gl_anyhash_list2.h: Likewise.
26955         * lib/gl_anylinked_list1.h: Likewise.
26956         * lib/gl_anylinked_list2.h: Likewise.
26957         * lib/gl_anyrbtree_list1.h: Likewise.
26958         * lib/gl_anyrbtree_list2.h: Likewise.
26959         * lib/gl_anytree_list1.h: Likewise.
26960         * lib/gl_anytree_list2.h: Likewise.
26961         * lib/gl_anytree_oset.h: Likewise.
26962         * lib/gl_anytreehash_list1.h: Likewise.
26963         * lib/gl_anytreehash_list2.h: Likewise.
26964         * lib/gl_array_list.c: Likewise.
26965         * lib/gl_array_list.h: Likewise.
26966         * lib/gl_array_oset.c: Likewise.
26967         * lib/gl_array_oset.h: Likewise.
26968         * lib/gl_avltree_list.c: Likewise.
26969         * lib/gl_avltree_list.h: Likewise.
26970         * lib/gl_avltree_oset.c: Likewise.
26971         * lib/gl_avltree_oset.h: Likewise.
26972         * lib/gl_avltreehash_list.c: Likewise.
26973         * lib/gl_avltreehash_list.h: Likewise.
26974         * lib/gl_carray_list.c: Likewise.
26975         * lib/gl_carray_list.h: Likewise.
26976         * lib/gl_linked_list.c: Likewise.
26977         * lib/gl_linked_list.h: Likewise.
26978         * lib/gl_linkedhash_list.c: Likewise.
26979         * lib/gl_linkedhash_list.h: Likewise.
26980         * lib/gl_list.c: Likewise.
26981         * lib/gl_list.h: Likewise.
26982         * lib/gl_oset.c: Likewise.
26983         * lib/gl_oset.h: Likewise.
26984         * lib/gl_rbtree_list.c: Likewise.
26985         * lib/gl_rbtree_list.h: Likewise.
26986         * lib/gl_rbtree_oset.c: Likewise.
26987         * lib/gl_rbtree_oset.h: Likewise.
26988         * lib/gl_rbtreehash_list.c: Likewise.
26989         * lib/gl_rbtreehash_list.h: Likewise.
26990         * lib/gl_sublist.c: Likewise.
26991         * lib/gl_sublist.h: Likewise.
26992         * lib/group-member.c: Likewise.
26993         * lib/group-member.h: Likewise.
26994         * lib/hard-locale.c: Likewise.
26995         * lib/hard-locale.h: Likewise.
26996         * lib/hash-pjw.c: Likewise.
26997         * lib/hash-pjw.h: Likewise.
26998         * lib/hash-triple.c: Likewise.
26999         * lib/hash.c: Likewise.
27000         * lib/hash.h: Likewise.
27001         * lib/human.c: Likewise.
27002         * lib/human.h: Likewise.
27003         * lib/i-ring.c: Likewise.
27004         * lib/i-ring.h: Likewise.
27005         * lib/idcache.c: Likewise.
27006         * lib/imaxabs.c: Likewise.
27007         * lib/imaxdiv.c: Likewise.
27008         * lib/inet_pton.c: Likewise.
27009         * lib/inet_pton.h: Likewise.
27010         * lib/intprops.h: Likewise.
27011         * lib/inttostr.c: Likewise.
27012         * lib/inttostr.h: Likewise.
27013         * lib/inttypes.in.h: Likewise.
27014         * lib/isapipe.c: Likewise.
27015         * lib/isdir.c: Likewise.
27016         * lib/isnan.c: Likewise.
27017         * lib/isnan.h: Likewise.
27018         * lib/isnanf.c: Likewise.
27019         * lib/isnanf.h: Likewise.
27020         * lib/isnanl-nolibm.h: Likewise.
27021         * lib/isnanl.c: Likewise.
27022         * lib/isnanl.h: Likewise.
27023         * lib/javacomp.c: Likewise.
27024         * lib/javacomp.h: Likewise.
27025         * lib/javaexec.c: Likewise.
27026         * lib/javaexec.h: Likewise.
27027         * lib/javaversion.c: Likewise.
27028         * lib/javaversion.h: Likewise.
27029         * lib/javaversion.java: Likewise.
27030         * lib/lbrkprop.h: Likewise.
27031         * lib/lchmod.h: Likewise.
27032         * lib/lchown.c: Likewise.
27033         * lib/ldexpl.c: Likewise.
27034         * lib/linebreak.c: Likewise.
27035         * lib/linebreak.h: Likewise.
27036         * lib/linebuffer.c: Likewise.
27037         * lib/linebuffer.h: Likewise.
27038         * lib/locale.in.h: Likewise.
27039         * lib/logl.c: Likewise.
27040         * lib/long-options.c: Likewise.
27041         * lib/long-options.h: Likewise.
27042         * lib/lstat.c: Likewise.
27043         * lib/lstat.h: Likewise.
27044         * lib/math.in.h: Likewise.
27045         * lib/mbchar.c: Likewise.
27046         * lib/mbchar.h: Likewise.
27047         * lib/mbfile.h: Likewise.
27048         * lib/mbiter.h: Likewise.
27049         * lib/mbscasecmp.c: Likewise.
27050         * lib/mbscasestr.c: Likewise.
27051         * lib/mbschr.c: Likewise.
27052         * lib/mbscspn.c: Likewise.
27053         * lib/mbslen.c: Likewise.
27054         * lib/mbsncasecmp.c: Likewise.
27055         * lib/mbsnlen.c: Likewise.
27056         * lib/mbspbrk.c: Likewise.
27057         * lib/mbspcasecmp.c: Likewise.
27058         * lib/mbsrchr.c: Likewise.
27059         * lib/mbssep.c: Likewise.
27060         * lib/mbsspn.c: Likewise.
27061         * lib/mbsstr.c: Likewise.
27062         * lib/mbstok_r.c: Likewise.
27063         * lib/mbswidth.c: Likewise.
27064         * lib/mbswidth.h: Likewise.
27065         * lib/mbuiter.h: Likewise.
27066         * lib/memcasecmp.c: Likewise.
27067         * lib/memcasecmp.h: Likewise.
27068         * lib/memchr.c: Likewise.
27069         * lib/memcmp.c: Likewise.
27070         * lib/memcoll.c: Likewise.
27071         * lib/memcoll.h: Likewise.
27072         * lib/memcpy.c: Likewise.
27073         * lib/memrchr.c: Likewise.
27074         * lib/mkancesdirs.c: Likewise.
27075         * lib/mkdir-p.c: Likewise.
27076         * lib/mkdir-p.h: Likewise.
27077         * lib/mkdir.c: Likewise.
27078         * lib/mkdirat.c: Likewise.
27079         * lib/mkdtemp.c: Likewise.
27080         * lib/mkstemp-safer.c: Likewise.
27081         * lib/mkstemp.c: Likewise.
27082         * lib/modechange.c: Likewise.
27083         * lib/modechange.h: Likewise.
27084         * lib/mountlist.c: Likewise.
27085         * lib/mountlist.h: Likewise.
27086         * lib/mpsort.c: Likewise.
27087         * lib/nanosleep.c: Likewise.
27088         * lib/obstack.c: Likewise.
27089         * lib/obstack.h: Likewise.
27090         * lib/open-safer.c: Likewise.
27091         * lib/open.c: Likewise.
27092         * lib/openat-die.c: Likewise.
27093         * lib/openat-priv.h: Likewise.
27094         * lib/openat-proc.c: Likewise.
27095         * lib/openat.c: Likewise.
27096         * lib/openat.h: Likewise.
27097         * lib/pagealign_alloc.c: Likewise.
27098         * lib/pagealign_alloc.h: Likewise.
27099         * lib/physmem.c: Likewise.
27100         * lib/physmem.h: Likewise.
27101         * lib/pipe-safer.c: Likewise.
27102         * lib/pipe.c: Likewise.
27103         * lib/pipe.h: Likewise.
27104         * lib/posixtm.c: Likewise.
27105         * lib/posixtm.h: Likewise.
27106         * lib/posixver.c: Likewise.
27107         * lib/printf-frexp.c: Likewise.
27108         * lib/printf-frexp.h: Likewise.
27109         * lib/printf-frexpl.c: Likewise.
27110         * lib/printf-frexpl.h: Likewise.
27111         * lib/printf.c: Likewise.
27112         * lib/progname.c: Likewise.
27113         * lib/progname.h: Likewise.
27114         * lib/progreloc.c: Likewise.
27115         * lib/putenv.c: Likewise.
27116         * lib/quote.c: Likewise.
27117         * lib/quote.h: Likewise.
27118         * lib/quotearg.c: Likewise.
27119         * lib/quotearg.h: Likewise.
27120         * lib/raise.c: Likewise.
27121         * lib/readline.c: Likewise.
27122         * lib/readline.h: Likewise.
27123         * lib/readlink.c: Likewise.
27124         * lib/readtokens.c: Likewise.
27125         * lib/readtokens.h: Likewise.
27126         * lib/readtokens0.c: Likewise.
27127         * lib/readtokens0.h: Likewise.
27128         * lib/readutmp.c: Likewise.
27129         * lib/readutmp.h: Likewise.
27130         * lib/realloc.c: Likewise.
27131         * lib/relocwrapper.c: Likewise.
27132         * lib/rename-dest-slash.c: Likewise.
27133         * lib/rename.c: Likewise.
27134         * lib/rmdir.c: Likewise.
27135         * lib/rpmatch.c: Likewise.
27136         * lib/safe-read.c: Likewise.
27137         * lib/safe-read.h: Likewise.
27138         * lib/safe-write.c: Likewise.
27139         * lib/safe-write.h: Likewise.
27140         * lib/same-inode.h: Likewise.
27141         * lib/same.c: Likewise.
27142         * lib/same.h: Likewise.
27143         * lib/save-cwd.c: Likewise.
27144         * lib/save-cwd.h: Likewise.
27145         * lib/savedir.c: Likewise.
27146         * lib/savedir.h: Likewise.
27147         * lib/savewd.c: Likewise.
27148         * lib/savewd.h: Likewise.
27149         * lib/search.in.h: Likewise.
27150         * lib/setenv.c: Likewise.
27151         * lib/setenv.h: Likewise.
27152         * lib/settime.c: Likewise.
27153         * lib/sh-quote.c: Likewise.
27154         * lib/sh-quote.h: Likewise.
27155         * lib/sig2str.c: Likewise.
27156         * lib/sig2str.h: Likewise.
27157         * lib/signal.in.h: Likewise.
27158         * lib/signbitd.c: Likewise.
27159         * lib/signbitf.c: Likewise.
27160         * lib/signbitl.c: Likewise.
27161         * lib/sigprocmask.c: Likewise.
27162         * lib/sincosl.c: Likewise.
27163         * lib/sleep.c: Likewise.
27164         * lib/sprintf.c: Likewise.
27165         * lib/sqrtl.c: Likewise.
27166         * lib/stat-time.h: Likewise.
27167         * lib/stdio--.h: Likewise.
27168         * lib/stdio-safer.h: Likewise.
27169         * lib/stdlib--.h: Likewise.
27170         * lib/stdlib-safer.h: Likewise.
27171         * lib/stdlib.in.h: Likewise.
27172         * lib/stpcpy.c: Likewise.
27173         * lib/stpncpy.c: Likewise.
27174         * lib/strchrnul.c: Likewise.
27175         * lib/strcspn.c: Likewise.
27176         * lib/strerror.c: Likewise.
27177         * lib/strftime.c: Likewise.
27178         * lib/strftime.h: Likewise.
27179         * lib/striconveh.c: Likewise.
27180         * lib/striconveh.h: Likewise.
27181         * lib/striconveha.c: Likewise.
27182         * lib/striconveha.h: Likewise.
27183         * lib/stripslash.c: Likewise.
27184         * lib/strnlen1.c: Likewise.
27185         * lib/strnlen1.h: Likewise.
27186         * lib/strtod.c: Likewise.
27187         * lib/strtoimax.c: Likewise.
27188         * lib/strtok_r.c: Likewise.
27189         * lib/strtol.c: Likewise.
27190         * lib/strtoll.c: Likewise.
27191         * lib/strtoul.c: Likewise.
27192         * lib/strtoull.c: Likewise.
27193         * lib/sysexits.in.h: Likewise.
27194         * lib/tempname.c: Likewise.
27195         * lib/tempname.h: Likewise.
27196         * lib/timespec.h: Likewise.
27197         * lib/tls.c: Likewise.
27198         * lib/tls.h: Likewise.
27199         * lib/tmpdir.c: Likewise.
27200         * lib/tmpdir.h: Likewise.
27201         * lib/tmpfile-safer.c: Likewise.
27202         * lib/tmpfile.c: Likewise.
27203         * lib/trigl.c: Likewise.
27204         * lib/trigl.h: Likewise.
27205         * lib/trim.c: Likewise.
27206         * lib/trim.h: Likewise.
27207         * lib/trunc.c: Likewise.
27208         * lib/truncf.c: Likewise.
27209         * lib/truncl.c: Likewise.
27210         * lib/tsearch.c: Likewise.
27211         * lib/unicodeio.c: Likewise.
27212         * lib/unicodeio.h: Likewise.
27213         * lib/unistd--.h: Likewise.
27214         * lib/unistd-safer.h: Likewise.
27215         * lib/unistdio/ulc-fprintf.c: Likewise.
27216         * lib/unistdio/ulc-vfprintf.c: Likewise.
27217         * lib/unlinkdir.c: Likewise.
27218         * lib/unlinkdir.h: Likewise.
27219         * lib/unlocked-io.h: Likewise.
27220         * lib/unsetenv.c: Likewise.
27221         * lib/userspec.c: Likewise.
27222         * lib/utime.c: Likewise.
27223         * lib/utimecmp.c: Likewise.
27224         * lib/utimecmp.h: Likewise.
27225         * lib/utimens.c: Likewise.
27226         * lib/verify.h: Likewise.
27227         * lib/verror.c: Likewise.
27228         * lib/verror.h: Likewise.
27229         * lib/version-etc-fsf.c: Likewise.
27230         * lib/version-etc.c: Likewise.
27231         * lib/version-etc.h: Likewise.
27232         * lib/vfprintf.c: Likewise.
27233         * lib/vprintf.c: Likewise.
27234         * lib/vsprintf.c: Likewise.
27235         * lib/w32spawn.h: Likewise.
27236         * lib/wait-process.c: Likewise.
27237         * lib/wait-process.h: Likewise.
27238         * lib/wcwidth.c: Likewise.
27239         * lib/write-any-file.c: Likewise.
27240         * lib/xalloc-die.c: Likewise.
27241         * lib/xalloc.h: Likewise.
27242         * lib/xasprintf.c: Likewise.
27243         * lib/xgetcwd.c: Likewise.
27244         * lib/xgetcwd.h: Likewise.
27245         * lib/xgetdomainname.c: Likewise.
27246         * lib/xgetdomainname.h: Likewise.
27247         * lib/xgethostname.c: Likewise.
27248         * lib/xmalloc.c: Likewise.
27249         * lib/xmalloca.c: Likewise.
27250         * lib/xmalloca.h: Likewise.
27251         * lib/xmemcoll.c: Likewise.
27252         * lib/xnanosleep.c: Likewise.
27253         * lib/xreadlink.c: Likewise.
27254         * lib/xreadlink.h: Likewise.
27255         * lib/xsetenv.c: Likewise.
27256         * lib/xsetenv.h: Likewise.
27257         * lib/xstriconv.c: Likewise.
27258         * lib/xstriconv.h: Likewise.
27259         * lib/xstrndup.c: Likewise.
27260         * lib/xstrndup.h: Likewise.
27261         * lib/xstrtod.c: Likewise.
27262         * lib/xstrtod.h: Likewise.
27263         * lib/xstrtol-error.c: Likewise.
27264         * lib/xstrtol.c: Likewise.
27265         * lib/xstrtol.h: Likewise.
27266         * lib/xtime.h: Likewise.
27267         * lib/xvasprintf.c: Likewise.
27268         * lib/xvasprintf.h: Likewise.
27269         * lib/yesno.c: Likewise.
27270         * lib/yesno.h: Likewise.
27271         * posix-modules: Likewise.
27272         * tests/test-alloca-opt.c: Likewise.
27273         * tests/test-arcfour.c: Likewise.
27274         * tests/test-arctwo.c: Likewise.
27275         * tests/test-argmatch.c: Likewise.
27276         * tests/test-argp-2.sh: Likewise.
27277         * tests/test-argp.c: Likewise.
27278         * tests/test-arpa_inet.c: Likewise.
27279         * tests/test-array_list.c: Likewise.
27280         * tests/test-array_oset.c: Likewise.
27281         * tests/test-atexit.c: Likewise.
27282         * tests/test-avltree_list.c: Likewise.
27283         * tests/test-avltree_oset.c: Likewise.
27284         * tests/test-avltreehash_list.c: Likewise.
27285         * tests/test-base64.c: Likewise.
27286         * tests/test-binary-io.c: Likewise.
27287         * tests/test-byteswap.c: Likewise.
27288         * tests/test-c-ctype.c: Likewise.
27289         * tests/test-c-strcasecmp.c: Likewise.
27290         * tests/test-c-strcasestr.c: Likewise.
27291         * tests/test-c-strncasecmp.c: Likewise.
27292         * tests/test-c-strstr.c: Likewise.
27293         * tests/test-canonicalize-lgpl.c: Likewise.
27294         * tests/test-canonicalize.c: Likewise.
27295         * tests/test-carray_list.c: Likewise.
27296         * tests/test-ceilf.c: Likewise.
27297         * tests/test-ceill.c: Likewise.
27298         * tests/test-count-one-bits.c: Likewise.
27299         * tests/test-crc.c: Likewise.
27300         * tests/test-dirname.c: Likewise.
27301         * tests/test-fbufmode.c: Likewise.
27302         * tests/test-fcntl.c: Likewise.
27303         * tests/test-fflush.c: Likewise.
27304         * tests/test-floorf.c: Likewise.
27305         * tests/test-floorl.c: Likewise.
27306         * tests/test-fopen.c: Likewise.
27307         * tests/test-fprintf-posix.c: Likewise.
27308         * tests/test-fprintf-posix.h: Likewise.
27309         * tests/test-fpurge.c: Likewise.
27310         * tests/test-freadable.c: Likewise.
27311         * tests/test-freadahead.c: Likewise.
27312         * tests/test-freading.c: Likewise.
27313         * tests/test-freopen.c: Likewise.
27314         * tests/test-frexp.c: Likewise.
27315         * tests/test-frexpl.c: Likewise.
27316         * tests/test-fseek.c: Likewise.
27317         * tests/test-fseeko.c: Likewise.
27318         * tests/test-fseterr.c: Likewise.
27319         * tests/test-fstrcmp.c: Likewise.
27320         * tests/test-ftell.c: Likewise.
27321         * tests/test-ftello.c: Likewise.
27322         * tests/test-fwritable.c: Likewise.
27323         * tests/test-fwriting.c: Likewise.
27324         * tests/test-getaddrinfo.c: Likewise.
27325         * tests/test-getpass.c: Likewise.
27326         * tests/test-gettimeofday.c: Likewise.
27327         * tests/test-hmac-md5.c: Likewise.
27328         * tests/test-hmac-sha1.c: Likewise.
27329         * tests/test-iconv.c: Likewise.
27330         * tests/test-iconvme.c: Likewise.
27331         * tests/test-inttypes.c: Likewise.
27332         * tests/test-isnan.c: Likewise.
27333         * tests/test-isnanf.c: Likewise.
27334         * tests/test-isnanl-nolibm.c: Likewise.
27335         * tests/test-isnanl.c: Likewise.
27336         * tests/test-isnanl.h: Likewise.
27337         * tests/test-ldexpl.c: Likewise.
27338         * tests/test-linked_list.c: Likewise.
27339         * tests/test-linkedhash_list.c: Likewise.
27340         * tests/test-locale.c: Likewise.
27341         * tests/test-localename.c: Likewise.
27342         * tests/test-lock.c: Likewise.
27343         * tests/test-lseek.c: Likewise.
27344         * tests/test-malloca.c: Likewise.
27345         * tests/test-math.c: Likewise.
27346         * tests/test-mbscasecmp.c: Likewise.
27347         * tests/test-mbscasestr1.c: Likewise.
27348         * tests/test-mbscasestr2.c: Likewise.
27349         * tests/test-mbscasestr3.c: Likewise.
27350         * tests/test-mbscasestr4.c: Likewise.
27351         * tests/test-mbschr.c: Likewise.
27352         * tests/test-mbscspn.c: Likewise.
27353         * tests/test-mbsncasecmp.c: Likewise.
27354         * tests/test-mbspbrk.c: Likewise.
27355         * tests/test-mbspcasecmp.c: Likewise.
27356         * tests/test-mbsrchr.c: Likewise.
27357         * tests/test-mbsspn.c: Likewise.
27358         * tests/test-mbsstr1.c: Likewise.
27359         * tests/test-mbsstr2.c: Likewise.
27360         * tests/test-mbsstr3.c: Likewise.
27361         * tests/test-md5.c: Likewise.
27362         * tests/test-memmem.c: Likewise.
27363         * tests/test-netinet_in.c: Likewise.
27364         * tests/test-open.c: Likewise.
27365         * tests/test-printf-frexp.c: Likewise.
27366         * tests/test-printf-frexpl.c: Likewise.
27367         * tests/test-printf-posix.c: Likewise.
27368         * tests/test-printf-posix.h: Likewise.
27369         * tests/test-rbtree_list.c: Likewise.
27370         * tests/test-rbtree_oset.c: Likewise.
27371         * tests/test-rbtreehash_list.c: Likewise.
27372         * tests/test-read-file.c: Likewise.
27373         * tests/test-rijndael.c: Likewise.
27374         * tests/test-search.c: Likewise.
27375         * tests/test-signbit.c: Likewise.
27376         * tests/test-sleep.c: Likewise.
27377         * tests/test-snprintf-posix.c: Likewise.
27378         * tests/test-snprintf-posix.h: Likewise.
27379         * tests/test-snprintf.c: Likewise.
27380         * tests/test-sprintf-posix.c: Likewise.
27381         * tests/test-sprintf-posix.h: Likewise.
27382         * tests/test-stat-time.c: Likewise.
27383         * tests/test-stdbool.c: Likewise.
27384         * tests/test-stdint.c: Likewise.
27385         * tests/test-stdio.c: Likewise.
27386         * tests/test-stdlib.c: Likewise.
27387         * tests/test-stpncpy.c: Likewise.
27388         * tests/test-strcasestr.c: Likewise.
27389         * tests/test-striconv.c: Likewise.
27390         * tests/test-striconveh.c: Likewise.
27391         * tests/test-striconveha.c: Likewise.
27392         * tests/test-string.c: Likewise.
27393         * tests/test-sys_select.c: Likewise.
27394         * tests/test-sys_socket.c: Likewise.
27395         * tests/test-sys_stat.c: Likewise.
27396         * tests/test-sys_time.c: Likewise.
27397         * tests/test-sysexits.c: Likewise.
27398         * tests/test-time.c: Likewise.
27399         * tests/test-tls.c: Likewise.
27400         * tests/test-trunc.c: Likewise.
27401         * tests/test-truncf.c: Likewise.
27402         * tests/test-truncl.c: Likewise.
27403         * tests/test-unistd.c: Likewise.
27404         * tests/test-vasnprintf-posix.c: Likewise.
27405         * tests/test-vasnprintf-posix2.c: Likewise.
27406         * tests/test-vasnprintf.c: Likewise.
27407         * tests/test-vasprintf-posix.c: Likewise.
27408         * tests/test-vasprintf.c: Likewise.
27409         * tests/test-verify.c: Likewise.
27410         * tests/test-vfprintf-posix.c: Likewise.
27411         * tests/test-vprintf-posix.c: Likewise.
27412         * tests/test-vsnprintf-posix.c: Likewise.
27413         * tests/test-vsnprintf.c: Likewise.
27414         * tests/test-vsprintf-posix.c: Likewise.
27415         * tests/test-wchar.c: Likewise.
27416         * tests/test-wctype.c: Likewise.
27417         * tests/test-wcwidth.c: Likewise.
27418         * tests/test-xstrtol.c: Likewise.
27419         * tests/test-xvasprintf.c: Likewise.
27420         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
27421         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
27422         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27423         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27424         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27425         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
27426         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27427         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27428         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27429         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
27430         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27431         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27432         * tests/uniname/test-uninames.c: Likewise.
27433         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
27434         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
27435         * tests/unistdio/test-u16-printf1.h: Likewise.
27436         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
27437         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
27438         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
27439         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
27440         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
27441         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
27442         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
27443         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
27444         * tests/unistdio/test-u32-printf1.h: Likewise.
27445         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
27446         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
27447         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
27448         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
27449         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27450         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27451         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27452         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27453         * tests/unistdio/test-u8-printf1.h: Likewise.
27454         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27455         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27456         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27457         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27458         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27459         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27460         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27461         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27462         * tests/unistdio/test-ulc-printf1.h: Likewise.
27463         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27464         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27465         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27466         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27467         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27468         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27469         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27470         * tests/uniwidth/test-u16-width.c: Likewise.
27471         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27472         * tests/uniwidth/test-u32-width.c: Likewise.
27473         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27474         * tests/uniwidth/test-u8-width.c: Likewise.
27475         * tests/uniwidth/test-uc_width.c: Likewise.
27476         * config/srclist-update: Likewise.
27477         (fixlicense): Update to GPLv3+.
27478
27479         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27480         * tests/test-tsearch.c: Change copyright notice.
27481
27482         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27483         * lib/c-strcaseeq.h: Change copyright notice.
27484         * lib/streq.h: Likewise.
27485         * lib/uniconv.h: Likewise.
27486         * lib/uniconv/u-conv-from-enc.h: Likewise.
27487         * lib/uniconv/u-conv-to-enc.h: Likewise.
27488         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27489         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27490         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27491         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27492         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27493         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27494         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27495         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27496         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27497         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27498         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27499         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27500         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27501         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27502         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27503         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27504         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27505         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27506         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27507         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27508         * lib/uniname.h: Likewise.
27509         * lib/uniname/uniname.c: Likewise.
27510         * lib/unistdio.h: Likewise.
27511         * lib/unistdio/u-asnprintf.h: Likewise.
27512         * lib/unistdio/u-asprintf.h: Likewise.
27513         * lib/unistdio/u-printf-args.c: Likewise.
27514         * lib/unistdio/u-printf-args.h: Likewise.
27515         * lib/unistdio/u-printf-parse.h: Likewise.
27516         * lib/unistdio/u-snprintf.h: Likewise.
27517         * lib/unistdio/u-sprintf.h: Likewise.
27518         * lib/unistdio/u-vasprintf.h: Likewise.
27519         * lib/unistdio/u-vsnprintf.h: Likewise.
27520         * lib/unistdio/u-vsprintf.h: Likewise.
27521         * lib/unistdio/u16-asnprintf.c: Likewise.
27522         * lib/unistdio/u16-asprintf.c: Likewise.
27523         * lib/unistdio/u16-printf-parse.c: Likewise.
27524         * lib/unistdio/u16-snprintf.c: Likewise.
27525         * lib/unistdio/u16-sprintf.c: Likewise.
27526         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27527         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27528         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27529         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27530         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27531         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27532         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27533         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27534         * lib/unistdio/u16-vasnprintf.c: Likewise.
27535         * lib/unistdio/u16-vasprintf.c: Likewise.
27536         * lib/unistdio/u16-vsnprintf.c: Likewise.
27537         * lib/unistdio/u16-vsprintf.c: Likewise.
27538         * lib/unistdio/u32-asnprintf.c: Likewise.
27539         * lib/unistdio/u32-asprintf.c: Likewise.
27540         * lib/unistdio/u32-printf-parse.c: Likewise.
27541         * lib/unistdio/u32-snprintf.c: Likewise.
27542         * lib/unistdio/u32-sprintf.c: Likewise.
27543         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27544         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27545         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27546         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27547         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27548         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27549         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27550         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27551         * lib/unistdio/u32-vasnprintf.c: Likewise.
27552         * lib/unistdio/u32-vasprintf.c: Likewise.
27553         * lib/unistdio/u32-vsnprintf.c: Likewise.
27554         * lib/unistdio/u32-vsprintf.c: Likewise.
27555         * lib/unistdio/u8-asnprintf.c: Likewise.
27556         * lib/unistdio/u8-asprintf.c: Likewise.
27557         * lib/unistdio/u8-printf-parse.c: Likewise.
27558         * lib/unistdio/u8-snprintf.c: Likewise.
27559         * lib/unistdio/u8-sprintf.c: Likewise.
27560         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27561         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27562         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27563         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27564         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27565         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27566         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27567         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27568         * lib/unistdio/u8-vasnprintf.c: Likewise.
27569         * lib/unistdio/u8-vasprintf.c: Likewise.
27570         * lib/unistdio/u8-vsnprintf.c: Likewise.
27571         * lib/unistdio/u8-vsprintf.c: Likewise.
27572         * lib/unistdio/ulc-asnprintf.c: Likewise.
27573         * lib/unistdio/ulc-asprintf.c: Likewise.
27574         * lib/unistdio/ulc-printf-parse.c: Likewise.
27575         * lib/unistdio/ulc-snprintf.c: Likewise.
27576         * lib/unistdio/ulc-sprintf.c: Likewise.
27577         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27578         * lib/unistdio/ulc-vasprintf.c: Likewise.
27579         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27580         * lib/unistdio/ulc-vsprintf.c: Likewise.
27581         * lib/unistr.h: Likewise.
27582         * lib/unistr/u-cpy-alloc.h: Likewise.
27583         * lib/unistr/u-cpy.h: Likewise.
27584         * lib/unistr/u-endswith.h: Likewise.
27585         * lib/unistr/u-move.h: Likewise.
27586         * lib/unistr/u-set.h: Likewise.
27587         * lib/unistr/u-startswith.h: Likewise.
27588         * lib/unistr/u-stpcpy.h: Likewise.
27589         * lib/unistr/u-stpncpy.h: Likewise.
27590         * lib/unistr/u-strcat.h: Likewise.
27591         * lib/unistr/u-strcpy.h: Likewise.
27592         * lib/unistr/u-strcspn.h: Likewise.
27593         * lib/unistr/u-strdup.h: Likewise.
27594         * lib/unistr/u-strlen.h: Likewise.
27595         * lib/unistr/u-strncat.h: Likewise.
27596         * lib/unistr/u-strncpy.h: Likewise.
27597         * lib/unistr/u-strnlen.h: Likewise.
27598         * lib/unistr/u-strpbrk.h: Likewise.
27599         * lib/unistr/u-strspn.h: Likewise.
27600         * lib/unistr/u-strstr.h: Likewise.
27601         * lib/unistr/u-strtok.h: Likewise.
27602         * lib/unistr/u16-check.c: Likewise.
27603         * lib/unistr/u16-chr.c: Likewise.
27604         * lib/unistr/u16-cmp.c: Likewise.
27605         * lib/unistr/u16-cpy-alloc.c: Likewise.
27606         * lib/unistr/u16-cpy.c: Likewise.
27607         * lib/unistr/u16-endswith.c: Likewise.
27608         * lib/unistr/u16-mblen.c: Likewise.
27609         * lib/unistr/u16-mbsnlen.c: Likewise.
27610         * lib/unistr/u16-mbtouc-aux.c: Likewise.
27611         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
27612         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
27613         * lib/unistr/u16-mbtouc.c: Likewise.
27614         * lib/unistr/u16-mbtoucr.c: Likewise.
27615         * lib/unistr/u16-move.c: Likewise.
27616         * lib/unistr/u16-next.c: Likewise.
27617         * lib/unistr/u16-prev.c: Likewise.
27618         * lib/unistr/u16-set.c: Likewise.
27619         * lib/unistr/u16-startswith.c: Likewise.
27620         * lib/unistr/u16-stpcpy.c: Likewise.
27621         * lib/unistr/u16-stpncpy.c: Likewise.
27622         * lib/unistr/u16-strcat.c: Likewise.
27623         * lib/unistr/u16-strchr.c: Likewise.
27624         * lib/unistr/u16-strcmp.c: Likewise.
27625         * lib/unistr/u16-strcpy.c: Likewise.
27626         * lib/unistr/u16-strcspn.c: Likewise.
27627         * lib/unistr/u16-strdup.c: Likewise.
27628         * lib/unistr/u16-strlen.c: Likewise.
27629         * lib/unistr/u16-strmblen.c: Likewise.
27630         * lib/unistr/u16-strmbtouc.c: Likewise.
27631         * lib/unistr/u16-strncat.c: Likewise.
27632         * lib/unistr/u16-strncmp.c: Likewise.
27633         * lib/unistr/u16-strncpy.c: Likewise.
27634         * lib/unistr/u16-strnlen.c: Likewise.
27635         * lib/unistr/u16-strpbrk.c: Likewise.
27636         * lib/unistr/u16-strrchr.c: Likewise.
27637         * lib/unistr/u16-strspn.c: Likewise.
27638         * lib/unistr/u16-strstr.c: Likewise.
27639         * lib/unistr/u16-strtok.c: Likewise.
27640         * lib/unistr/u16-to-u32.c: Likewise.
27641         * lib/unistr/u16-to-u8.c: Likewise.
27642         * lib/unistr/u16-uctomb-aux.c: Likewise.
27643         * lib/unistr/u16-uctomb.c: Likewise.
27644         * lib/unistr/u32-check.c: Likewise.
27645         * lib/unistr/u32-chr.c: Likewise.
27646         * lib/unistr/u32-cmp.c: Likewise.
27647         * lib/unistr/u32-cpy-alloc.c: Likewise.
27648         * lib/unistr/u32-cpy.c: Likewise.
27649         * lib/unistr/u32-endswith.c: Likewise.
27650         * lib/unistr/u32-mblen.c: Likewise.
27651         * lib/unistr/u32-mbsnlen.c: Likewise.
27652         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
27653         * lib/unistr/u32-mbtouc.c: Likewise.
27654         * lib/unistr/u32-mbtoucr.c: Likewise.
27655         * lib/unistr/u32-move.c: Likewise.
27656         * lib/unistr/u32-next.c: Likewise.
27657         * lib/unistr/u32-prev.c: Likewise.
27658         * lib/unistr/u32-set.c: Likewise.
27659         * lib/unistr/u32-startswith.c: Likewise.
27660         * lib/unistr/u32-stpcpy.c: Likewise.
27661         * lib/unistr/u32-stpncpy.c: Likewise.
27662         * lib/unistr/u32-strcat.c: Likewise.
27663         * lib/unistr/u32-strchr.c: Likewise.
27664         * lib/unistr/u32-strcmp.c: Likewise.
27665         * lib/unistr/u32-strcpy.c: Likewise.
27666         * lib/unistr/u32-strcspn.c: Likewise.
27667         * lib/unistr/u32-strdup.c: Likewise.
27668         * lib/unistr/u32-strlen.c: Likewise.
27669         * lib/unistr/u32-strmblen.c: Likewise.
27670         * lib/unistr/u32-strmbtouc.c: Likewise.
27671         * lib/unistr/u32-strncat.c: Likewise.
27672         * lib/unistr/u32-strncmp.c: Likewise.
27673         * lib/unistr/u32-strncpy.c: Likewise.
27674         * lib/unistr/u32-strnlen.c: Likewise.
27675         * lib/unistr/u32-strpbrk.c: Likewise.
27676         * lib/unistr/u32-strrchr.c: Likewise.
27677         * lib/unistr/u32-strspn.c: Likewise.
27678         * lib/unistr/u32-strstr.c: Likewise.
27679         * lib/unistr/u32-strtok.c: Likewise.
27680         * lib/unistr/u32-to-u16.c: Likewise.
27681         * lib/unistr/u32-to-u8.c: Likewise.
27682         * lib/unistr/u32-uctomb.c: Likewise.
27683         * lib/unistr/u8-check.c: Likewise.
27684         * lib/unistr/u8-chr.c: Likewise.
27685         * lib/unistr/u8-cmp.c: Likewise.
27686         * lib/unistr/u8-cpy-alloc.c: Likewise.
27687         * lib/unistr/u8-cpy.c: Likewise.
27688         * lib/unistr/u8-endswith.c: Likewise.
27689         * lib/unistr/u8-mblen.c: Likewise.
27690         * lib/unistr/u8-mbsnlen.c: Likewise.
27691         * lib/unistr/u8-mbtouc-aux.c: Likewise.
27692         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
27693         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
27694         * lib/unistr/u8-mbtouc.c: Likewise.
27695         * lib/unistr/u8-mbtoucr.c: Likewise.
27696         * lib/unistr/u8-move.c: Likewise.
27697         * lib/unistr/u8-next.c: Likewise.
27698         * lib/unistr/u8-prev.c: Likewise.
27699         * lib/unistr/u8-set.c: Likewise.
27700         * lib/unistr/u8-startswith.c: Likewise.
27701         * lib/unistr/u8-stpcpy.c: Likewise.
27702         * lib/unistr/u8-stpncpy.c: Likewise.
27703         * lib/unistr/u8-strcat.c: Likewise.
27704         * lib/unistr/u8-strchr.c: Likewise.
27705         * lib/unistr/u8-strcmp.c: Likewise.
27706         * lib/unistr/u8-strcpy.c: Likewise.
27707         * lib/unistr/u8-strcspn.c: Likewise.
27708         * lib/unistr/u8-strdup.c: Likewise.
27709         * lib/unistr/u8-strlen.c: Likewise.
27710         * lib/unistr/u8-strmblen.c: Likewise.
27711         * lib/unistr/u8-strmbtouc.c: Likewise.
27712         * lib/unistr/u8-strncat.c: Likewise.
27713         * lib/unistr/u8-strncmp.c: Likewise.
27714         * lib/unistr/u8-strncpy.c: Likewise.
27715         * lib/unistr/u8-strnlen.c: Likewise.
27716         * lib/unistr/u8-strpbrk.c: Likewise.
27717         * lib/unistr/u8-strrchr.c: Likewise.
27718         * lib/unistr/u8-strspn.c: Likewise.
27719         * lib/unistr/u8-strstr.c: Likewise.
27720         * lib/unistr/u8-strtok.c: Likewise.
27721         * lib/unistr/u8-to-u16.c: Likewise.
27722         * lib/unistr/u8-to-u32.c: Likewise.
27723         * lib/unistr/u8-uctomb-aux.c: Likewise.
27724         * lib/unistr/u8-uctomb.c: Likewise.
27725         * lib/unitypes.h: Likewise.
27726         * lib/uniwidth.h: Likewise.
27727         * lib/uniwidth/cjk.h: Likewise.
27728         * lib/uniwidth/u16-strwidth.c: Likewise.
27729         * lib/uniwidth/u16-width.c: Likewise.
27730         * lib/uniwidth/u32-strwidth.c: Likewise.
27731         * lib/uniwidth/u32-width.c: Likewise.
27732         * lib/uniwidth/u8-strwidth.c: Likewise.
27733         * lib/uniwidth/u8-width.c: Likewise.
27734         * lib/uniwidth/width.c: Likewise.
27735
27736 2007-10-07  Bruno Haible  <bruno@clisp.org>
27737
27738         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
27739         The file is still under LGPL (see modules/inttypes).
27740
27741 2007-10-06  Bruno Haible  <bruno@clisp.org>
27742
27743         * modules/trunc (Dependencies): Add 'extensions'.
27744         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
27745         Reported by Ben Pfaff <blp@gnu.org>.
27746
27747 2007-10-06  Bruno Haible  <bruno@clisp.org>
27748
27749         * modules/freopen-tests: New file.
27750         * tests/test-freopen.c: New file.
27751
27752         * modules/fopen-tests: New file.
27753         * tests/test-fopen.c: New file.
27754
27755         * modules/fopen: New file.
27756         * lib/fopen.c: New file.
27757         * m4/fopen.m4: New file.
27758         * modules/freopen: New file.
27759         * lib/freopen.c: New file.
27760         * m4/freopen.m4: New file.
27761         * lib/stdio.in.h (fopen, freopen): New declarations.
27762         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
27763         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27764         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
27765         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27766         * doc/functions/fopen.texi: Mention the 'fopen' module.
27767         * doc/functions/freopen.texi: Mention the 'freopen' module.
27768
27769 2007-10-06  Bruno Haible  <bruno@clisp.org>
27770
27771         * modules/open-tests: New file.
27772         * tests/test-open.c: New file.
27773
27774         * modules/open: New file.
27775         * lib/open.c: New file.
27776         * m4/open.m4: New file.
27777         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
27778         lib/open.c does.
27779         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
27780         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
27781         macros.
27782         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
27783         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
27784         REPLACE_OPEN.
27785         * doc/functions/open.texi: Mention the 'open' module.
27786
27787 2007-10-04  Bruno Haible  <bruno@clisp.org>
27788
27789         * modules/ceill-tests: New file.
27790         * tests/test-ceill.c: New file.
27791
27792         * modules/ceill: New file.
27793         * lib/ceill.c: Replace entire file.
27794         * m4/ceill.m4: New file.
27795         * lib/math.in.h (ceill): Replace declaration.
27796         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
27797         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
27798         * doc/functions/ceill.texi: Mention the 'ceill' module.
27799         * modules/mathl (Files): Remove lib/ceill.c.
27800         (Depends-on): Add ceill.
27801
27802 2007-10-04  Bruno Haible  <bruno@clisp.org>
27803
27804         * modules/ceilf-tests: New file.
27805         * tests/test-ceilf.c: New file.
27806
27807         * modules/ceilf: New file.
27808         * lib/ceil.c: New file.
27809         * lib/ceilf.c: New file.
27810         * m4/ceilf.m4: New file.
27811         * lib/math.in.h (ceilf): New declaration.
27812         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
27813         HAVE_DECL_CEILF.
27814         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
27815         HAVE_DECL_CEILF.
27816         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
27817
27818 2007-10-04  Bruno Haible  <bruno@clisp.org>
27819
27820         * modules/floorl-tests: New file.
27821         * tests/test-floorl.c: New file.
27822
27823         * modules/floorl: New file.
27824         * lib/floorl.c: Replace entire file.
27825         * m4/floorl.m4: New file.
27826         * lib/math.in.h (floorl): Replace declaration.
27827         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
27828         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
27829         * doc/functions/floorl.texi: Mention the 'floorl' module.
27830         * modules/mathl (Files): Remove lib/floorl.c.
27831         (Depends-on): Add floorl.
27832
27833 2007-10-04  Bruno Haible  <bruno@clisp.org>
27834
27835         * modules/floorf-tests: New file.
27836         * tests/test-floorf.c: New file.
27837
27838         * modules/floorf: New file.
27839         * lib/floor.c: New file.
27840         * lib/floorf.c: New file.
27841         * m4/floorf.m4: New file.
27842         * lib/math.in.h (floorf): New declaration.
27843         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
27844         HAVE_DECL_FLOORF.
27845         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
27846         HAVE_DECL_FLOORF.
27847         * doc/functions/floorf.texi: Mention the 'floorf' module.
27848
27849 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
27850             Bruno Haible  <bruno@clisp.org>
27851
27852         Advertise for the Git server instead of the CVS server.
27853         * doc/gnulib-intro.texi (Steady Development): Mention the Git
27854         repository instead of the CVS one.
27855         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
27856         about all VCS systems generically.
27857         * doc/gnulib.texi (Introduction): Capitalize `Git'.
27858
27859 2007-10-04  Bruno Haible  <bruno@clisp.org>
27860
27861         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
27862         means.
27863         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
27864
27865 2007-10-04  Bruno Haible  <bruno@clisp.org>
27866
27867         * modules/truncl-tests: New file.
27868         * tests/test-truncl.c: New file.
27869
27870         * modules/truncl: New file.
27871         * lib/truncl.c: New file.
27872         * m4/truncl.m4: New file.
27873         * lib/math.in.h (truncl): New declaration.
27874         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
27875         HAVE_DECL_TRUNCL.
27876         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
27877         HAVE_DECL_TRUNCL.
27878         * doc/functions/truncl.texi: Mention the 'truncl' module.
27879
27880 2007-10-04  Bruno Haible  <bruno@clisp.org>
27881
27882         * modules/truncf-tests: New file.
27883         * tests/test-truncf.c: New file.
27884
27885         * modules/truncf: New file.
27886         * lib/trunc.c: Make paramerizable through USE_* macros.
27887         * lib/truncf.c: New file.
27888         * m4/truncf.m4: New file.
27889         * lib/math.in.h (truncf): New declaration.
27890         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
27891         HAVE_DECL_TRUNCF.
27892         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
27893         HAVE_DECL_TRUNCF.
27894         * doc/functions/truncf.texi: Mention the 'truncf' module.
27895
27896 2007-10-03  Bruno Haible  <bruno@clisp.org>
27897
27898         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27899         augmentation also for tests modules.
27900         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
27901         * modules/atexit-tests (Makefile.am): Likewise.
27902         * modules/binary-io-tests (Makefile.am): Likewise.
27903         * modules/c-strcase-tests (Makefile.am): Likewise.
27904         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
27905         * modules/canonicalize-tests (Makefile.am): Likewise.
27906         * modules/closein-tests (Makefile.am): Likewise.
27907         * modules/fprintf-posix-tests (Makefile.am): Likewise.
27908         * modules/freadahead-tests (Makefile.am): Likewise.
27909         * modules/fseek-tests (Makefile.am): Likewise.
27910         * modules/fseeko-tests (Makefile.am): Likewise.
27911         * modules/ftell-tests (Makefile.am): Likewise.
27912         * modules/ftello-tests (Makefile.am): Likewise.
27913         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
27914         * modules/isnanl-tests (Makefile.am): Likewise.
27915         * modules/lseek-tests (Makefile.am): Likewise.
27916         * modules/mbscasecmp-tests (Makefile.am): Likewise.
27917         * modules/mbscasestr-tests (Makefile.am): Likewise.
27918         * modules/mbschr-tests (Makefile.am): Likewise.
27919         * modules/mbscspn-tests (Makefile.am): Likewise.
27920         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
27921         * modules/mbspbrk-tests (Makefile.am): Likewise.
27922         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
27923         * modules/mbsrchr-tests (Makefile.am): Likewise.
27924         * modules/mbsspn-tests (Makefile.am): Likewise.
27925         * modules/mbsstr-tests (Makefile.am): Likewise.
27926         * modules/printf-posix-tests (Makefile.am): Likewise.
27927         * modules/snprintf-posix-tests (Makefile.am): Likewise.
27928         * modules/sprintf-posix-tests (Makefile.am): Likewise.
27929         * modules/tsearch-tests (Makefile.am): Likewise.
27930         * modules/uniname/uniname-tests (Makefile.am): Likewise.
27931         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
27932         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
27933         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
27934         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
27935         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
27936         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
27937         * modules/vprintf-posix-tests (Makefile.am): Likewise.
27938         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
27939         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
27940         * modules/xstrtoimax-tests (Makefile.am): Likewise.
27941         * modules/xstrtol-tests (Makefile.am): Likewise.
27942         * modules/xstrtoumax-tests (Makefile.am): Likewise.
27943         * modules/yesno-tests (Makefile.am): Likewise.
27944
27945 2007-10-03  Bruno Haible  <bruno@clisp.org>
27946
27947         * modules/trunc-tests: New file.
27948         * tests/test-trunc.c: New file.
27949
27950         * modules/trunc: New file.
27951         * lib/trunc.c: New file.
27952         * m4/trunc.m4: New file.
27953         * lib/math.in.h (trunc): New declaration.
27954         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
27955         HAVE_DECL_TRUNC.
27956         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
27957         HAVE_DECL_TRUNC.
27958         * doc/functions/trunc.texi: Mention the 'trunc' module.
27959
27960 2007-10-03  Bruno Haible  <bruno@clisp.org>
27961
27962         * tests/test-fpending.c: New file, mostly copied
27963         from coreutils/lib/t-fpending.c.
27964         * modules/fpending-tests: New file.
27965
27966 2007-10-03  Bruno Haible  <bruno@clisp.org>
27967
27968         Port the stdio extensions to QNX (untested).
27969         * lib/fseterr.c (fseterr): Add support for QNX.
27970         * lib/fbufmode.c (fbufmode): Likewise.
27971         * lib/freadable.c (freadable): Likewise.
27972         * lib/fwritable.c (fwritable): Likewise.
27973         * lib/freading.c (freading): Likewise.
27974         * lib/fwriting.c (fwriting): Likewise.
27975         * lib/freadahead.c (freadahed): Likewise.
27976         * lib/fpurge.c (fpurge): Likewise.
27977         * lib/fseeko.c (rpl_fseeko): Likewise.
27978
27979 2007-10-03  Bruno Haible  <bruno@clisp.org>
27980             Jim Meyering  <jim@meyering.net>
27981             Eric Blake  <ebb9@byu.net>
27982
27983         * doc/relocatable.texi: Use @command instead of @program.
27984
27985 2007-10-02  Jim Meyering  <jim@meyering.net>
27986
27987         Perform one more "_.h" -> ".in.h" substitution.
27988         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
27989         instead of unistd_.h here, too.
27990
27991 2007-10-01  Bruno Haible  <bruno@clisp.org>
27992
27993         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
27994         Needed for the alloca-opt module.
27995
27996 2007-09-30  Bruno Haible  <bruno@clisp.org>
27997
27998         * lib/alloca.in.h: Renamed from lib/alloca_.h.
27999         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
28000         alloca_.h.
28001         * lib/argz.in.h: Renamed from lib/argz_.h.
28002         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
28003         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
28004         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
28005         byteswap_.h.
28006         * lib/dirent.in.h: Renamed from lib/dirent_.h.
28007         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
28008         dirent_.h.
28009         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
28010         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
28011         fcntl_.h.
28012         * lib/float.in.h: Renamed from lib/float_.h.
28013         * modules/float (Files, Makefile.am): Use float.in.h instead of
28014         float_.h.
28015         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
28016         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
28017         fnmatch_.h.
28018         * lib/getopt.in.h: Renamed from lib/getopt_.h.
28019         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
28020         getopt_.h.
28021         * lib/glob.in.h: Renamed from lib/glob_.h.
28022         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
28023         * lib/iconv.in.h: Renamed from lib/iconv_.h.
28024         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
28025         iconv_.h.
28026         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
28027         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
28028         inttypes_.h.
28029         * lib/locale.in.h: Renamed from lib/locale_.h.
28030         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
28031         locale_.h.
28032         * lib/math.in.h: Renamed from lib/math_.h.
28033         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
28034         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
28035         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
28036         of netinet_in_.h. Add dependency.
28037         * lib/poll.in.h: Renamed from lib/poll_.h.
28038         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
28039         * lib/search.in.h: Renamed from lib/search_.h.
28040         * modules/search (Files, Makefile.am): Use search.in.h instead of
28041         search_.h.
28042         * lib/signal.in.h: Renamed from lib/signal_.h.
28043         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
28044         _signal.h.
28045         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
28046         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
28047         stdbool_.h.
28048         * lib/stdint.in.h: Renamed from lib/stdint_.h.
28049         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
28050         stdint_.h.
28051         * lib/stdio.in.h: Renamed from lib/stdio_.h.
28052         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
28053         stdio_.h.
28054         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
28055         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
28056         stdlib_.h.
28057         * lib/string.in.h: Renamed from lib/string_.h.
28058         * modules/string (Files, Makefile.am): Use string.in.h instead of
28059         string_.h.
28060         * doc/gnulib-tool.texi (Initial import): Update.
28061         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
28062         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
28063         of sys_select_.h. Add dependency.
28064         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
28065         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
28066         of sys_socket_.h.
28067         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
28068         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
28069         sys_stat_.h.
28070         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
28071         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
28072         sys_time_.h.
28073         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
28074         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
28075         sysexits_.h.
28076         * lib/time.in.h: Renamed from lib/time_.h.
28077         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
28078         * lib/unistd.in.h: Renamed from lib/unistd_.h.
28079         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
28080         unistd_.h.
28081         * lib/wchar.in.h: Renamed from lib/wchar_.h.
28082         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
28083         wchar_.h.
28084         * lib/wctype.in.h: Renamed from lib/wctype_.h.
28085         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
28086         wctype_.h.
28087         * build-aux/bootstrap (slurp): Update.
28088         * lib/.cppi-disable: Update.
28089
28090 2007-09-30  Bruno Haible  <bruno@clisp.org>
28091
28092         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
28093         Needed on BeOS.
28094
28095 2007-09-30  Bruno Haible  <bruno@clisp.org>
28096
28097         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
28098
28099 2007-09-29  Bruno Haible  <bruno@clisp.org>
28100
28101         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
28102
28103 2007-09-29  Bruno Haible  <bruno@clisp.org>
28104
28105         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
28106         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
28107         * build-aux/install-reloc: Compile also areadlink.c.
28108         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
28109
28110 2007-09-29  Bruno Haible  <bruno@clisp.org>
28111
28112         * gnulib-tool (func_emit_initmacro_done): Indentation.
28113
28114 2007-09-29  Bruno Haible  <bruno@clisp.org>
28115
28116         * README: Add CVS checkout update instructions.
28117         Info from Bob Proulx <bob@proulx.com>.
28118
28119 2007-09-28  Eric Blake  <ebb9@byu.net>
28120
28121         Provide move-if-change.
28122         * build-aux/move-if-change: New file, based on best practice
28123         rather than any canonical upstream location.
28124
28125 2007-09-28  Jim Meyering  <jim@meyering.net>
28126
28127         Fix canonicalize loop-detection corner case.
28128         Do not attempt to stat the symlink values stored via seen_triple.
28129         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
28130         on linux-2.6.18, (but not 2.6.22).
28131         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
28132         triple_compare.  The former compares dev,ino,filename, while the latter
28133         would actually stat dirname(filename) when dev and ino were equal.
28134         * lib/hash-triple.c: Install <string.h>.
28135         (STREQ): Define.
28136         (triple_compare_ino_str): New function.
28137         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
28138
28139 2007-09-28  Eric Blake  <ebb9@byu.net>
28140
28141         Enforce that AC_REPLACE_FUNCS files exist.
28142         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
28143         override check for typos.
28144
28145         Fix test-closein on Solaris 10.
28146         * tests/test-closein.c (main): Don't assume stdin can be inherited
28147         closed on all systems.
28148         * tests/test-closein.sh: Likewise.
28149         Reported by Piotr Tarnowski.
28150
28151 2007-09-28  Jim Meyering  <jim@meyering.net>
28152
28153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
28154
28155 2007-09-27  Jim Meyering  <jim@meyering.net>
28156
28157         canonicalize: Avoid a false-positive cycle failure.
28158         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
28159         Sort.  Remove cycle-check.
28160         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
28161         not cycle-check.h.
28162         (seen_triple): New function.
28163         (canonicalize_filename_mode): Use it instead of cycle-check.
28164         * tests/test-canonicalize.c: Add a test for this bug.
28165         * tests/test-canonicalize.sh: Set up and run the test.
28166
28167         New module, file-set, from coreutils.
28168         * modules/file-set: Define it.
28169         * lib/file-set.c, lib/file-set.h: Implement.
28170
28171         New module, hash-triple, from coreutils.
28172         * modules/hash-triple: Define it.
28173         * lib/hash-triple.c, lib/hash-triple.h: Implement.
28174
28175 2007-09-25  Eric Blake  <ebb9@byu.net>
28176
28177         Fix strerror on Interix.
28178         * lib/string_.h (strerror): Declare replacement.
28179         * doc/functions/strerror.texi (strerror): Document the Interix
28180         shortcoming.
28181         * modules/string (Makefile.am): Support new hooks.
28182         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
28183         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
28184         gl_FUNC_STRERROR_SEPARATE.
28185         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
28186         * lib/strerror.c (rpl_strerror): Provide replacement.
28187         * modules/strerror (Depends-on): Add string.
28188         (configure.ac): Detect use of module.
28189         * tests/test-strerror.c: New file.
28190         * modules/strerror-tests: New test module.
28191         * modules/argp (Depends-on): Add strerror.
28192         * modules/error (Depends-on): Likewise.
28193         Reported by Martin Koeppe.
28194
28195 2007-09-24  Bruno Haible  <bruno@clisp.org>
28196
28197         * README: Update git instructions.
28198
28199 2007-09-24  Eric Blake  <ebb9@byu.net>
28200
28201         Revert fpending breakage from 2007-09-08.
28202         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
28203         __fpending.c.
28204
28205 2007-09-24  Jim Meyering  <jim@meyering.net>
28206
28207         filenamecat.c: Add a test.
28208         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
28209         showing how the function works when DIR is the empty string.
28210
28211 2007-09-21  Simon Josefsson  <simon@josefsson.org>
28212
28213         * tests/test-canonicalize.sh: Turn on executable bit.
28214
28215 2007-09-19  Eric Blake  <ebb9@byu.net>
28216
28217         * README: Update CVS instructions.
28218
28219 2007-09-18  Bruno Haible  <bruno@clisp.org>
28220
28221         * modules/areadlink: New file.
28222         * lib/areadlink.h (areadlink): New declaration.
28223         * lib/areadlink.c: New file, based on lib/xreadlink.c.
28224
28225 2007-09-17  Jim Meyering  <jim@meyering.net>
28226
28227         * lib/savewd.c (ESTALE) [!defined]: Define.
28228         Reported to be required on Interix by Martin Koeppe.
28229
28230 2007-09-17  Bruno Haible  <bruno@clisp.org>
28231
28232         * gnulib-tool (func_version): Use $version.
28233
28234 2007-09-16  Bruno Haible  <bruno@clisp.org>
28235
28236         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
28237         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
28238         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
28239         Reported by Greg Schafer <gschafer@zip.com.au>.
28240
28241 2007-09-15  Bruno Haible  <bruno@clisp.org>
28242
28243         * gnulib-tool (sed): Try a little harder to make bash understand the
28244         alias.
28245         Reported by Bruce Korb <bruce.korb@gmail.com>.
28246
28247 2007-09-13  Eric Blake  <ebb9@byu.net>
28248
28249         * ChangeLog: Remove conflict markers.
28250
28251 2007-09-13  Simon Josefsson  <simon@josefsson.org>
28252
28253         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
28254         Reported by Bruno Haible <bruno@clisp.org>.
28255
28256 2007-09-12  Bruno Haible  <bruno@clisp.org>
28257
28258         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
28259         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
28260         is not defined.
28261
28262 2007-09-12  Eric Blake  <ebb9@byu.net>
28263
28264         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
28265         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
28266         Autoconf definition.
28267         * modules/euidaccess (Depends-on): Add extensions, for
28268         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
28269         * modules/fnmatch (Depends-on): Likewise.
28270         * modules/getaddrinfo (Depends-on): Likewise.
28271         * modules/getdelim (Depends-on): Likewise.
28272         * modules/getline (Depends-on): Likewise.
28273         * modules/getsubopt (Depends-on): Likewise.
28274         * modules/gettext (Depends-on): Likewise.
28275         * modules/group-member (Depends-on): Likewise.
28276         * modules/mbchar (Depends-on): Likewise.
28277         * modules/memmem (Depends-on): Likewise.
28278         * modules/mempcpy (Depends-on): Likewise.
28279         * modules/memrchr (Depends-on): Likewise.
28280         * modules/pagealign_alloc (Depends-on): Likewise.
28281         * modules/readutmp (Depends-on): Likewise.
28282         * modules/stpcpy (Depends-on): Likewise.
28283         * modules/stpncpy (Depends-on): Likewise.
28284         * modules/strchrnul (Depends-on): Likewise.
28285         * modules/strndup (Depends-on): Likewise.
28286         * modules/strsep (Depends-on): Likewise.
28287         * modules/strverscmp (Depends-on): Likewise.
28288         * modules/vasprintf (Depends-on): Likewise.
28289         * modules/wcwidth (Depends-on): Likewise.
28290         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
28291         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
28292         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
28293         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28294         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28295         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28296         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28297         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28298         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28299         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28300         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28301         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28302         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28303         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
28304         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
28305         * m4/readutmp.m4 (gl_READUTMP): Likewise.
28306         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28307         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28308         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28309         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28310         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28311         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28312         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28313         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
28314         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
28315         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28316         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
28317         so that lock.m4 can be used in gettext without extensions module.
28318
28319 2007-09-11  Bruno Haible  <bruno@clisp.org>
28320
28321         * m4/isc-posix.m4: Remove file.
28322         Suggested by Eric Blake.
28323
28324 2007-09-11  Eric Blake  <ebb9@byu.net>
28325
28326         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
28327
28328 2007-09-10  Bruno Haible  <bruno@clisp.org>
28329
28330         * posix-modules: Fix typo in error message.
28331         Reported by Matt <mkraai@beckman.com>.
28332
28333 2007-09-09  Bruno Haible  <bruno@clisp.org>
28334
28335         * doc/functions/getdelim.texi: Update list of platforms lacking the
28336         function.
28337         * doc/functions/getline.texi: Likewise.
28338
28339 2007-09-09  Jim Meyering  <jim@meyering.net>
28340
28341         * lib/hash.c (hash_initialize): Detect calloc failure.
28342         Reported by Bruno Haible.
28343
28344 2007-09-09  Bruno Haible  <bruno@clisp.org>
28345
28346         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
28347         malloc or realloc fails.
28348
28349 2007-09-09  Bruno Haible  <bruno@clisp.org>
28350
28351         * modules/getcwd (Depends-on): Add malloc-posix.
28352         * modules/glob (Depends-on): Likewise.
28353         * modules/putenv (Depends-on): Likewise.
28354         * modules/strdup (Depends-on): Likewise.
28355         * modules/getdelim (Depends-on): Add realloc-posix.
28356         * modules/read-file (Depends-on): Likewise.
28357
28358 2007-09-09  Bruno Haible  <bruno@clisp.org>
28359
28360         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
28361         (gl_FUNC_MALLOC_POSIX): Require it.
28362         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
28363         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
28364         * modules/realloc (Files): Add m4/malloc.m4.
28365         * modules/calloc (Files): Likewise.
28366
28367 2007-09-09  Bruno Haible  <bruno@clisp.org>
28368
28369         * modules/malloc-posix: New file.
28370         * modules/malloc (Depends-on): Add malloc-posix.
28371         * lib/malloc.c: Include errno.h.
28372         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
28373         and a POSIX-compatible malloc into a single function. Set ENOMEM
28374         when returning NULL.
28375         * m4/malloc.m4: New file.
28376         * doc/functions/malloc.texi: Mention the malloc-posix module.
28377         * lib/stdlib_.h (malloc): New declaration.
28378         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28379         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
28380         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
28381         and HAVE_MALLOC_POSIX.
28382
28383 2007-09-09  Bruno Haible  <bruno@clisp.org>
28384
28385         * modules/realloc-posix: New file.
28386         * modules/realloc (Depends-on): Add realloc-posix.
28387         * lib/realloc.c: Include errno.h.
28388         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
28389         and a POSIX-compatible realloc into a single function. Set ENOMEM
28390         when returning NULL.
28391         * m4/realloc.m4: New file.
28392         * doc/functions/realloc.texi: Mention the realloc-posix module.
28393         * lib/stdlib_.h (realloc): New declaration.
28394         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28395         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
28396         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
28397         and HAVE_REALLOC_POSIX.
28398
28399 2007-09-09  Bruno Haible  <bruno@clisp.org>
28400
28401         * modules/calloc-posix: New file.
28402         * modules/calloc (Depends-on): Add calloc-posix.
28403         * lib/calloc.c: Include errno.h.
28404         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
28405         and a POSIX-compatible calloc into a single function. Set ENOMEM
28406         when returning NULL.
28407         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
28408         * doc/functions/calloc.texi: Mention the calloc-posix module.
28409         * lib/stdlib_.h (calloc): New declaration.
28410         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28411         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
28412         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
28413         and HAVE_CALLOC_POSIX.
28414
28415 2007-09-09  Bruno Haible  <bruno@clisp.org>
28416
28417         Allow for modules to show an arbitrary notice.
28418         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
28419         * gnulib-tool: New option --extract-notice.
28420         (func_usage): Document it.
28421         (sed_extract_prog): Update.
28422         (func_get_notice): New function.
28423         (func_modules_notice): New function.
28424         (func_import, func_create_testdir): Invoke it.
28425         Suggested by Jim Meyering.
28426
28427 2007-09-09  Bruno Haible  <bruno@clisp.org>
28428
28429         * gnulib-tool: New options --verbose, --quiet.
28430         (func_usage): Document them.
28431         (verbose): New variable.
28432         (func_execute_command): New function.
28433         (func_import): Don't show the module list and the file list if
28434         $verbose < 0.
28435         (func_create_testdir): Likewise. Use func_execute_command.
28436         (func_create_megatestdir): Use func_execute_command.
28437
28438 2007-09-08  Bruno Haible  <bruno@clisp.org>
28439
28440         * gnulib-tool (func_import): Prefer rsync over wget when available,
28441         for fetching the PO files.
28442
28443 2007-09-08  Bruno Haible  <bruno@clisp.org>
28444
28445         * posix-modules: New file. Portions copied from gnulib-tool.
28446         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
28447
28448 2007-09-08  Jim Meyering  <jim@meyering.net>
28449
28450         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28451         * lib/fpending.h: Rename from __fpending.h.
28452         * lib/fpending.c: Rename from __fpending.c.
28453         Include "fpending.h", not "__fpending.h".
28454         * lib/__fpending.h, lib/__fpending.c: Remove files.
28455         * modules/fpending (Files): Reflect new file names.
28456         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28457
28458 2007-09-08  Bruno Haible  <bruno@clisp.org>
28459
28460         * m4/inttypes-h.m4: Remove stub file.
28461
28462 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28463
28464         * doc/headers/stdint.texi: Discuss #include_next issue.
28465
28466 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28467
28468         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28469
28470 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28471
28472         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28473         in variable name.
28474
28475 2007-09-03  Jim Meyering  <jim@meyering.net>
28476
28477         New module: git-version-gen.
28478         * modules/git-version-gen: New file.
28479
28480         Import changes from coreutils for bootstrap script.
28481
28482         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28483
28484         bootstrap: uses rsync to download the .po files
28485         * build-aux/bootstrap (po_download_command_format): New global.
28486         (download_po_files): Use rsync.
28487         (update_po_files): Don't remove .po files after download,
28488         so future rsync runs can take advantage of the copies.
28489
28490         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28491
28492         Solve the unnecessary-.po-file-regeneration problem once and for all.
28493         * build-aux/bootstrap (download_po_files): New function, renamed from
28494         get_translations.  Now, downloads, but doesn't update LINGUAS.
28495         (update_po_files): New function.
28496
28497         bootstrap: Ignore more.
28498         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28499         uniwidth to e.g., lib/.gitignore.
28500         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28501
28502         * build-aux/bootstrap: New setting: vc_ignore.
28503         (insert_sorted_if_absent): Create $file if absent.
28504         Adapt to new, possibly empty, list: $vc_ignore.
28505
28506         bootstrap: generate more ignorable names
28507         * build-aux/bootstrap (slurp): When generating ignorable names,
28508         also map .sin to .sed, .gperf to .c, and .y to .c.
28509
28510 2007-09-03  Jim Meyering  <jim@meyering.net>
28511
28512         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28513         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28514
28515 2007-09-02  Bruno Haible  <bruno@clisp.org>
28516
28517         Fix mis-recognition of 'mcs' on QNX 6.
28518         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28519         output contains the string "Mono".
28520         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28521         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28522
28523 2007-09-01  Bruno Haible  <bruno@clisp.org>
28524
28525         Fix collision between uniwidth/* and linebreak modules.
28526         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28527         u32_width): Remove declarations.
28528         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28529         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28530         streq3, streq2, streq1, streq0): Remove functions.
28531         (STREQ): Remove macro.
28532         (is_cjk_encoding): Remove function.
28533         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28534         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28535         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28536         * NEWS: Document the change.
28537
28538 2007-09-01  Bruno Haible  <bruno@clisp.org>
28539
28540         * lib/streq.h: Add double-inclusion guard.
28541
28542 2007-09-01  Karl Berry  <karl@gnu.org>
28543
28544         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28545
28546 2007-08-28  Jim Meyering  <jim@meyering.net>
28547
28548         Rename mreadlink_with_size to areadlink_with_size.
28549         * NEWS: Document the change.
28550         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28551         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28552         * lib/mreadlink.h: Rename this to...
28553         * lib/areadlink.h: ...this.
28554         * modules/mreadlink-with-size: Rename this to...
28555         * modules/areadlink-with-size: ...this.
28556         * lib/canonicalize.c: Reflect the renaming.
28557         * modules/canonicalize: Likewise.
28558
28559 2007-08-26  Bruno Haible  <bruno@clisp.org>
28560
28561         * gnulib-tool (func_import): When deciding which files to remove,
28562         consider also dangling symbolic links.
28563         Reported by Eric Blake.
28564
28565 2007-08-26  Bruno Haible  <bruno@clisp.org>
28566
28567         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28568
28569 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28570
28571         * lib/readline.c: Don't include getline.h, the prototype is now
28572         found in stdio.h.
28573
28574 2007-08-23  Jim Meyering  <jim@meyering.net>
28575
28576         Getdelim touchup.
28577         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28578         around the funlockfile call, since funlockfile never sets errno.
28579         Don't set errno upon failed realloc.
28580
28581 2007-08-22  Eric Blake  <ebb9@byu.net>
28582
28583         Getline touchups.
28584         * lib/getdelim.c (getdelim): Revert regression that required *n to
28585         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28586         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28587         getdelim, rather than whether implementation is missing.
28588         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28589         * lib/stdio_.h (getline): Also declare if replacement is
28590         required.
28591         * doc/functions/getdelim.texi: New file.
28592         * doc/functions/getline.texi: Likewise.
28593         * doc/gnulib.texi (Function Substitutes): Add new files.
28594         Reported by Bruno Haible.
28595
28596 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28597
28598         * users.txt: Add Guile.
28599
28600 2007-08-22  Eric Blake  <ebb9@byu.net>
28601
28602         * tests/test-getdelim.c (main): Use remove, not unlink.
28603         * tests/test-getline.c (main): Likewise.
28604
28605         Move getline and getdelim into stdio.h, per POSIX 200x.
28606         * modules/getline (Files): Remove getline.h.
28607         (Depends-on): Add stdio.
28608         (configure.ac): Add module indicator.
28609         * modules/getdelim (Files): Remove getdelim.h.
28610         (Depends-on): Add stdio.
28611         (configure.ac): Add module indicator.
28612         * modules/stdio (Makefile.am): Work with new indicators.
28613         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
28614         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
28615         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28616         * lib/getdelim.h: Delete.
28617         * lib/getline.h: Delete.
28618         * lib/stdio_.h (getdelim, getline): Declare.
28619         * modules/getdelim-tests: New module.
28620         * modules/getline-tests: Likewise.
28621         * tests/test-getdelim.c: New file.
28622         * tests/test-getline.c: Likewise.
28623         * NEWS: Document the change.
28624         * lib/getline.c: Update choice of header.
28625         * lib/csharpcomp.c: Likewise.
28626         * lib/getpass.c: Likewise.
28627         * lib/javacomp.c: Likewise.
28628         * lib/javaversion.c: Likewise.
28629         * lib/yesno.c: Likewise.
28630         * lib/getdelim.c: Likewise.
28631         (getdelim): Set errno on failure, and avoid memory leak.
28632
28633 2007-08-19  Bruno Haible  <bruno@clisp.org>
28634
28635         * modules/closein (Depends-on): Add freadahead.
28636         * lib/closein.c: Include freadahead.h.
28637         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
28638         is zero.
28639
28640 2007-08-19  Bruno Haible  <bruno@clisp.org>
28641
28642         * modules/freadahead-tests: New file.
28643         * tests/test-freadahead.sh: New file.
28644         * tests/test-freadahead.c: New file.
28645
28646         * modules/freadahead: New file.
28647         * lib/freadahead.h: New file.
28648         * lib/freadahead.c: New file.
28649         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
28650         fbufmode, fpurge, freadable, fwritable.
28651
28652 2007-08-19  Eric Blake  <ebb9@byu.net>
28653
28654         Test yesno in combination with closein.
28655         * lib/yesno.c (yesno): Document use of stdin.
28656         * modules/yesno-tests (Files): New module.
28657         * tests/test-yesno.c (main): New file.
28658         * tests/test-yesno.sh: Likewise.
28659
28660 2007-08-19  Bruno Haible  <bruno@clisp.org>
28661
28662         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
28663         * lib/fseeko.c (rpl_fseeko): Likewise.
28664         * lib/fseterr.c (fseterr): Likewise.
28665
28666 2007-08-19  Bruno Haible  <bruno@clisp.org>
28667
28668         * tests/test-lseek.c (main): Disable a test for BeOS.
28669         * doc/functions/lseek.texi: Document the BeOS bug.
28670
28671 2007-08-19  Bruno Haible  <bruno@clisp.org>
28672             Eric Blake  <ebb9@byu.net>
28673
28674         * lib/lseek.c: Include <sys/stat.h>.
28675         (rpl_lseek): Add workaround code also for Unix platforms.
28676         Needed for BeOS.
28677         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
28678         * doc/functions/lseek.texi: Document BeOS definiency.
28679
28680 2007-08-18  Bruno Haible  <bruno@clisp.org>
28681
28682         * modules/fstrcmp-tests: New file.
28683         * tests/test-fstrcmp.c: New file.
28684
28685 2007-08-18  Bruno Haible  <bruno@clisp.org>
28686
28687         * modules/fstrcmp: New file, from GNU gettext with modifications.
28688         * lib/fstrcmp.h: New file, from GNU gettext.
28689         * lib/fstrcmp.c: New file, from GNU gettext.
28690         * MODULES.html.sh (String handling): Add fstrcmp.
28691
28692 2007-08-18  Bruno Haible  <bruno@clisp.org>
28693
28694         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
28695         'bool'.
28696         (diag, compareseq): Remove const from the ctxt argument.
28697         (USE_HEURISTIC): Undefine at the end.
28698
28699 2007-08-18  Jim Meyering  <jim@meyering.net>
28700
28701         New file: lib/idcache.h
28702         * NEWS: Mention the addition.
28703         * modules/idcache (Files): Add lib/idcache.h
28704         * lib/idcache.c: Include "idcache.h".
28705         Don't include <sys/types.h>.
28706         Add a FIXME comment.
28707         Move file-scoped "static" declarations to the top.
28708         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
28709
28710 2007-08-17  Bruno Haible  <bruno@clisp.org>
28711         and Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * MODULES.html.sh: Add diffseq.
28714         * modules/diffseq: New file.
28715         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
28716         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
28717
28718 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28719
28720         Import changes from coreutils for bootstrap script.
28721
28722         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
28723
28724         * build-aux/bootstrap (slurp): Work even in environments where
28725         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
28726         current code does not slurp files whose names start with ".", and
28727         this looks like it might be a troublesome area.
28728
28729         2007-07-11  Jim Meyering  <jim@meyering.net>
28730
28731         If there's a GPL vN copyright comment, require that N == 3.
28732
28733         2007-07-08  Jim Meyering  <jim@meyering.net>
28734
28735         Run the coreutils-specific code only if tests/Makefile.am.in exists.
28736         * build-aux/bootstrap (mam_template): Move definition out of loop.
28737
28738         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
28739
28740         * build-aux/bootstrap (symlink_to_dir): Rename function from
28741         symlink_to_gnulib.  Add a directory parameter.  Update all
28742         callers.
28743         (cp_mark_as_generated): Also check for -- and link to -- files in
28744         gl/.
28745
28746         2007-07-08  Jim Meyering  <jim@meyering.net>
28747
28748         Adapt to deeper hierarchy in gnulib.
28749         * build-aux/bootstrap (symlink_to_dir): If the destination
28750         directory doesn't exist, create it. This is required at least for
28751         "lib/uniwidth/cjk.h".
28752
28753         2007-05-15  Jim Meyering  <jim@meyering.net>
28754
28755         * build-aux/bootstrap: Now that generated Makefile.am files
28756         are no longer under version control, they must be created at
28757         bootstrap time.
28758
28759 2007-08-14  Ben Pfaff  <blp@gnu.org>
28760
28761         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
28762
28763 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28764
28765         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
28766         given the changes below.
28767         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
28768         even on hosts that have padding bits beyond the supported 64.
28769
28770 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28771
28772         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
28773         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
28774         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
28775         depends on it.
28776         (xstrtol_error): Remove.
28777         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
28778         but with a different signature.
28779         (ATTRIBUTE_NORETURN, __attribute__): New macros.
28780         * lib/xstrtol-error.c: Include exitfail.h.
28781         (xstrtol_fatal): New function, with a different signature from the
28782         old xstrtol_error, so that the caller need not worry about passing
28783         in an exit status, or about storage management of the option argument.
28784         (xstrtol_error): Now a static function.  Redo signature to
28785         implement xstrtol_fatal.  Output the correct number of hyphens in
28786         front of the option so that the caller need not worry about
28787         storage management.
28788         (N_): New macro.
28789         (_): Remove; not used now.
28790         * modules/xstrtol: Depend on getopt.
28791         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
28792         of old STRTOL_FATAL_ERROR macro.
28793         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
28794         of test program.
28795         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
28796         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
28797
28798 2007-08-08  Eric Blake  <ebb9@byu.net>
28799
28800         * lib/xstrtol-error.c: Add missing include.
28801
28802         Move xstrtol messages into gnulib domain, when --pobase is used.
28803         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
28804         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
28805         * modules/xstrtol (Files): Distribute new file.
28806         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
28807         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
28808         * tests/test-xstrtol.c: ...into new file.
28809         * tests/test-xstrtoul.c: Also test xstrtoul.
28810         * tests/test-xstrtoimax.c: Also test xstrtoimax.
28811         * tests/test-xstrtoumax.c: Also test xstrtoumax.
28812         * tests/test-xstrtol.sh: Drive the tests.
28813         * tests/test-xstrtoimax.sh: Likewise.
28814         * tests/test-xstrtoumax.sh: Likewise.
28815         * modules/xstrtol-tests: New module.
28816         * modules/xstrtoimax-tests: Likewise.
28817         * modules/xstrtoumax-tests: Likewise.
28818
28819 2007-08-08  Jim Meyering  <jim@meyering.net>
28820
28821         New function: mfile_name_concat.
28822         * lib/filenamecat.c (mfile_name_concat): New function, just like
28823         file_name_concat, but return NULL upon failure rather than exiting
28824         with a diagnostic.
28825         * lib/filenamecat.h: Declare it.
28826
28827 2007-08-07  Bruno Haible  <bruno@clisp.org>
28828
28829         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
28830         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
28831         warning from gcc.
28832         Reported by Eric Blake.
28833
28834 2007-08-07  Simon Josefsson  <simon@josefsson.org>
28835
28836         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
28837         * modules/crypto/arcfour (License): Likewise.
28838         * modules/crypto/des-tests (License): Likewise.
28839         * modules/crypto/gc-arctwo-tests (License): Likewise.
28840         * modules/crypto/gc-des-tests (License): Likewise.
28841         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
28842         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
28843         * modules/crypto/gc-md2-tests (License): Likewise.
28844         * modules/crypto/gc-md4-tests (License): Likewise.
28845         * modules/crypto/gc-md5-tests (License): Likewise.
28846         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
28847         * modules/crypto/gc-rijndael-tests (License): Likewise.
28848         * modules/crypto/gc-sha1-tests (License): Likewise.
28849         * modules/crypto/gc-tests (License): Likewise.
28850         * modules/crypto/hmac-md5 (License): Likewise.
28851         * modules/crypto/hmac-sha1 (License): Likewise.
28852         * modules/crypto/md2-tests (License): Likewise.
28853         * modules/crypto/md4-tests (License): Likewise.
28854         * modules/crypto/md5 (License): Likewise.
28855         * modules/crypto/rijndael (License): Likewise.
28856         * modules/crypto/sha1 (License): Likewise.
28857         * modules/memxor (License): Likewise.
28858
28859 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28860         and Bruno Haible  <bruno@clisp.org>
28861
28862         * NEWS: Describe interface changes to human, xstrtol.
28863         * lib/human.h: Include <xstrtol.h>.
28864         (human_options): Return enum strtol_error, not int.  Remove
28865         bool arg; take int * instead.
28866         * lib/human.c: Don't include "gettext.h".
28867         (_): Remove; no longer used.
28868         Don't include <xstrtol.h>, since human.h does it.
28869         (human_options): Adjust to abovementioned interface changes.
28870         Do not report error to stderr; that's now the caller's
28871         responsibility.
28872         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
28873         interface change.
28874         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
28875         Str, Argument_type_string.  All uses changed.  Put " argument"
28876         in diagnostics to make them clearer.  Change wording of suffix
28877         message for clarity.
28878         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
28879         Argument_type_string.
28880         (STRTOL_FATAL_WARN): Remove; no longer used.
28881         * modules/human (Depends-on): Remove gettext-h.
28882
28883 2007-08-06  Simon Josefsson  <simon@josefsson.org>
28884
28885         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
28886
28887 2007-07-31  Bruno Haible  <bruno@clisp.org>
28888
28889         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
28890         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
28891         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
28892
28893 2007-07-31  Bruno Haible  <bruno@clisp.org>
28894
28895         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
28896         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
28897
28898 2007-07-30  Bruno Haible  <bruno@clisp.org>
28899
28900         * modules/base64 (License): Use the synonymous term "LGPLv2+".
28901         * modules/c-ctype (License): Likewise.
28902         * modules/c-strcase (License): Likewise.
28903         * modules/check-version (License): Likewise.
28904         * modules/iconv (License): Likewise.
28905         * modules/iconv_open (License): Likewise.
28906         * modules/read-file (License): Likewise.
28907         * modules/striconv (License): Likewise.
28908         * modules/strverscmp (License): Likewise.
28909         * modules/vasprintf (License): Likewise.
28910         * modules/crypto/des (License): Likewise.
28911         * modules/crypto/gc (License): Likewise.
28912         * modules/crypto/gc-arcfour (License): Likewise.
28913         * modules/crypto/gc-arctwo (License): Likewise.
28914         * modules/crypto/gc-des (License): Likewise.
28915         * modules/crypto/gc-hmac-md5 (License): Likewise.
28916         * modules/crypto/gc-hmac-sha1 (License): Likewise.
28917         * modules/crypto/gc-md2 (License): Likewise.
28918         * modules/crypto/gc-md4 (License): Likewise.
28919         * modules/crypto/gc-md5 (License): Likewise.
28920         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
28921         * modules/crypto/gc-random (License): Likewise.
28922         * modules/crypto/gc-rijndael (License): Likewise.
28923         * modules/crypto/gc-sha1 (License): Likewise.
28924         * modules/crypto/md2 (License): Likewise.
28925         * modules/crypto/md4 (License): Likewise.
28926
28927 2007-07-30  Jim Meyering  <jim@meyering.net>
28928
28929         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
28930         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
28931         it has valid stat data.  This bug would cause du not to count the
28932         sizes of inaccessible directories.
28933         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
28934         in <http://bugzilla.redhat.com/250077>.
28935
28936 2007-07-25  Peter O'Gorman  <peter@pogma.com>
28937             Bruno Haible  <bruno@clisp.org>
28938
28939         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
28940         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
28941         #include_next, gives a diagnostic about it, but reports no error in
28942         the exit code.
28943         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
28944
28945 2007-07-24  Ben Pfaff  <blp@gnu.org>
28946
28947         Improve name: "count-one-bits" is better than "popcount".
28948         * MODULES.html.sh: Update name.
28949         * lib/popcount.h: Renamed lib/count-one-bits.h.
28950         (popcount): Renamed count_one_bits.
28951         (popcountl): Renamed count_one_bits_l.
28952         (popcountll): Renamed count_one_bits_ll.
28953         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
28954         * modules/popcount: Renamed module/count-one-bits.
28955         * modules/popcount-tests: Renamed module/count-one-bits-tests.
28956         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
28957
28958 2007-07-23  Ben Pfaff  <blp@gnu.org>
28959
28960         * lib/popcount.h (popcount32): Reduce size of constants, to allow
28961         better code generation, and add U to large constants to avoid
28962         warnings, in non-GCC case.
28963         Suggested by Bruno Haible.
28964
28965 2007-07-23  Ben Pfaff  <blp@gnu.org>
28966
28967         * lib/popcount.h: Use verify_true instead of if...abort.
28968         * modules/popcount: Depend on verify module.
28969         Suggested by Jim Meyering.
28970
28971 2007-07-23  Bruno Haible  <bruno@clisp.org>
28972
28973         * gnulib-tool (func_import): Create a .cvsignore file also when the
28974         directory is not yet in CVS but the toplevel directory is. When
28975         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
28976         Reported by Karl Berry.
28977
28978 2007-07-22  Ben Pfaff  <blp@gnu.org>
28979
28980         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
28981         case.
28982         Suggested by Eric Blake.
28983
28984 2007-07-22  Ben Pfaff  <blp@gnu.org>
28985
28986         New module: popcount.
28987         * MODULES.html.sh: Add popcount.
28988         * modules/popcount: New file.
28989         * modules/popcount-tests: New file.
28990         * tests/test-popcount.c: New file.
28991         * lib/popcount.h: New file.
28992         * m4/popcount.m4: New file.
28993
28994 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28995
28996         * build-aux/announce-gen: Update to GPLv3.
28997
28998         * build-aux/config.guess: Update from config.
28999
29000 2007-07-21  Bruno Haible  <bruno@clisp.org>
29001
29002         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
29003         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
29004
29005 2007-07-20  Jim Meyering  <jim@meyering.net>
29006
29007         * check-module: Diagnose a self-dependency.
29008
29009 2007-07-19  Bruno Haible  <bruno@clisp.org>
29010
29011         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
29012         empty.
29013         Reported by Eric Blake.
29014
29015 2007-07-18  Bruno Haible  <bruno@clisp.org>
29016
29017         * gnulib-tool: New options --po-base, --po-domain.
29018         (func_usage): Document them.
29019         (pobase, po_domain): New variables.
29020         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
29021         DEFAULT_TEXT_DOMAIN.
29022         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
29023         (func_import): Consider pobase and po_domain. Create a po/ directory.
29024         (func_create_testdir): Set pobase and po_domain to empty.
29025         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
29026         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
29027
29028 2007-07-18  Bruno Haible  <bruno@clisp.org>
29029
29030         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29031         EXTRA_DIST augmentation for files in build-aux/.
29032
29033 2007-07-16  Bruno Haible  <bruno@clisp.org>
29034
29035         * modules/lseek (License): Use the synonymous term "LGPLv2+".
29036         * modules/getdelim (License): Likewise.
29037
29038 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29039
29040         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
29041         * modules/d-type (License): Likewise.
29042         * modules/extensions (License): Likewise.
29043         * modules/fnmatch (License): Likewise.
29044         * modules/fseeko (License): Likewise.
29045         * modules/getaddrinfo (License): Likewise.
29046         * modules/getline (License): Likewise.
29047         * modules/getlogin_r (License): Likewise.
29048         * modules/getpass (License): Likewise.
29049         * modules/gettimeofday (License): Likewise.
29050         * modules/glob (License): Likewise.
29051         * modules/inet_ntop (License): Likewise.
29052         * modules/malloc (License): Likewise.
29053         * modules/malloca (License): Likewise.
29054         * modules/memmem (License): Likewise.
29055         * modules/mempcpy (License): Likewise.
29056         * modules/memset (License): Likewise.
29057         * modules/minmax (License): Likewise.
29058         * modules/mktime (License): Likewise.
29059         * modules/netinet_in (License): Likewise.
29060         * modules/pathmax (License): Likewise.
29061         * modules/poll (License): Likewise.
29062         * modules/regex (License): Likewise.
29063         * modules/snprintf (License): Likewise.
29064         * modules/stdbool (License): Likewise.
29065         * modules/stdint (License): Likewise.
29066         * modules/stdio (License): Likewise.
29067         * modules/strcase (License): Likewise.
29068         * modules/strcasestr (License): Likewise.
29069         * modules/strdup (License): Likewise.
29070         * modules/string (License): Likewise.
29071         * modules/strndup (License): Likewise.
29072         * modules/strnlen (License): Likewise.
29073         * modules/strpbrk (License): Likewise.
29074         * modules/strptime (License): Likewise.
29075         * modules/strsep (License): Likewise.
29076         * modules/sys_select (License): Likewise.
29077         * modules/sys_socket (License): Likewise.
29078         * modules/sys_stat (License): Likewise.
29079         * modules/sys_time (License): Likewise.
29080         * modules/time (License): Likewise.
29081         * modules/time_r (License): Likewise.
29082         * modules/timegm (License): Likewise.
29083         * modules/unistd (License): Likewise.
29084         * modules/vsnprintf (License): Likewise.
29085         * modules/wctype (License): Likewise.
29086
29087 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29088
29089         * modules/argz (License): LGPLv2+.
29090
29091 2007-07-15  Karl Berry  <karl@gnu.org>
29092
29093         * doc/gnulib.texi: revise node structure per new fdl.texi.
29094
29095 2007-07-14  Bruno Haible  <bruno@clisp.org>
29096
29097         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
29098         the output file.
29099         * lib/uniname/uninames.h: Regenerated.
29100
29101 2007-07-14  Karl Berry  <karl@gnu.org>
29102
29103         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
29104         omitting sectioning and index commands.
29105
29106 2007-07-13  Bruno Haible  <bruno@clisp.org>
29107
29108         New gnulib-tool option --more-symlinks.
29109         * gnulib-tool (func_usage): Document --more-symlinks.
29110         (do_copyrights): New variable.
29111         Recognize option --more-symlinks.
29112         (func_import): Don't add a copyright notice transform to
29113         sed_transform_lib_file if do_copyrights is empty.
29114
29115 2007-07-13  Bruno Haible  <bruno@clisp.org>
29116
29117         * lib/vasnprintf.c (decimal_point_char): Define also if
29118         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
29119         && !NEED_PRINTF_DIRECTIVE_A.
29120         Reported by Clemens Koller <clemens.koller@anagramm.de> via
29121         Gary V. Vaughan <gary@gnu.org>.
29122
29123 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
29124
29125         * lib/inttypes_.h: Undo previous change, since it was fixed
29126         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
29127
29128 2007-07-13  Bruno Haible  <bruno@clisp.org>
29129
29130         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
29131         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
29132
29133 2007-07-13  Jim Meyering  <jim@meyering.net>
29134
29135         df: Don't fail for Tru64's "file-on-file mount".
29136         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
29137         so we fall through and use statfs instead.  Details here:
29138         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
29139         Reported by Albert Chin.
29140
29141 2007-07-13  Bruno Haible  <bruno@clisp.org>
29142
29143         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
29144         * modules/configmake (License): Likewise.
29145         * modules/gettext (License): Likewise.
29146         * modules/gettext-h (License): Likewise.
29147         * modules/include_next (License): Likewise.
29148         * modules/link-warning (License): Likewise.
29149         * modules/localcharset (License): Likewise.
29150         * modules/localename (License): Likewise.
29151         * modules/lock (License): Likewise.
29152         * modules/relocatable-lib-lgpl (License): Likewise.
29153         * modules/size_max (License): Likewise.
29154         * modules/vasnprintf (License): Likewise.
29155         * modules/wchar (License): Likewise.
29156         * modules/xsize (License): Likewise.
29157
29158 2007-07-13  Bruno Haible  <bruno@clisp.org>
29159
29160         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
29161         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
29162
29163 2007-07-12  Bruno Haible  <bruno@clisp.org>
29164
29165         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
29166         in the modules files.
29167
29168 2007-07-11  Karl Berry  <karl@gnu.org>
29169
29170         * MODULES.html.sh (func_module): use
29171          sed -e '\|^'"${includefile}"'$|d'
29172          instead of /.../d, to avoid errors on $includefile's containing /.
29173
29174 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29175
29176         * gnulib-tool (func_import): Avoid duplication of --avoid
29177         statements
29178         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
29179         names to `_' in variable names.
29180
29181 2007-07-10  Eric Blake  <ebb9@byu.net>
29182
29183         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
29184         * NEWS: Document this change.
29185
29186 2007-07-08  Bruno Haible  <bruno@clisp.org>
29187
29188         Update to Unicode 5.0.
29189         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
29190         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
29191         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
29192         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
29193         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
29194         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
29195         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
29196         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
29197         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
29198         U+10A3F, U+1D242..U+1D244.
29199         (nonspacing_table_ind): Update.
29200         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
29201         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
29202
29203 2007-07-08  Bruno Haible  <bruno@clisp.org>
29204
29205         Update to Unicode 5.0.
29206         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
29207         code transform. Extend the name index field of unicode_name_to_code and
29208         unicode_code_to_name from 16 to 24 bits.
29209         * lib/uniname/uniname.c (unicode_character_name,
29210         unicode_name_character): Add the range 0x12xxx to the code transform.
29211         * lib/uniname/uninames.h: Regenerated.
29212         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
29213
29214 2007-07-07  Bruno Haible  <bruno@clisp.org>
29215
29216         * modules/wcwidth-tests: New file.
29217         * tests/test-wcwidth.c: New file.
29218
29219         Work around MacOS X wcwidth() bug.
29220         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
29221         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
29222         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
29223         original wcwidth in non-UTF-8 locales.
29224         * modules/wcwidth (Depends-on): Add localcharset, streq,
29225         uniwidth/width.
29226         * doc/functions/wcwidth.texi: Update.
29227
29228 2007-07-07  Bruno Haible  <bruno@clisp.org>
29229
29230         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
29231         (wcwidth): New declaration.
29232         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
29233         macros.
29234         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
29235         here. Prepare for creating <wchar.h> unconditionally.
29236         * modules/wchar (Depends-on): Add link-warning.
29237         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
29238         REPLACE_WCWIDTH, and GL_LINK_WARNING.
29239         * lib/wcwidth.h: Remove file.
29240         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
29241         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
29242         * modules/wcwidth (Files): Remove lib/wcwidth.h.
29243         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
29244         (Include): Replace wcwidth.h with <wchar.h>.
29245         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
29246         * lib/mbchar.h: Don't include wcwidth.h.
29247         * lib/mbswidth.c: Likewise.
29248         * NEWS: Mention the change.
29249
29250 2007-07-07  Bruno Haible  <bruno@clisp.org>
29251
29252         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
29253         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
29254         definition with an external declaration.
29255         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29256         defined as a function. Remove AC_C_INLINE requirement.
29257         * modules/wcwidth (Files): Add lib/wcwidth.c.
29258         (Makefile.am): Remove redundant statement.
29259
29260 2007-07-07  Bruno Haible  <bruno@clisp.org>
29261
29262         * MODULES.html.sh (Unicode string functions): Add the new modules.
29263
29264         * tests/uniwidth/test-u32-strwidth.c: New file.
29265         * modules/uniwidth/u32-strwidth-tests: New file.
29266
29267         * lib/uniwidth/u32-strwidth.c: New file.
29268         * modules/uniwidth/u32-strwidth: New file.
29269
29270         * tests/uniwidth/test-u16-strwidth.c: New file.
29271         * modules/uniwidth/u16-strwidth-tests: New file.
29272
29273         * lib/uniwidth/u16-strwidth.c: New file.
29274         * modules/uniwidth/u16-strwidth: New file.
29275
29276         * tests/uniwidth/test-u8-strwidth.c: New file.
29277         * modules/uniwidth/u8-strwidth-tests: New file.
29278
29279         * lib/uniwidth/u8-strwidth.c: New file.
29280         * modules/uniwidth/u8-strwidth: New file.
29281
29282         * tests/uniwidth/test-u32-width.c: New file.
29283         * modules/uniwidth/u32-width-tests: New file.
29284
29285         * lib/uniwidth/u32-width.c: New file.
29286         * modules/uniwidth/u32-width: New file.
29287
29288         * tests/uniwidth/test-u16-width.c: New file.
29289         * modules/uniwidth/u16-width-tests: New file.
29290
29291         * lib/uniwidth/u16-width.c: New file.
29292         * modules/uniwidth/u16-width: New file.
29293
29294         * tests/uniwidth/test-u8-width.c: New file.
29295         * modules/uniwidth/u8-width-tests: New file.
29296
29297         * lib/uniwidth/u8-width.c: New file.
29298         * modules/uniwidth/u8-width: New file.
29299
29300         * tests/uniwidth/test-uc_width.c: New file.
29301         * modules/uniwidth/width-tests: New file.
29302
29303         * lib/uniwidth/width.c: New file, from GNU libiconv.
29304         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
29305         * modules/uniwidth/width: New file.
29306
29307         * lib/uniwidth.h: New file, from GNU libiconv.
29308         * modules/uniwidth/base: New file.
29309
29310 2007-07-07  Bruno Haible  <bruno@clisp.org>
29311
29312         * lib/uniname.h: New file, from GNU gettext.
29313         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
29314         * lib/uniname/uninames.h: New file, from GNU gettext.
29315         * lib/uniname/uniname.c: New file, from GNU gettext.
29316         * tests/uniname/test-uninames.sh: New file.
29317         * tests/uniname/test-uninames.c: New file, from GNU gettext.
29318         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
29319         * modules/uniname/base: New file.
29320         * modules/uniname/uniname: New file.
29321         * modules/uniname/uniname-tests: New file.
29322         * MODULES.html.sh (Unicode string functions): Add the new modules.
29323
29324 2007-07-06  Bruno Haible  <bruno@clisp.org>
29325
29326         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
29327
29328 2007-07-06  Bruno Haible  <bruno@clisp.org>
29329
29330         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
29331         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
29332         includes <cygwin/sys_time.h> which includes <sys/select.h> which
29333         include <sys/time.h>.
29334         Reported by Eric Blake.
29335
29336 2007-07-06  Eric Blake  <ebb9@byu.net>
29337
29338         Fix testing canonicalize on cygwin.
29339         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29340         Revert patch from 2007-06-19.
29341         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
29342         canonicalize module is also in use.
29343         * tests/test-canonicalize.c: New file.
29344         * tests/test-canonicalize.sh: Likewise.
29345         * modules/canonicalize-tests: Likewise.
29346
29347 2007-07-06  Jim Meyering  <jim@meyering.net>
29348
29349         * lib/getugroups.c (getugroups): Detect getgrent failure.
29350         Adjust comment to reflect reality: this function may return -1.
29351
29352 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29353
29354         * build-aux/bootstrap (TP_URL,get_translations): Update to use
29355         the new TP address.
29356         (usage): Fix typo
29357         (gnulib_mk): New variable.
29358
29359 2007-07-05  Jim Meyering  <jim@meyering.net>
29360
29361         Don't let endgrent clobber errno, no matter how improbable.
29362         * lib/getugroups.c (getugroups): Save and restore errno around
29363         endgrent call.
29364
29365         Close the group DB even when failing with 2^31 or more members.
29366         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
29367
29368 2007-07-04  Jim Meyering  <jim@meyering.net>
29369
29370         * lib/getugroups.h: New file.
29371         * lib/getugroups.c: Include "getugroups.h".
29372         Remove uses of "register" keyword.
29373         Move local variable, "cp", down into scope where used.
29374         Give "username" parameter the "const" attribute.
29375         * modules/getugroups (Files): Add lib/getugroups.h
29376
29377 2007-07-04  Karl Berry  <karl@gnu.org>
29378
29379         * MODULES.html.sh (func_all_modules): Complete rename of
29380         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
29381
29382 2007-07-02  Bruno Haible  <bruno@clisp.org>
29383
29384         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
29385         mode, when inttypes.h comes from gnulib.
29386         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29387
29388 2007-07-02  Simon Josefsson  <simon@josefsson.org>
29389
29390         * NEWS: Mention lgpl module name change.
29391
29392         * modules/lgpl-2.1: Renamed from lgpl.
29393
29394         * NEWS: Mention gpl module name change.
29395
29396         * modules/gpl-3.0: New file, based on gpl-2.0.
29397
29398         * modules/gpl-2.0: Renamed from gpl.
29399
29400         * modules/gpl: Fix filename, doc/gpl.texi is now found at
29401         doc/gpl-2.0.texi.
29402
29403 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29404
29405         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
29406         #define __STDC_LIMIT_MACROS temporarily while including
29407         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
29408         Problem reported by Joel E. Denny in
29409         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
29410
29411 2007-07-01  Bruno Haible  <bruno@clisp.org>
29412
29413         * lib/unistdio.h: New file.
29414         * lib/unistdio/u-asnprintf.h: New file.
29415         * lib/unistdio/u-asprintf.h: New file.
29416         * lib/unistdio/u-printf-args.c: New file.
29417         * lib/unistdio/u-printf-args.h: New file.
29418         * lib/unistdio/u-printf-parse.h: New file.
29419         * lib/unistdio/u-snprintf.h: New file.
29420         * lib/unistdio/u-sprintf.h: New file.
29421         * lib/unistdio/u-vasprintf.h: New file.
29422         * lib/unistdio/u-vsnprintf.h: New file.
29423         * lib/unistdio/u-vsprintf.h: New file.
29424         * lib/unistdio/ulc-asnprintf.c: New file.
29425         * lib/unistdio/ulc-asprintf.c: New file.
29426         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
29427         * lib/unistdio/ulc-printf-parse.c: New file.
29428         * lib/unistdio/ulc-snprintf.c: New file.
29429         * lib/unistdio/ulc-sprintf.c: New file.
29430         * lib/unistdio/ulc-vasnprintf.c: New file.
29431         * lib/unistdio/ulc-vasprintf.c: New file.
29432         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
29433         * lib/unistdio/ulc-vsnprintf.c: New file.
29434         * lib/unistdio/ulc-vsprintf.c: New file.
29435         * lib/unistdio/u8-asnprintf.c: New file.
29436         * lib/unistdio/u8-asprintf.c: New file.
29437         * lib/unistdio/u8-printf-parse.c: New file.
29438         * lib/unistdio/u8-snprintf.c: New file.
29439         * lib/unistdio/u8-sprintf.c: New file.
29440         * lib/unistdio/u8-vasnprintf.c: New file.
29441         * lib/unistdio/u8-vasprintf.c: New file.
29442         * lib/unistdio/u8-vsnprintf.c: New file.
29443         * lib/unistdio/u8-vsprintf.c: New file.
29444         * lib/unistdio/u8-u8-asnprintf.c: New file.
29445         * lib/unistdio/u8-u8-asprintf.c: New file.
29446         * lib/unistdio/u8-u8-snprintf.c: New file.
29447         * lib/unistdio/u8-u8-sprintf.c: New file.
29448         * lib/unistdio/u8-u8-vasnprintf.c: New file.
29449         * lib/unistdio/u8-u8-vasprintf.c: New file.
29450         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29451         * lib/unistdio/u8-u8-vsprintf.c: New file.
29452         * lib/unistdio/u16-asnprintf.c: New file.
29453         * lib/unistdio/u16-asprintf.c: New file.
29454         * lib/unistdio/u16-printf-parse.c: New file.
29455         * lib/unistdio/u16-snprintf.c: New file.
29456         * lib/unistdio/u16-sprintf.c: New file.
29457         * lib/unistdio/u16-vasnprintf.c: New file.
29458         * lib/unistdio/u16-vasprintf.c: New file.
29459         * lib/unistdio/u16-vsnprintf.c: New file.
29460         * lib/unistdio/u16-vsprintf.c: New file.
29461         * lib/unistdio/u16-u16-asnprintf.c: New file.
29462         * lib/unistdio/u16-u16-asprintf.c: New file.
29463         * lib/unistdio/u16-u16-snprintf.c: New file.
29464         * lib/unistdio/u16-u16-sprintf.c: New file.
29465         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29466         * lib/unistdio/u16-u16-vasprintf.c: New file.
29467         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29468         * lib/unistdio/u16-u16-vsprintf.c: New file.
29469         * lib/unistdio/u32-asnprintf.c: New file.
29470         * lib/unistdio/u32-asprintf.c: New file.
29471         * lib/unistdio/u32-printf-parse.c: New file.
29472         * lib/unistdio/u32-snprintf.c: New file.
29473         * lib/unistdio/u32-sprintf.c: New file.
29474         * lib/unistdio/u32-vasnprintf.c: New file.
29475         * lib/unistdio/u32-vasprintf.c: New file.
29476         * lib/unistdio/u32-vsnprintf.c: New file.
29477         * lib/unistdio/u32-vsprintf.c: New file.
29478         * lib/unistdio/u32-u32-asnprintf.c: New file.
29479         * lib/unistdio/u32-u32-asprintf.c: New file.
29480         * lib/unistdio/u32-u32-snprintf.c: New file.
29481         * lib/unistdio/u32-u32-sprintf.c: New file.
29482         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29483         * lib/unistdio/u32-u32-vasprintf.c: New file.
29484         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29485         * lib/unistdio/u32-u32-vsprintf.c: New file.
29486         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29487         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29488         * tests/unistdio/test-ulc-printf1.h: New file.
29489         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29490         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29491         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29492         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29493         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29494         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29495         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29496         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29497         * tests/unistdio/test-u8-asnprintf1.c: New file.
29498         * tests/unistdio/test-u8-asnprintf1.h: New file.
29499         * tests/unistdio/test-u8-printf1.h: New file.
29500         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29501         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29502         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29503         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29504         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29505         * tests/unistdio/test-u8-vasprintf1.c: New file.
29506         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29507         * tests/unistdio/test-u8-vsprintf1.c: New file.
29508         * tests/unistdio/test-u16-asnprintf1.c: New file.
29509         * tests/unistdio/test-u16-asnprintf1.h: New file.
29510         * tests/unistdio/test-u16-printf1.h: New file.
29511         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29512         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29513         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29514         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29515         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29516         * tests/unistdio/test-u16-vasprintf1.c: New file.
29517         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29518         * tests/unistdio/test-u16-vsprintf1.c: New file.
29519         * tests/unistdio/test-u32-asnprintf1.c: New file.
29520         * tests/unistdio/test-u32-asnprintf1.h: New file.
29521         * tests/unistdio/test-u32-printf1.h: New file.
29522         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29523         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29524         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29525         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29526         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29527         * tests/unistdio/test-u32-vasprintf1.c: New file.
29528         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29529         * tests/unistdio/test-u32-vsprintf1.c: New file.
29530         * modules/unistdio/base: New file.
29531         * modules/unistdio/u-printf-args: New file.
29532         * modules/unistdio/ulc-asnprintf: New file.
29533         * modules/unistdio/ulc-asprintf: New file.
29534         * modules/unistdio/ulc-fprintf: New file.
29535         * modules/unistdio/ulc-printf-parse: New file.
29536         * modules/unistdio/ulc-snprintf: New file.
29537         * modules/unistdio/ulc-sprintf: New file.
29538         * modules/unistdio/ulc-vasnprintf: New file.
29539         * modules/unistdio/ulc-vasprintf: New file.
29540         * modules/unistdio/ulc-vfprintf: New file.
29541         * modules/unistdio/ulc-vsnprintf: New file.
29542         * modules/unistdio/ulc-vsprintf: New file.
29543         * modules/unistdio/u8-asnprintf: New file.
29544         * modules/unistdio/u8-asprintf: New file.
29545         * modules/unistdio/u8-printf-parse: New file.
29546         * modules/unistdio/u8-snprintf: New file.
29547         * modules/unistdio/u8-sprintf: New file.
29548         * modules/unistdio/u8-vasnprintf: New file.
29549         * modules/unistdio/u8-vasprintf: New file.
29550         * modules/unistdio/u8-vsnprintf: New file.
29551         * modules/unistdio/u8-vsprintf: New file.
29552         * modules/unistdio/u8-u8-asnprintf: New file.
29553         * modules/unistdio/u8-u8-asprintf: New file.
29554         * modules/unistdio/u8-u8-snprintf: New file.
29555         * modules/unistdio/u8-u8-sprintf: New file.
29556         * modules/unistdio/u8-u8-vasnprintf: New file.
29557         * modules/unistdio/u8-u8-vasprintf: New file.
29558         * modules/unistdio/u8-u8-vsnprintf: New file.
29559         * modules/unistdio/u8-u8-vsprintf: New file.
29560         * modules/unistdio/u16-asnprintf: New file.
29561         * modules/unistdio/u16-asprintf: New file.
29562         * modules/unistdio/u16-printf-parse: New file.
29563         * modules/unistdio/u16-snprintf: New file.
29564         * modules/unistdio/u16-sprintf: New file.
29565         * modules/unistdio/u16-vasnprintf: New file.
29566         * modules/unistdio/u16-vasprintf: New file.
29567         * modules/unistdio/u16-vsnprintf: New file.
29568         * modules/unistdio/u16-vsprintf: New file.
29569         * modules/unistdio/u16-u16-asnprintf: New file.
29570         * modules/unistdio/u16-u16-asprintf: New file.
29571         * modules/unistdio/u16-u16-snprintf: New file.
29572         * modules/unistdio/u16-u16-sprintf: New file.
29573         * modules/unistdio/u16-u16-vasnprintf: New file.
29574         * modules/unistdio/u16-u16-vasprintf: New file.
29575         * modules/unistdio/u16-u16-vsnprintf: New file.
29576         * modules/unistdio/u16-u16-vsprintf: New file.
29577         * modules/unistdio/u32-asnprintf: New file.
29578         * modules/unistdio/u32-asprintf: New file.
29579         * modules/unistdio/u32-printf-parse: New file.
29580         * modules/unistdio/u32-snprintf: New file.
29581         * modules/unistdio/u32-sprintf: New file.
29582         * modules/unistdio/u32-vasnprintf: New file.
29583         * modules/unistdio/u32-vasprintf: New file.
29584         * modules/unistdio/u32-vsnprintf: New file.
29585         * modules/unistdio/u32-vsprintf: New file.
29586         * modules/unistdio/u32-u32-asnprintf: New file.
29587         * modules/unistdio/u32-u32-asprintf: New file.
29588         * modules/unistdio/u32-u32-snprintf: New file.
29589         * modules/unistdio/u32-u32-sprintf: New file.
29590         * modules/unistdio/u32-u32-vasnprintf: New file.
29591         * modules/unistdio/u32-u32-vasprintf: New file.
29592         * modules/unistdio/u32-u32-vsnprintf: New file.
29593         * modules/unistdio/u32-u32-vsprintf: New file.
29594         * modules/unistdio/ulc-asnprintf-tests: New file.
29595         * modules/unistdio/ulc-vasnprintf-tests: New file.
29596         * modules/unistdio/ulc-vasprintf-tests: New file.
29597         * modules/unistdio/ulc-vsnprintf-tests: New file.
29598         * modules/unistdio/ulc-vsprintf-tests: New file.
29599         * modules/unistdio/u8-asnprintf-tests: New file.
29600         * modules/unistdio/u8-vasnprintf-tests: New file.
29601         * modules/unistdio/u8-vasprintf-tests: New file.
29602         * modules/unistdio/u8-vsnprintf-tests: New file.
29603         * modules/unistdio/u8-vsprintf-tests: New file.
29604         * modules/unistdio/u16-asnprintf-tests: New file.
29605         * modules/unistdio/u16-vasnprintf-tests: New file.
29606         * modules/unistdio/u16-vasprintf-tests: New file.
29607         * modules/unistdio/u16-vsnprintf-tests: New file.
29608         * modules/unistdio/u16-vsprintf-tests: New file.
29609         * modules/unistdio/u32-asnprintf-tests: New file.
29610         * modules/unistdio/u32-vasnprintf-tests: New file.
29611         * modules/unistdio/u32-vasprintf-tests: New file.
29612         * modules/unistdio/u32-vsnprintf-tests: New file.
29613         * modules/unistdio/u32-vsprintf-tests: New file.
29614         * MODULES.html.sh (Unicode string functions): Add the new modules.
29615
29616 2007-07-01  Bruno Haible  <bruno@clisp.org>
29617
29618         * lib/sprintf.c (sprintf): Limit the available length estimation,
29619         to avoid address wraparound.
29620         * lib/vsprintf.c (vsprintf): Likewise.
29621         * modules/sprintf-posix (Dependencies): Add stdint.
29622         * modules/vsprintf-posix (Dependencies): Likewise.
29623
29624 2007-07-01  Bruno Haible  <bruno@clisp.org>
29625
29626         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
29627         Windows PATH as well. Conservative double-quoting. Comments.
29628
29629 2007-07-01  Bruno Haible  <bruno@clisp.org>
29630             Eric Blake  <ebb9@byu.net>
29631             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29632
29633         * gnulib-tool (self_abspathname): Fix algorithm to cope with
29634         empty components in $PATH, denoting '.'.
29635
29636 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29637
29638         * gnulib-tool: Fix indentation.
29639         (func_create_megatestdir): Likewise.
29640         Report by Bruno Haible.
29641
29642 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29643
29644         Sync from Automake.
29645         * build-aux/gnupload: Fix shell portability issues with for loops.
29646         Report by Karl Berry.
29647
29648 2007-06-29  Simon Josefsson  <simon@josefsson.org>
29649
29650         * build-aux/maint.mk (POURL): Use translationproject.org.
29651
29652 2007-06-27  Simon Josefsson  <simon@josefsson.org>
29653             Bruno Haible  <bruno@clisp.org>
29654
29655         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
29656         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
29657         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
29658         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
29659         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
29660
29661 2007-06-27  Bruno Haible  <bruno@clisp.org>
29662
29663         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
29664         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
29665
29666 2007-06-26  Karl Berry  <karl@gnu.org>
29667
29668         * MODULES.html.sh: remove xreadlink-with-size.
29669
29670 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29671
29672         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
29673         method that I hope also handles the double-include problem noted
29674         by Bruno Haible in
29675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
29676
29677 2007-06-23  Bruno Haible  <bruno@clisp.org>
29678
29679         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29680         Don't let the 'mostlyclean' target fail if the last subdirectory could
29681         not be removed.
29682         Reported by Karl Berry.
29683
29684 2007-06-23  Bruno Haible  <bruno@clisp.org>
29685
29686         * gnulib-tool (echo): Add a speedier workaround for ksh.
29687         * tests/test-echo.sh: Likewise.
29688
29689 2007-06-23  Bruno Haible  <bruno@clisp.org>
29690
29691         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
29692         * tests/test-echo.sh: Likewise.
29693
29694 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29695
29696         * gnulib-tool (IFS): Initialize early, so we don't set it to
29697         empty later.
29698         (self_abspathname): Rewrite algorithm to set it, reindent.
29699         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
29700         (func_create_megatestdir): Merge some sed scripts.
29701
29702 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
29705         exposed by Sun Studio 11 cc on Solaris 8.
29706
29707 2007-06-22  Bruno Haible  <bruno@clisp.org>
29708
29709         * gnulib-tool (echo): Ensure the echo primitive does not interpret
29710         backslashes.
29711         * tests/test-echo.sh: New file.
29712
29713 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29714
29715         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
29716         simplify `sed_replace_build_aux' scripts, they are portable but
29717         echoing them with `echo' is not.
29718         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
29719
29720 2007-06-21  Karl Berry  <karl@gnu.org>
29721
29722         * config/srclist.txt: guess we can't handle the licenses via
29723         srclist at the moment.
29724
29725 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29726
29727         * MODULES.html.sh: Add include_next.
29728         * modules/include_next: New file.
29729
29730 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29731
29732         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
29733         INCLUDE_NEXT.
29734         (gl_CHECK_NEXT_HEADERS): New macro.
29735         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
29736         the obsolescent gl_ABSOLUTE_HEADER.
29737         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
29738         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
29739         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
29740         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29741         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29742         * m4/math_h.m4 (gl_MATH_H): Likewise.
29743         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
29744         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29745         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29746         * m4/stdint.m4 (gl_STDINT_H): Likewise.
29747         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29748         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29749         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29750         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29751         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29752         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29753         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
29754         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
29755         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
29756         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29757         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29758         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29759         * m4/inttypes.m4 (gl_INTTYPES_H): Define
29760         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
29761         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
29762         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
29763         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
29764         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
29765         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
29766         * lib/float_.h: Likewise.
29767         * lib/inttypes_.h: Likewise.
29768         * lib/math_.h: Likewise.
29769         * lib/search_.h: Likewise.
29770         * lib/signal_.h: Likewise.
29771         * lib/stdint_.h: Likewise.
29772         * lib/stdio_.h: Likewise.
29773         * lib/stdlib_.h: Likewise.
29774         * lib/string_.h: Likewise.
29775         * lib/sys_stat_.h: Likewise.
29776         * lib/sys_time_.h: Likewise.
29777         * lib/time_.h: Likewise.
29778         * lib/unistd_.h: Likewise.
29779         * lib/wchar_.h: Likewise.
29780         * lib/wctype_.h: Likewise.
29781         * lib/dirent_.h: Likewise.
29782         * lib/iconv_.h: Likewise.
29783         * lib/locale_.h: Likewise.
29784         * lib/netinet_in_.h: Likewise.
29785         * lib/sys_select_.h: Likewise.
29786         * lib/sys_socket_.h: Likewise.
29787         * lib/sysexits_.h: Likewise.
29788         * modules/fcntl (Depends-on): Depend on include_next, not
29789         absolute_header.
29790         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
29791         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
29792         * modules/fchdir: Likewise.
29793         * modules/float: Likewise.
29794         * modules/iconv_open: Likewise.
29795         * modules/inttypes: Likewise.
29796         * modules/locale: Likewise.
29797         * modules/math: Likewise.
29798         * modules/netinet_in: Likewise.
29799         * modules/search: Likewise.
29800         * modules/signal: Likewise.
29801         * modules/stdint: Likewise.
29802         * modules/stdio: Likewise.
29803         * modules/stdlib: Likewise.
29804         * modules/string: Likewise.
29805         * modules/sys_select: Likewise.
29806         * modules/sys_socket: Likewise.
29807         * modules/sys_stat: Likewise.
29808         * modules/sys_time: Likewise.
29809         * modules/sysexits: Likewise.
29810         * modules/time: Likewise.
29811         * modules/unistd: Likewise.
29812         * modules/wchar: Likewise.
29813         * modules/wctype: Likewise.
29814         * modules/sys_stat: Change maintainer to "all".
29815         * modules/unistd: Likewise.
29816
29817 2007-06-20  Karl Berry  <karl@gnu.org>
29818
29819         * config/srclist.txt: track www changes in license files.
29820
29821 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
29822
29823         * build-aux/bootstrap: Remove stray dot.
29824         Make sure build_aux settings are honored when linking
29825         gnulib_extra_files.
29826
29827 2007-06-19  Eric Blake  <ebb9@byu.net>
29828
29829         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29830         Allow compilation on cygwin.
29831
29832 2007-06-19  Jim Meyering  <jim@meyering.net>
29833
29834         xreadlink-with-size: Remove module.  No longer used.
29835         Ex-callers now use xreadlink or mreadlink-with-size.
29836         * modules/xreadlink-with-size: Remove module.
29837         * lib/xreadlink-with-size.c: Remove file.
29838         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
29839         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
29840         just before the function definition *is* accurate.
29841
29842         Eliminate one way canonicalize_filename_mode could exit.
29843         * lib/canonicalize.c (canonicalize_filename_mode):
29844         Use mreadlink_with_size, not xreadlink_with_size.
29845
29846 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
29847
29848         Detect porting problems to FreeBSD/arm, which has time_t wider than
29849         long int.  Original problem reported for GNU diff by Xin Li in
29850         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
29851         * modules/getdate (Depends-on): Add intprops, verify.
29852         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
29853         is an integer type no wider than long int.
29854
29855 2007-06-18  Jim Meyering  <jim@meyering.net>
29856
29857         New module: mreadlink-with-size.
29858         * MODULES.html.sh: Add mreadlink-with-size.
29859         * modules/mreadlink-with-size: New module
29860         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
29861         not xreadlink-with-size.
29862         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
29863
29864 2007-06-16  Bruno Haible  <bruno@clisp.org>
29865
29866         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
29867         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
29868         Reported by Gary V. Vaughan <gary@gnu.org>.
29869
29870 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
29871
29872         Revamp lchown so that it lives in unistd.h where it belongs.
29873         * lib/lchown.h: Remove.
29874         * lib/dirchownmod.c: Don't include lib/lchown.h.
29875         * lib/fchownat.c: Likewise.
29876         * lib/openat.c: Likewise.
29877         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
29878         does not follow symlinks.
29879         (EOPNOTSUPP): Define if not defined.
29880         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
29881         is defined to 0.
29882         (lchown): New decl.
29883         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
29884         Do not check for lchown decl.
29885         Set REPLACE_LCHOWN.
29886         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
29887         REPLACE_LCHOWN.
29888         * modules/chown: Make it clear it follows symlinks.
29889         * modules/lchown: Make it clear it doesn't follow symlinks.
29890         (Files): Remove lib/lchown.h
29891         (Depends-on): Add unistd.
29892         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
29893         (Include): Include <unistd.h>, not "lchown.h".
29894         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
29895         REPLACE_LCHOWN.
29896
29897 2007-06-15  Jim Meyering  <jim@meyering.net>
29898
29899         Change license (GPL to LGPL) of fsusage and dependents.
29900         * modules/fsusage (License): Change to LGPL.
29901         * modules/full-read (License): Likewise.
29902         * modules/full-write (License): Likewise.
29903         * modules/safe-read (License): Likewise.
29904         * modules/safe-write (License): Likewise.
29905
29906 2007-06-14  Ben Pfaff  <blp@gnu.org>
29907
29908         Missing part of allocsa -> malloca transition.
29909         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
29910         gl_MALLOCA.
29911
29912 2007-06-12  Bruno Haible  <bruno@clisp.org>
29913
29914         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
29915         to ia64, x86_64, i386.
29916         Reported by Eric Blake.
29917
29918 2007-06-12  Bruno Haible  <bruno@clisp.org>
29919
29920         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
29921         cross-compiling to x86_64.
29922
29923 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
29924
29925         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
29926         glitch reported by Ralf Wildenhues in
29927         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
29928
29929         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
29930         Vin Shelton.
29931
29932 2007-06-11  Bruno Haible  <bruno@clisp.org>
29933
29934         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
29935         replacement string.
29936         Reported by Eric Blake.
29937
29938 2007-06-10  Bruno Haible  <bruno@clisp.org>
29939
29940         Prepare vasnprintf code for use with Unicode strings.
29941         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
29942         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
29943         TYPE_U32_STRING.
29944         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
29945         a_u32_string variants.
29946         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29947         * lib/printf-args.c: Don't include config.h and the specification
29948         header if PRINTF_FETCHARGS is already defined.
29949         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29950         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
29951         TYPE_U16_STRING, TYPE_U32_STRING.
29952         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
29953         u16_directive, u16_directives, u32_directive, u32_directives): New
29954         types.
29955         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
29956         New declarations.
29957         * lib/printf-parse.c: Don't include config.h and the specification
29958         header if PRINTF_PARSE is already defined. Eliminate the set of
29959         parameters for WIDE_CHAR_VERSION; the user of this file must provide
29960         them now. Include c-ctype.h.
29961         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
29962         directive and CHAR_T_ONLY_ASCII.
29963         * lib/vasnprintf.c: Don't include config.h and the specification header
29964         if VASNPRINTF is already defined.
29965         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
29966         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
29967         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
29968         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
29969         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
29970         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
29971         code accordingly.
29972         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
29973         pad_ourselves also in this case, with the 'c' and 's' directives, and
29974         with a different notion of "width".
29975         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
29976
29977 2007-06-10  Bruno Haible  <bruno@clisp.org>
29978
29979         * modules/unistr/u32-mbsnlen: New file.
29980         * lib/unistr/u32-mbsnlen.c: New file.
29981
29982         * modules/unistr/u16-mbsnlen: New file.
29983         * lib/unistr/u16-mbsnlen.c: New file.
29984
29985         * modules/unistr/u8-mbsnlen: New file.
29986         * lib/unistr/u8-mbsnlen.c: New file.
29987
29988         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
29989         declarations.
29990
29991 2007-06-10  Bruno Haible  <bruno@clisp.org>
29992
29993         * lib/string_.h (mbsnlen): New declaration.
29994         * lib/mbsnlen.c: New file.
29995         * m4/mbsnlen.m4: New file.
29996         * modules/mbsnlen: New file.
29997         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
29998         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
29999         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
30000
30001 2007-06-10  Bruno Haible  <bruno@clisp.org>
30002
30003         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
30004
30005 2007-06-10  Bruno Haible  <bruno@clisp.org>
30006
30007         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
30008         * lib/mbuiter.h: Likewise.
30009
30010 2007-06-10  Bruno Haible  <bruno@clisp.org>
30011
30012         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
30013         declaration.
30014
30015 2007-06-10  Karl Berry  <karl@gnu.org>
30016
30017         * config/srclist.txt: remove gettext entries, Bruno prefers
30018         to update individually.
30019
30020 2007-06-10  Bruno Haible  <bruno@clisp.org>
30021
30022         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
30023         'maxlen'. Ensure only length + width bytes are allocated, not
30024         length + 1 + width.
30025
30026 2007-06-09  Bruno Haible  <bruno@clisp.org>
30027
30028         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
30029         (CHAR_T): Remove macro.
30030         (VASNPRINTF): Update.
30031
30032 2007-06-09  Bruno Haible  <bruno@clisp.org>
30033
30034         * MODULES.html.sh (Unicode string functions): Add the new modules.
30035
30036         * modules/uniconv/u32-conv-to-enc: New file.
30037         * lib/uniconv/u32-conv-to-enc.c: New file.
30038         * modules/uniconv/u32-conv-to-enc-tests: New file.
30039         * tests/uniconv/test-u32-conv-to-enc.c: New file.
30040
30041         * modules/uniconv/u16-conv-to-enc: New file.
30042         * lib/uniconv/u16-conv-to-enc.c: New file.
30043         * lib/uniconv/u-conv-to-enc.h: New file.
30044         * modules/uniconv/u16-conv-to-enc-tests: New file.
30045         * tests/uniconv/test-u16-conv-to-enc.c: New file.
30046
30047         * modules/uniconv/u8-conv-to-enc: New file.
30048         * lib/uniconv/u8-conv-to-enc.c: New file.
30049         * modules/uniconv/u8-conv-to-enc-tests: New file.
30050         * tests/uniconv/test-u8-conv-to-enc.c: New file.
30051
30052         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
30053         u32_conv_to_encoding): New declarations.
30054
30055 2007-06-09  Bruno Haible  <bruno@clisp.org>
30056
30057         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
30058
30059 2007-06-09  Bruno Haible  <bruno@clisp.org>
30060
30061         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
30062         * modules/malloca: Renamed from modules/allocsa, updated.
30063         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
30064         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
30065         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
30066         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
30067         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
30068         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
30069         * modules/xmalloca: Renamed from modules/xallocsa, updated.
30070         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
30071         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
30072         * modules/c-strcasestr (Depends-on): Update.
30073         * lib/c-strcasestr.c: Update.
30074         * modules/c-strstr (Depends-on): Update.
30075         * lib/c-strstr.c: Update.
30076         * modules/canonicalize-lgpl (Depends-on): Update.
30077         * lib/canonicalize-lgpl.c: Update.
30078         * modules/clean-temp (Depends-on): Update.
30079         * lib/clean-temp.c: Update.
30080         * modules/csharpcomp (Depends-on): Update.
30081         * lib/csharpcomp.c: Update.
30082         * modules/csharpexec (Depends-on): Update.
30083         * lib/csharpexec.c: Update.
30084         * modules/javacomp (Depends-on): Update.
30085         * lib/javacomp.c: Update.
30086         * modules/javaexec (Depends-on): Update.
30087         * lib/javaexec.c: Update.
30088         * modules/mbscasestr (Depends-on): Update.
30089         * lib/mbscasestr.c: Update.
30090         * modules/mbsstr (Depends-on): Update.
30091         * lib/mbsstr.c: Update.
30092         * modules/setenv (Depends-on): Update.
30093         * lib/setenv.c: Update.
30094         * modules/strcasestr (Depends-on): Update.
30095         * lib/strcasestr.c: Update.
30096         * modules/striconveha (Depends-on): Update.
30097         * lib/striconveha.c: Update.
30098         * modules/relocatable-prog-wrapper (Files): Update.
30099         * lib/relocwrapper.c: Update.
30100         * build-aux/install-reloc: Update.
30101         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
30102
30103 2007-06-08  Bruno Haible  <bruno@clisp.org>
30104
30105         Port to uClibc.
30106         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
30107         * lib/fpurge.c (fpurge): Likewise.
30108         * lib/freading.c (freading): Likewise.
30109         * lib/fseeko.c (rpl_fseeko): Likewise.
30110         * lib/fseterr.c (fseterr): Likewise.
30111         * lib/fwriting.c (fwriting): Likewise.
30112         * tests/test-fflush.c (main): Avoid a failure on uClibc.
30113
30114 2007-06-08  Bruno Haible  <bruno@clisp.org>
30115
30116         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
30117         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
30118         * modules/gettext (Files): Add m4/intlmacosx.m4.
30119
30120 2007-06-07  Bruno Haible  <bruno@clisp.org>
30121
30122         * modules/localename-tests: New file.
30123         * tests/test-localename.c: New file.
30124
30125         New module 'localename'.
30126         * lib/localename.h: New file.
30127         * lib/localename.c: New file, from GNU gettext.
30128         * m4/localename.m4: New file.
30129         * modules/localename: New file.
30130
30131 2007-06-07  Bruno Haible  <bruno@clisp.org>
30132
30133         Work around the lack of <wchar.h> on some builds of uClibc.
30134         * doc/headers/wchar.texi: Update.
30135         * lib/wchar_.h: Include <wchar.h> only if it exists.
30136         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
30137         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
30138         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
30139         doesn't exist.
30140         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
30141         * modules/mbfile (Depends-on): Add wchar.
30142         * modules/mbiter (Depends-on): Likewise.
30143         * modules/mbuiter (Depends-on): Likewise.
30144         Reported by Simon Josefsson.
30145
30146 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30147
30148         Work around problem reported by Steven M. Schweda in
30149         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
30150         Tru64 5.1B with the Compaq compiler environment installed declares
30151         an 'isblank' function but does not define it in the C library.
30152         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
30153         * lib/regex_internal.h (isblank): Likewise.
30154         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
30155         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30156
30157 2007-06-05  Bruno Haible  <bruno@clisp.org>
30158
30159         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
30160         ia64.
30161         * modules/printf-safe: New file.
30162         * modules/fprintf-posix (Depends-on): Add printf-safe.
30163         * modules/printf-posix (Depends-on): Likewise.
30164         * modules/snprintf-posix (Depends-on): Likewise.
30165         * modules/sprintf-posix (Depends-on): Likewise.
30166         * modules/vasnprintf-posix (Depends-on): Likewise.
30167         * modules/vasprintf-posix (Depends-on): Likewise.
30168         * modules/vfprintf-posix (Depends-on): Likewise.
30169         * modules/vprintf-posix (Depends-on): Likewise.
30170         * modules/vsnprintf-posix (Depends-on): Likewise.
30171         * modules/vsprintf-posix (Depends-on): Likewise.
30172         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
30173         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
30174         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
30175         "no" on i386, x86_64, ia64.
30176         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
30177         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30178         on i386, x86_64, ia64.
30179         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
30180         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30181         on i386, x86_64, ia64.
30182         * tests/test-vasnprintf-posix.c: Include float.h.
30183         (LDBL80_WORDS): New macro.
30184         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30185         on i386, x86_64, ia64.
30186         * tests/test-vasprintf-posix.c: Include float.h.
30187         (LDBL80_WORDS): New macro.
30188         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30189         on i386, x86_64, ia64.
30190         * tests/test-snprintf-posix.c: Include float.h.
30191         * tests/test-sprintf-posix.c: Likewise.
30192         * tests/test-vsnprintf-posix.c: Likewise.
30193         * tests/test-vsprintf-posix.c: Likewise.
30194
30195 2007-06-05  Bruno Haible  <bruno@clisp.org>
30196
30197         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
30198         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
30199         non-IEEE numbers on i386, x86_64, ia64.
30200         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
30201         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
30202         * tests/test-isnanl.h: Include float.h.
30203         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
30204
30205 2007-06-05  Bruno Haible  <bruno@clisp.org>
30206
30207         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
30208         also the %a / %A. Handle the %a / %A code before this extra handling.
30209
30210 2007-06-05  Bruno Haible  <bruno@clisp.org>
30211
30212         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
30213         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
30214
30215 2007-06-05  Bruno Haible  <bruno@clisp.org>
30216
30217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
30218         typo in variable name.
30219
30220 2007-06-05  Eric Blake  <ebb9@byu.net>
30221
30222         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
30223         Reported by Simon Josefsson.
30224
30225 2007-06-04  Bruno Haible  <bruno@clisp.org>
30226
30227         Avoid test failures on some PowerPC platforms.
30228         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
30229         Define differently for PowerPC.
30230         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
30231         Reported by Gary V. Vaughan <gary@gnu.org>.
30232
30233 2007-06-02  Bruno Haible  <bruno@clisp.org>
30234
30235         Fix test-stdint failure on FreeBSD/ia64.
30236         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
30237         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
30238         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
30239         * doc/headers/stdint.texi: Update.
30240
30241 2007-06-01  Bruno Haible  <bruno@clisp.org>
30242
30243         * tests/test-binary-io.c (main): Pass a third argument to open().
30244         Reported by Gary V. Vaughan <gary@gnu.org>.
30245
30246 2007-06-01  Bruno Haible  <bruno@clisp.org>
30247
30248         * doc/functions/frexpl.texi: Update for mingw.
30249
30250 2007-06-01  Bruno Haible  <bruno@clisp.org>
30251
30252         * tests/test-lseek.c (main): Disable test of errno for invalid third
30253         argument.
30254         * doc/functions/lseek.texi: Update.
30255         Reported by Gary V. Vaughan <gary@gnu.org>.
30256
30257 2007-05-28  Bruno Haible  <bruno@clisp.org>
30258
30259         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
30260
30261 2007-05-31  Eric Blake  <ebb9@byu.net>
30262
30263         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
30264         cross compiling.
30265
30266 2007-05-30  Eric Blake  <ebb9@byu.net>
30267         and Bruno Haible  <bruno@clisp.org>
30268
30269         Work around mingw test failures exposed by m4-1.4.9b.
30270         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
30271         * tests/test-unistd.c: Disable uid_t and git_t tests for the
30272         moment.
30273
30274 2007-05-30  Bruno Haible  <bruno@clisp.org>
30275
30276         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
30277         assuming that they are closed. Needed on HP-UX 11.
30278
30279 2007-05-29  Bruno Haible  <bruno@clisp.org>
30280
30281         Fix a problem with #include_next.
30282         * lib/dirent_.h: Split the double-inclusion guard.
30283         * lib/fcntl_.h: Likewise.
30284         * lib/float_.h: Likewise.
30285         * lib/iconv_.h: Likewise.
30286         * lib/inttypes_.h: Likewise.
30287         * lib/locale_.h: Likewise.
30288         * lib/math_.h: Likewise.
30289         * lib/netinet_in_.h: Likewise.
30290         * lib/search_.h: Likewise.
30291         * lib/signal_.h: Likewise.
30292         * lib/stdint_.h: Likewise.
30293         * lib/stdio_.h: Likewise.
30294         * lib/stdlib_.h: Likewise.
30295         * lib/string_.h: Likewise.
30296         * lib/sys_select_.h: Likewise.
30297         * lib/sys_socket_.h: Likewise.
30298         * lib/sys_stat_.h: Likewise.
30299         * lib/sys_time_.h: Likewise.
30300         * lib/sysexits_.h: Likewise.
30301         * lib/time_.h: Likewise.
30302         * lib/unistd_.h: Likewise.
30303         * lib/wchar_.h: Likewise.
30304         * lib/wctype_.h: Likewise.
30305
30306 2007-05-29  Bruno Haible  <bruno@clisp.org>
30307
30308         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
30309         for the moment.
30310
30311 2007-05-29  Bruno Haible  <bruno@clisp.org>
30312
30313         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
30314         invocation.
30315         Reported by Eric Blake.
30316
30317 2007-05-29  Bruno Haible  <bruno@clisp.org>
30318
30319         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
30320         compiling case.
30321
30322 2007-05-29  Eric Blake  <ebb9@byu.net>
30323             Bruno Haible  <bruno@clisp.org>
30324
30325         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
30326         cross compiles.
30327
30328 2007-05-28  Eric Blake  <ebb9@byu.net>
30329
30330         * modules/closein-tests (test_closein_LDADD): Support test on
30331         cygwin with libtool.
30332
30333 2007-05-28  Bruno Haible  <bruno@clisp.org>
30334
30335         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
30336         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30337         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30338         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30339         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30340         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30341         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30342         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30343         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30344
30345 2007-05-28  Eric Blake  <ebb9@byu.net>
30346
30347         Unconditionally include <config.h> in unit tests.
30348         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
30349         * tests/test-allocsa.c, tests/test-arcfour.c,
30350         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
30351         tests/test-array_list.c, tests/test-array_oset.c,
30352         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
30353         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
30354         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
30355         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
30356         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
30357         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
30358         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
30359         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
30360         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
30361         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
30362         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
30363         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
30364         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
30365         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
30366         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
30367         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
30368         test-md5.c, test-memmem.c, test-printf-posix.c,
30369         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
30370         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
30371         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
30372         test-strcasestr.c, test-striconv.c, test-striconveh.c,
30373         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
30374         test-vasnprintf-posix2.c, test-vasnprintf.c,
30375         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
30376         test-vfprintf-posix.c, test-vprintf-posix.c,
30377         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
30378         test-xvasprintf.c: Likewise.
30379
30380 2007-05-28  Bruno Haible  <bruno@clisp.org>
30381
30382         * gnulib-tool (func_import): Remember the --with-tests command-line
30383         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
30384         Reported by Eric Blake.
30385
30386 2007-05-28  Bruno Haible  <bruno@clisp.org>
30387
30388         * modules/ftell-tests: New file.
30389         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
30390         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
30391
30392         * lib/ftell.c: New file.
30393         * modules/ftell: New file.
30394         * m4/ftell.m4: New file.
30395         * doc/functions/ftell.texi: Update.
30396         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
30397         REPLACE_FTELL.
30398         * lib/stdio_.h (rpl_ftell): New declaration.
30399         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
30400         REPLACE_FTELL.
30401
30402 2007-05-28  Eric Blake  <ebb9@byu.net>
30403
30404         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
30405
30406 2007-05-28  Bruno Haible  <bruno@clisp.org>
30407
30408         * modules/fseek-tests: New file.
30409         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
30410         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
30411
30412         * lib/fseek.c: New file.
30413         * modules/fseek: New file.
30414         * m4/fseek.m4: New file.
30415         * doc/functions/fseek.texi: Update.
30416         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
30417         REPLACE_FSEEK.
30418         * lib/stdio_.h (rpl_fseek): New declaration.
30419         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
30420         REPLACE_FSEEK.
30421
30422 2007-05-28  Bruno Haible  <bruno@clisp.org>
30423
30424         * lib/stdio_.h (fflush): More comments.
30425
30426 2007-05-28  Bruno Haible  <bruno@clisp.org>
30427
30428         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
30429         runtime test.
30430
30431 2007-05-28  Eric Blake  <ebb9@byu.net>
30432
30433         Improve lseek module.
30434         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
30435         * lib/unistd_.h (lseek): Scale back link warning message.
30436         * tests/test-lseek.c: Beef up test.
30437         * tests/test-lseek.sh: Exercise more facets of lseek.
30438         Reported by Bruno Haible.
30439
30440 2007-05-28  Bruno Haible  <bruno@clisp.org>
30441
30442         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
30443         to define.
30444
30445 2007-05-27  Bruno Haible  <bruno@clisp.org>
30446
30447         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
30448
30449 2007-05-27  Bruno Haible  <bruno@clisp.org>
30450
30451         * modules/openmp: New file.
30452         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30453         Noah Misch.
30454
30455 2007-05-26  Bruno Haible  <bruno@clisp.org>
30456
30457         * modules/chdir-long (Depends-on): Add fchdir.
30458         * modules/chdir-safer (Depends-on): Likewise.
30459         * modules/fts (Depends-on): Likewise.
30460         * modules/fts-lgpl (Depends-on): Likewise.
30461         * modules/openat (Depends-on): Likewise.
30462         * modules/savewd (Depends-on): Likewise.
30463
30464 2007-05-24  Eric Blake  <ebb9@byu.net>
30465
30466         Fix lseek on mingw.
30467         * modules/lseek: New module.
30468         * m4/lseek.m4: New file.
30469         * lib/lseek.c: New file.
30470         * modules/lseek-tests: New file.
30471         * tests/test-lseek.c: New file.
30472         * tests/test-lseek.sh: New file.
30473         * MODULES.html.sh: Document lseek module.
30474         * modules/fflush (Depends-on): Add lseek, fseeko.
30475         * modules/fseeko (Depends-on): Likewise.
30476         * modules/ftello (Depends-on): Likewise.
30477         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30478         broken.
30479         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30480         broken.
30481         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30482         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30483         * lib/ftello.c (rpl_ftello): Likewise.
30484         * tests/test-fseeko.c (main): Test this.
30485         * tests/test-fseeko.sh: Likewise.
30486         * tests/test-ftello.c (main): Likewise.
30487         * tests/test-ftello.sh: Likewise.
30488         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30489         implies replacing fseek.
30490         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30491         HAVE_FTELLO.
30492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30493         * modules/unistd (Makefile.am): Likewise.
30494         * lib/unistd_.h (lseek): Declare a replacement.
30495         * doc/functions/lseek.texi (lseek): Document this fix.
30496         * doc/functions/fseek.texi (fseek): Likewise.
30497         * doc/functions/ftell.texi (ftell): Likewise.
30498
30499 2007-05-24  Bruno Haible  <bruno@clisp.org>
30500
30501         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30502         in the printed representation of a NaN.
30503         * tests/test-vasprintf-posix.c (test_function): Likewise.
30504         * tests/test-snprintf-posix.h (test_function): Likewise.
30505         * tests/test-sprintf-posix.h (test_function): Likewise.
30506         Reported by Eric Blake.
30507
30508 2007-05-23  Eric Blake  <ebb9@byu.net>
30509
30510         Fix fseeko/ftello on cygwin 1.5.24.
30511         * doc/functions/fseeko.texi (fseeko): Document the fix.
30512         * doc/functions/ftello.texi (ftello): Document the fix.
30513         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30514         * doc/functions/stdout.text (stdout): New file.
30515         * doc/functions/stderr.text (stderr): New file.
30516         * doc/gnulib.texi (Function Substitutes): Use new files.
30517         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30518         prior to 1.7.0.
30519         * tests/test-ftello.c (main): Likewise for ftello.
30520         * tests/test-fseeko.sh: New file.
30521         * tests/test-ftello.sh: New file.
30522         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30523         with seekable stdin.
30524         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30525         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30526         (gl_REPLACE_FSEEKO): New macro.
30527         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30528         * modules/fseeko (Files): Distribute fseeko.c.
30529         * modules/ftello (Files): Distribute ftello.c.
30530         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30531         mode.
30532         * lib/ftello.c (rpl_ftello): New file.
30533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30534         fseeko, ftello.
30535         (gl_STDIN_LARGE_OFFSET): New macro.
30536         * modules/stdio (Makefile.am): Perform the replacement.
30537         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30538
30539 2007-05-23  Bruno Haible  <bruno@clisp.org>
30540
30541         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30542         GNULIB_POSIXCHECK is defined.
30543
30544 2007-05-21  Bruno Haible  <bruno@clisp.org>
30545
30546         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30547         Check also the output for NaN arguments. When cross-compiling, guess
30548         no on IRIX.
30549         * lib/vasnprintf.c: Update comments.
30550         * tests/test-vasnprintf-posix.c (strisnan): New function.
30551         (test_function): Use it.
30552         * tests/test-vasprintf-posix.c (strisnan): New function.
30553         (test_function): Use it.
30554         * tests/test-snprintf-posix.h (strisnan): New function.
30555         (test_function): Use it.
30556         * tests/test-sprintf-posix.h (strisnan): New function.
30557         (test_function): Use it.
30558         Reported by Eric Blake.
30559
30560 2007-05-20  Bruno Haible  <bruno@clisp.org>
30561
30562         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30563         numbers that fails on BeOS.
30564         * doc/functions/frexpl.texi: Update.
30565
30566 2007-05-20  Jim Meyering  <jim@meyering.net>
30567
30568         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30569         forced upon us by glibc-2.6.
30570
30571 2007-05-20  Bruno Haible  <bruno@clisp.org>
30572
30573         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30574         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30575         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30576         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30577         NEED_PRINTF_INFINITE.
30578         (is_infinitel): New function.
30579         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30580         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30581         gl_PREREQ_VASNPRINTF_INFINITE.
30582         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30583         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30584         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30585         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30586         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30587         gl_PREREQ_VASNPRINTF_INFINITE.
30588         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30589         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30590         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30591         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30592         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30593         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30594         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30595         * doc/functions/fprintf.texi: Update.
30596         * doc/functions/printf.texi: Update.
30597         * doc/functions/snprintf.texi: Update.
30598         * doc/functions/sprintf.texi: Update.
30599         * doc/functions/vfprintf.texi: Update.
30600         * doc/functions/vprintf.texi: Update.
30601         * doc/functions/vsnprintf.texi: Update.
30602         * doc/functions/vsprintf.texi: Update.
30603
30604 2007-05-20  Bruno Haible  <bruno@clisp.org>
30605
30606         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
30607         was not found in libc.
30608         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
30609
30610 2007-05-20  Bruno Haible  <bruno@clisp.org>
30611
30612         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30613         printed as "-nan" instead of "nan".
30614         * tests/test-vasprintf-posix.c (test_function): Likewise.
30615         * tests/test-snprintf-posix.h (test_function): Likewise.
30616         * tests/test-sprintf-posix.h (test_function): Likewise.
30617         Needed for HP-UX 11.
30618
30619 2007-05-20  Jim Meyering  <jim@meyering.net>
30620
30621         Fix buggy test for the fchownat-deref bug.
30622         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
30623         symlink required for the run-test.  Without it, this test would
30624         always declare that fchownat doesn't work, and client code would
30625         unnecessarily use the replacement function with fixed libc.
30626         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
30627         Reported by Greg Schafer.
30628
30629 2007-05-19  Bruno Haible  <bruno@clisp.org>
30630
30631         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
30632         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
30633         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
30634         Needed for IRIX 6.5 and Solaris 2.5.1.
30635
30636 2007-05-19  Bruno Haible  <bruno@clisp.org>
30637
30638         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
30639         (test_function): Skip tests involving -0.0 on platforms where
30640         -0.0 = 0.0.
30641         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
30642         (test_function): Skip tests involving -0.0 on platforms where
30643         -0.0 = 0.0.
30644         * tests/test-snprintf-posix.h (have_minus_zero): New function.
30645         (test_function): Skip tests involving -0.0 on platforms where
30646         -0.0 = 0.0.
30647         * tests/test-sprintf-posix.h (have_minus_zero): New function.
30648         (test_function): Skip tests involving -0.0 on platforms where
30649         -0.0 = 0.0.
30650         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
30651         tests.
30652         * tests/test-printf-posix.h (test_function): Likewise.
30653         * tests/test-printf-posix.output: Remove all -0.0 related results.
30654         Needed for IRIX 6.5.
30655
30656 2007-05-19  Bruno Haible  <bruno@clisp.org>
30657
30658         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30659         printed as "nan0x7fffffff" instead of "nan".
30660         * tests/test-vasprintf-posix.c (test_function): Likewise.
30661         * tests/test-snprintf-posix.h (test_function): Likewise.
30662         * tests/test-sprintf-posix.h (test_function): Likewise.
30663         * tests/test-fprintf-posix.h (NaN): Remove macro.
30664         (test_function): Remove all NaN related tests.
30665         * tests/test-printf-posix.h (NaN): Remove macro.
30666         (test_function): Remove all NaN related tests.
30667         * tests/test-printf-posix.output: Remove all NaN related results.
30668         Needed for IRIX 6.5.
30669
30670 2007-05-19  Bruno Haible  <bruno@clisp.org>
30671
30672         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
30673         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
30674
30675 2007-05-19  Bruno Haible  <bruno@clisp.org>
30676
30677         * lib/float_.h: New file.
30678         * m4/float_h.m4: New file.
30679         * modules/float: New file.
30680         * modules/isnanl (Dependencies): Add float.
30681         * modules/isnanl-nolibm (Dependencies): Likewise.
30682         * modules/mathl (Dependencies): Likewise.
30683         * modules/printf-frexpl (Dependencies): Likewise.
30684         * modules/signbit (Dependencies): Likewise.
30685         * modules/vasnprintf (Dependencies): Likewise.
30686         * doc/headers/float.texi: Update.
30687
30688 2007-05-19  Jim Meyering  <jim@meyering.net>
30689
30690         * lib/utimens.c (gl_futimens): Rename from futimens,
30691         now that glibc-2.6 declares futimens.
30692         * lib/utimens.h: Likewise.
30693
30694 2007-05-19  Bruno Haible  <bruno@clisp.org>
30695
30696         Avoid test failures on mingw.
30697         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
30698         * tests/test-printf-posix.sh: Likewise.
30699         * tests/test-vfprintf-posix.sh: Likewise.
30700         * tests/test-vprintf-posix.sh: Likewise.
30701
30702 2007-05-19  Bruno Haible  <bruno@clisp.org>
30703
30704         Fix *printf result for NaN, Inf, -0.0 on mingw.
30705         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
30706         * lib/vasnprintf.c: Include math.h and isnan.h.
30707         (is_infinite_or_zero): New function.
30708         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
30709         values in the %f, %F, %e, %E, %g, %G directives.
30710         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
30711         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30712         gl_PRINTF_INFINITE and test its result. Invoke
30713         gl_PREREQ_VASNPRINTF_INFINITE.
30714         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30715         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30716         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30717         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30718         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30719         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30720         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30721         * doc/functions/fprintf.texi: Update.
30722         * doc/functions/printf.texi: Update.
30723         * doc/functions/snprintf.texi: Update.
30724         * doc/functions/sprintf.texi: Update.
30725         * doc/functions/vfprintf.texi: Update.
30726         * doc/functions/vprintf.texi: Update.
30727         * doc/functions/vsnprintf.texi: Update.
30728         * doc/functions/vsprintf.texi: Update.
30729
30730 2007-05-19  Bruno Haible  <bruno@clisp.org>
30731
30732         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
30733         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
30734         Instead of multiplying with 10^k, set extra_zeroes to k.
30735         (scale10_round_long_double): Remove function.
30736
30737 2007-05-18  Bruno Haible  <bruno@clisp.org>
30738
30739         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
30740         introduced on 2007-05-06.
30741
30742 2007-05-18  Bruno Haible  <bruno@clisp.org>
30743
30744         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
30745         %g directives.
30746         * tests/test-vasprintf-posix.c (test_function): Likewise.
30747         * tests/test-snprintf-posix.h (test_function): Likewise.
30748         * tests/test-sprintf-posix.h (test_function): Likewise.
30749
30750 2007-05-18  Bruno Haible  <bruno@clisp.org>
30751
30752         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
30753         (strmatch): New function.
30754         (test_function): Test the %f directive on numbers of various exponents.
30755         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
30756         (strmatch): New function.
30757         (test_function): Test the %f directive on numbers of various exponents.
30758         * tests/test-snprintf-posix.h (strmatch): New function.
30759         (test_function): Test the %f directive on numbers of various exponents.
30760         * tests/test-sprintf-posix.h (strmatch): New function.
30761         (test_function): Test the %f directive on numbers of various exponents.
30762         * tests/test-snprintf-posix.c (SIZEOF): New macro.
30763         * tests/test-sprintf-posix.c (SIZEOF): New macro.
30764         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
30765         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
30766
30767 2007-05-18  Bruno Haible  <bruno@clisp.org>
30768
30769         Add support for 'long double' number output.
30770         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
30771         * lib/vasnprintf.c: Include math.h and float+.h.
30772         (mp_limb_t): New type.
30773         (GMP_LIMB_BITS): New macro.
30774         (mp_twolimb_t): New type.
30775         (GMP_TWOLIMB_BITS): New macro.
30776         (mpn_t): New type.
30777         (multiply, divide, convert_to_decimal, decode_long_double,
30778         scale10_round_long_double, scale10_round_decimal_long_double,
30779         floorlog10l): New functions.
30780         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
30781         for the %f, %F, %e, %E, %g, %G directives.
30782         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
30783         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30784         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
30785         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
30786         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30787         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30788         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30789         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30790         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30791         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30792         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30793         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
30794         * modules/snprintf-posix (Depends-on): Likewise.
30795         * modules/sprintf-posix (Depends-on): Likewise.
30796         * modules/vasnprintf-posix (Depends-on): Likewise.
30797         * modules/vasprintf-posix (Depends-on): Likewise.
30798         * modules/vfprintf-posix (Depends-on): Likewise.
30799         * modules/vsnprintf-posix (Depends-on): Likewise.
30800         * modules/vsprintf-posix (Depends-on): Likewise.
30801         * modules/vasnprintf (Files): Add lib/float+.h.
30802         * doc/functions/fprintf.texi: Update.
30803         * doc/functions/printf.texi: Update.
30804         * doc/functions/snprintf.texi: Update.
30805         * doc/functions/sprintf.texi: Update.
30806         * doc/functions/vfprintf.texi: Update.
30807         * doc/functions/vprintf.texi: Update.
30808         * doc/functions/vsnprintf.texi: Update.
30809         * doc/functions/vsprintf.texi: Update.
30810
30811 2007-05-18  Bruno Haible  <bruno@clisp.org>
30812
30813         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
30814
30815 2007-05-18  Bruno Haible  <bruno@clisp.org>
30816
30817         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
30818         for printing 64-bit integers. Needed for mingw.
30819
30820 2007-05-18  Bruno Haible  <bruno@clisp.org>
30821
30822         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30823         gl_FUNC_FREXPL_WORKS.
30824         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
30825
30826 2007-05-18  Bruno Haible  <bruno@clisp.org>
30827
30828         * modules/frexpl-nolibm-tests: New file.
30829
30830         * modules/frexpl-nolibm: New file.
30831         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
30832
30833 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30834
30835         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
30836         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30837         GCC 4.2, which otherwise issues a lot of warnings.
30838         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
30839         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
30840         Likewise.
30841         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
30842         * modules/iconv_open (iconv.h): Likewise.
30843         * modules/locale (locale.h): Likewise.
30844         * modules/netinet_in (netinet/in.h): Likewise.
30845         * modules/sys_select (sys_select.h): Likewise.
30846         * modules/sys_socket (sys/socket.h): Likewise.
30847         * modules/sys_stat (sys/stat.h): Likewise.
30848         * modules/sysexits (sysexits.h): Likewise.
30849         * modules/unistd (unistd.h): Likewise.
30850
30851 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30852
30853         * modules/closein-tests (Makefile.am): Distribute
30854         `test-closein.sh'.
30855
30856 2007-05-17  Bruno Haible  <bruno@clisp.org>
30857
30858         * tests/test-printf-posix.output: Renamed from
30859         tests/test-fprintf-posix.out.
30860         * modules/fprintf-posix-tests: Update.
30861         * modules/printf-posix-tests: Update.
30862         * modules/vfprintf-posix-tests: Update.
30863         * modules/vprintf-posix-tests: Update.
30864         * tests/test-fprintf-posix.sh: Update.
30865         * tests/test-printf-posix.sh: Update.
30866         * tests/test-vfprintf-posix.sh: Update.
30867         * tests/test-vprintf-posix.sh: Update.
30868         Reported by Ralf Wildenhues.
30869
30870 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30871
30872         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
30873         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30874         GCC 4.2, which otherwise issues a lot of warnings.
30875         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
30876         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
30877         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
30878         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
30879         it should no longer be needed.
30880         * lib/string_.h: Likewise.
30881         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
30882         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
30883         * modules/inttypes (inttypes.h): Likewise.
30884         * modules/math (math.h): Likewise.
30885         * modules/search (search.h): Likewise.
30886         * modules/signal (signal.h): Likewise.
30887         * modules/stdint (stdint.h): Likewise.
30888         * modules/stdio (stdio.h): Likewise.
30889         * modules/stdlib (stdlib.h): Likewise.
30890         * modules/string (string.h): Likewise.
30891         * modules/sys_time (sys/time.h): Likewise.
30892         * modules/time (time.h): Likewise.
30893         * modules/wchar (wchar.h): Likewise.
30894         * modules/wctype (wtype.h): Likewise.
30895
30896 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
30897
30898         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
30899
30900 2007-05-13  Bruno Haible  <bruno@clisp.org>
30901
30902         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
30903         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30904         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
30905         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30906         (gl_PREREQ_STRTOK_R): Don't require it here.
30907
30908 2007-05-13  Bruno Haible  <bruno@clisp.org>
30909
30910         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
30911         when used in C++ mode.
30912
30913 2007-05-12  Bruno Haible  <bruno@clisp.org>
30914
30915         * lib/linebuffer.h: Tweak doc.
30916         * lib/linebuffer.c: Likewise.
30917
30918 2007-05-12  James Youngman  <jay@gnu.org>
30919
30920         * lib/linebuffer.c (readlinebuffer_delim): New function,
30921         like readlinebuffer, but use a caller-specified delimiter.
30922         (readlinebuffer): Just call readlinebuffer_delim with '\n'
30923         as the delimiter.
30924         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
30925
30926 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30927
30928         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
30929         * modules/openat (Files): Remove openat-die.c.
30930         (Depends-on): Add openat-die.
30931         * modules/openat-die: New module.
30932
30933 2007-05-06  Bruno Haible  <bruno@clisp.org>
30934
30935         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
30936         Update with info about Cygwin.
30937         * doc/functions/fprintf.texi: Update.
30938         * doc/functions/printf.texi: Update.
30939         * doc/functions/snprintf.texi: Update.
30940         * doc/functions/sprintf.texi: Update.
30941         * doc/functions/vfprintf.texi: Update.
30942         * doc/functions/vprintf.texi: Update.
30943         * doc/functions/vsnprintf.texi: Update.
30944         * doc/functions/vsprintf.texi: Update.
30945         Reported by Eric Blake.
30946
30947 2007-05-06  Bruno Haible  <bruno@clisp.org>
30948
30949         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
30950         padding ourselves for the floating-point directives.
30951         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
30952         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
30953         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30954         gl_PRINTF_FLAG_ZERO and test its result. Invoke
30955         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
30956         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30957         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30958         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30959         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30960         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30961         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30962         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30963         * tests/test-snprintf-posix.h (test_function): Also check the width
30964         and some flags in the %f directive.
30965         * tests/test-sprintf-posix.h (test_function): Likewise.
30966         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30967         * tests/test-vasprintf-posix.c (test_function): Likewise.
30968         * doc/functions/fprintf.texi: Update.
30969         * doc/functions/printf.texi: Update.
30970         * doc/functions/snprintf.texi: Update.
30971         * doc/functions/sprintf.texi: Update.
30972         * doc/functions/vfprintf.texi: Update.
30973         * doc/functions/vprintf.texi: Update.
30974         * doc/functions/vsnprintf.texi: Update.
30975         * doc/functions/vsprintf.texi: Update.
30976
30977 2007-05-06  Bruno Haible  <bruno@clisp.org>
30978
30979         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
30980         pass the ' flag character to sprintf or snprintf.
30981         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
30982         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
30983         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30984         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
30985         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
30986         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30987         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30988         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30989         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30990         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30991         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30992         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30993         * tests/test-snprintf-posix.h (test_function): Also check the grouping
30994         flag.
30995         * tests/test-sprintf-posix.h (test_function): Likewise.
30996         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30997         * tests/test-vasprintf-posix.c (test_function): Likewise.
30998         * doc/functions/fprintf.texi: Update.
30999         * doc/functions/printf.texi: Update.
31000         * doc/functions/snprintf.texi: Update.
31001         * doc/functions/sprintf.texi: Update.
31002         * doc/functions/vfprintf.texi: Update.
31003         * doc/functions/vprintf.texi: Update.
31004         * doc/functions/vsnprintf.texi: Update.
31005         * doc/functions/vsprintf.texi: Update.
31006
31007 2007-05-01  Bruno Haible  <bruno@clisp.org>
31008
31009         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
31010
31011 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
31012
31013         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
31014         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
31015
31016 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31017
31018         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
31019         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
31020         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
31021
31022 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
31023
31024         * lib/argp-help.c (struct hol_entry): New member `ord'.
31025         (HOL_ENTRY_PTRCMP): Use ord for comparison
31026         (hol_sort): Initialize ord.
31027
31028 2007-05-01  Bruno Haible  <bruno@clisp.org>
31029
31030         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
31031         Reported by Eric Blake.
31032         * doc/gnulib.texi (Function Substitutes): Update.
31033
31034 2007-05-01  Bruno Haible  <bruno@clisp.org>
31035
31036         * doc/functions.texi: Remove file, now redundant through
31037         doc/functions/*.texi.
31038
31039 2007-05-01  Bruno Haible  <bruno@clisp.org>
31040
31041         * modules/argp (Depends-on): Add sleep.
31042
31043 2007-05-01  Bruno Haible  <bruno@clisp.org>
31044
31045         * modules/sleep-tests: New file.
31046         * tests/test-sleep.c: New file.
31047
31048         * modules/sleep: New file.
31049         * lib/sleep.c: New file.
31050         * m4/sleep.m4: New file.
31051         * lib/unistd_.h (sleep): New declaration.
31052         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
31053         HAVE_SLEEP.
31054         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
31055         * doc/functions/sleep.texi: Document the sleep module.
31056
31057 2007-05-01  Bruno Haible  <bruno@clisp.org>
31058
31059         * lib/sigprocmask.h: Remove file.
31060         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
31061         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
31062         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
31063         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
31064         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
31065         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
31066         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
31067         HAVE_SIGSET_T as a shell variable.
31068         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
31069         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
31070         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
31071         (Depends-on): Add signal. Remove verify.
31072         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
31073         (Include): Mention <signal.h> instead of sigprocmask.h.
31074         * NEWS: Mention the change.
31075         * lib/fatal-signal.c: Don't include sigprocmask.h.
31076
31077 2007-05-01  Bruno Haible  <bruno@clisp.org>
31078
31079         * modules/signal: New file.
31080         * lib/signal_.h: New file.
31081         * m4/signal_h.m4: New file.
31082
31083 2007-05-01  Bruno Haible  <bruno@clisp.org>
31084
31085         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
31086         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
31087         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
31088         HAVE_WCTYPE_CTMP_BUG into wctype.h.
31089
31090 2007-05-01  Bruno Haible  <bruno@clisp.org>
31091
31092         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
31093         configure time.
31094         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
31095         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
31096         * modules/sys_stat (Makefile.am): Substitute their values into
31097         sys/stat.h.
31098
31099 2007-05-01  Bruno Haible  <bruno@clisp.org>
31100
31101         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
31102         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
31103         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
31104
31105 2007-05-01  Bruno Haible  <bruno@clisp.org>
31106
31107         * doc/header/assert.texi: Undo last change: don't mention the gnulib
31108         'assert' module here.
31109
31110 2007-05-01  Bruno Haible  <bruno@clisp.org>
31111
31112         * doc/functions/*.texi: New files.
31113         * doc/functions/google-ranking.txt: New file.
31114         * doc/gnulib.texi (Function Substitutes): New chapter.
31115         (ctime, inet_ntoa): Remove sections.
31116         * doc/ctime.texi: Remove file.
31117         * doc/inet_ntoa.texi: Remove file.
31118         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
31119         dependencies.
31120         (%.info): New rule, specifying a --reference-limit.
31121
31122 2007-05-01  Bruno Haible  <bruno@clisp.org>
31123
31124         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
31125
31126 2007-05-01  Bruno Haible  <bruno@clisp.org>
31127
31128         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
31129         the portability of 'mkdir' to mingw systems.
31130
31131 2007-05-01  Bruno Haible  <bruno@clisp.org>
31132
31133         * doc/headers/google-ranking.txt: New file.
31134
31135 2007-04-30  Eric Blake  <ebb9@byu.net>
31136
31137         Prefer fseeko to fseek.
31138         * modules/getpass (Depends-on): Add fseeko.
31139         * lib/getpass.c (getpass): Use fseeko, not fseek.
31140
31141 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
31142
31143         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
31144         assumes the sorting is stable, while most qsort implementations
31145         are not.  Use argument addresses to ensure they never compare as
31146         equal.
31147
31148         * tests/test-argp-2.sh (usage-indent test): Fix output
31149         (func_compare): Restore diff options
31150         * tests/test-argp.c: Restore #include "progname.h"
31151
31152 2007-04-29  Bruno Haible  <bruno@clisp.org>
31153
31154         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
31155         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31156         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
31157         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31158         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
31159         (configure.ac): Define CHECK_SNPRINTF_POSIX.
31160         (TESTS, check_PROGRAMS): Add test-snprintf.
31161         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
31162         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
31163         (TESTS, check_PROGRAMS): Add test-vsnprintf.
31164         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
31165         assertions that fail on HP-UX, OSF/1, or IRIX.
31166         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
31167
31168 2007-04-29  Bruno Haible  <bruno@clisp.org>
31169
31170         * MODULES.html.sh (posix_functions): Remove 'contents'.
31171
31172 2007-04-29  Karl Berry  <karl@gnu.org>
31173
31174         * config/srclist.txt (gendocs_template_min): new entry.
31175
31176 2007-04-29  Bruno Haible  <bruno@clisp.org>
31177
31178         Work around fpurge bug on BSD systems.
31179         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
31180         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
31181         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31182         fpurge to rpl_fpurge if the system already has this function.
31183         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
31184         the case where the system already has this function. Correct invariants
31185         on BSD systems.
31186         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
31187         BSD systems.
31188
31189 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
31190
31191         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
31192         proposed by Sven Verdoolaege.
31193
31194         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
31195         options.
31196         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
31197         (usage and help tests): Update
31198
31199 2007-04-29  Bruno Haible  <bruno@clisp.org>
31200
31201         * tests/test-fflush.c (main): Use a file of size 17, not 10.
31202         Print more information in case of failure. Disable a test on BeOS.
31203
31204 2007-04-29  Bruno Haible  <bruno@clisp.org>
31205
31206         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
31207         This helps debugging on systems on which no gdb is available.
31208
31209 2007-04-29  Bruno Haible  <bruno@clisp.org>
31210
31211         * lib/freading.h: Improve comments.
31212         * lib/fwriting.h: Likewise.
31213         * tests/test-freading.c (main): Don't check freading immediately after
31214         repositioning. Needed for glibc.
31215
31216 2007-04-29  Bruno Haible  <bruno@clisp.org>
31217
31218         * lib/freading.c (freading): Trivial simplification.
31219
31220 2007-04-28  Bruno Haible  <bruno@clisp.org>
31221
31222         * tests/test-fwriting.c (main): Also test the interaction between
31223         fflush and fwriting.
31224         * modules/fwriting-tests (Depends-on): Add fflush.
31225
31226         * tests/test-freading.c (main): Also test the interaction between
31227         fflush and freading.
31228         * modules/freading-tests (Depends-on): Add fflush.
31229
31230 2007-04-28  Bruno Haible  <bruno@clisp.org>
31231
31232         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
31233         fseeko and ftello.
31234         Suggested by Eric Blake.
31235
31236 2007-04-28  Jim Meyering  <jim@meyering.net>
31237
31238         Avoid false-negative in gl_STDINT_H's C99 conformance test.
31239         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
31240         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
31241
31242 2007-04-27  Eric Blake  <ebb9@byu.net>
31243
31244         * doc/headers/assert.texi (assert.h): Document assert module use.
31245
31246 2007-04-27  Bruno Haible  <bruno@clisp.org>
31247
31248         * doc/headers/*.texi: New files.
31249         * doc/gnulib.texi (Header File Substitutes): New chapter.
31250         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
31251         dependencies.
31252         (standards.info ,standards.html, standards.dvi): Update dependencies.
31253         (mostlyclean, clean): New targets.
31254
31255 2007-04-27  Bruno Haible  <bruno@clisp.org>
31256
31257         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
31258         * modules/sysexits (Files, Makefile.am): Update.
31259
31260         * lib/sys_socket_.h: Renamed from lib/socket_.h.
31261         * modules/sys_socket (Files, Makefile.am): Update.
31262
31263         * lib/sys_stat_.h: Renamed from lib/stat_.h.
31264         * modules/sys_stat (Files, Makefile.am): Update.
31265
31266 2007-04-27  Eric Blake  <ebb9@byu.net>
31267
31268         * lib/freading.h: Improve comments.
31269         * lib/fwriting.h: Likewise.
31270         * lib/fflush.c: Likewise.
31271
31272         Fix closein for mingw.
31273         * modules/closein-tests: Add tests for closein.
31274         * tests/test-closein.c: New file.
31275         * tests/test-closein.sh: Likewise.
31276         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
31277         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
31278
31279 2007-04-27  Bruno Haible  <bruno@clisp.org>
31280
31281         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
31282         version is < 6.
31283         * lib/math_.h [__DECC]: Likewise.
31284         * lib/stdio_.h [__DECC]: Likewise.
31285         * lib/stdlib_.h [__DECC]: Likewise.
31286         * lib/string_.h [__DECC]: Likewise.
31287         * lib/time_.h [__DECC]: Likewise.
31288         * lib/wchar_.h [__DECC]: Likewise.
31289         * lib/wctype_.h [__DECC]: Likewise.
31290
31291 2007-04-27  Bruno Haible  <bruno@clisp.org>
31292
31293         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31294
31295 2007-04-27  Bruno Haible  <bruno@clisp.org>
31296
31297         * lib/fflush.c: Add comments.
31298         * modules/fpurge-tests (Depends-on): Add fflush.
31299         * modules/freadable-tests (Depends-on): Likewise.
31300         * modules/fwritable-tests (Depends-on): Likewise.
31301
31302 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31303
31304         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
31305         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
31306         Report by Bruno Haible <bruno@clisp.org>.
31307
31308 2007-04-26  Eric Blake  <ebb9@byu.net>
31309
31310         Fix fflush on mingw.
31311         * modules/fflush (Depends-on): Add freading.
31312         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
31313         but unread data.
31314
31315 2007-04-26  Eric Blake  <ebb9@byu.net>
31316         and Bruno Haible  <bruno@clisp.org>
31317
31318         Implement freading and fwriting.
31319         * lib/freading.c: New file.
31320         * lib/freading.h: Likewise.
31321         * m4/freading.m4: Likewise.
31322         * modules/freading: Likewise.
31323         * modules/freading-tests: Likewise.
31324         * tests/test-freading.c: Likewise.
31325         * lib/fwriting.c: New file.
31326         * lib/fwriting.h: Likewise.
31327         * m4/fwriting.m4: Likewise.
31328         * modules/fwriting: Likewise.
31329         * modules/fwriting-tests: Likewise.
31330         * tests/test-fwriting.c: Likewise.
31331         * MODULES.html.sh (File stream based Input/Output): Mention them.
31332
31333 2007-04-26  Bruno Haible  <bruno@clisp.org>
31334
31335         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
31336         'long' when we assume it.
31337         Suggested by Eric Blake.
31338
31339 2007-04-26  Bruno Haible  <bruno@clisp.org>
31340
31341         Ensure fseeko, ftello are declared on glibc systems.
31342         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
31343         * modules/fseeko (configure.ac-early): Likewise.
31344         * modules/ftello (configure.ac-early): Likewise.
31345         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
31346         AC_FUNC_FSEEKO for this.
31347         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
31348         (gl_CHECK_FSEEKO): Remove macro.
31349
31350 2007-04-26  Bruno Haible  <bruno@clisp.org>
31351
31352         * tests/test-fflush.c (main): Also check the ftell result after
31353         fflush and fseek/fseeko.
31354         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
31355         file descriptor position cache in the stream.
31356         * lib/fseeko.c (rpl_fseeko): Likewise.
31357
31358 2007-04-26  Bruno Haible  <bruno@clisp.org>
31359
31360         * modules/fflush-tests (Depends-on): Add fseeko.
31361
31362 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
31363             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31364
31365         * lib/argz_.h: ensure error_t definition is obtained in same
31366         mechanism system argz.h would have.
31367         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
31368         argz facilities are known bad.  Err on the side of caution if
31369         cross-compiling.
31370
31371 2007-04-25  Eric Blake  <ebb9@byu.net>
31372
31373         * lib/fpurge.c (includes): Use stdlib.h for free.
31374         * tests/test-fflush.c (main): Also test fflush-fseeko.
31375
31376 2007-04-25  Bruno Haible  <bruno@clisp.org>
31377
31378         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
31379         * lib/fseeko.c: New file.
31380         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
31381         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
31382         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
31383         gl_FUNC_FSEEKO.
31384         (gl_FUNC_FSEEKO): Invoke it.
31385         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
31386         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
31387         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
31388
31389 2007-04-25  Bruno Haible  <bruno@clisp.org>
31390
31391         * modules/fflush (Depends-on): Add ftello.
31392
31393 2007-04-25  Bruno Haible  <bruno@clisp.org>
31394
31395         * modules/ftello-tests: New file.
31396         * tests/test-ftello.c: New file.
31397
31398         * modules/ftello: New file.
31399         * m4/ftello.m4: New file.
31400         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
31401         HAVE_FTELLO.
31402         * lib/stdio_.h (ftello): New declaration.
31403         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
31404         HAVE_FTELLO.
31405
31406 2007-04-25  Bruno Haible  <bruno@clisp.org>
31407
31408         * modules/fseeko-tests: New file.
31409         * tests/test-fseeko.c: New file.
31410
31411         * modules/fseeko: New file.
31412         * m4/fseeko.m4: New file.
31413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
31414         HAVE_FSEEKO.
31415         * lib/stdio_.h (fseeko): New declaration.
31416         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
31417         HAVE_FSEEKO.
31418
31419 2007-04-25  Bruno Haible  <bruno@clisp.org>
31420
31421         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
31422
31423 2007-04-25  Bruno Haible  <bruno@clisp.org>
31424
31425         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
31426         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
31427         * tests/test-unistd.c: Likewise.
31428         * tests/test-fcntl.c: Likewise.
31429
31430 2007-04-23  Eric Blake  <ebb9@byu.net>
31431
31432         * lib/fflush.c: Fix missing include.
31433         Reported by Bruno Haible.
31434
31435 2007-04-23  Bruno Haible  <bruno@clisp.org>
31436
31437         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
31438         Reported by Eric Blake.
31439
31440 2007-04-23  Bruno Haible  <bruno@clisp.org>
31441
31442         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
31443
31444 2007-04-23  Bruno Haible  <bruno@clisp.org>
31445
31446         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
31447
31448 2007-04-23  Bruno Haible  <bruno@clisp.org>
31449
31450         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31451         Needed on HP-UX 11.
31452
31453 2007-04-16  Eric Blake  <ebb9@byu.net>
31454
31455         Make fflush rely on fpurge.
31456         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31457         open coding all variants.
31458         * modules/fflush (Depends-on): Add fpurge and unistd.
31459         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31460         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31461
31462         Fix --with-tests compilation on cygwin.
31463         * modules/argmatch-tests (Makefile.am): List gnulib library first
31464         in LDADD.
31465         * modules/argp-tests (Makefile.am): Likewise.
31466         * modules/array-list-tests (Makefile.am): Likewise.
31467         * modules/array-oset-tests (Makefile.am): Likewise.
31468         * modules/avltree-list-tests (Makefile.am): Likewise.
31469         * modules/avltree-oset-tests (Makefile.am): Likewise.
31470         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31471         * modules/carray-list-tests (Makefile.am): Likewise.
31472         * modules/dirname-tests (Makefile.am): Likewise.
31473         * modules/frexp-tests (Makefile.am): Likewise.
31474         * modules/isnanl-tests (Makefile.am): Likewise.
31475         * modules/linked-list-tests (Makefile.am): Likewise.
31476         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31477         * modules/lock-tests (Makefile.am): Likewise.
31478         * modules/rbtree-list-tests (Makefile.am): Likewise.
31479         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31480         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31481         * modules/tls-tests (Makefile.am): Likewise.
31482         * modules/tsearch-tests (Makefile.am): Likewise.
31483         * modules/xvasprintf-tests (Makefile.am): Likewise.
31484
31485         Fix fpurge for cygwin.
31486         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31487         value.
31488         * modules/fpurge-tests (Depends-on): Clean up trash.
31489
31490 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31491
31492         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31493
31494         * m4/autobuild.m4: Re-indent.
31495
31496 2007-04-13  Bruno Haible  <bruno@clisp.org>
31497
31498         * modules/fpurge-tests: New file.
31499         * tests/test-fpurge.c: New file.
31500
31501         * modules/fpurge: New file.
31502         * lib/fpurge.h: New file.
31503         * lib/fpurge.c: New file.
31504         * m4/fpurge.m4: New file.
31505
31506 2007-04-13  Bruno Haible  <bruno@clisp.org>
31507
31508         * modules/fbufmode-tests: New file.
31509         * tests/test-fbufmode.c: New file.
31510
31511         * modules/fbufmode: New file.
31512         * lib/fbufmode.h: New file.
31513         * lib/fbufmode.c: New file.
31514         * m4/fbufmode.m4: New file.
31515
31516 2007-04-13  Bruno Haible  <bruno@clisp.org>
31517
31518         * modules/fwritable-tests: New file.
31519         * tests/test-fwritable.c: New file.
31520
31521         * modules/fwritable: New file.
31522         * lib/fwritable.h: New file.
31523         * lib/fwritable.c: New file.
31524         * m4/fwritable.m4: New file.
31525
31526 2007-04-13  Bruno Haible  <bruno@clisp.org>
31527
31528         * modules/freadable-tests: New file.
31529         * tests/test-freadable.c: New file.
31530
31531         * modules/freadable: New file.
31532         * lib/freadable.h: New file.
31533         * lib/freadable.c: New file.
31534         * m4/freadable.m4: New file.
31535
31536 2007-04-13  Bruno Haible  <bruno@clisp.org>
31537
31538         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31539         MOSTLYCLEANFILES.
31540
31541 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31542
31543         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31544         gzip bootstrap.conf to avoid dragging in i18n machinery.
31545         (gnulib_tool_option): Use it.
31546
31547 2007-04-13  Bruno Haible  <bruno@clisp.org>
31548
31549         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31550         %F directives.
31551         * tests/test-vasprintf-posix.c (test_function): Likewise.
31552         * tests/test-snprintf-posix.h (test_function): Likewise.
31553         * tests/test-sprintf-posix.h (test_function): Likewise.
31554         * tests/test-fprintf-posix.h (test_function): Likewise.
31555         * tests/test-printf-posix.h (test_function): Likewise.
31556         * tests/test-fprintf-posix.out: Likewise.
31557
31558 2007-04-13  Bruno Haible  <bruno@clisp.org>
31559
31560         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31561         * modules/tls-tests (configure.ac): Likewise.
31562         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31563
31564 2007-04-13  Bruno Haible  <bruno@clisp.org>
31565
31566         * lib/tls.c (glthread_tls_get): Fix return type.
31567         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31568
31569 2007-04-12  Eric Blake  <ebb9@byu.net>
31570
31571         * modules/gettime (Depends-on): Remove gettime.
31572         Reported by Dmitry V. Levin.
31573
31574 2007-04-12  Bruno Haible  <bruno@clisp.org>
31575
31576         * modules/fflush (Include): Mention <stdio.h>.
31577         * modules/strtoimax (Include): Mention <inttypes.h>.
31578         * modules/strtoumax (Include): Likewise.
31579
31580 2007-04-12  Eric Blake  <ebb9@byu.net>
31581
31582         * .cvsignore: New file.
31583         * .gitignore: Likewise.
31584
31585 2007-04-12  Bruno Haible  <bruno@clisp.org>
31586
31587         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31588         not before, since $(LDADD) often contains libgnu.a.
31589         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31590         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31591         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31592         Needed on Cygwin.
31593
31594 2007-04-12  Eric Blake  <ebb9@byu.net>
31595
31596         Work around glibc's failure to flush stdin on fclose.
31597         * lib/closein.c (close_stdin): Flush stdin before closing.
31598
31599         Work around glibc's failure to reset seekable stdin on exit.
31600         * modules/closein: New module.
31601         * lib/closein.c: New file.
31602         * lib/closein.h: Likewise.
31603         * m4/closein.m4: Likewise.
31604         * MODULES.html.sh (File stream based Input/Output): Document it.
31605
31606 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31607
31608         * gnulib-tool: Rename generated 'autobuild' script to
31609         'do-autobuild' in --create-megatestdir output.
31610
31611         * doc/gnulib.texi (Build robot for gnulib): Fix.
31612
31613 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31614
31615         * modules/sysexits (Depends-on): Add absolute-header.
31616
31617 2007-04-12  Eric Blake  <ebb9@byu.net>
31618
31619         No need to preserve errno on success.
31620         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
31621         Reported by Bruno Haible.
31622
31623 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31624
31625         * MODULES.html.sh (Support for maintaining and releasing
31626         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
31627
31628 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31629
31630         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
31631
31632 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31633
31634         * modules/autobuild: New module.
31635
31636         * m4/autobuild.m4: New file.
31637
31638 2007-04-11  Bruno Haible  <bruno@clisp.org>
31639
31640         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
31641         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
31642         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
31643         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
31644         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31645         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31646         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31647         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31648         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31649         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31650         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
31651         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31652         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31653         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
31654         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31655         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31656         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
31657         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31658         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31659         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
31660         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31661         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31662         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
31663         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31664         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31665         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
31666         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31667         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31668         Reported by Eric Blake.
31669
31670 2007-04-11  Bruno Haible  <bruno@clisp.org>
31671
31672         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
31673
31674 2007-04-10  Bruno Haible  <bruno@clisp.org>
31675
31676         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
31677         for NaN and Infinity. Needed on FreeBSD 6.1.
31678         * tests/test-vasnprintf-posix.c (test_function): Undo last change
31679         regarding results for "%010a" of Infinity and NaN.
31680         * tests/test-vasprintf-posix.c (test_function): Likewise.
31681         * tests/test-snprintf-posix.h (test_function): Likewise.
31682         * tests/test-sprintf-posix.h (test_function): Likewise.
31683         * tests/test-fprintf-posix.h (test_function): Likewise.
31684         * tests/test-printf-posix.h (test_function): Likewise.
31685         * tests/test-fprintf-posix.out: Likewise.
31686
31687 2007-04-10  Bruno Haible  <bruno@clisp.org>
31688
31689         * modules/locale-tests: New file.
31690         * tests/test-locale.c: New file.
31691
31692         * modules/locale: New file.
31693         * lib/locale_.h: New file.
31694         * m4/locale_h.m4: New file.
31695
31696 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
31697             Bruno Haible  <bruno@clisp.org>
31698
31699         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
31700         be determined, test for availability of the copysignf, copysign,
31701         copysignl functions.
31702         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
31703         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
31704         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
31705
31706 2007-04-09  Eric Blake  <ebb9@byu.net>
31707
31708         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
31709         * modules/stdio (Makefile.am): Support fflush.
31710         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
31711         * modules/fflush: New file.
31712         * lib/fflush.c: Likewise.
31713         * m4/fflush.m4: Likewise.
31714         * modules/fflush-tests: New test.
31715         * tests/test-fflush.c: Likewise.
31716         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
31717
31718 2007-04-06  Bruno Haible  <bruno@clisp.org>
31719
31720         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
31721         (VASNPRINTF): Use signbit for faster determination whether to print a
31722         minus sign.
31723         * modules/vasnprintf (Files): Remove lib/float+.h.
31724         * modules/fprintf-posix (Depends-on): Add signbit.
31725         * modules/snprintf-posix (Depends-on): Likewise.
31726         * modules/sprintf-posix (Depends-on): Likewise.
31727         * modules/vasnprintf-posix (Depends-on): Likewise.
31728         * modules/vasprintf-posix (Depends-on): Likewise.
31729         * modules/vfprintf-posix (Depends-on): Likewise.
31730         * modules/vsnprintf-posix (Depends-on): Likewise.
31731         * modules/vsprintf-posix (Depends-on): Likewise.
31732
31733 2007-04-06  Bruno Haible  <bruno@clisp.org>
31734
31735         * tests/test-frexp.c (main): Test also the sign bit of zero results.
31736         * tests/test-frexpl.c (main): Likewise.
31737         * tests/test-ldexpl.c (main): Likewise.
31738         * modules/frexp-tests (Depends-on): Add signbit.
31739         * modules/frexpl-tests (Depdends-on): Likewise.
31740         * modules/ldexpl-tests (Depdends-on): Likewise.
31741
31742 2007-04-06  Bruno Haible  <bruno@clisp.org>
31743
31744         * modules/signbit-tests: New file.
31745         * tests/test-signbit.c: New file.
31746
31747         * modules/signbit: New file.
31748         * lib/signbitf.c: New file.
31749         * lib/signbitd.c: New file.
31750         * lib/signbitl.c: New file.
31751         * m4/signbit.m4: New file.
31752         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
31753         (signbit): New macro.
31754         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
31755         REPLACE_SIGNBIT.
31756         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
31757         REPLACE_FREXPL into math.h.
31758
31759 2007-04-06  Bruno Haible  <bruno@clisp.org>
31760
31761         * modules/isnanf-nolibm-tests: New file.
31762         * tests/test-isnanf.c: New file.
31763
31764         * modules/isnanf-nolibm: New file.
31765         * lib/isnanf.h: New file.
31766         * lib/isnanf.c: New file.
31767         * lib/isnan.c: Consider the USE_FLOAT macro.
31768         * m4/isnanf.m4: New file.
31769
31770 2007-04-06  Bruno Haible  <bruno@clisp.org>
31771
31772         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
31773         (Link): New section.
31774
31775         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
31776
31777 2007-04-06  Bruno Haible  <bruno@clisp.org>
31778
31779         Assume the 'long double' type.
31780         * m4/longdouble.m4: Remove file.
31781         * config/srclist.txt: Don't mention longdouble.m4.
31782         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
31783         * lib/float+.h: Likewise.
31784         * lib/frexp.c: Likewise.
31785         * lib/printf-args.h: Likewise.
31786         * lib/printf-args.c: Likewise.
31787         * lib/printf-frexp.c: Likewise.
31788         * lib/printf-parse.c: Likewise.
31789         * lib/vasnprintf.c: Likewise.
31790         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
31791         * m4/intl.m4: Likewise.
31792         * m4/isnanl.m4: Likewise.
31793         * m4/printf.m4: Likewise.
31794         * m4/printf-frexpl.m4: Likewise.
31795         * m4/vasnprintf.m4: Likewise.
31796         * modules/allocsa (Files): Remove m4/longdouble.m4.
31797         * modules/gettext (Files): Likewise.
31798         * modules/relocatable-prog-wrapper (Files): Likewise.
31799         * modules/vasnprintf (Files): Likewise.
31800         * modules/isnanl (Files): Likewise.
31801         (Include): Simplify.
31802         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
31803         (Include): Simplify.
31804         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
31805         (Include): Simplify.
31806         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
31807         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31808         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
31809         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31810         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31811         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31812         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
31813         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31814         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31815         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31816         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
31817         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31818         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
31819         * tests/test-isnanl.c: Likewise.
31820         * tests/test-snprintf-posix.h: Likewise.
31821         * tests/test-sprintf-posix.h: Likewise.
31822         * tests/test-vasnprintf-posix.c: Likewise.
31823         * tests/test-vasnprintf-posix2.c: Likewise.
31824         * tests/test-vasprintf-posix.c: Likewise.
31825
31826 2007-04-06  Bruno Haible  <bruno@clisp.org>
31827
31828         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
31829         * lib/math_.h [__DECC]: Include the overridden include file through
31830         #include_next, outside the double-inclusion guard.
31831         * lib/stdio_.h [__DECC]: Likewise.
31832         * lib/stdlib_.h [__DECC]: Likewise.
31833         * lib/string_.h [__DECC]: Likewise.
31834         * lib/time_.h [__DECC]: Likewise.
31835         * lib/wchar_.h [__DECC]: Likewise.
31836         * lib/wctype_.h [__DECC]: Likewise.
31837         * lib/inttypes_.h [__DECC]: Likewise.
31838         Reported by Albert Chin <china@thewrittenword.com> in
31839         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
31840
31841 2007-04-04  Eric Blake  <ebb9@byu.net>
31842
31843         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
31844         1.5.x.
31845
31846 2007-04-04  Bruno Haible  <bruno@clisp.org>
31847
31848         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
31849         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
31850
31851 2007-04-04  Bruno Haible  <bruno@clisp.org>
31852
31853         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
31854         results for "%010a" of Infinity and NaN.
31855         * tests/test-vasprintf-posix.c (test_function): Likewise.
31856         * tests/test-snprintf-posix.h (test_function): Likewise.
31857         * tests/test-sprintf-posix.h (test_function): Likewise.
31858         * tests/test-fprintf-posix.h (test_function): Remove these tests.
31859         * tests/test-printf-posix.h (test_function): Likewise.
31860         * tests/test-fprintf-posix.out: Update.
31861         Needed for FreeBSD 6.1.
31862
31863 2007-04-04  Bruno Haible  <bruno@clisp.org>
31864
31865         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
31866         directly used by the gnulib modules nor by gnulib-tool.
31867
31868 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31869
31870         * DEPENDENCIES: Give overall description of version dependency
31871         desirability.  Use more-typical names for apps.
31872         Add shell, coreutils, diffutils, grep, tar, gzip.
31873
31874 2007-04-04  Simon Josefsson  <simon@josefsson.org>
31875
31876         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31877
31878 2007-04-04  Karl Berry  <karl@gnu.org>
31879
31880         * MODULES.html.sh (func_module): missing '.
31881
31882 2007-04-03  Bruno Haible  <bruno@clisp.org>
31883
31884         * modules/argmatch-tests (Makefile.am): New variable
31885         test_argmatch_LDADD.
31886         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
31887         * modules/array-list-tests (Makefile.am): New variable
31888         test_array_list_LDADD.
31889         * modules/array-oset-tests (Makefile.am): New variable
31890         test_array_oset_LDADD.
31891         * modules/avltree-list-tests (Makefile.am): New variable
31892         test_avltree_list_LDADD.
31893         * modules/avltree-oset-tests (Makefile.am): New variable
31894         test_avltree_oset_LDADD.
31895         * modules/avltreehash-list-tests (Makefile.am): New variable
31896         test_avltreehash_list_LDADD.
31897         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
31898         test_canonicalize_lgpl_LDADD.
31899         * modules/carray-list-tests (Makefile.am): New variable
31900         test_carray_list_LDADD.
31901         * modules/dirname-tests (Makefile.am): New variable
31902         test_dirname_LDADD.
31903         * modules/linked-list-tests (Makefile.am): New variable
31904         test_linked_list_LDADD.
31905         * modules/linkedhash-list-tests (Makefile.am): New variable
31906         test_linkedhash_list_LDADD.
31907         * modules/rbtree-list-tests (Makefile.am): New variable
31908         test_rbtree_list_LDADD.
31909         * modules/rbtree-oset-tests (Makefile.am): New variable
31910         test_rbtree_oset_LDADD.
31911         * modules/rbtreehash-list-tests (Makefile.am): New variable
31912         test_rbtreehash_list_LDADD.
31913         * modules/xvasprintf-tests (Makefile.am): New variable
31914         test_xvasprintf_LDADD.
31915         Reported by Eric Blake.
31916
31917 2007-04-03  Eric Blake  <ebb9@byu.net>
31918
31919         * DEPENDENCIES: Weaken m4 requirements.
31920
31921 2007-04-03  Bruno Haible  <bruno@clisp.org>
31922
31923         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
31924         * modules/isnanl-tests (configure.ac): Likewise.
31925
31926 2007-04-03  Ben Pfaff  <blp@gnu.org>
31927
31928         * modules/iconv_open: Add $(srcdir)/ to source directory
31929         references in Makefile fragments that call gperf, to fix VPATH
31930         builds.
31931
31932 2007-04-03  Bruno Haible  <bruno@clisp.org>
31933
31934         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
31935         * lib/ldexpl.c: Undo last change.
31936
31937 2007-04-03  Bruno Haible  <bruno@clisp.org>
31938
31939         * modules/printf-frexpl (Depends-on): Undo last change.
31940         (Files): Add m4/ldexpl.m4.
31941
31942 2007-04-03  Bruno Haible  <bruno@clisp.org>
31943
31944         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
31945         * modules/isnanl (Link): New section.
31946
31947         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
31948         * modules/frexp (Link): New section.
31949
31950         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
31951         * modules/frexpl (Link): New section.
31952
31953         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
31954         * modules/ldexpl (Link): New section.
31955
31956 2007-04-03  Bruno Haible  <bruno@clisp.org>
31957
31958         * modules/TEMPLATE-EXTENDED: New file.
31959         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
31960
31961 2007-04-03  Bruno Haible  <bruno@clisp.org>
31962
31963         * DEPENDENCIES: New file.
31964         Suggested by Simon Josefsson.
31965
31966 2007-04-03  Bruno Haible  <bruno@clisp.org>
31967
31968         * doc/gnulib.texi: Escape @.
31969
31970 2007-04-03  James Youngman  <jay@gnu.org>
31971         and Paul Eggert  <eggert@cs.ucla.edu>
31972
31973         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
31974         birthtime on all systems that have birthtime, not just those which
31975         use st_birthtimensec rather than st_birthtim.  Putting zero in
31976         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
31977         that the birth time is not available for files on an NFS mount.
31978
31979 2007-04-03  Simon Josefsson  <simon@josefsson.org>
31980
31981         * modules/memxor: Move back from crypto/, suggested by Bruno.
31982         * modules/crypto/hmac-sha1: Fix memxor dependency.
31983
31984         * modules/crypto/gc: Moved from ../.
31985
31986 2007-04-02  Eric Blake  <ebb9@byu.net>
31987
31988         * lib/ldexpl.c (includes): Avoid libm.
31989
31990         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
31991
31992 2007-04-02  Bruno Haible  <bruno@clisp.org>
31993
31994         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
31995         on IRIX.
31996
31997 2007-04-02  Bruno Haible  <bruno@clisp.org>
31998
31999         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
32000         x86 or x86_64 platforms running MacOS X.
32001         Reported by Ryan Schmidt <@ryandesign.com>.
32002
32003 2007-04-02  Bruno Haible  <bruno@clisp.org>
32004
32005         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
32006         i386.
32007
32008 2007-04-01  Simon Josefsson  <simon@josefsson.org>
32009
32010         * modules/crypto/arcfour: Moved from ../.
32011         * modules/crypto/arcfour-tests: Moved from ../.
32012         * modules/crypto/arctwo: Moved from ../.
32013         * modules/crypto/arctwo-tests: Moved from ../.
32014         * modules/crypto/des: Moved from ../.
32015         * modules/crypto/des-tests: Moved from ../.
32016         * modules/crypto/gc-arcfour: Moved from ../.
32017         * modules/crypto/gc-arcfour-tests: Moved from ../.
32018         * modules/crypto/gc-arctwo: Moved from ../.
32019         * modules/crypto/gc-arctwo-tests: Moved from ../.
32020         * modules/crypto/gc-des: Moved from ../.
32021         * modules/crypto/gc-des-tests: Moved from ../.
32022         * modules/crypto/gc-hmac-md5: Moved from ../.
32023         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
32024         * modules/crypto/gc-hmac-sha1: Moved from ../.
32025         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
32026         * modules/crypto/gc-md2: Moved from ../.
32027         * modules/crypto/gc-md2-tests: Moved from ../.
32028         * modules/crypto/gc-md4: Moved from ../.
32029         * modules/crypto/gc-md4-tests: Moved from ../.
32030         * modules/crypto/gc-md5: Moved from ../.
32031         * modules/crypto/gc-md5-tests: Moved from ../.
32032         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
32033         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
32034         * modules/crypto/gc-random: Moved from ../.
32035         * modules/crypto/gc-rijndael: Moved from ../.
32036         * modules/crypto/gc-rijndael-tests: Moved from ../.
32037         * modules/crypto/gc-sha1: Moved from ../.
32038         * modules/crypto/gc-sha1-tests: Moved from ../.
32039         * modules/crypto/gc-tests: Moved from ../.
32040         * modules/crypto/hmac-md5: Moved from ../.
32041         * modules/crypto/hmac-md5-tests: Moved from ../.
32042         * modules/crypto/hmac-sha1: Moved from ../.
32043         * modules/crypto/hmac-sha1-tests: Moved from ../.
32044         * modules/crypto/md2: Moved from ../.
32045         * modules/crypto/md2-tests: Moved from ../.
32046         * modules/crypto/md4: Moved from ../.
32047         * modules/crypto/md4-tests: Moved from ../.
32048         * modules/crypto/md5: Moved from ../.
32049         * modules/crypto/md5-tests: Moved from ../.
32050         * modules/crypto/memxor: Moved from ../.
32051         * modules/crypto/rijndael: Moved from ../.
32052         * modules/crypto/rijndael-tests: Moved from ../.
32053         * modules/crypto/sha1: Moved from ../.
32054
32055 2007-03-30  James Youngman  <jay@gnu.org>
32056
32057         * tests/test-stat-time.c (prepare_test): use chmod() rather than
32058         rename() to change the ctime of a file (because ctime is unaffected
32059         by rename on jfs2 on AIX 5.1).
32060         (main): Start by doing cleanup, in case a previous run failed leaving
32061         test files behind.
32062
32063 2007-03-31  Bruno Haible  <bruno@clisp.org>
32064
32065         Support old proprietary implementations of iconv.
32066         * modules/iconv_open: New file.
32067         * lib/iconv_.h: New file.
32068         * m4/iconv_h.m4: New file.
32069         * lib/iconv_open.c: New file.
32070         * lib/iconv_open-aix.gperf: New file.
32071         * lib/iconv_open-hpux.gperf: New file.
32072         * lib/iconv_open-irix.gperf: New file.
32073         * lib/iconv_open-osf.gperf: New file.
32074         * m4/iconv_open.m4: New file.
32075         * modules/linebreak (Depends-on): Add iconv_open.
32076         * modules/striconv (Depends-on): Likewise.
32077         * modules/striconveh (Depends-on): Likewise.
32078         * modules/unicodeio (Depends-on): Likewise.
32079         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
32080         (iconv_t)(-1).
32081         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
32082         conversion if cd is (iconv_t)(-1).
32083         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
32084         is not possible.
32085
32086 2007-03-31  Bruno Haible  <bruno@clisp.org>
32087
32088         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32089         work on Solaris either. Protect also second use of "autodetect_jp".
32090
32091 2007-03-31  Bruno Haible  <bruno@clisp.org>
32092
32093         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
32094         the function is not present.
32095
32096 2007-03-31  Bruno Haible  <bruno@clisp.org>
32097
32098         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
32099         the function is not present.
32100
32101 2007-03-31  Bruno Haible  <bruno@clisp.org>
32102
32103         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
32104         a bug in HP-UX iconv_open().
32105
32106 2007-03-31  Bruno Haible  <bruno@clisp.org>
32107
32108         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
32109         (Mathematics <math.h>): New section, add fpieee.
32110         (Input/output <stdio.h>): Add fseterr.
32111         (Mathematics <math.h>): New section, add printf-frexp.
32112         (Container data structures): Add sublist.
32113         (Core language properties): Add fpucw, inline.
32114         (Functions for greatest-width integer types <inttypes.h>): Add
32115         imaxabs, imaxdiv, inttypes.
32116         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
32117         isnanl-nolibm, ldexp.
32118         (Mathematics <math.h>): New section, add printf-frexpl.
32119         (Support for systems lacking POSIX:2001): Add fprintf-posix,
32120         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
32121         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
32122         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
32123         (Unicode string functions): Add unistr/u*-mbtoucr.
32124         (Java): Add javacomp-script, javaexec-script.
32125         (C#): Add csharpcomp-script, csharpexec-script.
32126         (Support for building libraries and executables): Add havelib,
32127         relocatable-*.
32128         (Support for maintaining and releasing projects): Renamed from
32129         'Support for maintaining and release projects'. Add announce-gen.
32130
32131 2007-03-31  Bruno Haible  <bruno@clisp.org>
32132
32133         * README: Talk primarily about git.
32134         (git and CVS): Renamed from CVS.
32135         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
32136         gnulib is available through git.
32137         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
32138
32139 2007-03-30  Bruno Haible  <bruno@clisp.org>
32140
32141         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
32142         * lib/poll_.h: Likewise.
32143         * lib/stat_.h: Likewise.
32144         * lib/sys_time_.h: Likewise.
32145         * lib/sysexit_.h: Likewise.
32146         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
32147         * lib/stdbool_.h: Likewise.
32148         * lib/byteswap_.h: Add double-inclusion guard.
32149
32150 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
32151
32152         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
32153
32154 2007-03-30  Karl Berry  <karl@gnu.org>
32155
32156         * config/srclist-update: double space after USA in the license
32157         substitution, since that's how it's usually (?) written.
32158
32159 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32160
32161         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
32162         reported by Bruno Haible.
32163
32164 2007-03-29  Bruno Haible  <bruno@clisp.org>
32165
32166         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
32167         a bug in AIX iconv().
32168
32169 2007-03-29  Bruno Haible  <bruno@clisp.org>
32170
32171         * modules/ldexpl-tests: New file.
32172         * tests/test-ldexpl.c: New file.
32173
32174 2007-03-29  Bruno Haible  <bruno@clisp.org>
32175
32176         * lib/ldexpl.c: Include fpucw.h.
32177         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
32178         multiplication.
32179         * modules/ldexpl (Depends-on): Add fpucw.
32180
32181 2007-03-29  Bruno Haible  <bruno@clisp.org>
32182
32183         * modules/ldexpl: New file.
32184         * m4/ldexpl.m4: New file.
32185         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
32186         set.
32187         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
32188         REPLACE_LDEXPL.
32189         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
32190         REPLACE_LDEXPL.
32191         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32192         gl_FUNC_LDEXPL_WORKS.
32193         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
32194         * modules/mathl (Files): Remove lib/ldexpl.c.
32195         (Depends-on): Add ldexpl.
32196
32197 2007-03-29  Bruno Haible  <bruno@clisp.org>
32198
32199         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
32200
32201 2007-03-29  Bruno Haible  <bruno@clisp.org>
32202
32203         * tests/test-striconveh.c (main): Don't assume that a direct conversion
32204         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
32205         and possibly also HP-UX.
32206         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32207         work on AIX, IRIX, HP-UX, OSF/1.
32208         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
32209         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
32210         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
32211         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
32212         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
32213         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
32214
32215 2007-03-29  Bruno Haible  <bruno@clisp.org>
32216
32217         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
32218
32219 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32220
32221         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
32222         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
32223
32224 2007-03-29  Eric Blake  <ebb9@byu.net>
32225
32226         * lib/acl-internal.h: Remove redundant include.
32227         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
32228         Cygwin when a file is locked.
32229
32230 2007-03-29  Bruno Haible  <bruno@clisp.org>
32231
32232         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
32233         file.
32234         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
32235
32236 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32237
32238         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
32239         try to remove a parent directory if the child couldn't be removed
32240         (except for the first rmdir, which could fail because the child
32241         doesn't exist).  Problem reported by Jeff Blaine in
32242         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
32243
32244 2007-03-28  Bruno Haible  <bruno@clisp.org>
32245
32246         * lib/striconveh.c (utf8conv_carefully): New function.
32247         (mem_cd_iconveh_internal): Invoke it.
32248
32249 2007-03-28  Bruno Haible  <bruno@clisp.org>
32250
32251         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
32252         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
32253         input.
32254         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
32255         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
32256         unistr/u8-uctomb.
32257
32258 2007-03-28  Bruno Haible  <bruno@clisp.org>
32259
32260         * modules/unistr/u8-mbtoucr: New file.
32261         * lib/unistr/u8-mbtoucr.c: New file.
32262         * modules/unistr/u16-mbtoucr: New file.
32263         * lib/unistr/u16-mbtoucr.c: New file.
32264         * modules/unistr/u16-mbtoucr: New file.
32265         * lib/unistr/u16-mbtoucr.c: New file.
32266         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
32267
32268 2007-03-27  Simon Josefsson  <simon@josefsson.org>
32269             Bruno Haible  <bruno@clisp.org>
32270
32271         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
32272         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
32273         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
32274
32275         * m4/stdio_h.m4: Add stubs for vasprintf too.
32276
32277         * modules/stdio: Support vasprintf in sed command.
32278
32279         * modules/vasprintf: Depend on stdio for prototypes.  Remove
32280         vasprintf.h.  Add stdio module indicator.
32281
32282         * lib/stdio_.h: Declare asprintf and vasprintf, based on
32283         vasprintf.h.
32284
32285         * lib/vasprintf.h: File removed.
32286
32287         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
32288         * lib/vasprintf.c: Ditto.
32289         * lib/xvasprintf.c: Ditto.
32290         * tests/test-vasprintf-posix.c: Ditto.
32291         * tests/test-vasprintf.c: Ditto.
32292
32293 2007-03-27  Bruno Haible  <bruno@clisp.org>
32294
32295         Make vasnprintf multithread-safe.
32296         * lib/vasnprintf.c (decimal_point_char): New function.
32297         (VASNPRINTF): Use it.
32298         Suggested by Simon Josefsson.
32299
32300 2007-03-27  Eric Blake  <ebb9@byu.net>
32301
32302         Support sub-second birthtime on cygwin.
32303         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
32304         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
32305         (get_stat_birthtime): Also work with st_birthtim.
32306
32307 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
32308
32309         * lib/stat-time.h (USE_BIRTHTIME): Remove.
32310         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
32311         (get_stat_birthtime_ns): Do not try to use "spare" fields.
32312         (get_stat_birthtime_ns): Simplify compile-time tests.
32313         (get_stat_birthtime): Change the API to look like
32314         get_stat_mtime etc., except return a negative tv_nsec on error.
32315         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
32316         Don't check for "spare" fields.
32317         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
32318         or for struct stat.st_birthtime, as these tests aren't used.
32319         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
32320
32321 2007-03-27  Bruno Haible  <bruno@clisp.org>
32322
32323         * lib/stat-time.h: Include <sys/stat.h>.
32324
32325 2007-03-27  James Youngman  <jay@gnu.org>
32326
32327         * lib/stat-time.h (get_stat_birthtime): New function for
32328           retrieving st_birthtime as provided by UFS2 (hence *BSD).
32329         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
32330           and its variants.
32331         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
32332         * modules/stat-time-test: New file.
32333         * tests/test-stat-time.c: New test, devised by Bruno Haible.
32334
32335 2007-03-26  Bruno Haible  <bruno@clisp.org>
32336
32337         Better support of signalling NaNs.
32338         * lib/atanl.c: Include isnanl.h.
32339         (atanl): Perform test for NaN at the beginning of the function and
32340         through a call to isnanl.
32341         * lib/cosl.c: Include isnanl.h.
32342         (cosl): Perform test for NaN at the beginning of the function and
32343         through a call to isnanl.
32344         * lib/ldexpl.c: Include isnanl.h.
32345         (ldexpl): Perform test for NaN through a call to isnanl.
32346         * lib/logl.c: Include isnanl.h.
32347         (logl): Perform test for NaN at the beginning of the function and
32348         through a call to isnanl.
32349         * lib/sinl.c: Include isnanl.h.
32350         (sinl): Perform test for NaN at the beginning of the function and
32351         through a call to isnanl.
32352         * lib/sqrtl.c: Include isnanl.h.
32353         (sqrtl): Perform test for NaN at the beginning of the function and
32354         through a call to isnanl.
32355         * lib/tanl.c: Include isnanl.h.
32356         (tanl): Perform test for NaN at the beginning of the function and
32357         through a call to isnanl.
32358         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
32359         * modules/mathl (Depends-on): Add isnanl.
32360
32361 2007-03-26  Eric Blake  <ebb9@byu.net>
32362
32363         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
32364         regression in logic sense of previous patch.
32365
32366 2007-03-26  Bruno Haible  <bruno@clisp.org>
32367
32368         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
32369         unportable shell command "if ! ...".
32370         Reported by Ralf Wildenhues.
32371
32372 2007-03-25  Bruno Haible  <bruno@clisp.org>
32373
32374         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
32375         <sysexits.h> file, and only add EX_CONFIG.
32376         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
32377         absolute file name and whether it is sufficient. Substitute also
32378         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
32379         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
32380         ABSOLUTE_SYSEXITS_H into sysexits.h.
32381
32382 2007-03-25  Bruno Haible  <bruno@clisp.org>
32383
32384         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
32385         hints is NULL.
32386
32387 2007-03-25  Bruno Haible  <bruno@clisp.org>
32388
32389         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
32390         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
32391
32392 2007-03-25  Bruno Haible  <bruno@clisp.org>
32393
32394         * lib/vasnprintf.c: Include langinfo.h.
32395         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
32396         multithread-safe.
32397         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
32398         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
32399         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32400         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32401         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32402         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32403         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32404         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
32405         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32406         Reported by Simon Josefsson.
32407
32408 2007-03-25  Bruno Haible  <bruno@clisp.org>
32409
32410         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
32411         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
32412         * modules/vasnprintf (Depends-on): Add stdint.
32413
32414 2007-03-25  Bruno Haible  <bruno@clisp.org>
32415
32416         * modules/fpieee: New file.
32417         * m4/fpieee.m4: New file.
32418         * modules/isnan-nolibm (Depends-on): Add fpieee.
32419         * modules/isnanl-nolibm (Depends-on): Add fpieee.
32420         * modules/isnanl (Depends-on): Add fpieee.
32421
32422 2007-03-25  Bruno Haible  <bruno@clisp.org>
32423
32424         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
32425
32426 2007-03-25  Bruno Haible  <bruno@clisp.org>
32427
32428         Avoid test failures on IRIX 6.5.
32429         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
32430         (main): Use it.
32431         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
32432         macros.
32433         (main): Use them.
32434
32435 2007-03-25  Bruno Haible  <bruno@clisp.org>
32436
32437         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
32438         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
32439         exists but doesn't work.
32440         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
32441         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
32442         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
32443         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
32444
32445 2007-03-25  Bruno Haible  <bruno@clisp.org>
32446
32447         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
32448         returns inf. Needed on IRIX 6.5.
32449
32450 2007-03-25  Bruno Haible  <bruno@clisp.org>
32451
32452         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32453         (main): Use isnanl instead of x != x idiom.
32454         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32455
32456         * tests/test-frexp.c: Include isnan.h.
32457         (main): Use isnan instead of x != x idiom.
32458         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32459
32460 2007-03-25  Bruno Haible  <bruno@clisp.org>
32461
32462         * tests/test-frexp.c (NaN): New function/macro.
32463         (main): Use it instead of 0.0 / 0.0.
32464         * tests/test-isnan.c (NaN): New function/macro.
32465         (main): Use it instead of 0.0 / 0.0.
32466         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32467         (test_function): Use it instead of 0.0 / 0.0.
32468         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32469         (test_function): Use it instead of 0.0 / 0.0.
32470         * tests/test-snprintf-posix.h (NaN): New function/macro.
32471         (test_function): Use it instead of 0.0 / 0.0.
32472         * tests/test-sprintf-posix.h (NaN): New function/macro.
32473         (test_function): Use it instead of 0.0 / 0.0.
32474         * tests/test-fprintf-posix.h (NaN): New function/macro.
32475         (test_function): Use it instead of 0.0 / 0.0.
32476         * tests/test-printf-posix.h (NaN): New function/macro.
32477         (test_function): Use it instead of 0.0 / 0.0.
32478
32479         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32480
32481 2007-03-25  Bruno Haible  <bruno@clisp.org>
32482
32483         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32484
32485 2007-03-25  Bruno Haible  <bruno@clisp.org>
32486
32487         * lib/regexec.c (merge_state_with_log): Make static.
32488
32489 2007-03-25  Bruno Haible  <bruno@clisp.org>
32490
32491         * lib/trigl.c (kernel_rem_pio2): Make static.
32492
32493 2007-03-25  Bruno Haible  <bruno@clisp.org>
32494
32495         * lib/sincosl.c (sincosl_table): Make static.
32496
32497 2007-03-25  Bruno Haible  <bruno@clisp.org>
32498
32499         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32500         if the compiler does not support C99.
32501
32502 2007-03-25  Bruno Haible  <bruno@clisp.org>
32503
32504         * modules/time (Makefile.am): Ensure all rule action lines start with a
32505         tab.
32506
32507 2007-03-24  Bruno Haible  <bruno@clisp.org>
32508
32509         * modules/tsearch-tests: New file.
32510         * tests/test-tsearch.sh: New file.
32511         * tests/test-tsearch.c: New file, mostly copied from glibc.
32512
32513         * modules/search-tests: New file.
32514         * tests/test-search.c: New file.
32515
32516         * modules/search: New file.
32517         * lib/search_.h: New file, incorporating lib/tsearch.h.
32518         * m4/search_h.m4: New file.
32519         * lib/tsearch.h: Remove file.
32520         * lib/tsearch.c: Include search.h instead of tsearch.h.
32521         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32522         HAVE_TSEARCH.
32523         * modules/tsearch (Files): Remove lib/tsearch.h.
32524         (Depends-on): Add search.
32525         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32526         (Include): Change tsearch.h into search.h.
32527
32528 2007-03-24  Bruno Haible  <bruno@clisp.org>
32529
32530         * modules/fpucw: New file.
32531         * lib/fpucw.h: New file.
32532         * lib/frexp.c: Include fpucw.h.
32533         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32534         (FUNC): Use them.
32535         * lib/printf-frexp.c: Include fpucw.h.
32536         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32537         (FUNC): Use them.
32538         * lib/vasnprintf.c: Include fpucw.h.
32539         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32540         'long double' calculations.
32541         * tests/test-frexpl.c: Include fpucw.h.
32542         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32543         * tests/test-printf-frexpl.c: Include fpucw.h.
32544         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32545         * modules/frexpl (Depends-on): Add fpucw.
32546         * modules/printf-frexpl (Depends-on): Likewise.
32547         * modules/fprintf-posix (Depends-on): Likewise.
32548         * modules/snprintf-posix (Depends-on): Likewise.
32549         * modules/sprintf-posix (Depends-on): Likewise.
32550         * modules/vasnprintf-posix (Depends-on): Likewise.
32551         * modules/vasprintf-posix (Depends-on): Likewise.
32552         * modules/vfprintf-posix (Depends-on): Likewise.
32553         * modules/vsnprintf-posix (Depends-on): Likewise.
32554         * modules/vsprintf-posix (Depends-on): Likewise.
32555         * modules/frexpl-tests (Depends-on): Likewise.
32556         * modules/printf-frexpl-tests (Depends-on): Likewise.
32557
32558 2007-03-24  Bruno Haible  <bruno@clisp.org>
32559
32560         * lib/float+.h: New file.
32561         * lib/isnan.c: Include float+.h.
32562         (SIZE): New macro.
32563         (FUNC): Compare only SIZE bytes of the value.
32564         * lib/vasnprintf.c: Include float+.h.
32565         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32566         SIZEOF_LDBL or SIZEOF_DBL bytes.
32567         * modules/isnan-nolibm (Files): Add lib/float+.h.
32568         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32569         * modules/isnanl (Files): Add lib/float+.h.
32570         * modules/vasnprintf (Files): Add lib/float+.h.
32571
32572 2007-03-24  Bruno Haible  <bruno@clisp.org>
32573
32574         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32575         include isnanl-nolibm.h.
32576
32577 2007-03-24  Bruno Haible  <bruno@clisp.org>
32578
32579         * tests/test-read-file.c (main): Don't produce spurious output for
32580         expected situations. Make the test fail if it encountered unexpected
32581         results.
32582
32583 2007-03-24  Bruno Haible  <bruno@clisp.org>
32584
32585         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32586         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32587
32588 2007-03-24  Bruno Haible  <bruno@clisp.org>
32589
32590         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32591
32592 2007-03-24  Bruno Haible  <bruno@clisp.org>
32593
32594         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32595         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32596
32597         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
32598         * modules/utf8-ucs4: Turn into a symbolic link to module
32599         unistr/u8-mbtouc.
32600
32601         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
32602         utf8-ucs4-unsafe.
32603         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
32604         unistr/u8-mbtouc-unsafe.
32605
32606         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
32607         * modules/utf16-ucs4: Turn into a symbolic link to module
32608         unistr/u16-mbtouc.
32609
32610         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
32611         utf16-ucs4-unsafe.
32612         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
32613         unistr/u16-mbtouc-unsafe.
32614
32615         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
32616         * modules/ucs4-utf8: Turn into a symbolic link to module
32617         unistr/u8-ubtomb.
32618
32619         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
32620         * modules/ucs4-utf16: Turn into a symbolic link to module
32621         unistr/u16-ubtomb.
32622
32623 2007-03-24  Bruno Haible  <bruno@clisp.org>
32624
32625         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
32626         Enable the function only if HAVE_INLINE.
32627         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
32628         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32629         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
32630         Enable the function only if HAVE_INLINE.
32631         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
32632         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32633         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
32634         Enable the function only if HAVE_INLINE.
32635         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
32636         Enable the function only if HAVE_INLINE.
32637         * modules/utf8-ucs4: Update.
32638         * modules/utf8-ucs4-unsafe: Update.
32639         * modules/utf16-ucs4: Update.
32640         * modules/utf16-ucs4-unsafe: Update.
32641         * modules/ucs4-utf8: Update.
32642         * modules/ucs4-utf16: Update.
32643
32644 2007-03-24  Bruno Haible  <bruno@clisp.org>
32645
32646         * lib/utf8-ucs4.h: Remove file.
32647         * lib/utf8-ucs4-unsafe.h: Remove file.
32648         * lib/utf16-ucs4.h: Remove file.
32649         * lib/utf16-ucs4-unsafe.h: Remove file.
32650         * lib/ucs4-utf8.h: Remove file.
32651         * lib/ucs4-utf16.h: Remove file.
32652         * lib/unistr.h: Include their previous contents.
32653         * m4/utf-ucs4.m4: Remove file.
32654         * m4/ucs4-utf.m4: Remove file.
32655         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
32656         (Depends-on): Add unistr/base.
32657         (configure.ac): Remove gl_UTF_UCS4.
32658         (Makefile.am): Update.
32659         (Include): Change to unistr.h.
32660         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
32661         (Depends-on): Add unistr/base.
32662         (configure.ac): Remove gl_UTF_UCS4.
32663         (Makefile.am): Update.
32664         (Include): Change to unistr.h.
32665         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
32666         (Depends-on): Add unistr/base.
32667         (configure.ac): Remove gl_UTF_UCS4.
32668         (Makefile.am): Update.
32669         (Include): Change to unistr.h.
32670         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
32671         (Depends-on): Add unistr/base.
32672         (configure.ac): Remove gl_UTF_UCS4.
32673         (Makefile.am): Update.
32674         (Include): Change to unistr.h.
32675         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
32676         (Depends-on): Add unistr/base.
32677         (configure.ac): Remove gl_UCS4_UTF.
32678         (Makefile.am): Update.
32679         (Include): Change to unistr.h.
32680         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
32681         (Depends-on): Add unistr/base.
32682         (configure.ac): Remove gl_UCS4_UTF.
32683         (Makefile.am): Update.
32684         (Include): Change to unistr.h.
32685         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
32686         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
32687         utf8-ucs4-unsafe.h.
32688         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
32689         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
32690         utf16-ucs4-unsafe.h.
32691         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
32692         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
32693         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
32694         * lib/unistr/u8-strchr.c: Likewise.
32695         * lib/unistr/u8-strrchr.c: Likewise.
32696         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
32697         * lib/unistr/u16-strchr.c: Likewise.
32698         * lib/unistr/u16-strrchr.c: Likewise.
32699         * lib/striconveh.c: Update.
32700         * lib/linebreak.c: Update.
32701
32702 2007-03-24  Bruno Haible  <bruno@clisp.org>
32703
32704         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
32705         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
32706
32707 2007-03-22  Bruno Haible  <bruno@clisp.org>
32708
32709         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
32710
32711 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32712
32713         * MODULES.html.sh (File system functions): New module write-any-file.
32714         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
32715         * m4/write-any-file.m4: New files.
32716
32717 2007-03-23  Eric Blake  <ebb9@byu.net>
32718
32719         * gnulib-tool: Rearrange space-tab sequences, since some editors
32720         like to eat them.
32721
32722 2007-03-23  Eric Blake  <ebb9@byu.net>
32723
32724         * lib/version-etc.c (version_etc_va): Update license wording to
32725         be more concise.  Recommended by Richard Stallman.
32726
32727 2007-03-22  Bruno Haible  <bruno@clisp.org>
32728
32729         * lib/poll.c (MSG_PEEK): New fallback definition.
32730
32731 2007-03-22  Bruno Haible  <bruno@clisp.org>
32732
32733         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
32734         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
32735         (main): Update.
32736         Fixes a compilation error on BeOS.
32737
32738 2007-03-22  Bruno Haible  <bruno@clisp.org>
32739
32740         * modules/frexpl-tests: New file.
32741         * tests/test-frexpl.c: New file.
32742
32743         * modules/frexpl: New file.
32744         * m4/frexpl.m4: New file.
32745         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
32746         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
32747         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
32748         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
32749         (Depends-on): Add frexpl. Remove isnanl-nolibm.
32750         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
32751
32752 2007-03-22  Bruno Haible  <bruno@clisp.org>
32753
32754         * lib/frexpl.c: Share code with lib/frexp.c.
32755         * modules/mathl (Files): Add lib/frexp.c.
32756         (Depends-on): Add isnanl-nolibm.
32757
32758 2007-03-22  Bruno Haible  <bruno@clisp.org>
32759
32760         * modules/printf-frexp (Files): Add m4/frexp.m4.
32761         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
32762         only if the found frexp function actually works.
32763
32764 2007-03-22  Bruno Haible  <bruno@clisp.org>
32765
32766         * lib/frexp.c: Remove older implementation that uses divisions.
32767
32768 2007-03-21  Bruno Haible  <bruno@clisp.org>
32769
32770         * modules/frexp-tests: New file.
32771         * tests/test-frexp.c: New file.
32772
32773         * modules/frexp: New file.
32774         * lib/frexp.c: New file.
32775         * m4/frexp.m4: New file.
32776         * lib/math_.h (frexp): New declaration.
32777         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
32778         REPLACE_FREXP.
32779         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
32780
32781 2007-03-21  Bruno Haible  <bruno@clisp.org>
32782
32783         * modules/isnanl-tests: New file.
32784         * tests/test-isnanl.c: New file.
32785
32786         * modules/isnanl: New file.
32787         * lib/isnanl.h: New file.
32788         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
32789         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
32790         gl_FUNC_ISNANL_WORKS.
32791         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
32792         New macros.
32793
32794 2007-03-21  Bruno Haible  <bruno@clisp.org>
32795
32796         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
32797         lib/isnanl.h.
32798         (Include): Update.
32799         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
32800         * lib/vasnprintf.c: Update.
32801         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
32802         tests/test-isnanl.h, remove tests/test-isnanl.c.
32803         (Makefile.am): Update.
32804         * tests/test-isnanl-nolibm.c: New file.
32805         * tests/test-isnanl.h: New file.
32806         * tests/test-isnanl.c: Remove file.
32807
32808 2007-03-21  Jim Meyering  <jim@meyering.net>
32809
32810         When trying to open ".", treat ESTALE like EACCES.
32811         * lib/savewd.c (savewd_save): Resort to forking not just upon
32812         failure with EACCES, but also when errno is ESTALE.
32813
32814 2007-03-20  Bruno Haible  <bruno@clisp.org>
32815
32816         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
32817         Needed on AIX 5.1. Reported by Matthew Woehlke.
32818
32819 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32820
32821         Suggestions by Bruno Haible:
32822         * lib/acl-internal.h: Include "gettext.h" rather than rolling
32823         our own.
32824         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
32825         * modules/acl (Depends-on): Add gettext.
32826
32827 2007-03-19  Bruno Haible  <bruno@clisp.org>
32828
32829         * modules/iconvme: Remove file.
32830         * lib/iconvme.h: Remove file.
32831         * lib/iconvme.c: Remove file.
32832         * m4/iconvme.m4: Remove file.
32833
32834 2007-03-19  Bruno Haible  <bruno@clisp.org>
32835
32836         * doc/relocatable-maint.texi: Break long shell script line.
32837         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32838
32839 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32840
32841         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
32842         handle file_has_acl.
32843         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
32844         * lib/acl.c: Move header inclusions and related macro defns into
32845         lib/acl-internal.h.
32846         (S_ISLNK): Remove defn, since that's now done for us.
32847         (file_has_acl): Move to lib/file-has-acl.c.
32848         Call acl_trivial if available.  This is the crucial part of the fix.
32849         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
32850         shared within the library.  Rewrite a bit, partly to make it compatible
32851         with the GNU coding style.
32852         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
32853         Remove unnecessary double-quotes.
32854         Don't test for acl_to_text; the build will catch that.
32855         Replace acl_entries if it doesn't exist and it is needed.
32856         Check for -lsec and acl_trivial (as used on Solaris 10).
32857         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
32858         lib/file-has-acl.c.
32859         (Depends-on): Add sys_stat, for S_ISLNK.
32860
32861 2007-03-19  Ben Pfaff  <blp@gnu.org>
32862
32863         * doc/gnulib.texi: Fix typos.
32864         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32865
32866 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32867
32868         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
32869         If size is zero here, buf must be zero.
32870
32871 2007-03-19  Simon Josefsson  <simon@josefsson.org>
32872
32873         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
32874         <bruno@clisp.org>.
32875
32876 2007-03-18  Bruno Haible  <bruno@clisp.org>
32877
32878         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
32879         Suggested by Eric Blake.
32880
32881 2007-03-18  Ben Pfaff  <blp@gnu.org>
32882
32883         * doc/relocatable.texi: Recommend using as prefix a directory
32884         that does not exist and will never be created.  Based on
32885         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
32886         and others.
32887
32888 2007-03-17  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/fchownat.c: Include lchown.h.
32891
32892 2007-03-17  Bruno Haible  <bruno@clisp.org>
32893
32894         Fix endless loop when the given allocated size was > INT_MAX.
32895         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
32896         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
32897         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
32898         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
32899         * lib/sprintf.c (sprintf): Likewise.
32900
32901 2007-03-17  Bruno Haible  <bruno@clisp.org>
32902
32903         * tests/test-argp-2.sh (func_compare): Output a context diff.
32904
32905 2007-03-17  Bruno Haible  <bruno@clisp.org>
32906
32907         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
32908         locale's decimal-point character.
32909
32910 2007-03-17  Bruno Haible  <bruno@clisp.org>
32911
32912         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
32913         before comparing it. Needed because on some platforms (e.g. x86) a
32914         'long double' occupies less bytes than sizeof (long double).
32915
32916 2007-03-17  Bruno Haible  <bruno@clisp.org>
32917
32918         * tests/test-crc.c (main): Make printf statements 64-bit clean.
32919         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
32920         * tests/test-getaddrinfo.c (simple): Likewise.
32921         * tests/test-read-file.c (main): Likewise.
32922
32923 2007-03-17  Bruno Haible  <bruno@clisp.org>
32924
32925         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
32926
32927 2007-03-17  Bruno Haible  <bruno@clisp.org>
32928
32929         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
32930         unused variable.
32931
32932 2007-03-17  Bruno Haible  <bruno@clisp.org>
32933
32934         * tests/test-c-strcasecmp.c: Include c-strcase.h.
32935         * tests/test-c-strncasecmp.c: Likewise.
32936
32937 2007-03-17  Bruno Haible  <bruno@clisp.org>
32938
32939         * modules/stdlib (Depends-on): Add unistd.
32940         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
32941         Needed for MacOS X 10.3.
32942
32943 2007-03-17  Bruno Haible  <bruno@clisp.org>
32944
32945         * lib/unistr/u-strdup.h: Include <stdlib.h>.
32946
32947 2007-03-17  Bruno Haible  <bruno@clisp.org>
32948
32949         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
32950
32951 2007-03-17  Bruno Haible  <bruno@clisp.org>
32952
32953         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
32954         to reflect files copied from gnulib (with or without modifications).
32955         Suggested by Jim Meyering.
32956
32957 2007-03-17  Eric Blake  <ebb9@byu.net>
32958
32959         * NEWS: Document stdlib change from 2007-02-18.
32960
32961 2007-03-17  Jim Meyering  <jim@meyering.net>
32962
32963         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
32964         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
32965         someone uses a name containing shell meta-characters.
32966         Reported by Alfred M. Szmidt.
32967
32968         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
32969
32970 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32971
32972         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
32973         and copy gettext configuration files only if configure.ac contains
32974         a use of AM_GNU_GETTEXT_VERSION.
32975
32976 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32977
32978         * build-aux/bootstrap (gnulib_name): New variable.
32979         (gnulib_tool_options): Use it.
32980
32981 2007-03-13  Simon Josefsson  <simon@josefsson.org>
32982
32983         * tests/test-des.c: Use new namespace.
32984
32985 2007-03-15  Bruno Haible  <bruno@clisp.org>
32986
32987         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
32988         Reported by James Youngman <jay@gnu.org>.
32989
32990 2007-03-15  Bruno Haible  <bruno@clisp.org>
32991
32992         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
32993         declared prototype. Needed with cc on OSF/1 5.1.
32994
32995 2007-03-15  Bruno Haible  <bruno@clisp.org>
32996
32997         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
32998         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
32999         (struct gl_list_implementation): Add dispose_fn argument to the
33000         'create_empty', 'create' methods.
33001         (struct gl_list_impl_base): Add field 'dispose_fn'.
33002         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
33003         argument.
33004         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
33005         dispose_fn argument.
33006         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
33007         dispose_fn on the dropped values.
33008         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
33009         dispose_fn argument.
33010         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
33011         dropped values.
33012         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
33013         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33014         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
33015         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33016         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
33017         argument.
33018         (gl_tree_list_free): Call dispose_fn on the dropped values.
33019         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
33020         the dropped values.
33021         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
33022         Add dispose_fn argument.
33023         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
33024         Call dispose_fn on the dropped values.
33025         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
33026         Add dispose_fn argument.
33027         (gl_sublist_create): Initialize the 'dispose_fn' field.
33028         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
33029         * tests/test-array_list.c (main): Update.
33030         * tests/test-carray_list.c (main): Update.
33031         * tests/test-avltree_list.c (main): Update.
33032         * tests/test-rbtree_list.c (main): Update.
33033         * tests/test-avltreehash_list.c (main): Update.
33034         * tests/test-rbtreehash_list.c (main): Update.
33035         * tests/test-linked_list.c (main): Update.
33036         * tests/test-linkedhash_list.c (main): Update.
33037         * tests/test-array_oset.c (main): Update.
33038
33039 2007-03-15  Bruno Haible  <bruno@clisp.org>
33040
33041         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
33042         (gl_oset_create_empty): Add dispose_fn argument.
33043         (struct gl_oset_implementation): Add dispose_fn argument to
33044         'create_empty' method.
33045         (struct gl_oset_impl_base): Add dispose_fn field.
33046         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
33047         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
33048         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
33049         values.
33050         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
33051         (gl_tree_oset_free): Call dispose_fn on the dropped values.
33052         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33053         dropped value.
33054         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33055         dropped value.
33056         * tests/test-array_oset.c (main): Update.
33057         * tests/test-avltree_oset.c (main): Update.
33058         * tests/test-rbtree_oset.c (main): Update.
33059         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
33060
33061 2007-03-13  Bruno Haible  <bruno@clisp.org>
33062
33063         * tests/test-stdbool.c (i): Update after last patch.
33064
33065 2007-03-12  Bruno Haible  <bruno@clisp.org>
33066
33067         * lib/quotearg.c: Include <wctype.h> early, before the definition of
33068         the iswprint macro. Needed on Solaris 2.5.1.
33069
33070 2007-03-12  Bruno Haible  <bruno@clisp.org>
33071
33072         * tests/test-printf-frexp.c (main): Declare x as volatile.
33073
33074 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33075
33076         * doc/gnulib.texi (Build robot for gnulib): New section.
33077
33078 2007-03-12  Jim Meyering  <jim@meyering.net>
33079
33080         * build-aux/bootstrap: New file.
33081         * build-aux/bootstrap.conf: New file, from coreutils.
33082
33083 2007-03-11  Bruno Haible  <bruno@clisp.org>
33084
33085         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
33086
33087 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33088
33089         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
33090         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
33091         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
33092
33093 2007-03-11  Bruno Haible  <bruno@clisp.org>
33094
33095         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
33096         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
33097
33098 2007-03-11  Bruno Haible  <bruno@clisp.org>
33099
33100         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
33101         formula. Needed for SunPRO C 5.0.
33102
33103 2007-03-11  Bruno Haible  <bruno@clisp.org>
33104
33105         * modules/long-options (Depends-on): Add getopt.
33106
33107 2007-03-11  Bruno Haible  <bruno@clisp.org>
33108
33109         * modules/modechange (Depends-on): Add stdbool.
33110
33111 2007-03-11  Bruno Haible  <bruno@clisp.org>
33112
33113         * modules/i-ring (Depends-on): Add stdbool.
33114
33115 2007-03-11  Bruno Haible  <bruno@clisp.org>
33116
33117         * modules/gc-des (Depends-on): Add stdbool.
33118
33119 2007-03-11  Bruno Haible  <bruno@clisp.org>
33120
33121         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
33122
33123 2007-03-11  Bruno Haible  <bruno@clisp.org>
33124
33125         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
33126
33127 2007-03-11  Bruno Haible  <bruno@clisp.org>
33128
33129         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
33130
33131 2007-03-11  Bruno Haible  <bruno@clisp.org>
33132
33133         * lib/vasnprintf.c (sprintf): Undefine.
33134
33135 2007-03-11  Bruno Haible  <bruno@clisp.org>
33136
33137         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
33138         initializers in SunPRO C and Compaq C compilers.
33139
33140 2007-03-11  Bruno Haible  <bruno@clisp.org>
33141
33142         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
33143         decrementing code ANSI C compliant.
33144
33145 2007-03-11  Bruno Haible  <bruno@clisp.org>
33146
33147         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
33148         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
33149
33150 2007-03-11  Bruno Haible  <bruno@clisp.org>
33151
33152         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
33153         <stdbool.h> substitute doesn't pass.
33154
33155 2007-03-11  Bruno Haible  <bruno@clisp.org>
33156
33157         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
33158
33159 2007-03-11  Bruno Haible  <bruno@clisp.org>
33160
33161         * gnulib-tool (func_create_megatestdir): Create also an autobuild
33162         script, for submission to autobuild.josefsson.org.
33163
33164 2007-03-10  Bruno Haible  <bruno@clisp.org>
33165
33166         * modules/canonicalize-lgpl-tests: New file.
33167         * tests/test-canonicalize-lgpl.sh: New file.
33168         * tests/test-canonicalize-lgpl.c: New file.
33169
33170         * modules/c-strcase-tests: New file.
33171         * tests/test-c-strcase.sh: New file.
33172         * tests/test-c-strcasecmp.c: New file.
33173         * tests/test-c-strncasecmp.c: New file.
33174
33175         * modules/atexit-tests: New file.
33176         * tests/test-atexit.sh: New file.
33177         * tests/test-atexit.c: New file.
33178
33179 2007-03-10  Bruno Haible  <bruno@clisp.org>
33180
33181         * tests/test-binary-io.sh: Use temporary filenames that are not so
33182         likely to clash with those of other tests (in a parallel make).
33183         * tests/test-binary-io.c: Likewise.
33184
33185 2007-03-10  Bruno Haible  <bruno@clisp.org>
33186
33187         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
33188         fallback; use #error instead.
33189         Suggested by Simon Josefsson.
33190
33191 2007-03-10  Bruno Haible  <bruno@clisp.org>
33192
33193         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
33194         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
33195         first and the last.
33196
33197 2007-03-10  Bruno Haible  <bruno@clisp.org>
33198
33199         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
33200
33201 2007-03-10  Bruno Haible  <bruno@clisp.org>
33202
33203         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
33204         "make distcheck".
33205         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
33206         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
33207         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
33208
33209 2007-03-10  Bruno Haible  <bruno@clisp.org>
33210
33211         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
33212         variable.
33213         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
33214         variable.
33215
33216 2007-03-09  Eric Blake  <ebb9@byu.net>
33217         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
33218
33219         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
33220         types are not being provided by gnulib.
33221         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
33222         types are supported.
33223
33224 2007-03-10  Bruno Haible  <bruno@clisp.org>
33225
33226         * lib/stdio_.h (__attribute__): New macro.
33227         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
33228         vsprintf): Specify __attribute__ __format__ for GCC.
33229         Suggested by Eric Blake.
33230
33231 2007-03-09  Bruno Haible  <bruno@clisp.org>
33232
33233         * modules/printf-posix-tests: New file.
33234         * tests/test-printf-posix.sh: New file.
33235         * tests/test-printf-posix.c: New file.
33236
33237         * modules/printf-posix: New file.
33238         * lib/printf.c: New file.
33239         * m4/printf-posix-rpl.m4: New file.
33240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
33241         REPLACE_PRINTF.
33242         * lib/stdio_.h (printf): New declaration.
33243         (format, __format__, ____printf____, ____scanf____, ____strftime____,
33244         ____strfmon____): New macros.
33245         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
33246         REPLACE_PRINTF.
33247
33248 2007-03-09  Bruno Haible  <bruno@clisp.org>
33249
33250         * tests/test-vasnprintf-posix2.sh: New file.
33251         * tests/test-vasnprintf-posix2.c: New file.
33252         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
33253         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
33254         (Makefile.am): Activate test-vasnprintf-posix2.sh.
33255
33256         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
33257         a locale dependent decimal point, rather than always '.'.
33258
33259 2007-03-09  Eric Blake  <ebb9@byu.net>
33260
33261         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
33262         spite of platforms like Tandem/NSK that define it to -1.
33263
33264 2007-03-08  Bruno Haible  <bruno@clisp.org>
33265
33266         * modules/vprintf-posix-tests: New file.
33267         * tests/test-vprintf-posix.sh: New file.
33268         * tests/test-vprintf-posix.c: New file.
33269         * tests/test-printf-posix.h: New file.
33270
33271         * modules/vprintf-posix: New file.
33272         * lib/vprintf.c: New file.
33273         * m4/vprintf-posix.m4: New file.
33274         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
33275         REPLACE_VPRINTF.
33276         * lib/stdio_.h (vprintf): New declaration.
33277         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
33278         REPLACE_VPRINTF.
33279
33280 2007-03-08  Bruno Haible  <bruno@clisp.org>
33281
33282         * modules/fprintf-posix-tests: New file.
33283         * tests/test-fprintf-posix.sh: New file.
33284         * tests/test-fprintf-posix.c: New file.
33285
33286         * modules/fprintf-posix: New file.
33287         * lib/fprintf.c: New file.
33288         * m4/fprintf-posix.m4: New file.
33289         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
33290         REPLACE_FPRINTF.
33291         * lib/stdio_.h (fprintf): New declaration.
33292         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
33293         REPLACE_FPRINTF.
33294
33295 2007-03-08  Bruno Haible  <bruno@clisp.org>
33296
33297         * modules/vfprintf-posix-tests: New file.
33298         * tests/test-vfprintf-posix.sh: New file.
33299         * tests/test-vfprintf-posix.c: New file.
33300         * tests/test-fprintf-posix.h: New file.
33301         * tests/test-fprintf-posix.out: New file.
33302
33303         * modules/vfprintf-posix: New file.
33304         * lib/vfprintf.c: New file.
33305         * m4/vfprintf-posix.m4: New file.
33306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
33307         REPLACE_VFPRINTF.
33308         * lib/stdio_.h (vfprintf): New declaration.
33309         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
33310         REPLACE_VFPRINTF.
33311
33312 2007-03-08  Bruno Haible  <bruno@clisp.org>
33313
33314         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
33315
33316 2007-03-08  Bruno Haible  <bruno@clisp.org>
33317
33318         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
33319         instead of 'expr' invocations.
33320         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33321         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33322         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33323         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33324         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33325         Suggested by Paul Eggert.
33326
33327 2007-03-08  Bruno Haible  <bruno@clisp.org>
33328
33329         * modules/fseterr-tests: New file.
33330         * tests/test-fseterr.c: New file.
33331
33332         * modules/fseterr: New file.
33333         * lib/fseterr.h: New file.
33334         * lib/fseterr.c: New file.
33335
33336 2007-03-08  Bruno Haible  <bruno@clisp.org>
33337
33338         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
33339         * lib/getopt_.h: Likewise.
33340         * lib/mbswidth.h: Likewise.
33341         * lib/setenv.h: Likewise.
33342         * lib/vasnprintf.h: Likewise.
33343         * lib/vasprintf.h: Likewise.
33344         * lib/verror.h: Likewise.
33345         * lib/xsetenv.h: Likewise.
33346         * lib/xvasprintf.h: Likewise.
33347
33348 2007-03-08  Jim Meyering  <jim@meyering.net>
33349
33350         * users.txt: Add parted.
33351
33352         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
33353
33354 2007-03-07  Bruno Haible  <bruno@clisp.org>
33355
33356         * m4/printf.m4: Make the shell script snippets copy&pastable.
33357
33358 2007-03-02  Bruno Haible  <bruno@clisp.org>
33359
33360         * lib/netinet_in_.h: New file.
33361         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
33362         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
33363         * modules/netinet_in (Files): Add lib/netinet_in_.h.
33364         (Depends-on): Add absolute-header.
33365         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
33366         into netinet/in.h.
33367
33368 2007-03-03  Bruno Haible  <bruno@clisp.org>
33369
33370         * lib/sys_select_.h: New file.
33371         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
33372         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
33373         * modules/sys_select (Files): Add lib/sys_select_.h.
33374         (Depends-on): Add absolute-header.
33375         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
33376         into sys/select.h.
33377
33378 2007-03-02  Bruno Haible  <bruno@clisp.org>
33379
33380         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
33381         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
33382         values.
33383         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
33384         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
33385         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
33386         * modules/sys_socket (Depends-on): Add absolute-header.
33387         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
33388         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
33389         (Include): Remove requirement of inclusion of <sys/types.h>.
33390
33391 2007-03-02  Bruno Haible  <bruno@clisp.org>
33392
33393         * lib/byteswap_.h (bswap_32): Fix formula.
33394
33395 2007-03-06  Bruno Haible  <bruno@clisp.org>
33396
33397         * modules/sprintf-posix-tests: New file.
33398         * tests/test-sprintf-posix.c: New file.
33399
33400         * modules/sprintf-posix: New file.
33401         * lib/sprintf.c: New file.
33402         * m4/sprintf-posix.m4: New file.
33403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
33404         REPLACE_SPRINTF.
33405         * lib/stdio_.h (sprintf): New declaration.
33406         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
33407         REPLACE_SPRINTF.
33408
33409 2007-03-06  Bruno Haible  <bruno@clisp.org>
33410
33411         * modules/vsprintf-posix-tests: New file.
33412         * tests/test-vsprintf-posix.c: New file.
33413         * tests/test-sprintf-posix.h: New file.
33414
33415         * modules/vsprintf-posix: New file.
33416         * lib/vsprintf.c: New file.
33417         * m4/vsprintf-posix.m4: New file.
33418         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
33419         REPLACE_VSPRINTF.
33420         * lib/stdio_.h (vsprintf): New declaration.
33421         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
33422         REPLACE_VSPRINTF.
33423
33424 2007-03-06  Bruno Haible  <bruno@clisp.org>
33425
33426         * modules/vsnprintf (Depend-on): Remove minmax.
33427
33428 2007-03-06  Bruno Haible  <bruno@clisp.org>
33429
33430         * modules/snprintf-posix-tests: New file.
33431         * tests/test-snprintf-posix.c: New file.
33432
33433         * modules/snprintf-posix: New file.
33434         * m4/snprintf-posix.m4: New file.
33435         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
33436         gl_FUNC_SNPRINTF.
33437         (gl_FUNC_SNPRINTF): Invoke it.
33438         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
33439         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
33440         is set.
33441         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
33442
33443 2007-03-06  Bruno Haible  <bruno@clisp.org>
33444
33445         * modules/vsnprintf-posix-tests: New file.
33446         * tests/test-vsnprintf-posix.c: New file.
33447         * tests/test-snprintf-posix.h: New file.
33448
33449         * modules/vsnprintf-posix: New file.
33450         * m4/vsnprintf-posix.m4: New file.
33451         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33452         gl_FUNC_VSNPRINTF.
33453         (gl_FUNC_VSNPRINTF): Invoke it.
33454         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33455         * lib/stdio_.h (vsnprintf): Define as a replacement if
33456         REPLACE_VSNPRINTF is set.
33457         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33458
33459 2007-03-06  Bruno Haible  <bruno@clisp.org>
33460
33461         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33462         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33463
33464 2007-03-06  Bruno Haible  <bruno@clisp.org>
33465
33466         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33467         (asinl): Declare also if HAVE_DECL_ASINL is set.
33468         (atanl): Declare also if HAVE_DECL_ATANL is set.
33469         (ceill): Declare also if HAVE_DECL_CEILL is set.
33470         (cosl): Declare also if HAVE_DECL_COSL is set.
33471         (expl): Declare also if HAVE_DECL_EXPL is set.
33472         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33473         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33474         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33475         (logl): Declare also if HAVE_DECL_LOGL is set.
33476         (sinl): Declare also if HAVE_DECL_SINL is set.
33477         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33478         (tanl): Declare also if HAVE_DECL_TANL is set.
33479         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33480         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33481         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33482         declaration of frexpl, ldexpl.
33483         * modules/printf-frexpl (Depends-on): Add math.
33484         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33485
33486 2007-03-05  Bruno Haible  <bruno@clisp.org>
33487
33488         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33489         frexpl and ldexpl are declared.
33490         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33491
33492 2007-03-05  Bruno Haible  <bruno@clisp.org>
33493
33494         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33495         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33496
33497 2007-03-05  Bruno Haible  <bruno@clisp.org>
33498
33499         * lib/stdio_.h: Include <stddef.h>.
33500
33501 2007-03-05  Bruno Haible  <bruno@clisp.org>
33502
33503         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33504
33505 2007-03-05  Bruno Haible  <bruno@clisp.org>
33506
33507         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33508         NetBSD 4, from Ralf Wildenhues.
33509
33510 2007-03-04  Bruno Haible  <bruno@clisp.org>
33511
33512         * lib/vasprintf.h: Update #if logic for the case when the functions
33513         exist but are overridden.
33514
33515 2007-03-04  Bruno Haible  <bruno@clisp.org>
33516
33517         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33518         implementations: glibc-2.4 and MacOS X 10.3.
33519         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33520         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33521         * tests/test-vasprintf-posix.c (test_function): Likewise.
33522
33523 2007-03-04  Bruno Haible  <bruno@clisp.org>
33524
33525         * modules/vasprintf-posix-tests: New file.
33526         * tests/test-vasprintf-posix.c: New file.
33527
33528         * modules/vasprintf-posix: New file.
33529         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33530         defined.
33531         * m4/vasprintf-posix.m4: New file.
33532         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33533         gl_FUNC_VASPRINTF.
33534         (gl_FUNC_VASPRINTF): Invoke it.
33535         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33536         here.
33537         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33538
33539 2007-03-04  Bruno Haible  <bruno@clisp.org>
33540
33541         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33542         REPLACE_GETTIMEOFDAY.
33543         * modules/sys_time (Makefile.am): Likewise.
33544         * m4/sys_time_h.m4: Likewise.
33545         * m4/gettimeofday.m4: Likewise.
33546
33547 2007-03-04  Bruno Haible  <bruno@clisp.org>
33548
33549         * modules/vasnprintf-posix-tests: New file.
33550         * tests/test-vasnprintf-posix.c: New file.
33551
33552         * modules/vasnprintf-posix: New file.
33553         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33554         printf-frexpl.h.
33555         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33556         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33557         REPLACE_VASNPRINTF is defined.
33558         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33559         gl_FUNC_VASNPRINTF.
33560         (gl_FUNC_VASNPRINTF): Invoke it.
33561         * m4/vasnprintf-posix.m4: New file.
33562         * m4/printf.m4: New file.
33563
33564 2007-03-04  Bruno Haible  <bruno@clisp.org>
33565
33566         Compile progreloc.c only if --enable-relocatable is specified.
33567         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33568         if --enable-relocatable was specified.
33569         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33570         lib_SOURCES.
33571
33572 2007-03-04  Jim Meyering  <jim@meyering.net>
33573
33574         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33575         Use it consistently, rather than enumerating errno constants.
33576
33577 2007-03-04  Bruno Haible  <bruno@clisp.org>
33578
33579         * modules/xvasprintf-tests: New file.
33580         * tests/test-xvasprintf.c: New file.
33581
33582         * modules/vasprintf-tests: New file.
33583         * tests/test-vasprintf.c: New file.
33584
33585         * modules/vasnprintf-tests: New file.
33586         * tests/test-vasnprintf.c: New file.
33587
33588         * modules/vsnprintf-tests: New file.
33589         * tests/test-vsnprintf.c: New file.
33590
33591         * modules/snprintf-tests: New file.
33592         * tests/test-snprintf.c: New file.
33593
33594 2007-03-04  Bruno Haible  <bruno@clisp.org>
33595
33596         Compile relocatable.c only if --enable-relocatable is specified.
33597         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
33598         gl_RELOCATABLE_LIBRARY.
33599         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
33600         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
33601         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
33602         gl_RELOCATABLE_LIBRARY.
33603         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
33604         (Makefile.am): Remove lib_SOURCES.
33605         * modules/relocatable-lib-lgpl (configure.ac): Invoke
33606         gl_RELOCATABLE_LIBRARY.
33607         (Makefile.am): Remove lib_SOURCES.
33608         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33609         always.
33610         * modules/relocatable-prog-wrapper (configure.ac): Invoke
33611         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
33612
33613 2007-03-04  Bruno Haible  <bruno@clisp.org>
33614
33615         * modules/argmatch-tests: New file.
33616         * tests/test-argmatch.c: New file.
33617
33618         * tests/test-allocsa.c (main): Halve the number of loop runs.
33619
33620         * modules/alloca-opt-tests: New file.
33621         * tests/test-alloca-opt.c: New file.
33622
33623 2007-03-04  Jim Meyering  <jim@meyering.net>
33624
33625         Work around difference between Linux ACLs and Solaris 10 ZFS.
33626         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
33627         for EINVAL.
33628
33629 2007-03-03  Bruno Haible  <bruno@clisp.org>
33630
33631         * modules/relocatable-prog (Depends-on): Add back progreloc's
33632         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
33633
33634 2007-03-03  Bruno Haible  <bruno@clisp.org>
33635
33636         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
33637         * modules/relocatable-lib: New file.
33638
33639 2007-03-03  Bruno Haible  <bruno@clisp.org>
33640
33641         * modules/relocatable-prog: Renamed from modules/relocatable.
33642         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
33643
33644 2007-03-03  Bruno Haible  <bruno@clisp.org>
33645
33646         * modules/relocatable-script (Files): Add doc/relocatable.texi,
33647         m4/relocatable-lib.m4.
33648         (Depends-on): Remove 'relocatable'.
33649         (configure.ac): Add gl_RELOCATABLE_NOP.
33650
33651 2007-03-03  Bruno Haible  <bruno@clisp.org>
33652
33653         * modules/relocatable-prog-wrapper: New file.
33654         * modules/relocatable (Depends-on): Add it. Remove all other
33655         dependencies except progname.
33656         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
33657
33658         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
33659         (gl_FUNC_STRERROR): Nop.
33660         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
33661
33662         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
33663         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
33664
33665         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
33666         (gl_FUNC_READLINK): Update.
33667
33668         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
33669
33670 2007-03-03  Bruno Haible  <bruno@clisp.org>
33671
33672         * lib/xreadlink.c: Include <unistd.h> unconditionally.
33673         * modules/xreadlink (Depends-on): Add unistd.
33674         * modules/xreadlink-with-size (Depends-on): Likewise.
33675
33676 2007-03-03  Bruno Haible  <bruno@clisp.org>
33677
33678         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
33679         extracted from gt_FUNC_SETENV.
33680         (gt_FUNC_SETENV): Remove macro.
33681         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
33682         remove gt_FUNC_SETENV.
33683
33684 2007-03-03  Bruno Haible  <bruno@clisp.org>
33685
33686         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
33687         ENABLE_RELOCATABLE here.
33688         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
33689
33690 2007-03-03  Bruno Haible  <bruno@clisp.org>
33691
33692         * modules/rbtreehash-list-tests (Depends-on): Add progname.
33693         * tests/test-rbtreehash_list.c: Include progname.h.
33694         (main): Call set_program_name.
33695
33696         * modules/rbtree-oset-tests (Depends-on): Add progname.
33697         * tests/test-rbtree_oset.c: Include progname.h.
33698         (main): Call set_program_name.
33699
33700         * modules/rbtree-list-tests (Depends-on): Add progname.
33701         * tests/test-rbtree_list.c: Include progname.h.
33702         (main): Call set_program_name.
33703
33704         * modules/linked-list-tests (Depends-on): Add progname.
33705         * tests/test-linked_list.c: Include progname.h.
33706         (main): Call set_program_name.
33707
33708 2007-03-03  Bruno Haible  <bruno@clisp.org>
33709
33710         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
33711         All uses of __restrict changed to _Restrict_.
33712         * lib/glob_.h (__restrict): Remove macro.
33713
33714 2007-03-02  Bruno Haible  <bruno@clisp.org>
33715
33716         * modules/gettext (configure.ac): Require gettext infrastructure
33717         from version 0.16.1.
33718
33719 2007-03-02  Bruno Haible  <bruno@clisp.org>
33720
33721         * modules/linkedhash-list-tests (Depends-on): Add progname.
33722         * tests/test-linkedhash_list.c: Include progname.h.
33723         (main): Call set_program_name.
33724
33725         * modules/carray-list-tests (Depends-on): Add progname.
33726         * tests/test-carray_list.c: Include progname.h.
33727         (main): Call set_program_name.
33728
33729         * modules/avltreehash-list-tests (Depends-on): Add progname.
33730         * tests/test-avltreehash_list.c: Include progname.h.
33731         (main): Call set_program_name.
33732
33733         * modules/avltree-oset-tests (Depends-on): Add progname.
33734         * tests/test-avltree_oset.c: Include progname.h.
33735         (main): Call set_program_name.
33736
33737         * modules/avltree-list-tests (Depends-on): Add progname.
33738         * tests/test-avltree_list.c: Include progname.h.
33739         (main): Call set_program_name.
33740
33741         * modules/array-oset-tests (Depends-on): Add progname.
33742         * tests/test-array_oset.c: Include progname.h.
33743         (main): Call set_program_name.
33744
33745         * modules/array-list-tests (Depends-on): Add progname.
33746         * tests/test-array_list.c: Include progname.h.
33747         (main): Call set_program_name.
33748
33749         * modules/argp-tests (Depends-on): Add progname.
33750         * tests/test-argp.c: Include argp.h first. Include progname.h.
33751         (main): Call set_program_name.
33752
33753 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
33754
33755         * doc/gnulib-tool.texi (Initial import): Reword description of
33756         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
33757         limited effect even if defined after the first system include.
33758
33759 2007-03-01  Bruno Haible  <bruno@clisp.org>
33760
33761         * build-aux/config.libpath: Update to libtool-1.5.22.
33762         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
33763
33764 2007-03-01  Bruno Haible  <bruno@clisp.org>
33765
33766         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
33767         foo_CFLAGS.
33768         Reported by Ralf Wildenhues.
33769
33770 2007-03-01  Bruno Haible  <bruno@clisp.org>
33771
33772         * build-aux/install-reloc: Remove object files left over by some
33773         compilers.
33774         Reported by Ralf Wildenhues.
33775
33776 2007-03-01  Bruno Haible  <bruno@clisp.org>
33777
33778         * build-aux/install-reloc: Break long lines.
33779
33780 2007-03-01  Bruno Haible  <bruno@clisp.org>
33781
33782         * doc/relocatable.texi: Document that it may not work on OpenBSD.
33783         Reported by Ralf Wildenhues.
33784
33785 2007-03-01  Bruno Haible  <bruno@clisp.org>
33786
33787         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
33788         include ordering constraints.
33789
33790 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33791
33792         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
33793         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
33794         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
33795         as another example.
33796         * lib/time_.h: Fix misspelling.
33797         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33798         Require gl_HEADER_TIME_H_DEFAULTS.
33799         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
33800         * m4/time_r.m4 (gl_TIME_R): Likewise.
33801         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
33802
33803 2007-03-01  Bruno Haible  <bruno@clisp.org>
33804
33805         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
33806         * m4/utimens.m4 (gl_UTIMENS): Likewise.
33807
33808 2007-03-01  Jim Meyering  <jim@meyering.net>
33809
33810         * modules/xreadlink (Maintainer): Add my name.
33811         * modules/xreadlink-with-size (Depends-on): Alphabetize.
33812
33813 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
33814             Bruno Haible  <bruno@clisp.org>
33815
33816         * build-aux/install-reloc: Compile also c-ctype.c.
33817         * build-aux/relocatable.sh.in: New file.
33818         * doc/relocatable.texi: New file.
33819         * doc/relocatable-maint.texi: New file.
33820         * doc/gnulib.texi: Include relocatable-maint.texi.
33821         * lib/progreloc.c: Include unistd.h unconditionally.
33822         * lib/relocwrapper.c: Include unistd.h unconditionally.
33823         Include c-ctype.h.
33824         (add_dotbin): Use c_tolower.
33825         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
33826         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
33827         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
33828         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
33829         to m4/relocatable-lib.m4.
33830         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
33831         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
33832         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
33833         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
33834         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
33835         * modules/relocatable: New file.
33836         * modules/relocatable-lib: New file.
33837         * modules/relocatable-script: New file.
33838
33839 2007-02-28  Bruno Haible  <bruno@clisp.org>
33840
33841         Import --enable-relocatable infrastructure.
33842         * build-aux/config.libpath: New file, from GNU gettext.
33843         * build-aux/install-reloc: New file, from GNU gettext.
33844         * build-aux/reloc-ldflags: New file, from GNU gettext.
33845         * lib/relocatable.h: New file, from GNU gettext.
33846         * lib/relocatable.c: New file, from GNU gettext.
33847         * lib/relocwrapper.c: New file, from GNU gettext.
33848         * m4/relocatable.m4: New file, from GNU gettext.
33849
33850 2007-02-28  Bruno Haible  <bruno@clisp.org>
33851
33852         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
33853
33854         * modules/xreadlink: New file, from GNU gettext with modifications.
33855         * lib/xreadlink.c: New file, from GNU gettext.
33856         * lib/xreadlink.h: Add comments.
33857         (xreadlink): New declaration.
33858
33859         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
33860         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
33861         lib/xreadlink-with-size.c.
33862         (configure.ac): Remove gl_XREADLINK invocation.
33863         (Makefile.am): Augment lib_SOURCES.
33864         * m4/xreadlink.m4: Remove file.
33865         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
33866         (xreadlink_with_size): Renamed from xreadink.
33867         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
33868         * modules/canonicalize (Depends-on): Replace xreadlink with
33869         xreadlink-with-size.
33870         * lib/canonicalize.c (canonicalize_filename_mode): Update.
33871
33872 2007-02-25  Jim Meyering  <jim@meyering.net>
33873
33874         * build-aux/announce-gen: When complaining about excess arguments,
33875         list them.
33876
33877 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33878
33879         * README: Document signed integer overflow situation more
33880         accurately.
33881
33882 2007-02-25  Bruno Haible  <bruno@clisp.org>
33883
33884         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
33885         'a' or 'A' conversion.
33886
33887 2007-02-25  Bruno Haible  <bruno@clisp.org>
33888
33889         * modules/filename: Renamed from modules/pathname.
33890         (Files): Replace lib/pathname.h with lib/filename.h. Replace
33891         lib/concatpath.c with lib/concat-filename.c.
33892         (Makefile.am): Update.
33893         (Include): Replace pathname.h with filename.h.
33894         * lib/filename.h: Renamed from lib/pathname.h.
33895         (concatenated_filename): Renamed from concatenated_pathname.
33896         * lib/concat-filename.c: Renamed from lib/concatpath.c.
33897         (concatenated_filename): Renamed from concatenated_pathname.
33898         * lib/findprog.c: Include filename.h instead of pathname.h.
33899         (find_in_path): Update.
33900         * lib/javacomp.c: Include filename.h instead of pathname.h.
33901         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
33902         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
33903         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
33904         is_oldgcj_14_13_usable, is_javac_usable): Update.
33905         * lib/javaexec.c: Include filename.h instead of pathname.h.
33906         (execute_java_class): Update.
33907         * modules/findprog: Update.
33908         * modules/javacomp: Update.
33909         * modules/javaexec: Update.
33910         * MODULES.html.sh (File system functions): Add 'filename', remove
33911         'pathname'.
33912
33913 2007-02-25  Bruno Haible  <bruno@clisp.org>
33914
33915         * modules/printf-frexpl-tests: New file.
33916         * tests/test-printf-frexpl.c: New file.
33917
33918         * modules/printf-frexpl: New file.
33919         * lib/printf-frexpl.h: New file.
33920         * lib/printf-frexpl.c: New file.
33921         * m4/printf-frexpl.m4: New file.
33922
33923 2007-02-25  Bruno Haible  <bruno@clisp.org>
33924
33925         * modules/printf-frexp-tests: New file.
33926         * tests/test-printf-frexp.c: New file.
33927
33928         * modules/printf-frexp: New file.
33929         * lib/printf-frexp.h: New file.
33930         * lib/printf-frexp.c: New file.
33931         * m4/printf-frexp.m4: New file.
33932
33933 2007-02-25  Bruno Haible  <bruno@clisp.org>
33934
33935         Assume automake >= 1.10 for the tests.
33936         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
33937         * modules/arctwo-tests: Likewise.
33938         * modules/argp-tests: Likewise.
33939         * modules/avltree-list-tests: Likewise.
33940         * modules/avltree-oset-tests: Likewise.
33941         * modules/avltreehash-list-tests: Likewise.
33942         * modules/carray-list-tests: Likewise.
33943         * modules/crc-tests: Likewise.
33944         * modules/des-tests: Likewise.
33945         * modules/gc-arcfour-tests: Likewise.
33946         * modules/gc-arctwo-tests: Likewise.
33947         * modules/gc-des-tests: Likewise.
33948         * modules/gc-hmac-md5-tests: Likewise.
33949         * modules/gc-hmac-sha1-tests: Likewise.
33950         * modules/gc-md2-tests: Likewise.
33951         * modules/gc-md4-tests: Likewise.
33952         * modules/gc-md5-tests: Likewise.
33953         * modules/gc-pbkdf2-sha1-tests: Likewise.
33954         * modules/gc-rijndael-tests: Likewise.
33955         * modules/gc-sha1-tests: Likewise.
33956         * modules/gc-tests: Likewise.
33957         * modules/getaddrinfo-tests: Likewise.
33958         * modules/hmac-md5-tests: Likewise.
33959         * modules/hmac-sha1-tests: Likewise.
33960         * modules/linked-list-tests: Likewise.
33961         * modules/linkedhash-list-tests: Likewise.
33962         * modules/lock-tests: Likewise.
33963         * modules/md2-tests: Likewise.
33964         * modules/md4-tests: Likewise.
33965         * modules/md5-tests: Likewise.
33966         * modules/rbtree-list-tests: Likewise.
33967         * modules/rbtree-oset-tests: Likewise.
33968         * modules/rbtreehash-list-tests: Likewise.
33969         * modules/read-file-tests: Likewise.
33970         * modules/rijndael-tests: Likewise.
33971         * modules/stdint-tests: Likewise.
33972         * modules/tls-tests: Likewise.
33973
33974 2007-02-24  Bruno Haible  <bruno@clisp.org>
33975
33976         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
33977         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
33978         function; instead check whether isnan with a double argument links.
33979         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
33980         function; instead check whether isnan with a 'long double' argument
33981         links.
33982         Reported by Eric Blake <ebb9@byu.net>.
33983
33984 2007-02-24  Bruno Haible  <bruno@clisp.org>
33985
33986         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
33987         defined.
33988         * lib/isnanl.c: Remove all code. Just include isnan.c.
33989         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
33990
33991 2007-02-25  Jim Meyering  <jim@meyering.net>
33992
33993         Avoid conflicting types for 'unsetenv' on FreeBSD.
33994         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
33995         conflicting with FreeBSD's (5.0 and 6.1) function declaration
33996         in stdlib.h.
33997
33998 2007-02-24  Bruno Haible  <bruno@clisp.org>
33999
34000         * modules/isnanl-nolibm-tests: New file.
34001         * tests/test-isnanl.c: New file.
34002
34003         * modules/isnanl-nolibm: New file.
34004         * lib/isnanl.h: New file.
34005         * lib/isnanl.c: New file.
34006         * m4/isnanl.m4: New file.
34007
34008 2007-02-24  Bruno Haible  <bruno@clisp.org>
34009
34010         * modules/isnan-nolibm-tests: New file.
34011         * tests/test-isnan.c: New file.
34012
34013         * modules/isnan-nolibm: New file.
34014         * lib/isnan.h: New file.
34015         * lib/isnan.c: New file.
34016         * m4/isnan.m4: New file.
34017
34018 2007-02-24  Bruno Haible  <bruno@clisp.org>
34019
34020         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
34021         assume that an exponent fits in 20 bits.
34022
34023 2007-02-24  Jim Meyering  <jim@meyering.net>
34024
34025         * m4/regex.m4: Update the description of the configure-time option,
34026         --without-included-regex, to state accurately what the defaults are,
34027         and perhaps to give people an idea why using this option is risky.
34028
34029 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34030
34031         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
34032         loops on small arguments.  This attempts to avoid the problem
34033         Bruno Haible reported for AIX 4.3.2 in
34034         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
34035
34036 2007-02-23  Bruno Haible  <bruno@clisp.org>
34037
34038         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
34039         Needed for help2man.
34040
34041 2007-02-23  Karl Berry  <karl@gnu.org>
34042
34043         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
34044         exists, foo.h should be cvs-ignored, not committed.
34045
34046 2007-02-23  Eric Blake  <ebb9@byu.net>
34047
34048         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
34049         * lib/stat-time.h (includes): Likewise.
34050         * lib/utimecmp.c (includes): Likewise.
34051         * lib/utimens.h (includes): Likewise.
34052         * lib/getdate.y (includes): Also include "timespec.h" for use
34053         internal to the module.
34054         * modules/utimens (Depends-on): Revert yesterday's patch.
34055         * modules/nanosleep (Depends-on): Add missing dependency.
34056
34057 2007-02-22  Bruno Haible  <bruno@clisp.org>
34058
34059         * lib/glob.c: Don't include getlogin_r.h.
34060
34061 2007-02-22  Jim Meyering  <jim@meyering.net>
34062
34063         * modules/utimens (Depends-on): Add timespec, required for
34064         utimens.h's inclusion of timespec.h.
34065
34066 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
34067
34068         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
34069         long unreadable paths in GNU/Linux.  Problem reported by Andreas
34070         Schwab in
34071         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
34072         I'll try to think of a better way to fix the Solaris problem.
34073
34074         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
34075         like glibc; on Solaris 10, it fails with errno == EINVAL.
34076         POSIX says the behavior is unspecified if the first argument is NULL,
34077         so play it safe and never pass NULL to the system getcwd.
34078
34079 2007-02-21  Jim Meyering  <jim@meyering.net>
34080
34081         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
34082         of gettimeofday.  It would conflict with the one now always
34083         provided via sys_time_.h.  Reported by Matthew Woehlke, as
34084         an IRIX 6.5 build failure.
34085
34086 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34087
34088         Minor fixups to port to Solaris 10 with Sun C 5.8.
34089         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
34090         * modules/getcwd (Depends-on): Add dirfd.
34091         * lib/putenv.c (putenv): #undef it.
34092         (rpl_putenv): New decl.
34093         (malloc, free): Include <stdlib.h> rather than prototyping separately.
34094
34095 2007-02-20  Bruno Haible  <bruno@clisp.org>
34096
34097         * modules/stdio-tests: New file.
34098         * tests/test-stdio.c: New file.
34099
34100         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
34101         (Depends-on): Add stdio.
34102         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34103         (Include): Use <stdio.h> instead of vsnprintf.h.
34104         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34105         HAVE_DECL_VSNPRINTF.
34106         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
34107
34108         * modules/snprintf (Files): Remove lib/snprintf.h.
34109         (Depends-on): Add stdio.
34110         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34111         (Include): Use <stdio.h> instead of snprintf.h.
34112         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34113         HAVE_DECL_SNPRINTF.
34114         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
34115         * lib/getaddrinfo.c: Likewise.
34116
34117         * modules/stdio: New file.
34118         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
34119         * lib/snprintf.h: Remove file.
34120         * lib/vsnprintf.h: Remove file.
34121         * lib/.cppi-disable: Remove snprintf.h.
34122         * m4/stdio_h.m4: New file.
34123         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
34124
34125 2007-02-20  Jim Meyering  <jim@meyering.net>
34126
34127         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
34128         used by e.g., mingw.  From Bruno Haible.
34129
34130 2007-02-19  Bruno Haible  <bruno@clisp.org>
34131
34132         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
34133         warnings.
34134         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34135
34136 2007-02-19  Bruno Haible  <bruno@clisp.org>
34137
34138         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
34139         from mingw users.
34140
34141 2007-02-19  Bruno Haible  <bruno@clisp.org>
34142
34143         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
34144         warnings.
34145         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
34146
34147 2007-02-19  Jim Meyering  <jim@meyering.net>
34148
34149         Don't use FD after a successful "fdopendir (fd)".
34150         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
34151         Reset it by calling dirfd on the just-obtained DIR*.
34152
34153         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
34154         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
34155
34156 2007-02-18  Bruno Haible  <bruno@clisp.org>
34157
34158         * lib/readlink.c: Include <unistd.h>.
34159         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
34160         HAVE_READLINK.
34161         * modules/readlink (Depends-on): Add unistd.
34162         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34163         (Include): Add <unistd.h>.
34164
34165         * lib/getlogin_r.h: Remove file.
34166         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
34167         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
34168         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
34169         HAVE_DECL_GETLOGIN_R.
34170         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
34171         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34172         (Include): Use <unistd.h> instead of getlogin_r.h.
34173
34174         * lib/getcwd.h: Remove file.
34175         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
34176         * lib/xgetcwd.c: Likewise.
34177         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
34178         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
34179         * modules/getcwd (Files): Remove lib/getcwd.h.
34180         (Depends-on): Add unistd.
34181         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34182         (Include): Use <unistd.h> instad of getcwd.h.
34183
34184         * lib/ftruncate.c: Include <unistd.h> first.
34185         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
34186         Set HAVE_FTRUNCATE.
34187         * modules/ftruncate (Depends-on): Add unistd.
34188         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34189
34190         * lib/fchdir.c: Include <unistd.h> first.
34191         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
34192         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
34193         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
34194         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34195         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
34196
34197         * lib/dup2.c: Include <unistd.h> first.
34198         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
34199         HAVE_DUP2.
34200         * modules/dup2 (Depends-on): Add unistd.
34201         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34202
34203         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
34204         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
34205         REPLACE_CHOWN. Don't define chown as a macro here.
34206         * modules/chown (Depends-on): Add unistd.
34207         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34208
34209         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
34210         Add definition for GL_LINK_WARNING.
34211         (chown, dup2): New declarations.
34212         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
34213         link warning.
34214         (ftruncate): New declaration.
34215         (getcwd): New declaration, taken from old getcwd.h.
34216         (getlogin_r): New declaration, taken from old getlogin_r.h.
34217         (readlink): New declaration.
34218         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
34219         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
34220         (gl_PREREQ_UNISTD): Remove macro.
34221         (gl_UNISTD_MODULE_INDICATOR): New macro.
34222         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
34223         many new variables. Don't set UNISTD_H.
34224         * modules/unistd (Description): Change.
34225         (Depends-on): Add link-warning.
34226         (configure.ac): Update.
34227         (Makefile.am): Create unistd.h always. Substitute many new variables
34228         into it.
34229
34230 2007-02-18  Bruno Haible  <bruno@clisp.org>
34231
34232         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
34233         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
34234         HAVE_GETSUBOPT.
34235         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
34236         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
34237         * lib/getsubopt.h: Remove file.
34238         * modules/getsubopt (Files): Remove lib/getsubopt.h.
34239         (Depends-on): Add stdlib.
34240         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34241         (Includes): Use <stdlib.h> instead of getsubopt.h.
34242         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
34243         Set HAVE_GETSUBOPT.
34244         * lib/getsubopt.c: Don't include getsubopt.h.
34245
34246 2007-02-18  Bruno Haible  <bruno@clisp.org>
34247
34248         * modules/fchdir (Depends-on): Add dup2.
34249
34250 2007-02-18  Bruno Haible  <bruno@clisp.org>
34251
34252         * lib/stdlib_.h: Handle glibc's special invocation convention
34253         specially.
34254
34255 2007-02-18  Bruno Haible  <bruno@clisp.org>
34256
34257         * modules/stdlib-tests: New file.
34258         * tests/test-stdlib.c: New file.
34259
34260         * modules/mkstemp (Files): Remove lib/mkstemp.h.
34261         (Depends-on): Add stdlib.
34262         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34263         (Includes): Use <stdlib.h> instead of mkstemp.h.
34264         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34265         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
34266         * lib/mkstemp.c: Don't include mkstemp.h.
34267         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
34268         * lib/stdlib--.h: Don't include mkstemp.h.
34269
34270         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
34271         (Depends-on): Add stdlib.
34272         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34273         (Includes): Use <stdlib.h> instead of mkdtemp.h.
34274         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34275         HAVE_MKDTEMP.
34276         * lib/mkdtemp.c: Don't include mkdtemp.h.
34277         * lib/clean-temp.c: Don't include mkdtemp.h.
34278
34279         * modules/exit (Files): Remove lib/exit.h.
34280         (Depends-on): Add stdlib.
34281         (Makefile.am): Remove lib_SOURCES.
34282         (Include): Use <stdlib.h> instead of exit.h.
34283         * lib/argmatch.c: Don't include exit.h.
34284         * lib/execute.c: Likewise.
34285         * lib/pagealign_alloc.c: Likewise.
34286         * lib/pipe.c: Likewise.
34287         * lib/wait-process.c: Likewise.
34288         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
34289         * lib/exitfail.c: Likewise.
34290         * lib/savewd.c: Likewise.
34291         * lib/xsetenv.c: Likewise.
34292
34293         * modules/stdlib: New file.
34294         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34295         and extra comments about mkstemp().
34296         * lib/exit.h: Remove file.
34297         * lib/mkdtemp.h: Remove file.
34298         * lib/mkstemp.h: Remove file.
34299         * m4/stdlib_h.m4: New file.
34300         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34301
34302 2007-02-18  Bruno Haible  <bruno@clisp.org>
34303
34304         * modules/math-tests: New file.
34305         * tests/test-math.c: New file.
34306
34307         * modules/math: New file.
34308         * modules/mathl (Files): Remove lib/mathl.h.
34309         (Depends-on): Add math.
34310         (Makefile.am): Don't mention mathl.h.
34311         (Include): Use <math.h> instead of mathl.h.
34312         * lib/math_.h: New file.
34313         * lib/mathl.h: Remove file.
34314         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
34315         mathl.h.
34316         * lib/asinl.c: Likewise.
34317         * lib/atanl.c: Likewise.
34318         * lib/ceill.c: Likewise.
34319         * lib/cosl.c: Likewise.
34320         * lib/expl.c: Likewise.
34321         * lib/floorl.c: Likewise.
34322         * lib/frexpl.c: Likewise.
34323         * lib/ldexpl.c: Likewise.
34324         * lib/logl.c: Likewise.
34325         * lib/sincosl.c: Likewise.
34326         * lib/sinl.c: Likewise.
34327         * lib/sqrtl.c: Likewise.
34328         * lib/tanl.c: Likewise.
34329         * lib/trigl.c: Likewise.
34330         * m4/math_h.m4: New file.
34331         * MODULES.html.sh (Mathematics): Add math.
34332
34333 2007-02-17  Bruno Haible  <bruno@clisp.org>
34334
34335         * modules/wctype-tests: New file.
34336         * tests/test-wctype.c: New file.
34337
34338         * modules/wchar-tests: New file.
34339         * tests/test-wchar.c: New file.
34340
34341         * modules/unistd-tests: New file.
34342         * tests/test-unistd.c: New file.
34343
34344         * modules/time-tests: New file.
34345         * tests/test-time.c: New file.
34346
34347         * modules/sysexits-tests: New file.
34348         * tests/test-sysexits.c: New file.
34349
34350         * modules/sys_time-tests: New file.
34351         * tests/test-sys_time.c: New file.
34352
34353         * modules/sys_stat-tests: New file.
34354         * tests/test-sys_stat.c: New file.
34355
34356         * modules/sys_socket-tests: New file.
34357         * tests/test-sys_socket.c: New file.
34358
34359         * modules/sys_select-tests: New file.
34360         * tests/test-sys_select.c: New file.
34361
34362         * modules/string-tests: New file.
34363         * tests/test-string.c: New file.
34364
34365         * modules/stdbool-tests: New file.
34366         * tests/test-stdbool.c: New file.
34367
34368         * modules/netinet_in-tests: New file.
34369         * tests/test-netinet_in.c: New file.
34370
34371         * modules/inttypes-tests: New file.
34372         * tests/test-inttypes.c: New file.
34373
34374         * modules/fcntl-tests: New file.
34375         * tests/test-fcntl.c: New file.
34376
34377         * modules/byteswap-tests: New file.
34378         * tests/test-byteswap.c: New file.
34379
34380         * modules/arpa_inet-tests: New file.
34381         * tests/test-arpa_inet.c: New file.
34382
34383 2007-02-17  Bruno Haible  <bruno@clisp.org>
34384
34385         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
34386         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
34387         if the corresponding module is not enabled. Emit link warnings if
34388         the function is used nevertheless.
34389         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
34390         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
34391         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
34392         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
34393         * modules/inttypes (Depends-on): Add link-warning.
34394         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34395         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
34396         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
34397         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
34398         * modules/imaxdiv (configure.ac): Likewise.
34399         * modules/strtoimax (configure.ac): Likewise.
34400         * modules/strtoumax (configure.ac): Likewise.
34401
34402 2007-02-17  Bruno Haible  <bruno@clisp.org>
34403
34404         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
34405         gl_STRING_MODULE_INDICATOR_DEFAULTS.
34406         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
34407         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
34408
34409 2007-02-17  Bruno Haible  <bruno@clisp.org>
34410
34411         * modules/link-warning: New file.
34412         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
34413         * lib/string_.h (GL_LINK_WARNING): Remove definition.
34414         * modules/string (Depends-on): Add link-warning.
34415         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34416         string.h.
34417         * MODULES.html.sh (Support for building libraries and executables): Add
34418         link-warning.
34419
34420 2007-02-17  Bruno Haible  <bruno@clisp.org>
34421
34422         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
34423         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
34424         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
34425         long lines.
34426
34427 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
34428             Bruno Haible  <bruno@clisp.org>
34429
34430         * modules/tmpfile: New file.
34431         * lib/tmpfile.c: New file.
34432         * m4/tmpfile.m4: New file.
34433         * MODULES.html.sh (func_all_modules): New section "Input/output".
34434
34435 2007-02-15  Bruno Haible  <bruno@clisp.org>
34436
34437         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
34438         (supports_delete_on_close): New function.
34439         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
34440
34441 2007-02-14  Bruno Haible  <bruno@clisp.org>
34442
34443         * modules/mbspcasecmp-tests: New file.
34444         * tests/test-mbspcasecmp.sh: New file.
34445         * tests/test-mbspcasecmp.c: New file.
34446
34447         New module mbspcasecmp.
34448         * modules/mbspcasecmp: New file.
34449         * lib/mbspcasecmp.c: New file.
34450         * lib/string_.h (strncasecmp): Change warning message.
34451         (mbspcasecmp): New declaration.
34452         * m4/mbspcasecmp.m4: New file.
34453         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34454         GNULIB_MBSPCASECMP.
34455         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34456         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34457
34458 2007-02-14  Bruno Haible  <bruno@clisp.org>
34459
34460         * modules/mbsncasecmp-tests: New file.
34461         * tests/test-mbsncasecmp.sh: New file.
34462         * tests/test-mbsncasecmp.c: New file.
34463
34464         New module mbsncasecmp.
34465         * modules/mbsncasecmp: New file.
34466         * lib/mbsncasecmp.c: New file.
34467         * lib/string_.h (mbsncasecmp): New declaration.
34468         * m4/mbsncasecmp.m4: New file.
34469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34470         GNULIB_MBSNCASECMP.
34471         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34472         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34473
34474 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34475
34476         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34477         Verify that it doesn't overlap with our flags.
34478         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34479         do not have the desired effect in multibyte locales; instead, use
34480         mbscasecmp.
34481         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34482         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34483         we don't require GNU fnmatch ourselves (if our users require it, they
34484         should do so explicitly).
34485
34486         Fix regex code so it doesn't rely on strcasecmp.
34487         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34488         Otherwise, include gnulib's langinfo.h.
34489         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34490         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34491         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34492         * modules/regex (FILES): Remove m4/codeset.m4.
34493         (Depends-on): Add localcharset.  Remove strcase.
34494
34495 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34496
34497         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34498         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34499
34500 2007-02-13  Bruno Haible  <bruno@clisp.org>
34501
34502         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34503         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34504
34505 2007-02-12  Bruno Haible  <bruno@clisp.org>
34506
34507         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34508         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34509         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34510         time warning rather than a link error.
34511
34512 2007-02-12  Bruno Haible  <bruno@clisp.org>
34513
34514         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34515         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34516         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34517
34518 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34519
34520         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34521         args, not 2.
34522
34523 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34524
34525         New module 'time', so that apps can include <time.h> as per
34526         POSIX and GNU instead of separate include files like time_r.h
34527         and timegm.h.  This implementation tries out a simpler approach
34528         for replacing decls in standard include files (as compared to
34529         the string module), somewhat as an experiment.
34530
34531         * config/srclist.txt: Comment out mktime.c for now.
34532         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34533         since it doesn't apply any more.  Use generic wording instead.
34534         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34535         'time'.
34536         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34537         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34538         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34539         Don't include <sys/types.h>; no longer needed since we assume C89.
34540         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34541         * lib/strftime.c: Likewise.
34542         * lib/time_r.c: Likewise.
34543         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34544         * lib/nanosleep.c: Include <time.h> first, to check interface.
34545         * lib/strptime.c: Likewise.
34546         * lib/time_r.c: Likewise.
34547         * lib/timegm.c: Likewise.
34548         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34549         needed.
34550         * lib/timegm.c: Don't include timegm.h; no longer needed.
34551         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34552         time.h now handles any problems in that area.
34553         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34554         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34555         that time.h defines struct timespec.
34556         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34557         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34558         handles that.
34559         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34560         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34561         needed.  Set REPLACE_LOCALTIME.
34562         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34563         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34564         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34565         nanosleep; time_h.m4 now does that.  Don't require
34566         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34567         module handles this now.
34568         * modules/getdate (Depends-on): Remove timespec.  Add time.
34569         * modules/nanosleep (Depends-on): Likewise.
34570         * modules/stat-time (Depends-on): Likewise.
34571         * modules/nanosleep (Include): Include time.h, not timespec.h.
34572         * modules/strptime (Files): Remove lib/strptime.h.
34573         (Depends-on): Add extensions, time.
34574         (Include): Include time.h, not strptime.h.
34575         * modules/time_r (Files): Remove lib/time_r.h.
34576         (Depends-on): Add time.
34577         (Include): Include time.h, not time_r.h.
34578         * modules/timegm: Likewise.
34579         * modules/timespec (Description): Now does timespec-related decls
34580         of our own, instead of struct timespec itself.
34581         (Depends-on): Add time; remove extensions.
34582         (Maintainer): Add self.
34583         * modules/utimecmp (Depends-on): Add time; remove timespec.
34584         * modules/utimens (Depends-on): Likewise.
34585         * modules/xnanosleep (Depends-on): Likewise.
34586
34587 2007-02-11  Bruno Haible  <bruno@clisp.org>
34588
34589         * lib/c-strstr.c: Include allocsa.h.
34590         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34591         * lib/c-strcasestr.c: Include allocsa.h.
34592         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34593         * lib/strcasestr.c: Include allocsa.h.
34594         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34595         * lib/mbsstr.c: Include allocsa.h.
34596         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34597         allocsa/freesa instead of malloc/free.
34598         * lib/mbscasestr.c: Include allocsa.h.
34599         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34600         allocsa/freesa instead of malloc/free.
34601         * modules/c-strstr (Depends-on): Add allocsa.
34602         * modules/c-strcasestr (Depends-on): Likewise.
34603         * modules/strcasestr (Depends-on): Likewise.
34604         * modules/mbsstr (Depends-on): Likewise.
34605         * modules/mbscasestr (Depends-on): Likewise.
34606
34607 2007-02-11  Bruno Haible  <bruno@clisp.org>
34608
34609         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
34610
34611         * modules/mbsspn-tests: New file.
34612         * tests/test-mbsspn.sh: New file.
34613         * tests/test-mbsspn.c: New file.
34614
34615 2007-02-11  Bruno Haible  <bruno@clisp.org>
34616
34617         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
34618
34619         * modules/mbspbrk-tests: New file.
34620         * tests/test-mbspbrk.sh: New file.
34621         * tests/test-mbspbrk.c: New file.
34622
34623 2007-02-11  Bruno Haible  <bruno@clisp.org>
34624
34625         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
34626         unneeded cast.
34627
34628         * modules/mbscspn-tests: New file.
34629         * tests/test-mbscspn.sh: New file.
34630         * tests/test-mbscspn.c: New file.
34631
34632 2007-02-11  Bruno Haible  <bruno@clisp.org>
34633
34634         * modules/mbscasecmp-tests: New file.
34635         * tests/test-mbscasecmp.sh: New file.
34636         * tests/test-mbscasecmp.c: New file.
34637
34638 2007-02-11  Bruno Haible  <bruno@clisp.org>
34639
34640         Ensure O(n) worst-case complexity of mbscasestr.
34641         * lib/mbscasestr.c: Include stdbool.h.
34642         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34643         functions.
34644         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
34645         the bookkeeping indicates that it's worth it.
34646         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
34647
34648         * modules/mbscasestr-tests: New file.
34649         * tests/test-mbscasestr1.c: New file.
34650         * tests/test-mbscasestr2.sh: New file.
34651         * tests/test-mbscasestr2.c: New file.
34652         * tests/test-mbscasestr3.sh: New file.
34653         * tests/test-mbscasestr3.c: New file.
34654         * tests/test-mbscasestr4.sh: New file.
34655         * tests/test-mbscasestr4.c: New file.
34656         * m4/locale-tr.m4: New file.
34657
34658 2007-02-11  Bruno Haible  <bruno@clisp.org>
34659
34660         Ensure O(n) worst-case complexity of mbsstr.
34661         * lib/mbsstr.c: Include stdbool.h.
34662         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34663         functions.
34664         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
34665         bookkeeping indicates that it's worth it.
34666         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
34667
34668         * modules/mbsstr-tests: New file.
34669         * tests/test-mbsstr1.c: New file.
34670         * tests/test-mbsstr2.sh: New file.
34671         * tests/test-mbsstr2.c: New file.
34672         * tests/test-mbsstr3.sh: New file.
34673         * tests/test-mbsstr3.c: New file.
34674         * m4/locale-fr.m4: New file.
34675
34676 2007-02-11  Bruno Haible  <bruno@clisp.org>
34677
34678         * lib/mbsrchr.c (mbsrchr): Fix bug.
34679
34680         * modules/mbsrchr-tests: New file.
34681         * tests/test-mbsrchr.sh: New file.
34682         * tests/test-mbsrchr.c: New file.
34683
34684 2007-02-11  Bruno Haible  <bruno@clisp.org>
34685
34686         * lib/mbschr.c (mbschr): Fix bug.
34687
34688         * modules/mbschr-tests: New file.
34689         * tests/test-mbschr.sh: New file.
34690         * tests/test-mbschr.c: New file.
34691         * m4/locale-zh.m4: New file.
34692
34693 2007-02-11  Bruno Haible  <bruno@clisp.org>
34694
34695         Support for copying multibyte string iterators.
34696         * lib/mbiter.h: Include <string.h>.
34697         (mbiter_multi_copy): New function.
34698         (mbi_copy): New macro.
34699         * lib/mbuiter.h: Include <string.h>.
34700         (mbuiter_multi_copy): New function.
34701         (mbui_copy): New macro.
34702
34703 2007-02-11  Bruno Haible  <bruno@clisp.org>
34704
34705         New module mbslen.
34706         * modules/mbslen: New file.
34707         * lib/mbslen.c: New file.
34708         * lib/string_.h (mbslen): New declaration.
34709         * m4/mbslen.m4: New file.
34710         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34711         GNULIB_MBSLEN.
34712         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
34713         * MODULES.html.sh (Internationalization functions): Add mbslen.
34714
34715 2007-02-11  Bruno Haible  <bruno@clisp.org>
34716
34717         Ensure O(n) worst-case complexity of strcasestr substitute.
34718         * lib/strcasestr.c: Include stdbool.h.
34719         (knuth_morris_pratt): New function.
34720         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34721         bookkeeping indicates that it's worth it.
34722         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
34723
34724         * modules/strcasestr-tests: New file.
34725         * tests/test-strcasestr.c: New file.
34726
34727 2007-02-11  Bruno Haible  <bruno@clisp.org>
34728
34729         Ensure O(n) worst-case complexity of c_strcasestr.
34730         * lib/c-strcasestr.c: Include stdbool.h, string.h.
34731         (knuth_morris_pratt): New function.
34732         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
34733         the bookkeeping indicates that it's worth it.
34734         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
34735
34736         * modules/c-strcasestr-tests: New file.
34737         * tests/test-c-strcasestr.c: New file.
34738
34739 2007-02-11  Bruno Haible  <bruno@clisp.org>
34740
34741         Ensure O(n) worst-case complexity of c_strstr.
34742         * lib/c-strstr.c: Include stdbool.h, string.h.
34743         (knuth_morris_pratt): New function.
34744         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34745         bookkeeping indicates that it's worth it.
34746         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
34747
34748         * lib/c-strstr.c: Complete rewrite for maintainability.
34749
34750         * modules/c-strstr-tests: New file.
34751         * tests/test-c-strstr.c: New file.
34752
34753 2007-02-11  Bruno Haible  <bruno@clisp.org>
34754
34755         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
34756         5.2.1 and earlier, whereby \055 was treated just like the range
34757         delimiter '-'.
34758         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34759
34760 2007-02-08  Bruno Haible  <bruno@clisp.org>
34761
34762         * modules/regex (Depends-on): Add stdbool.
34763         Reported by Dalibor Topic <robilad@kaffe.org>.
34764
34765 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34766
34767         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
34768         Prefer returning from main to exiting from it.
34769         Remove unnecessary parens after sizeof.
34770
34771 2007-02-05  Bruno Haible  <bruno@clisp.org>
34772
34773         New module mbssep.
34774         * modules/mbssep: New file.
34775         * lib/mbssep.c: New file.
34776         * lib/string_.h (strsep): Add a conditional link warning.
34777         (mbssep): New declaration.
34778         * m4/mbssep.m4: New file.
34779         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34780         GNULIB_MBSSEP.
34781         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
34782         * MODULES.html.sh (Internationalization functions): Add mbssep.
34783
34784 2007-02-05  Bruno Haible  <bruno@clisp.org>
34785
34786         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
34787         Optimize search in case of 1 delimiter.
34788
34789 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34790
34791         * lib/acl.h: Include sys/types.h before sys/acl.h.
34792
34793 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34794
34795         Merge upstream fix for glibc bugzilla #3957:
34796
34797         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
34798
34799         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
34800         bit for RE_HAT_LISTS_NOT_NEWLINE.
34801         (build_charclass_op): Remove bogus comment.
34802
34803 2007-02-05  Simon Josefsson  <simon@josefsson.org>
34804
34805         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
34806
34807 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34808
34809         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
34810         * lib/memmem.c [!defined _LIBC]: Include config.h.
34811
34812 2007-02-04  Bruno Haible  <bruno@clisp.org>
34813
34814         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
34815         warning message.
34816
34817 2007-02-04  Bruno Haible  <bruno@clisp.org>
34818
34819         New module mbstok_r.
34820         * modules/mbstok_r: New file.
34821         * lib/mbstok_r.c: New file.
34822         * lib/string_.h (strtok_r): Change argument names to match the
34823         comments. Add a conditional link warning.
34824         (mbstok_r): New declaration.
34825         * m4/mbstok_r.m4: New file.
34826         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34827         GNULIB_MBSTOK_R.
34828         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
34829         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
34830
34831 2007-02-04  Bruno Haible  <bruno@clisp.org>
34832
34833         New module mbsspn.
34834         * modules/mbsspn: New file.
34835         * lib/mbsspn.c: New file.
34836         * lib/string_.h (strspn): Add a conditional link warning.
34837         (mbsspn): New declaration.
34838         * m4/mbsspn.m4: New file.
34839         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34840         GNULIB_MBSSPN.
34841         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
34842         * MODULES.html.sh (Internationalization functions): Add mbsspn.
34843
34844 2007-02-04  Bruno Haible  <bruno@clisp.org>
34845
34846         New module mbspbrk.
34847         * modules/mbspbrk: New file.
34848         * lib/mbspbrk.c: New file.
34849         * lib/string_.h (strpbrk): Add a conditional link warning.
34850         (mbspbrk): New declaration.
34851         * m4/mbspbrk.m4: New file.
34852         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34853         GNULIB_MBSPBRK.
34854         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
34855         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
34856
34857 2007-02-04  Bruno Haible  <bruno@clisp.org>
34858
34859         New module mbscspn.
34860         * modules/mbscspn: New file.
34861         * lib/mbscspn.c: New file.
34862         * lib/string_.h (strcspn): Add a conditional link warning.
34863         (mbscspn): New declaration.
34864         * m4/mbscspn.m4: New file.
34865         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34866         GNULIB_MBSCSPN.
34867         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
34868         * MODULES.html.sh (Internationalization functions): Add mbscspn.
34869
34870 2007-02-04  Bruno Haible  <bruno@clisp.org>
34871
34872         New module mbscasestr, reduced goal of strcasestr.
34873         * modules/mbscasestr: New file.
34874         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
34875         (mbscasestr): Renamed from strcasestr.
34876         * lib/strcasestr.c: Don't include mbuiter.h.
34877         (strcasestr): Remove support for multibyte locales.
34878         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
34879         Change the conditional link warning.
34880         (mbscasestr): New declaration.
34881         * m4/mbscasestr.m4: New file.
34882         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
34883         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
34884         REPLACE_STRCASESTR.
34885         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
34886         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34887         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34888         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
34889         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
34890         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34891         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
34892         (Depends-on): Remove mbuiter.
34893         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
34894
34895 2007-02-04  Bruno Haible  <bruno@clisp.org>
34896
34897         Simplify handling of strncasecmp.
34898         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
34899         the conditional link warning.
34900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34901         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
34902         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
34903         * modules/strcase (configure.ac): Don't invoke
34904         gl_STRING_MODULE_INDICATOR.
34905         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
34906
34907 2007-02-04  Bruno Haible  <bruno@clisp.org>
34908
34909         New module mbscasecmp, reduced goal of strcasecmp.
34910         * modules/mbscasecmp: New file.
34911         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
34912         (mbscasecmp): Renamed from strcasecmp.
34913         * lib/strcasecmp.c: Don't include mbuiter.h.
34914         (strcasecmp): Remove support for multibyte locales.
34915         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
34916         Change the conditional link warning.
34917         (mbscasecmp): New declaration.
34918         * m4/mbscasecmp.m4: New file.
34919         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
34920         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
34921         REPLACE_STRCASECMP.
34922         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
34923         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34924         GNULIB_MBSCASECMP.
34925         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
34926         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
34927         * modules/strcase (Files): Remove m4/mbrtowc.m4.
34928         (Depends-on): Remove mbuiter.
34929         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
34930
34931 2007-02-04  Bruno Haible  <bruno@clisp.org>
34932
34933         New module mbsstr. Remove module strstr.
34934         * modules/mbsstr: New file.
34935         * modules/strstr: Remove file.
34936         * lib/mbsstr.c: Renamed from lib/strstr.c.
34937         (mbsstr): Renamed from strstr.
34938         * lib/string_.h (strstr): Remove declaration. Change the conditional
34939         link warning.
34940         (mbsstr): New declaration.
34941         * m4/mbsstr.m4: New file.
34942         * m4/strstr.m4: Remove file.
34943         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
34944         REPLACE_STRSTR.
34945         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
34946         Don't initialize GNULIB_STRSTR.
34947         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
34948         substitute GNULIB_STRSTR and REPLACE_STRSTR.
34949         * MODULES.html.sh (Internationalization functions): Add mbsstr.
34950         (Support for systems lacking ANSI C 89): Remove strstr.
34951
34952 2007-02-04  Bruno Haible  <bruno@clisp.org>
34953
34954         New module mbsrchr.
34955         * modules/mbsrchr: New file.
34956         * lib/mbsrchr.c: New file.
34957         * lib/string_.h (strrchr): Add a conditional link warning.
34958         (mbsrchr): New declaration.
34959         * m4/mbsrchr.m4: New file.
34960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34961         GNULIB_MBSRCHR.
34962         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
34963         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
34964
34965 2007-02-04  Bruno Haible  <bruno@clisp.org>
34966
34967         New module mbschr.
34968         * modules/mbschr: New file.
34969         * lib/mbschr.c: New file.
34970         * lib/string_.h (strchr): Add a conditional link warning.
34971         (mbschr): New declaration.
34972         * m4/mbschr.m4: New file.
34973         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34974         GNULIB_MBSCHR.
34975         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
34976         * MODULES.html.sh (Internationalization functions): Add mbschr.
34977
34978 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34979
34980         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
34981
34982         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
34983
34984 2007-02-04  Bruno Haible  <bruno@clisp.org>
34985
34986         New module description section 'configure.ac-early'.
34987         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
34988         (func_get_autoconf_early_snippet): New function.
34989         (func_import, func_create_testdir): Use it. Remove special cases for
34990         modules 'extensions' and 'lock'.
34991         * modules/extensions (configure.ac-early): Require
34992         gl_USE_SYSTEM_EXTENSIONS.
34993         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
34994
34995 2007-02-04  Bruno Haible  <bruno@clisp.org>
34996
34997         Make use of gcj-4.3's -fsource and -ftarget option.
34998         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
34999         and if so try the options -fsource and -ftarget.
35000         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
35001         source_version, ftarget_option, target_version arguments.
35002         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
35003         (is_envjavac_oldgcj_14_14_usable): Renamed from
35004         is_envjavac_gcj_14_14_usable.
35005         (is_envjavac_oldgcj_14_13_usable): Renamed from
35006         is_envjavac_gcj_14_13_usable.
35007         (is_gcj_present): Update.
35008         (is_gcj_43, is_gcj43_usable): New functions.
35009         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
35010         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
35011         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
35012         try the options -fsource and -ftarget.
35013
35014 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35015
35016         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
35017         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
35018         larger value.
35019
35020 2007-02-03  Jim Meyering  <jim@meyering.net>
35021
35022         Give tools a better chance to allocate space for very large buffers.
35023         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
35024
35025         Make pwd and readlink work also when run with an unreadable parent dir
35026         on systems with openat support.
35027         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
35028         provided getcwd function, even when we have openat support.
35029         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
35030
35031 2007-02-02  Bruno Haible  <bruno@clisp.org>
35032
35033         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
35034         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
35035         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
35036         portability problems if one of these functions is only used on specific
35037         platforms.
35038         Reported by Paul Eggert.
35039
35040 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
35041
35042         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
35043         is causing more trouble than it's curing.
35044         * lib/regex_internal.h (__mempcpy): Remove.
35045         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
35046         (and make the code a tad smaller to boot).
35047         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
35048
35049 2007-02-02  Jim Meyering  <jim@meyering.net>
35050
35051         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
35052         section, not in the Makefile.am: one.
35053
35054 2007-02-02  Eric Blake  <ebb9@byu.net>
35055
35056         * lib/strchrnul.c: Always include config.h first.
35057
35058         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
35059         gnulib strstr is not necessary here.
35060
35061 2007-02-02  Simon Josefsson  <simon@josefsson.org>
35062
35063         * m4/socklen.m4: Fix typo.
35064
35065 2007-02-02  Eric Blake  <ebb9@byu.net>
35066
35067         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
35068         * modules/netinet_in (Makefile.am): Likewise.
35069
35070 2007-02-01  Bruno Haible  <bruno@clisp.org>
35071
35072         * lib/string_.h (GL_LINK_WARNING): New macro.
35073         (strcasecmp, strstr, strcasestr): If provided by the system,
35074         conditionally define as a macro that leads to a warning instead of to
35075         an error.
35076         (strncasecmp): Conditionally define as a macro that leads to a warning.
35077
35078 2007-02-01  Karl Berry  <karl@gnu.org>
35079
35080         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
35081
35082 2007-02-01  Bruno Haible  <bruno@clisp.org>
35083
35084         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
35085         renamings.
35086
35087 2007-02-01  Eric Blake  <ebb9@byu.net>
35088
35089         * modules/regex (Depends-on): Revert dependence on mempcpy.
35090         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
35091         module's definition of mempcpy.
35092         Reported by Paul Eggert.
35093
35094 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35095
35096         * lib/string_.h: If the gnulib module XYZ is not present, undefine
35097         the symbol XYZ before redefining it.  This fixes a problem with
35098         programs that don't use XYZ, when compiled on systems that define
35099         XYZ to something else.
35100
35101 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
35102
35103         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
35104         occurs when "mkdir -m foo" creates a setgid directory that is (1)
35105         writeable to group or other and (2) is intended to have a special
35106         mode bit that is set or cleared.  In such a case, the directory
35107         should be neither group- nor other-writeable until the special
35108         mode bits are right.
35109
35110 2007-01-31  Eric Blake  <ebb9@byu.net>
35111
35112         * modules/mountlist (Depends-on): Add strstr.
35113
35114         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
35115         bug.
35116         * modules/string (Makefile.am): Remove redundant replacement.
35117         * modules/regex (Depends-on): Add mempcpy.
35118
35119 2007-01-31  Bruno Haible  <bruno@clisp.org>
35120
35121         New module description field 'Link'.
35122         * gnulib-tool (func_usage): Document --extract-link-directive.
35123         (sed_extract_prog): Recognize 'Link' directive.
35124         (func_get_link_directive): New function.
35125         (func_import): Show summary of link directives.
35126         Handle --extract-link-directive option.
35127         * modules/acl (Link): New section.
35128         * modules/clock-time (Link): New section.
35129         * modules/euidaccess (Link): New section.
35130         * modules/gettext (Link): New section.
35131         * modules/iconv (Link): New section.
35132         * modules/lock (Link): New section.
35133         * modules/nanosleep (Link): New section.
35134         * modules/readline (Link): New section.
35135
35136 2007-01-27  Bruno Haible  <bruno@clisp.org>
35137
35138         Enforce the use of gnulib modules for unportable <string.h> functions.
35139         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
35140         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
35141         (gl_HEADER_STRING_H_BODY): Require it.
35142         * lib/string_.h: If the gnulib module XYZ is not present, redefine
35143         the symbol XYZ to one that gives a link error.
35144         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
35145         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
35146         * modules/mempcpy (configure.ac): Likewise.
35147         * modules/memrchr (configure.ac): Likewise.
35148         * modules/stpcpy (configure.ac): Likewise.
35149         * modules/stpncpy (configure.ac): Likewise.
35150         * modules/strcase (configure.ac): Likewise.
35151         * modules/strcasestr (configure.ac): Likewise.
35152         * modules/strchrnul (configure.ac): Likewise.
35153         * modules/strdup (configure.ac): Likewise.
35154         * modules/strndup (configure.ac): Likewise.
35155         * modules/strnlen (configure.ac): Likewise.
35156         * modules/strpbrk (configure.ac): Likewise.
35157         * modules/strsep (configure.ac): Likewise.
35158         * modules/strstr (configure.ac): Likewise.
35159         * modules/strtok_r (configure.ac): Likewise.
35160
35161 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
35162
35163         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
35164
35165 2007-01-30  Jim Meyering  <jim@meyering.net>
35166
35167         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
35168
35169 2007-01-29  Bruno Haible  <bruno@clisp.org>
35170
35171         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
35172         * lib/execute.c: Likewise.
35173         * lib/pipe.c: Likewise.
35174         * lib/printf-args.h: Likewise.
35175         * lib/printf-args.c: Likewise.
35176         * lib/printf-parse.c: Likewise.
35177         * lib/vasnprintf.c: Likewise.
35178
35179 2007-01-29  Eric Blake  <ebb9@byu.net>
35180
35181         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
35182         declaration.
35183
35184 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
35185
35186         * lib/strptime.h (strptime): Use 'restrict' for args where
35187         POSIX requires this.
35188         * lib/strptime.c (strptime): Likewise.
35189         Change license notice from LGPL to GPL, since gnulib-tool will
35190         change this as needed.
35191         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
35192         defined.
35193         Include "strptime.h" first, to check interface.
35194         Do not #undef _LIBC and _NL_CURRENT.
35195         Do not include <stdlib.h>; no longer needed.
35196         Include "time_r.h" and declare ptime_locale_status
35197         only if _LIBC is not defined.
35198         (__P): Remove unused macro.
35199         (match_string): Bring back glibc version, but use it only if _LIBC
35200         is defined.
35201         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
35202         Remove unnecessary assertion and abort() call.
35203         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
35204         * m4/strptime.m4: Fix serial number comment.
35205         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
35206         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
35207         (Depends-on): Add time_r.
35208
35209 2007-01-29  Bruno Haible  <bruno@clisp.org>
35210
35211         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35212         strptime.
35213         * modules/strptime (Depends-on): Add stdbool.
35214         * lib/strptime.h: Include <time.h> always. Add comments.
35215
35216 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35217
35218         * modules/strptime: New file.
35219         * lib/strptime.h: New file.
35220         * lib/strptime.c: New file.
35221         * m4/strptime.m4: New file.
35222
35223 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35224
35225         * MODULES.html.sh: New module mpsort.
35226         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
35227
35228         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
35229         a circularity problem with HP-UX ia64 reported by Bob Proulx in
35230         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
35231         All uses changed.
35232         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
35233         All uses changed.
35234         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
35235         to _Restrict_.
35236         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
35237         the parameter matches the prototype.
35238
35239 2007-01-28  Jim Meyering  <jim@meyering.net>
35240
35241         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
35242         sys/time.h here, reverting that part of the previous patch:
35243         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
35244
35245 2007-01-28  Bruno Haible  <bruno@clisp.org>
35246
35247         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
35248         value of $(SYS_TIME_H).
35249         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
35250         remove it conditionally, too. [added by Jim Meyering]
35251         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
35252         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35253         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
35254         GETTIMEOFDAY_REPLACEMENT to 1.
35255
35256 2007-01-28  Bruno Haible  <bruno@clisp.org>
35257
35258         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
35259         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
35260         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
35261         Set UNISTD_H instead of UNISTD_H2.
35262         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
35263
35264 2007-01-28  Bruno Haible  <bruno@clisp.org>
35265
35266         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
35267         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
35268
35269 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35270
35271         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
35272         (func_create_testdir): Ensure C locale for `grep' and `tr'
35273         character ranges.
35274         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
35275         ACLOCAL_AMFLAGS parsing state machine.
35276
35277 2007-01-27  Bruno Haible  <bruno@clisp.org>
35278
35279         * modules/unistr/base: Update.
35280
35281 2007-01-27  Bruno Haible  <bruno@clisp.org>
35282
35283         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
35284         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
35285         * modules/unistr/u32-mbtouc-unsafe: Renamed from
35286         modules/unistr/u32-mbtouc.
35287         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
35288         * lib/unistr.h: Update.
35289         * lib/linebreak.c: Update.
35290         * modules/unistr/u32-mbtouc: Renamed from
35291         modules/unistr/u32-mbtouc-safe.
35292         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
35293         * lib/unistr.h: Update.
35294         * lib/unistr/u32-to-u8.c: Update.
35295         * lib/unistr/u32-to-u16.c: Update.
35296
35297 2007-01-27  Bruno Haible  <bruno@clisp.org>
35298
35299         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35300         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35301         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35302         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35303         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
35304         * modules/unistr/u16-mbtouc-unsafe: Renamed from
35305         modules/unistr/u16-mbtouc.
35306         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
35307         * lib/unistr.h: Update.
35308         * lib/linebreak.c: Update.
35309         * modules/linebreak: Update.
35310         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
35311         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
35312         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
35313         * modules/unistr/u16-mbtouc: Renamed from
35314         modules/unistr/u16-mbtouc-safe.
35315         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
35316         * lib/unistr.h: Update.
35317         * lib/unistr/u16-to-u8.c: Update.
35318         * modules/unistr/u16-to-u8: Update.
35319         * lib/unistr/u16-to-u32.c: Update.
35320         * modules/unistr/u16-to-u32: Update.
35321
35322 2007-01-27  Bruno Haible  <bruno@clisp.org>
35323
35324         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
35325         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
35326         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
35327         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
35328         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
35329         * modules/unistr/u8-mbtouc-unsafe: Renamed from
35330         modules/unistr/u8-mbtouc.
35331         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
35332         * lib/unistr.h: Update.
35333         * lib/striconveh.c: Update.
35334         * modules/striconveh: Update.
35335         * lib/linebreak.c: Update.
35336         * modules/linebreak: Update.
35337         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
35338         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
35339         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
35340         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
35341         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
35342         * lib/unistr.h: Update.
35343         * lib/striconveh.c: Update.
35344         * modules/striconveh: Update.
35345         * lib/unistr/u8-to-u16.c: Update.
35346         * modules/unistr/u8-to-u16: Update.
35347         * lib/unistr/u8-to-u32.c: Update.
35348         * modules/unistr/u8-to-u32: Update.
35349
35350 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35351
35352         Sync from Libtool.
35353         * lib/argz.c: Do not include strings.h nor memory.h, include
35354         string.h unconditionally.  Patch by Simon Josefsson.
35355
35356 2007-01-27  Bruno Haible  <bruno@clisp.org>
35357
35358         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
35359         from gl_HEADER_STRING_H_BODY.
35360         (gl_HEADER_STRING_H_BODY): Require it.
35361         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
35362         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
35363         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
35364         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
35365         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35366         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
35367         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35368         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
35369         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
35370         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
35371         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
35372         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
35373         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
35374         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
35375         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35376
35377 2007-01-27  Bruno Haible  <bruno@clisp.org>
35378
35379         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
35380         check_PROGRAMS into noinst_PROGRAMS.
35381         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
35382         check_PROGRAMS in this case.
35383         (func_import): Set for_test to false.
35384         (func_create_testdir): Set for_test to true.
35385
35386 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35387             Bruno Haible  <bruno@clisp.org>
35388
35389         * modules/strcasestr (Files): Remove lib/strcasestr.h.
35390         (Depends-on): Add string.
35391         (Includes): Use <string.h> instead of strcasestr.h.
35392         * modules/string (Makefile.am): Also substitute the value of
35393         REPLACE_STRCASESTR.
35394         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
35395         assume strcasestr is declared in <string.h> not <strings.h>. Also
35396         set REPLACE_STRCASESTR.
35397         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
35398         REPLACE_STRCASESTR.
35399         * lib/strcasestr.h: Remove file.
35400         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
35401         * lib/string_.h (strcasestr): New declaration.
35402
35403 2007-01-27  Bruno Haible  <bruno@clisp.org>
35404
35405         * lib/string_.h: Use 'extern'.
35406
35407 2007-01-27  Jim Meyering  <jim@meyering.net>
35408
35409         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
35410         of set-but-not-used local, "q".
35411
35412         * lib/mempcpy.c: Include <config.h> before <string.h>.
35413         This fixes a compilation error on HP-UX, due to the system's
35414         "restrict"-using mempcpy prototype.
35415
35416 2007-01-26  Bruno Haible  <bruno@clisp.org>
35417
35418         Small optimization.
35419         * lib/javacomp.c: Include c-strstr.h.
35420          (is_envjavac_gcj): Use c_strstr instead of strstr.
35421         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
35422
35423 2007-01-26  Bruno Haible  <bruno@clisp.org>
35424
35425         * MODULES.html.sh (Unicode string functions): Add the new modules.
35426
35427         * modules/uniconv/u32-strconv-to-locale: New file.
35428         * lib/uniconv/u32-strconv-to-locale.c: New file.
35429
35430         * modules/uniconv/u16-strconv-to-locale: New file.
35431         * lib/uniconv/u16-strconv-to-locale.c: New file.
35432
35433         * modules/uniconv/u8-strconv-to-locale: New file.
35434         * lib/uniconv/u8-strconv-to-locale.c: New file.
35435
35436         * modules/uniconv/u32-strconv-from-locale: New file.
35437         * lib/uniconv/u32-strconv-from-locale.c: New file.
35438
35439         * modules/uniconv/u16-strconv-from-locale: New file.
35440         * lib/uniconv/u16-strconv-from-locale.c: New file.
35441
35442         * modules/uniconv/u8-strconv-from-locale: New file.
35443         * lib/uniconv/u8-strconv-from-locale.c: New file.
35444
35445         * modules/uniconv/u32-strconv-to-enc: New file.
35446         * lib/uniconv/u32-strconv-to-enc.c: New file.
35447         * modules/uniconv/u32-strconv-to-enc-tests: New file.
35448         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
35449
35450         * modules/uniconv/u16-strconv-to-enc: New file.
35451         * lib/uniconv/u16-strconv-to-enc.c: New file.
35452         * lib/uniconv/u-strconv-to-enc.h: New file.
35453         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35454         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35455
35456         * modules/uniconv/u8-strconv-to-enc: New file.
35457         * lib/uniconv/u8-strconv-to-enc.c: New file.
35458         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35459         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35460
35461         * modules/uniconv/u32-strconv-from-enc: New file.
35462         * lib/uniconv/u32-strconv-from-enc.c: New file.
35463         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35464         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35465
35466         * modules/uniconv/u16-strconv-from-enc: New file.
35467         * lib/uniconv/u16-strconv-from-enc.c: New file.
35468         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35469         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35470
35471         * modules/uniconv/u8-strconv-from-enc: New file.
35472         * lib/uniconv/u8-strconv-from-enc.c: New file.
35473         * lib/uniconv/u-strconv-from-enc.h: New file.
35474         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35475         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35476
35477         * modules/uniconv/u32-conv-from-enc: New file.
35478         * lib/uniconv/u32-conv-from-enc.c: New file.
35479         * modules/uniconv/u32-conv-from-enc-tests: New file.
35480         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35481
35482         * modules/uniconv/u16-conv-from-enc: New file.
35483         * lib/uniconv/u16-conv-from-enc.c: New file.
35484         * lib/uniconv/u-conv-from-enc.h: New file.
35485         * modules/uniconv/u16-conv-from-enc-tests: New file.
35486         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35487
35488         * modules/uniconv/u8-conv-from-enc: New file.
35489         * lib/uniconv/u8-conv-from-enc.c: New file.
35490         * modules/uniconv/u8-conv-from-enc-tests: New file.
35491         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35492
35493         * modules/uniconv/base: New file.
35494         * lib/uniconv.h: New file.
35495
35496 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35497
35498         * doc/gnulib-tool.texi (Initial import): Update to match current
35499         behavior with strdup module.
35500         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35501         * lib/memmem.h: Remove; all uses removed.  This is now done
35502         by <string.h>.
35503         * lib/mempcpy.h: Likewise.
35504         * lib/memrchr.h: Likewise.
35505         * lib/stpcpy.h: Likewise.
35506         * lib/stpncpy.h: Likewise.
35507         * lib/strcase.h: Likewise.
35508         * lib/strchrnul.h: Likewise.
35509         * lib/strdup.h: Likewise.
35510         * lib/strndup.h: Likewise.
35511         * lib/strnlen.h: Likewise.
35512         * lib/strpbrk.h: Likewise.
35513         * lib/strsep.h: Likewise.
35514         * lib/strstr.h: Likewise.
35515         * lib/strtok_r.h: Likewise.
35516         * lib/string_.h: New file.
35517         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35518         Rely on <string.h> instead.
35519         * lib/canon-host.c: Likewise.
35520         * lib/chdir-long.c: Likewise.
35521         * lib/concatpath.c: Likewise.
35522         * lib/exclude.c: Likewise.
35523         * lib/fchdir.c: Likewise.
35524         * lib/getaddrinfo.c: Likewise.
35525         * lib/getcwd.c: Likewise.
35526         * lib/getsubopt.c: Likewise.
35527         * lib/glob.c: Likewise.
35528         * lib/hard-locale.c: Likewise.
35529         * lib/iconvme.c: Likewise.
35530         * lib/javacomp.c: Likewise.
35531         * lib/mempcpy.c: Likewise.
35532         * lib/memrchr.c: Likewise.
35533         * lib/regex_internal.h: Likewise.
35534         * lib/stpncpy.c: Likewise.
35535         * lib/strcasecmp.c: Likewise.
35536         * lib/strchrnul.c: Likewise.
35537         * lib/strdup.c: Likewise.
35538         * lib/striconv.c: Likewise.
35539         * lib/striconveh.c: Likewise.
35540         * lib/striconveha.c: Likewise.
35541         * lib/strncasecmp.c: Likewise.
35542         * lib/strndup.c: Likewise.
35543         * lib/strnlen.c: Likewise.
35544         * lib/strsep.c: Likewise.
35545         * lib/strstr.c: Likewise.
35546         * lib/strtok_r.c: Likewise.
35547         * lib/userspec.c: Likewise.
35548         * lib/w32spawn.h: Likewise.
35549         * lib/xstrndup.c: Likewise.
35550         * lib/mountlist.c (strstr): Remove decl.
35551         * m4/string_h.m4: New file.
35552         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35553         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35554         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35555         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35556         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35557         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35558         Set REPLACE_STRCASECMP if necessary.
35559         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35560         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35561         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35562         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35563         HAVE_DECL_STRDUP if necessary.
35564         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35565         since gl_FUNC_STRNDUP does that now.
35566         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35567         Check for decl here...
35568         (gl_PREREQ_STRNLEN): ... not here.
35569         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35570         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35571         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35572         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35573         necessary.
35574         * modules/string: New file.
35575         * modules/memmem (Files): Remove special-purpose include file.
35576         (Depends-on): Add string.
35577         (Include): Include <string.h>, not the removed file.
35578         * modules/mempcpy: Likewise.
35579         * modules/memrchr: Likewise.
35580         * modules/stpcpy: Likewise.
35581         * modules/stpncpy: Likewise.
35582         * modules/strcase: Likewise.
35583         * modules/strchrnul: Likewise.
35584         * modules/strdup: Likewise.
35585         * modules/strndup: Likewise.
35586         * modules/strnlen: Likewise.
35587         * modules/strpbrk: Likewise.
35588         * modules/strsep: Likewise.
35589         * modules/strstr: Likewise.
35590         * modules/strtok_r: Likewise.
35591         * tests/test-dirname.c: Don't include "strdup.h", since
35592         <string.h> now suffices.
35593         * tests/test-memmem.c: Don't include "memmem.h", since
35594         <string.h> now suffices.
35595
35596 2007-01-25  Bruno Haible  <bruno@clisp.org>
35597
35598         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
35599         *resultp is 0.
35600
35601         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
35602         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
35603         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
35604         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
35605
35606         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
35607         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
35608         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
35609         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
35610         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
35611         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
35612
35613 2007-01-24  Bruno Haible  <bruno@clisp.org>
35614
35615         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
35616         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
35617         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
35618         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
35619         gl_FUNC_FTS_CORE.
35620         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
35621         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
35622         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35623         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
35624         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
35625         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
35626         gl_FUNC_FCHOWNAT.
35627         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
35628         gl_FUNC_STRFTIME.
35629         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
35630         Reported by Ralf Wildenhues.
35631
35632 2007-01-24  Bruno Haible  <bruno@clisp.org>
35633
35634         Drop AC_REQUIRE calls that are redundant with the module dependencies.
35635         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
35636         gl_GETADDRINFO.
35637         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
35638         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
35639         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
35640
35641 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
35642
35643         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
35644         Don't use 'exit'; just return from 'main'.
35645         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
35646
35647         * lib/fnmatch_.h: Readjust white space and comments to match
35648         glibc, to avoid spurious diffs.
35649
35650 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35651
35652         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
35653         2004-12-01 change by Jakub Jelinek, since this code won't compile
35654         if !LIBC.  Problem reported by Bob Proulx.
35655
35656 2007-01-23  Bruno Haible  <bruno@clisp.org>
35657
35658         * lib/striconveh.c: Include c-strcaseeq.h.
35659         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
35660         * modules/striconveh (Depends-on): Add c-strcaseeq.
35661
35662 2007-01-23  Bruno Haible  <bruno@clisp.org>
35663
35664         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
35665
35666         * modules/c-strcaseeq: New file.
35667         * lib/c-strcaseeq.h: New file.
35668
35669         * modules/streq: New file.
35670         * lib/streq.h: New file.
35671
35672 2007-01-23  Bruno Haible  <bruno@clisp.org>
35673
35674         * modules/striconveha-tests: New file.
35675         * tests/test-striconveha.c: New file.
35676
35677         * lib/striconveha.h: Include <stdbool.h>.
35678         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
35679         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
35680         (mem_iconveha_notranslit): Renamed from mem_iconveha.
35681         (mem_iconveha): New function.
35682         (str_iconveha_notranslit): Renamed from str_iconveha.
35683         (str_iconveha): New function.
35684         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
35685         c-strcase.
35686
35687 2007-01-23  Bruno Haible  <bruno@clisp.org>
35688
35689         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
35690         encodings without forgiving before trying any encoding with handler.
35691         (str_iconveha): Try all encodings without forgiving before trying any
35692         encoding with handler.
35693
35694 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35695
35696         Import the following changes from libc.
35697
35698         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35699
35700         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
35701
35702         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35703
35704         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
35705         normal_bracket label.
35706
35707         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
35708
35709         [BZ #361]
35710         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
35711         to normal_bracket after fetching the next character.
35712
35713 2007-01-22  Bruno Haible  <bruno@clisp.org>
35714
35715         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
35716         argument.
35717         * lib/striconveh.c (iconv_carefully_1): New function.
35718         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
35719         argument.
35720         (str_cd_iconveh): Update.
35721         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
35722         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
35723         * tests/test-striconveh.c (MAGIC): New macro.
35724         (new_offsets): New function.
35725         (main): Test call with and without offsets.
35726
35727 2007-01-22  Bruno Haible  <bruno@clisp.org>
35728
35729         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
35730         * modules/sys_select (Makefile.am): Likewise.
35731         * modules/sys_socket (Makefile.am): Likewise.
35732         * modules/sys_time (Makefile.am): Likewise.
35733
35734 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35735
35736         * modules/gettimeofday (License): Change from GPL to LGPL, since
35737         gettimeofday is a library function.
35738
35739 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35740
35741         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
35742
35743 2007-01-21  Bruno Haible  <bruno@clisp.org>
35744
35745         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
35746
35747 2007-01-21  Bruno Haible  <bruno@clisp.org>
35748
35749         * modules/striconveha: New file.
35750         * lib/striconveha.h: New file.
35751         * lib/striconveha.c: New file.
35752         * MODULES.html.sh (Internationalization functions): Add striconveha.
35753         * lib/striconv.c (str_iconv): Optimize the case of an empty input
35754         string.
35755         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
35756
35757 2007-01-21  Bruno Haible  <bruno@clisp.org>
35758
35759         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
35760         * lib/striconveh.c (str_iconveh): Likewise.
35761
35762 2007-01-21  Bruno Haible  <bruno@clisp.org>
35763
35764         * lib/striconveh.h (mem_iconveh): New declaration.
35765         * lib/striconveh.c (mem_iconveh): New function.
35766         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
35767
35768 2007-01-21  Bruno Haible  <bruno@clisp.org>
35769
35770         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
35771
35772         * lib/striconveh.h (mem_cd_iconveh): Change specification.
35773         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
35774         original result buffer.
35775         (str_cd_iconveh): Update.
35776         * tests/test-striconveh.c (main): Update.
35777
35778         * lib/striconv.h (mem_cd_iconv): Change specification.
35779         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
35780         result buffer.
35781         (str_cd_iconv): Update.
35782         * tests/test-striconv.c (main): Update.
35783
35784 2007-01-21  Bruno Haible  <bruno@clisp.org>
35785
35786         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
35787
35788 2007-01-20  Jim Meyering  <jim@meyering.net>
35789
35790         * lib/userspec.c (parse_with_separator): If a user or group string
35791         starts with "+", skip the corresponding name-to-ID look-up, since
35792         such a look-up must fail: user and group names may not include "+".
35793
35794 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35795
35796         * lib/poll.c: Include sys/time.h and time.h unconditionally,
35797         since we now assume the sys_time module.
35798         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
35799         check for sys/time.h; no longer needed.
35800         * modules/poll (Depends-on): Depend on sys_time.
35801
35802 2007-01-18  Bruno Haible  <bruno@clisp.org>
35803
35804         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
35805         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35806
35807         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
35808         gettimeofday.
35809
35810         * tests/test-gettimeofday.c: Include <time.h>.
35811         (dummy): Remove variable.
35812
35813         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
35814         gl_HEADER_SYS_TIME_H.
35815         (gl_HEADER_SYS_TIME_H): New macro.
35816
35817         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35818         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35819         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
35820         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
35821         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35822         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
35823         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
35824         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35825         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
35826         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
35827         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35828
35829         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
35830         last change; it caused a compilation error when cross-compiling to
35831         Cygwin.
35832
35833 2007-01-18  Jim Meyering  <jim@meyering.net>
35834
35835         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
35836         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
35837         than the race-prone "test -d sys || mkdir sys".
35838         (configure.ac): Use AC_PROG_MKDIR_P.
35839         * modules/sys_select: Likewise.
35840         * modules/sys_socket: Likewise.
35841         * modules/sys_time: Likewise.
35842
35843 2007-01-18  Eric Blake  <ebb9@byu.net>
35844
35845         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
35846         replace gettimeofday.
35847         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
35848         name, to avoid infinite recursion.
35849
35850 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
35851
35852         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
35853         module sys_time.
35854         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
35855         assume timespec.h defines struct timeval.
35856         * lib/settime.c: Likewise.
35857         * lib/utimens.c: Likewise.
35858         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
35859         since we now assume the gettimeofday module.
35860         * lib/tempname.c (__gen_tempname): Likewise.
35861         * lib/gettimeofday.h: Remove.
35862         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
35863         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
35864         Include <time.h>, for 'time()'.
35865         (localtime_buffer_addr): Also use this workaround if
35866         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
35867         to simplify the uses.  All uses changed.
35868         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
35869         that #undef is inside {}, and 'const' follows type name consistently.
35870         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
35871         (gettimeofday): Do not use the maximum possible value for
35872         tv->tv_usec, since that might break usages other than ls.c.
35873         Instead, we'll leave ls.c alone.  This undoes today's patch
35874         by Bruno.  Add a compile-time warning for 1s-clock resolution;
35875         we've never observed the problem but might as well keep the
35876         canary.
35877         * lib/nanosleep.c: Include timespec.h first, for interface check.
35878         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
35879         now assume the sys_time module.
35880         * lib/tempname.c: Likewise.
35881         * lib/timespec.h: Likewise.
35882         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
35883         needed.
35884         * lib/strftime.c: Likewise.
35885         * lib/timespec.h: Likewise.
35886         * lib/posixtm.c: Include posixtm.h first, for interface check.
35887         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
35888         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
35889         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
35890         * lib/sys_time_.h: New file.
35891         * lib/timespec.h (struct timespec): Use long int, not long.
35892         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35893         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
35894         Remove obsolescent call to AC_HEADER_TIME.
35895         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
35896         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35897         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35898         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
35899         Likewise.
35900         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
35901         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
35902         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
35903         into the sys_time module.  Check for gettimeofday just once.
35904         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
35905         for gettimeofday signature to just check the signature.  Merely
35906         compile it, since linking doesn't test signature.  Improve test for
35907         whether gettimeofday.o is actually needed.
35908         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
35909         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
35910         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
35911         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35912         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
35913         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
35914         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
35915         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
35916         than worrying about sys/time.h.
35917         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35918         Don't bother worrying about TIME_WITH_SYS_TIME.
35919         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
35920         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
35921         * m4/sys_time_h.m4: New file.
35922         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
35923         Don't include sys/time.h.  Return from main rather than exiting.
35924         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
35925         all uses changed.
35926         * modules/gethrxtime (Depends-on): Add sys_time.
35927         * modules/gettime (Depends-on): Likewise.
35928         * modules/gettimeofday (Depends-on): Likewise.
35929         * modules/nanosleep (Depends-on): Likewise.
35930         * modules/settime (Depends-on): Likewise.
35931         * modules/tempname (Depends-on): Likewise.
35932         * modules/utimens (Depends-on): Likewise.
35933         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
35934         (Include:) Change back to <sys/time.h>.
35935         (Maintainer:) Add self.
35936         * modules/sys_time: New file.
35937         * modules/tempname (Depends-on): Add gettimeofday.
35938         * tests/test-gettimeofday.c: Include <sys/time.h>
35939         rather than gettimeofday.h.
35940
35941 2007-01-17  Bruno Haible  <bruno@clisp.org>
35942
35943         * gnulib-tool (func_get_license): Revert last patch. Instead, let
35944         the license default to GPL.
35945         (func_create_testdir): Don't complain if a module is LGPL and its
35946         tests module depends on GPLed modules.
35947
35948 2007-01-17  Bruno Haible  <bruno@clisp.org>
35949
35950         * lib/gettimeofday.c (gettimeofday): Add code for the case
35951         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
35952         maximum possible value for tv->tv_usec, rather than the minimum one.
35953
35954 2005-10-08  Martin Lambers  <marlam@marlam.de>
35955 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35956 2007-01-16  Bruno Haible  <bruno@clisp.org>
35957
35958         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
35959         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
35960         gl_FUNC_GETTIMEOFDAY.
35961         (Include): Add gettimeofday.h.
35962         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
35963         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
35964         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
35965         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
35966         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
35967         * lib/gettimeofday.h: New file.
35968         * lib/gettimeofday.c: Include <sys/timeb.h>.
35969         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
35970         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35971         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
35972         fall back on time().
35973
35974         * tests/test-gettimeofday.c: New file.
35975         * modules/gettimeofday-tests: New file.
35976
35977 2007-01-16  Eric Blake  <ebb9@byu.net>
35978
35979         * modules/fnmatch (Depends-on): Depend on wchar.
35980         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
35981         * m4/fnmatch.m4: Likewise.
35982         * modules/mbchar (Makefile.am): Assume <wchar.h>.
35983         * m4/mbchar.m4: Likewise.
35984         * modules/mbswidth (Depends-on): Depend on wchar.
35985         * lib/mbswidth.c: Assume <wchar.h>.
35986         * m4/mbswidth.m4: Likewise.
35987         * modules/quotearg (Depends-on): Depend on wchar.
35988         * lib/quotearg.c: Assume <wchar.h>.
35989         * m4/quotearg.m4: Likewise.
35990         * modules/regex (Depends-on): Depend on wchar.
35991         * lib/regex_internal.h: Assume <wchar.h>.
35992         * m4/regex.m4: Likewise.
35993         * modules/stdint (Depends-on): Depend on wchar.
35994         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
35995         * m4/stdint.m4: Likewise.
35996         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
35997         * modules/strftime (Depends-on): Depend on wchar.
35998         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
35999         * modules/strtol (Depends-on): Depend on wchar.
36000         * lib/strtol.c: Assume <wchar.h>.
36001         * modules/wcwidth (Depends-on): Depend on wchar.
36002         * lib/wcwidth.h: Assume <wchar.h>.
36003         * m4/wcwidth.m4: Likewise.
36004
36005 2007-01-16  Bruno Haible  <bruno@clisp.org>
36006
36007         * modules/csharpexec-script: New, created from...
36008         * modules/csharpexec: ... this.
36009
36010 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
36011
36012         * modules/javaexec-script: New, created from...
36013         * modules/javaexec: ... this.
36014
36015 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36016
36017         * modules/poll (Dependencies): Add sys_select.
36018
36019 2007-01-15  Jim Meyering  <jim@meyering.net>
36020
36021         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
36022         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
36023         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
36024         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
36025
36026 2007-01-15  Bruno Haible  <bruno@clisp.org>
36027
36028         * modules/striconveh: New file.
36029         * lib/striconveh.h: New file.
36030         * lib/striconveh.c: New file.
36031         * MODULES.html.sh (Internationalization functions): Add striconveh.
36032
36033         * modules/striconveh-tests: New file.
36034         * tests/test-striconveh.c: New file.
36035
36036 2007-01-15  Bruno Haible  <bruno@clisp.org>
36037
36038         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
36039         not from GNU libiconv or GNU libc.
36040
36041 2007-01-15  Bruno Haible  <bruno@clisp.org>
36042
36043         * doc/gnulib-intro.texi (Copyright): Explain the different license
36044         terms for module descriptions, autoconf macros, tests, documentation.
36045
36046 2007-01-14  Bruno Haible  <bruno@clisp.org>
36047
36048         * modules/striconv-tests: New file.
36049         * tests/test-striconv.c: New file.
36050
36051 2007-01-14  Bruno Haible  <bruno@clisp.org>
36052
36053         * modules/iconv-tests: New file.
36054         * tests/test-iconv.c: New file.
36055
36056 2007-01-14  Bruno Haible  <bruno@clisp.org>
36057
36058         * gnulib-tool (func_get_license): For test modules, use the license of
36059         the main module.
36060
36061 2007-01-14  Bruno Haible  <bruno@clisp.org>
36062
36063         * modules/iconv (Include): Clarify that <iconv.h> can only be included
36064         if iconv is found to exist.
36065
36066 2007-01-14  Bruno Haible  <bruno@clisp.org>
36067
36068         * modules/c-ctype-tests: New file.
36069         * tests/test-c-ctype.c: New file.
36070
36071 2007-01-14  Bruno Haible  <bruno@clisp.org>
36072
36073         * modules/binary-io-tests: New file.
36074         * tests/test-binary-io.sh: New file.
36075         * tests/test-binary-io.c: New file.
36076
36077 2007-01-14  Bruno Haible  <bruno@clisp.org>
36078
36079         * modules/array-oset-tests: New file.
36080         * tests/test-array_oset.c: New file.
36081
36082 2007-01-14  Bruno Haible  <bruno@clisp.org>
36083
36084         * modules/array-list-tests: New file.
36085         * tests/test-array_list.c: New file.
36086
36087 2007-01-14  Bruno Haible  <bruno@clisp.org>
36088
36089         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
36090         and make.
36091         Reported by Simon Josefsson in
36092         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
36093
36094 2007-01-14  Bruno Haible  <bruno@clisp.org>
36095
36096         * modules/allocsa-tests: New file.
36097         * tests/test-allocsa.c: New file.
36098
36099 2007-01-14  Bruno Haible  <bruno@clisp.org>
36100
36101         * modules/fchdir (Depends-on): Add absolute-header.
36102         * modules/unistd (Depends-on): Likewise.
36103
36104 2006-12-30  Bruno Haible  <bruno@clisp.org>
36105
36106         * modules/fchdir: New file.
36107         * modules/unistd (Files): Add lib/unistd_.h.
36108         (Makefile.am): Generate unistd.h from unistd_.h.
36109         * lib/fchdir.c: New file.
36110         * lib/dirent_.h: New file.
36111         * lib/unistd_.h: New file.
36112         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
36113         * m4/fchdir.m4: New file.
36114         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
36115         (gl_HEADER_UNISTD): Invoke it.
36116         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
36117         function.
36118         * lib/backupfile.c (opendir, closedir): Undefine.
36119         * lib/chown.c (open, close): Undefine.
36120         * lib/clean-temp.c (open, close): Undefine.
36121         * lib/copy-file.c (open, close): Undefine.
36122         * lib/execute.c (open, close): Undefine.
36123         * lib/fsusage.c (open, close): Undefine.
36124         * lib/gc-gnulib.c (open, close): Undefine.
36125         * lib/getcwd.c (opendir, closedir): Undefine.
36126         * lib/glob.c (opendir, closedir): Undefine.
36127         * lib/javacomp.c (open, close): Undefine.
36128         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
36129         * lib/openat-proc.c (open, close): Undefine.
36130         * lib/pagealign_alloc.c (open, close): Undefine.
36131         * lib/pipe.c (open, close): Undefine.
36132         * lib/progreloc.c (open, close): Undefine.
36133         * lib/savedir.c (opendir, closedir): Undefine.
36134         * lib/utime.c (open, close): Undefine.
36135         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
36136
36137 2007-01-10  Bruno Haible  <bruno@clisp.org>
36138
36139         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
36140
36141 2007-01-12  Eric Blake  <ebb9@byu.net>
36142
36143         Provide a robust <wchar.h>.  Further simplifications are now
36144         possible in other modules, but not included here.
36145         * modules/wchar: New module.
36146         * m4/wchar.m4: New file.
36147         * lib/wchar_.h: Likewise.
36148         * modules/mbchar (Depends-on): Depend on wchar, as the first use
36149         of the new module.
36150         * MODULES.html.sh (Extended multibyte and wide character utilities):
36151         New section.
36152
36153 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
36154
36155         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
36156         to a reasonable default for memory allocation.
36157         (xreadlink): Don't allocate a huge buffer, to work around a buggy
36158         file system that reports garbage st_size values for symlinks.
36159         Problem reported by Liyang Hu.
36160
36161 2007-01-11  Simon Josefsson  <simon@josefsson.org>
36162
36163         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
36164         Emacs .#* auto-save files).
36165
36166 2007-01-11  Bruno Haible  <bruno@clisp.org>
36167
36168         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
36169         directory.
36170
36171 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36172
36173         Use @...@ consistently in lib/wctype_.h.
36174         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
36175         on it being set to 1 or 0.
36176         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
36177         go back to AC_SUBSTing it.
36178         * modules/wctype (Makefile.am): Undo previous change.
36179
36180 2007-01-10  Eric Blake  <ebb9@byu.net>
36181
36182         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
36183         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
36184         * modules/wctype (Makefile.am): Likewise.
36185         Reported by Chris McGuire.
36186
36187 2007-01-10  Jim Meyering  <jim@meyering.net>
36188
36189         fts.c: a small readability/maintainability improvement
36190         * lib/fts.c (fts_read): Make this code slightly more readable and
36191         maintainable by hoisting the "sp->fts_cur = p" assignments to
36192         immediately follow the statements that set P.  Derived from
36193         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
36194
36195 2007-01-10  Eric Blake  <ebb9@byu.net>
36196
36197         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
36198         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
36199         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36200         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
36201         Reported by Chris McGuire.
36202
36203 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36204
36205         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
36206         in sed script.
36207
36208 2007-01-09  Bruno Haible  <bruno@clisp.org>
36209
36210         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
36211         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
36212         variables.
36213         (func_module): Use them.
36214
36215 2007-01-09  Bruno Haible  <bruno@clisp.org>
36216
36217         * modules/unistr/base: New file.
36218         * lib/unistr.h: New file.
36219
36220         * modules/unistr/u8-to-u16: New file.
36221         * lib/unistr/u8-to-u16.c: New file.
36222
36223         * modules/unistr/u8-to-u32: New file.
36224         * lib/unistr/u8-to-u32.c: New file.
36225
36226         * modules/unistr/u16-to-u8: New file.
36227         * lib/unistr/u16-to-u8.c: New file.
36228
36229         * modules/unistr/u16-to-u32: New file.
36230         * lib/unistr/u16-to-u32.c: New file.
36231
36232         * modules/unistr/u32-to-u8: New file.
36233         * lib/unistr/u32-to-u8.c: New file.
36234
36235         * modules/unistr/u32-to-u16: New file.
36236         * lib/unistr/u32-to-u16.c: New file.
36237
36238         * modules/unistr/u8-check: New file.
36239         * modules/unistr/u16-check: New file.
36240         * modules/unistr/u32-check: New file.
36241         * lib/unistr/u8-check.c: New file.
36242         * lib/unistr/u16-check.c: New file.
36243         * lib/unistr/u32-check.c: New file.
36244
36245         * modules/unistr/u8-chr: New file.
36246         * modules/unistr/u16-chr: New file.
36247         * modules/unistr/u32-chr: New file.
36248         * lib/unistr/u8-chr.c: New file.
36249         * lib/unistr/u16-chr.c: New file.
36250         * lib/unistr/u32-chr.c: New file.
36251
36252         * modules/unistr/u8-cmp: New file.
36253         * modules/unistr/u16-cmp: New file.
36254         * modules/unistr/u32-cmp: New file.
36255         * lib/unistr/u8-cmp.c: New file.
36256         * lib/unistr/u16-cmp.c: New file.
36257         * lib/unistr/u32-cmp.c: New file.
36258
36259         * modules/unistr/u8-cpy: New file.
36260         * modules/unistr/u16-cpy: New file.
36261         * modules/unistr/u32-cpy: New file.
36262         * lib/unistr/u8-cpy.c: New file.
36263         * lib/unistr/u16-cpy.c: New file.
36264         * lib/unistr/u32-cpy.c: New file.
36265         * lib/unistr/u-cpy.h: New file.
36266
36267         * modules/unistr/u8-cpy-alloc: New file.
36268         * modules/unistr/u16-cpy-alloc: New file.
36269         * modules/unistr/u32-cpy-alloc: New file.
36270         * lib/unistr/u8-cpy-alloc.c: New file.
36271         * lib/unistr/u16-cpy-alloc.c: New file.
36272         * lib/unistr/u32-cpy-alloc.c: New file.
36273         * lib/unistr/u-cpy-alloc.h: New file.
36274
36275         * modules/unistr/u8-endswith: New file.
36276         * modules/unistr/u16-endswith: New file.
36277         * modules/unistr/u32-endswith: New file.
36278         * lib/unistr/u8-endswith.c: New file.
36279         * lib/unistr/u16-endswith.c: New file.
36280         * lib/unistr/u32-endswith.c: New file.
36281         * lib/unistr/u-endswith.h: New file.
36282
36283         * modules/unistr/u8-mblen: New file.
36284         * modules/unistr/u16-mblen: New file.
36285         * modules/unistr/u32-mblen: New file.
36286         * lib/unistr/u8-mblen.c: New file.
36287         * lib/unistr/u16-mblen.c: New file.
36288         * lib/unistr/u32-mblen.c: New file.
36289
36290         * modules/unistr/u8-mbtouc: New file.
36291         * modules/unistr/u16-mbtouc: New file.
36292         * modules/unistr/u32-mbtouc: New file.
36293         * lib/unistr/u8-mbtouc.c: New file.
36294         * lib/unistr/u16-mbtouc.c: New file.
36295         * lib/unistr/u32-mbtouc.c: New file.
36296
36297         * modules/unistr/u8-mbtouc-safe: New file.
36298         * modules/unistr/u16-mbtouc-safe: New file.
36299         * modules/unistr/u32-mbtouc-safe: New file.
36300         * lib/unistr/u8-mbtouc-safe.c: New file.
36301         * lib/unistr/u16-mbtouc-safe.c: New file.
36302         * lib/unistr/u32-mbtouc-safe.c: New file.
36303
36304         * modules/unistr/u8-move: New file.
36305         * modules/unistr/u16-move: New file.
36306         * modules/unistr/u32-move: New file.
36307         * lib/unistr/u8-move.c: New file.
36308         * lib/unistr/u16-move.c: New file.
36309         * lib/unistr/u32-move.c: New file.
36310         * lib/unistr/u-move.h: New file.
36311
36312         * modules/unistr/u8-next: New file.
36313         * modules/unistr/u16-next: New file.
36314         * modules/unistr/u32-next: New file.
36315         * lib/unistr/u8-next.c: New file.
36316         * lib/unistr/u16-next.c: New file.
36317         * lib/unistr/u32-next.c: New file.
36318
36319         * modules/unistr/u8-prev: New file.
36320         * modules/unistr/u16-prev: New file.
36321         * modules/unistr/u32-prev: New file.
36322         * lib/unistr/u8-prev.c: New file.
36323         * lib/unistr/u16-prev.c: New file.
36324         * lib/unistr/u32-prev.c: New file.
36325
36326         * modules/unistr/u8-set: New file.
36327         * modules/unistr/u16-set: New file.
36328         * modules/unistr/u32-set: New file.
36329         * lib/unistr/u8-set.c: New file.
36330         * lib/unistr/u16-set.c: New file.
36331         * lib/unistr/u32-set.c: New file.
36332         * lib/unistr/u-set.h: New file.
36333
36334         * modules/unistr/u8-startswith: New file.
36335         * modules/unistr/u16-startswith: New file.
36336         * modules/unistr/u32-startswith: New file.
36337         * lib/unistr/u8-startswith.c: New file.
36338         * lib/unistr/u16-startswith.c: New file.
36339         * lib/unistr/u32-startswith.c: New file.
36340         * lib/unistr/u-startswith.h: New file.
36341
36342         * modules/unistr/u8-stpcpy: New file.
36343         * modules/unistr/u16-stpcpy: New file.
36344         * modules/unistr/u32-stpcpy: New file.
36345         * lib/unistr/u8-stpcpy.c: New file.
36346         * lib/unistr/u16-stpcpy.c: New file.
36347         * lib/unistr/u32-stpcpy.c: New file.
36348         * lib/unistr/u-stpcpy.h: New file.
36349
36350         * modules/unistr/u8-stpncpy: New file.
36351         * modules/unistr/u16-stpncpy: New file.
36352         * modules/unistr/u32-stpncpy: New file.
36353         * lib/unistr/u8-stpncpy.c: New file.
36354         * lib/unistr/u16-stpncpy.c: New file.
36355         * lib/unistr/u32-stpncpy.c: New file.
36356         * lib/unistr/u-stpncpy.h: New file.
36357
36358         * modules/unistr/u8-strcat: New file.
36359         * modules/unistr/u16-strcat: New file.
36360         * modules/unistr/u32-strcat: New file.
36361         * lib/unistr/u8-strcat.c: New file.
36362         * lib/unistr/u16-strcat.c: New file.
36363         * lib/unistr/u32-strcat.c: New file.
36364         * lib/unistr/u-strcat.h: New file.
36365
36366         * modules/unistr/u8-strchr: New file.
36367         * modules/unistr/u16-strchr: New file.
36368         * modules/unistr/u32-strchr: New file.
36369         * lib/unistr/u8-strchr.c: New file.
36370         * lib/unistr/u16-strchr.c: New file.
36371         * lib/unistr/u32-strchr.c: New file.
36372
36373         * modules/unistr/u8-strcmp: New file.
36374         * modules/unistr/u16-strcmp: New file.
36375         * modules/unistr/u32-strcmp: New file.
36376         * lib/unistr/u8-strcmp.c: New file.
36377         * lib/unistr/u16-strcmp.c: New file.
36378         * lib/unistr/u32-strcmp.c: New file.
36379
36380         * modules/unistr/u8-strcpy: New file.
36381         * modules/unistr/u16-strcpy: New file.
36382         * modules/unistr/u32-strcpy: New file.
36383         * lib/unistr/u8-strcpy.c: New file.
36384         * lib/unistr/u16-strcpy.c: New file.
36385         * lib/unistr/u32-strcpy.c: New file.
36386         * lib/unistr/u-strcpy.h: New file.
36387
36388         * modules/unistr/u8-strcspn: New file.
36389         * modules/unistr/u16-strcspn: New file.
36390         * modules/unistr/u32-strcspn: New file.
36391         * lib/unistr/u8-strcspn.c: New file.
36392         * lib/unistr/u16-strcspn.c: New file.
36393         * lib/unistr/u32-strcspn.c: New file.
36394         * lib/unistr/u-strcspn.h: New file.
36395
36396         * modules/unistr/u8-strdup: New file.
36397         * modules/unistr/u16-strdup: New file.
36398         * modules/unistr/u32-strdup: New file.
36399         * lib/unistr/u8-strdup.c: New file.
36400         * lib/unistr/u16-strdup.c: New file.
36401         * lib/unistr/u32-strdup.c: New file.
36402         * lib/unistr/u-strdup.h: New file.
36403
36404         * modules/unistr/u8-strlen: New file.
36405         * modules/unistr/u16-strlen: New file.
36406         * modules/unistr/u32-strlen: New file.
36407         * lib/unistr/u8-strlen.c: New file.
36408         * lib/unistr/u16-strlen.c: New file.
36409         * lib/unistr/u32-strlen.c: New file.
36410         * lib/unistr/u-strlen.h: New file.
36411
36412         * modules/unistr/u8-strmblen: New file.
36413         * modules/unistr/u16-strmblen: New file.
36414         * modules/unistr/u32-strmblen: New file.
36415         * lib/unistr/u8-strmblen.c: New file.
36416         * lib/unistr/u16-strmblen.c: New file.
36417         * lib/unistr/u32-strmblen.c: New file.
36418
36419         * modules/unistr/u8-strmbtouc: New file.
36420         * modules/unistr/u16-strmbtouc: New file.
36421         * modules/unistr/u32-strmbtouc: New file.
36422         * lib/unistr/u8-strmbtouc.c: New file.
36423         * lib/unistr/u16-strmbtouc.c: New file.
36424         * lib/unistr/u32-strmbtouc.c: New file.
36425
36426         * modules/unistr/u8-strncat: New file.
36427         * modules/unistr/u16-strncat: New file.
36428         * modules/unistr/u32-strncat: New file.
36429         * lib/unistr/u8-strncat.c: New file.
36430         * lib/unistr/u16-strncat.c: New file.
36431         * lib/unistr/u32-strncat.c: New file.
36432         * lib/unistr/u-strncat.h: New file.
36433
36434         * modules/unistr/u8-strncmp: New file.
36435         * modules/unistr/u16-strncmp: New file.
36436         * modules/unistr/u32-strncmp: New file.
36437         * lib/unistr/u8-strncmp.c: New file.
36438         * lib/unistr/u16-strncmp.c: New file.
36439         * lib/unistr/u32-strncmp.c: New file.
36440
36441         * modules/unistr/u8-strncpy: New file.
36442         * modules/unistr/u16-strncpy: New file.
36443         * modules/unistr/u32-strncpy: New file.
36444         * lib/unistr/u8-strncpy.c: New file.
36445         * lib/unistr/u16-strncpy.c: New file.
36446         * lib/unistr/u32-strncpy.c: New file.
36447         * lib/unistr/u-strncpy.h: New file.
36448
36449         * modules/unistr/u8-strnlen: New file.
36450         * modules/unistr/u16-strnlen: New file.
36451         * modules/unistr/u32-strnlen: New file.
36452         * lib/unistr/u8-strnlen.c: New file.
36453         * lib/unistr/u16-strnlen.c: New file.
36454         * lib/unistr/u32-strnlen.c: New file.
36455         * lib/unistr/u-strnlen.h: New file.
36456
36457         * modules/unistr/u8-strpbrk: New file.
36458         * modules/unistr/u16-strpbrk: New file.
36459         * modules/unistr/u32-strpbrk: New file.
36460         * lib/unistr/u8-strpbrk.c: New file.
36461         * lib/unistr/u16-strpbrk.c: New file.
36462         * lib/unistr/u32-strpbrk.c: New file.
36463         * lib/unistr/u-strpbrk.h: New file.
36464
36465         * modules/unistr/u8-strrchr: New file.
36466         * modules/unistr/u16-strrchr: New file.
36467         * modules/unistr/u32-strrchr: New file.
36468         * lib/unistr/u8-strrchr.c: New file.
36469         * lib/unistr/u16-strrchr.c: New file.
36470         * lib/unistr/u32-strrchr.c: New file.
36471
36472         * modules/unistr/u8-strspn: New file.
36473         * modules/unistr/u16-strspn: New file.
36474         * modules/unistr/u32-strspn: New file.
36475         * lib/unistr/u8-strspn.c: New file.
36476         * lib/unistr/u16-strspn.c: New file.
36477         * lib/unistr/u32-strspn.c: New file.
36478         * lib/unistr/u-strspn.h: New file.
36479
36480         * modules/unistr/u8-strstr: New file.
36481         * modules/unistr/u16-strstr: New file.
36482         * modules/unistr/u32-strstr: New file.
36483         * lib/unistr/u8-strstr.c: New file.
36484         * lib/unistr/u16-strstr.c: New file.
36485         * lib/unistr/u32-strstr.c: New file.
36486         * lib/unistr/u-strstr.h: New file.
36487
36488         * modules/unistr/u8-strtok: New file.
36489         * modules/unistr/u16-strtok: New file.
36490         * modules/unistr/u32-strtok: New file.
36491         * lib/unistr/u8-strtok.c: New file.
36492         * lib/unistr/u16-strtok.c: New file.
36493         * lib/unistr/u32-strtok.c: New file.
36494         * lib/unistr/u-strtok.h: New file.
36495
36496         * modules/unistr/u8-uctomb: New file.
36497         * modules/unistr/u16-uctomb: New file.
36498         * modules/unistr/u32-uctomb: New file.
36499         * lib/unistr/u8-uctomb.c: New file.
36500         * lib/unistr/u16-uctomb.c: New file.
36501         * lib/unistr/u32-uctomb.c: New file.
36502
36503         * MODULES.html.sh (Unicode string functions): Add the new modules.
36504
36505 2007-01-08  Bruno Haible  <bruno@clisp.org>
36506
36507         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36508         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36509         subdirectories.
36510
36511 2007-01-08  Karl Berry  <karl@gnu.org>
36512
36513         * doc/error.texi: mention that main() fns must set program_name
36514         when progname is used.
36515
36516 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36517
36518         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36519         WCTYPE_H is empty, for the benefit of builds from non-distclean
36520         directories.  Problem reported by Eric Blake in
36521         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36522
36523 2007-01-08  Bruno Haible  <bruno@clisp.org>
36524
36525         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36526         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36527         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36528         PROVIDE_CANONICALIZE_FILENAME_MODE.
36529         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36530
36531 2007-01-08  Bruno Haible  <bruno@clisp.org>
36532
36533         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36534         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36535         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36536         * lib/fts.c: Likewise.
36537         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36538
36539 2006-12-25  Bruno Haible  <bruno@clisp.org>
36540
36541         * modules/utf8-ucs4-safe: New file.
36542         * lib/utf8-ucs4-safe.h: New file.
36543         * lib/unistr/utf8-ucs4-safe.c: New file.
36544
36545         * modules/utf16-ucs4-safe: New file.
36546         * lib/utf16-ucs4-safe.h: New file.
36547         * lib/unistr/utf16-ucs4-safe.c: New file.
36548
36549         * MODULES.html.sh (Unicode string functions): Add the new modules.
36550
36551 2007-01-08  Bruno Haible  <bruno@clisp.org>
36552
36553         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36554         (Depends-on): Add unitypes.
36555         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36556         (u8_mbtouc_aux): Move out to separate file.
36557         (u8_mbtouc): Use ucs4_t, uint8_t types.
36558         * lib/unistr/utf8-ucs4.c: New file.
36559
36560         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36561         (Depends-on): Add unitypes.
36562         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36563         (u16_mbtouc_aux): Move out to separate file.
36564         (u16_mbtouc): Use ucs4_t, uint16_t types.
36565         * lib/unistr/utf16-ucs4.c: New file.
36566
36567         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36568         (Depends-on): Add unitypes.
36569         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36570         (u8_uctomb_aux): Move out to separate file.
36571         (u8_uctomb): Use ucs4_t, uint8_t types.
36572         * lib/unistr/ucs4-utf8.c: New file.
36573
36574         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36575         (Depends-on): Add unitypes.
36576         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36577         (u16_uctomb_aux): Move out to separate file.
36578         (u16_uctomb): Use ucs4_t, uint16_t types.
36579         * lib/unistr/ucs4-utf16.c: New file.
36580
36581 2006-12-25  Bruno Haible  <bruno@clisp.org>
36582
36583         * modules/unitypes: New file.
36584         * lib/unitypes.h: New file.
36585         * MODULES.html.sh (func_all_modules): New section "Unicode string
36586         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36587         this section. Add unitypes.
36588
36589 2007-01-08  Bruno Haible  <bruno@clisp.org>
36590
36591         Avoid variable names that conflict with those from libtool.
36592         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36593         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36594         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36595         library_names_spec to acl_library_names_spec, hardcode_* to
36596         acl_hardcode_*.
36597         Reported by Ralf Wildenhues.
36598
36599 2007-01-08  Bruno Haible  <bruno@clisp.org>
36600
36601         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
36602         definition.
36603         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
36604         definition.
36605         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
36606         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
36607         definition.
36608         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
36609         definition.
36610         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
36611         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
36612         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
36613         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
36614         definition.
36615         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
36616         definition.
36617         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
36618         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
36619         GC_USE_<algorithm>.
36620         * lib/gc-libgcrypt.c: Likewise.
36621         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
36622         * modules/gc-arctwo (configure.ac): Likewise.
36623         * modules/gc-des (configure.ac): Likewise.
36624         * modules/gc-hmac-md5 (configure.ac): Likewise.
36625         * modules/gc-hmac-sha1 (configure.ac): Likewise.
36626         * modules/gc-md2 (configure.ac): Likewise.
36627         * modules/gc-md4 (configure.ac): Likewise.
36628         * modules/gc-md5 (configure.ac): Likewise.
36629         * modules/gc-random (configure.ac): Likewise.
36630         * modules/gc-rijndael (configure.ac): Likewise.
36631         * modules/gc-sha1 (configure.ac): Likewise.
36632
36633 2007-01-08  Bruno Haible  <bruno@clisp.org>
36634
36635         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
36636         macro definition.
36637         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
36638         definition.
36639         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
36640         definition.
36641         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
36642         * modules/fcntl-safer (configure.ac): Likewise.
36643         * modules/fopen-safer (configure.ac): Likewise.
36644         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
36645         GNULIB_FWRITEERROR macro definition.
36646
36647 2007-01-08  Bruno Haible  <bruno@clisp.org>
36648
36649         * m4/gnulib-common.m4: New file.
36650         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
36651         (func_get_filelist): Add m4/gnulib-common.m4.
36652
36653 2007-01-08  Bruno Haible  <bruno@clisp.org>
36654
36655         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
36656         command.
36657
36658 2007-01-08  Jim Meyering  <jim@meyering.net>
36659
36660         Use a more robust test for a "can't happen" condition.
36661         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
36662         narrowed the st_size value.  Presuming the "can't happen" condition
36663         is true, that narrowing could conceivably convert an invalid st_size
36664         value into a valid one.  Instead, use a change based on Matthew
36665         Woehlke's original patch.
36666
36667         Slight readability improvement: use an assert-like macro
36668         in place of literal "abort ()" uses.
36669         * lib/fts.c (fts_assert): Define.
36670         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
36671         Use this macro instead of a bare 'abort'.
36672
36673 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
36674
36675         Don't worry about using IRIX 5.3's wctype.h broken definitions;
36676         simply work around them.
36677         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
36678         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
36679         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
36680         declaring.
36681         Don't bother to define as macros, since the standard doesn't require it.
36682         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
36683         longer worry about IRIX 5.3.
36684         (HAVE_WCTYPE_CTMP_BUG): Remove.
36685
36686 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36687
36688         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36689         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
36690         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
36691         Problems reported by Georg Schwarz for IRIX 5.3.
36692
36693         * gnulib-tool (autoconf_minversion): Take the maximum version number
36694         found, not the minimum.  Problem reported by James Youngman.
36695
36696 2007-01-03  Karl Berry  <karl@gnu.org>
36697
36698         * doc/error.texi: new file, explaining interaction with progname.
36699         * doc/gnulib.texi: include it.  Update copyright.
36700
36701 2007-01-03  Simon Josefsson  <simon@josefsson.org>
36702
36703         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
36704         AC_CANONICAL_HOST, to improve autobuild outputs.
36705
36706 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
36707             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36708
36709         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
36710         sockets, server sockets, and other file descriptors.  Count errors
36711         to compute the return value.  Reorder the code a bit to be easier
36712         to follow.  Don't set event bits that were not requested (except
36713         POLLERR and POLLHUP).
36714
36715 2007-01-01  Bruno Haible  <bruno@clisp.org>
36716
36717         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
36718
36719 2007-01-03  Jim Meyering  <jim@meyering.net>
36720
36721         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
36722
36723 2007-01-02  Bruno Haible  <bruno@clisp.org>
36724
36725         * modules/settime (Include): Require timespec.h.
36726         * modules/nanosleep (Include): Likewise.
36727
36728 2007-01-01  Bruno Haible  <bruno@clisp.org>
36729
36730         * gnulib-tool (func_emit_copyright_notice): Bump year.
36731         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
36732
36733 2007-01-01  Bruno Haible  <bruno@clisp.org>
36734
36735         Improve support for OpenBSD.
36736         * build-aux/config.rpath (libname_spec): Export.
36737         (library_names_spec): New variable. Export.
36738         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
36739         library_names_spec from the config.rpath output. Locate shared library
36740         through the name pattern in library_names_spec.
36741
36742 2007-01-01  Eric Blake  <ebb9@byu.net>
36743
36744         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
36745
36746 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
36747
36748         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
36749         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
36750         assume the C locale, and avoid an "eval" that could cause trouble.
36751         Problem with SORT reported by Bob Proulx.
36752
36753         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
36754         Define.  Trivial patch from Henning Nielsen Lund, originally
36755         sent to bug-grep@gnu.org today.
36756
36757 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
36758
36759         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
36760         struct stat.  Problem reported by Henning Nielsen Lund.
36761         * lib/acl.c: Include acl.h first, to check interface.  Don't
36762         bother to include sys/types.h and sys/stat.h again.
36763
36764 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36765
36766         Import the following change from libc; problem reported by
36767         Sven Verdoolaege.
36768
36769         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
36770
36771         [BZ #1373]
36772         * lib/argp.h: Remove __NTH for __argp_usage inline function.
36773
36774 2006-12-28  Jim Meyering  <jim@meyering.net>
36775
36776         * build-aux/announce-gen: Do not assume that the package
36777         builds any of tar.gz, tar.bz2, and .xdelta files.
36778         Suggestion from Simon Josefsson.
36779
36780 2006-12-28  Simon Josefsson  <simon@josefsson.org>
36781
36782         * modules/announce-gen: New file.
36783
36784 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
36785
36786         * lib/mbchar.h: Just include <wctype.h>; the wctype module
36787         handles its gotchas now.
36788         * lib/mbswidth.c: Likewise.
36789         * lib/wcwidth.h: Likewise.
36790         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
36791         and iswcntrl; the wctype module does this stuff now.
36792         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36793         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36794         * modules/mbchar (Depends-on): Add wctype.
36795         * modules/mbswidth (Depends-on): Likewise.
36796         * modules/wcwidth (Depends-on): Likewise.
36797
36798 2006-12-27  Eric Blake  <ebb9@byu.net>
36799
36800         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
36801         module uses more than what <wctype.h> is required to provide.
36802
36803 2006-12-26  Eric Blake  <ebb9@byu.net>
36804
36805         * gnulib-tool (sed_extract_prog): Avoid space-tab.
36806
36807 2006-12-26  Eric Blake  <ebb9@byu.net>
36808
36809         * modules/absolute-header: New module.
36810         * modules/fcntl (Depends-on): Depend on it.
36811         * modules/inttypes (Depends-on): Likewise.
36812         * modules/stdint (Depends-on): Likewise.
36813         * modules/sys_stat (Depends-on): Likewise.
36814         * modules/wctype (Depends-on): Likewise.
36815         * MODULES.html.sh (Support for building libraries and
36816         executables): Document it.
36817
36818 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
36819
36820         * gnulib-tool (SED): Remove, undoing previous change.
36821         The problem was that it broke coreutils on Solaris, because
36822         "sed --posix" leaked into a makefile.
36823         (sed): New alias, if 'alias' and GNU sed.
36824
36825 2006-12-24  Jim Meyering  <jim@meyering.net>
36826
36827         Work around an fchownat bug in glibc-2.4:
36828         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
36829         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
36830         in spite of the -P option.
36831         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
36832         New macros.
36833         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
36834         * modules/openat (Files): Add lib/fchownat.c.
36835         * lib/openat.c (fchownat): Don't define here.  Move to...
36836         * lib/fchownat.c: ...this new file.
36837
36838 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36839
36840         Fix bug reported by Bruno Haible in
36841         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
36842         where quotearg.c didn't compile on Mac OS X 10.2 because it
36843         lacks <wchar.h> and wint_t.
36844         * lib/wctype_.h (__wctype_wint_t): New type.
36845         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
36846         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
36847         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
36848         Arg is now of type __wctype_wint_t, not wint_t.
36849         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
36850         substitute HAVE_WINT_T.
36851         * modules/wctype (Files): Add m4/wint_t.m4.
36852         (wctype.h): Substitute HAVE_WINT_T.
36853
36854 2006-12-23  Bruno Haible  <bruno@clisp.org>
36855
36856         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
36857
36858 2006-12-23  Bruno Haible  <bruno@clisp.org>
36859
36860         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
36861         S_ISLNK.
36862         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
36863         mingw.
36864
36865 2006-12-22  Bruno Haible  <bruno@clisp.org>
36866
36867         * lib/copy-file.c: Include acl.h.
36868         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
36869         Close the file descriptors only after being done with copy_acl.
36870         * modules/copy-file (Depends-on): Add acl.
36871
36872 2006-12-22  Bruno Haible  <bruno@clisp.org>
36873
36874         * gnulib-tool (SED): New variable.
36875         Use $SED instead of sed everywhere.
36876
36877 2006-12-22  Bruno Haible  <bruno@clisp.org>
36878
36879         * modules/no-c++: New file.
36880         * m4/no-c++.m4: New file.
36881         * MODULES.html.sh (Support for building libraries and executables):
36882         Add no-c++.
36883
36884 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
36885
36886         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36887         Include <limits.h>, and use its INT_MAX to rewrite the
36888         j loop so that it does not overflow 'int'.  Problem reported by
36889         Ralf Wildenhues in
36890         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
36891         Play it safe by shifting left by 1 rather than multiplying by 2,
36892         as GCC is less likely to optimize this away when the value
36893         is signed (when it assumes overflow leads to undefined behavior).
36894         Also, don't assume time_t uses two's complement.
36895
36896 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
36897
36898         * MODULES.html.sh: New module wctype.
36899         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
36900         * lib/fnmatch.c: Don't bother to include <wchar.h> before
36901         <wctype.h>, since the new wctype module should fix this.
36902         * lib/quotearg.c: Include <wctype.h> unconditionally, since
36903         the wctype module should arrange for it.
36904         * lib/regex_internal.h: Likewise.
36905         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
36906         since the wctype module should handle this now.
36907         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
36908         * modules/fnmatch (Depends-on): Add wctype.
36909         * modules/quotearg (Depends-on): Likewise.
36910         * modules/regex (Depends-on): Likewise.
36911
36912 2006-12-19  Bruno Haible  <bruno@clisp.org>
36913
36914         * lib/strdup.h [C++]: Wrap definitions in extern "C".
36915         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
36916
36917 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36918
36919         * modules/savewd (Depends-on): Fix dependency on fcntl.
36920
36921 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36922
36923         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
36924         conforms to C99, rather than relying on the user's environment
36925         setting of STDINT_H.
36926
36927 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36928         and Eric Blake  <ebb9@byu.net>
36929
36930         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
36931         This is more consistent with the other defines here.
36932         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
36933         Port to z/OS.  Problem reported by Paul Gilmartin.
36934         Change local vars to use gl_ prefix rather than ac_.
36935         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
36936         with other defines.
36937         * modules/double-slash-root: New module.
36938         * modules/dirname (Files): Remove m4/double-slash-root.m4.
36939         (Depends-on): Add double-slash-root.
36940         * MODULES.html.sh (File system functions): Mention new module.
36941
36942 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
36943
36944         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
36945         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
36946         This is for the benefit of gzip, which doesn't do i18n.
36947
36948 2006-12-12  Jim Meyering  <jim@meyering.net>
36949
36950         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
36951         Reported by Andreas Schwab <schwab@suse.de>.
36952
36953 2006-12-12  Bruno Haible  <bruno@clisp.org>
36954
36955         Merge these changes.
36956         2006-09-05  Bruno Haible  <bruno@clisp.org>
36957         * lib/iconvme.c (iconv_string): No need to save and restore errno when
36958         iconv_alloc succeeded.
36959         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
36960         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
36961         test for " && dest " at the end - dest is always != NULL there. Call
36962         iconv with 4xNULL arguments initially, to reset the state. Call iconv
36963         with 2xNULL arguments, also to flush the state storage. Handle the
36964         IRIX iconv behaviour. Realloc the final result, to throw away unused
36965         memory.
36966
36967 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
36968
36969         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
36970         and fchmodat unconditionally, since glibc 2.4 has them.
36971         Problem reported by Arkadiusz Miskiewicz.
36972
36973 2006-12-10  Bruno Haible  <bruno@clisp.org>
36974
36975         * gnulib-tool (func_import): Show the include files only for those
36976         modules that are copied and specified.
36977         Reported by Karl Berry.
36978
36979 2006-12-08  Jim Meyering  <jim@meyering.net>
36980
36981         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
36982         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
36983
36984         * build-aux/announce-gen: Add two new options, both optional:
36985         --bootstrap-tools=TOOL_LIST
36986               a comma-separated list of tools, e.g.,
36987               autoconf,automake,bison,gnulib
36988         --gnulib-snapshot-date=DATE
36989               if gnulib is in the bootstrap tool list,
36990               then report this as the snapshot date.
36991               If not specified, use the current date/time.
36992               If you specify a date here, be sure it's UTC.
36993
36994 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36995
36996         * tests/test-argp-2.sh: Fix test to match actual output.
36997         (func_compare): Fix sed script to be portable.
36998
36999 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
37000
37001         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
37002         workaround for this case.  It is not autoconfigured now; offhand
37003         it's hard to see how to autoconfigure it.
37004
37005 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
37006
37007         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
37008         a directory that is about to be chowned.  Such a directory's
37009         initial file permissions should permit the owner only and this
37010         should not be changed until after the chown, since the group and
37011         other bits would be incorrect if they granted permission before
37012         the chown.
37013
37014         Fix porting problem for iswctype reported by Georg Schwarz in:
37015         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
37016         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
37017         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
37018         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
37019         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
37020
37021 2006-12-03  Jim Meyering  <jim@meyering.net>
37022
37023         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
37024         p->fts_statp may not yet be defined.
37025         (fts_read): Instead, set it in the caller, once p->fts_statp is
37026         sure to be defined, and corresponds to a top-level directory.
37027         This bug made du -x fail.  Here's the coreutils test case:
37028         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
37029         Reported by Mike Frysinger.
37030
37031 2006-12-01  Jim Meyering  <jim@meyering.net>
37032
37033         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
37034         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
37035         Reported by Simon Josefsson.
37036
37037 2006-11-30  Jim Meyering  <jim@meyering.net>
37038
37039         * m4/warning.m4: Use the all-permissive copyright notice
37040         recommended by RMS (rather than LGPL).
37041         * m4/vararrays.m4: Likewise.
37042         * m4/flexmember.m4: Likewise.
37043
37044 2006-11-29  Bruno Haible  <bruno@clisp.org>
37045
37046         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37047         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
37048         using +=.
37049         Reported by Simon Josefsson <simon@josefsson.org>.
37050
37051 2006-11-28  James Youngman <jay@gnu.org>
37052
37053         * README: Advise users that they might find the bug-gnulib@gnu.org
37054         and autotools-announce@gnu.org mailing lists useful.
37055
37056 2006-11-28  Bruno Haible  <bruno@clisp.org>
37057
37058         * m4/ptrdiff_max.m4: Remove file.
37059
37060 2006-11-21  Bruno Haible  <bruno@clisp.org>
37061
37062         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
37063         _AC_COMPUTE_INT.
37064         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37065         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
37066         _AC_COMPUTE_INT.
37067         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37068         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
37069         _AC_COMPUTE_INT.
37070         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37071
37072 2006-11-28  Jim Meyering  <jim@meyering.net>
37073
37074         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
37075         warning from "gcc -Wshadow" about shadowing the builtin.
37076
37077 2006-11-27  Bruno Haible  <bruno@clisp.org>
37078
37079         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
37080         _AC_COMPUTE_INT.
37081         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37082
37083 2006-11-27  Bruno Haible  <bruno@clisp.org>
37084             Paul Eggert  <eggert@cs.ucla.edu>
37085
37086         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
37087
37088 2006-11-26  Bruno Haible  <bruno@clisp.org>
37089
37090         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37091         noinst_LTLIBRARIES.
37092
37093 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37094             Bruno Haible  <bruno@clisp.org>
37095
37096         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
37097         if compiling with "gcc -ansi".
37098
37099 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37100
37101         Fix some incompatibilities with gcc -ansi -pedantic.
37102         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
37103         if compiling pedantically with GCC, unless it's C99 or later.
37104         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
37105         it mishandles gcc -ansi -pedantic as well.
37106         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
37107         if gcc -pedantic.
37108         * lib/regexec.c (check_node_accept_bytes): Don't use auto
37109         initializers for struct if -pedantic, unless it's C99 or later.
37110
37111 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
37112
37113         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
37114         Don't close an fd more than once. Identical atimes indicate
37115         success, not failure.
37116
37117 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
37118
37119         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
37120
37121 2006-11-23  Jim Meyering  <jim@meyering.net>
37122
37123         * build-aux/announce-gen: New file.  From coreutils.
37124
37125 2006-11-22  Jim Meyering  <jim@meyering.net>
37126
37127         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
37128         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
37129         (fts_read): Use a temporary to narrow the overused st_size member
37130         before using it in a switch statement.  Reported by Matthew Woehlke.
37131
37132         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
37133         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
37134
37135 2006-11-20  Bruno Haible  <bruno@clisp.org>
37136
37137         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
37138         changequote instead of pairs of brackets.
37139         Reported by Andreas Schwab <schwab@suse.de>.
37140
37141 2006-11-21  Jim Meyering  <jim@meyering.net>
37142
37143         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
37144         so as to remain compatible with older compilers.
37145         Patch from Michael Deutschmann.
37146
37147 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37148
37149         * MODULES.html.sh (File system functions): Add openat.
37150
37151         * lib/openat.h (rpl_fstatat): New macro, if
37152         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
37153         (fstatat): Define to rpl_fstatat under the same conditions,
37154         unless COMPILING_FSTATAT.
37155         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
37156         seems to have the bug.
37157         * lib/fstatat.c: New file.
37158         * modules/openat (Files): Add it.
37159
37160 2006-11-20  Bruno Haible  <bruno@clisp.org>
37161
37162         * Makefile: New file.
37163
37164 2006-11-20  Jim Meyering  <jim@meyering.net>
37165
37166         The beginnings of syntax-related checks for gnulib.
37167         * lib/Makefile: New file.
37168         * lib/t-idcache: New script.  Ensure that the two halves of
37169         idcache.c stay in sync.
37170
37171         * lib/idcache.c: Adjust comments in user- and group- portions to
37172         be more accurate, and to be consistent with one another.
37173
37174 2006-11-20  Jim Meyering  <jim@meyering.net>
37175
37176         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
37177         continue using the flexible array member (thus, this module performs
37178         half as many malloc calls), with the addition that...
37179         (getgroup, getuser): Consistently record a non-match via an empty
37180         "name" string, and map an empty string match to a NULL return value.
37181         * modules/idcache (Depends-on): Re-add flexmember.
37182
37183         * lib/idcache.c (getuser): Remove all uses of the register keyword.
37184         (getuidbyname, getgroup, getgidbyname): Likewise.
37185
37186         Use cleaner syntax: NULL rather than 0.
37187         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
37188
37189 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37190
37191         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
37192         It mishandled the case where the group was missing.
37193         Problem reported by Greg Schafer.
37194         * modules/idcache: Likewise.
37195
37196 2006-11-18  Jim Meyering  <jim@meyering.net>
37197
37198         * check-module (%exempt_header): Add exception for some
37199         conditionally-included headers.
37200
37201         * modules/i-ring (Depends-on): Add verify.
37202         (License): Change to LGPL.
37203
37204 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37205
37206         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
37207         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
37208         and inttostr.h.  Use snprintf rather than uinttostr, so that
37209         LGPLed code doesn't depend on GPLed.
37210
37211 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37212
37213         * modules/inline (License): Change from GPL to LGPL.
37214
37215 2006-11-17  Jim Meyering  <jim@meyering.net>
37216
37217         * modules/d-type (License): Switch to LGPL.
37218
37219 2006-11-15  Bruno Haible  <bruno@clisp.org>
37220
37221         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
37222
37223 2006-11-15  Eric Blake  <ebb9@byu.net>
37224
37225         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
37226         the module dependency.
37227
37228 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37229             Bruno Haible  <bruno@clisp.org>
37230
37231         * gnulib-tool (func_create_testdir): Add license consistency check.
37232
37233 2006-11-15  Eric Blake  <ebb9@byu.net>
37234
37235         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
37236         random "(cached)" in configure output.
37237
37238 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37239
37240         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
37241         test for conforming inttypes.h is both announced and cached.
37242
37243         * MODULES.html.sh (seen_modules, seen_files): New variables.
37244         (func_module): Rewrite to use a few less gnulib-tool and sed
37245         invocations.  Avoid a couple of quadratic algorithms for ...
37246         (missed_modules, missed_files): ... these, with ...
37247         (func_append, func_tmpdir): ... these new functions, from
37248         gnulib-tool.  Analogously, install traps for cleanup.
37249
37250         * tests/test-gc.c (main): Remove unused variables.
37251         * tests/test-read-file.c: Include stdlib.h, for 'free'.
37252
37253 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
37254
37255         * modules/inttostr (License): Change to LGPL.
37256
37257 2006-11-14  Eric Blake  <ebb9@byu.net>
37258
37259         * modules/tempname (License): Change to LGPL.
37260
37261 2006-11-14  Eric Blake  <ebb9@byu.net>
37262
37263         * doc/functions.texi (Function Portability): *printf functions on
37264         Cygwin now understand all POSIX size specifiers.
37265
37266 2006-11-14  Bruno Haible  <bruno@clisp.org>
37267
37268         * modules/c-ctype (License): Change to LGPL.
37269
37270 2006-11-12  Bruno Haible  <bruno@clisp.org>
37271
37272         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
37273         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
37274         for GNOME libraries, for which the include files are installed in
37275         subdirectories of $prefix/include.
37276
37277 2006-11-12  Bruno Haible  <bruno@clisp.org>
37278
37279         * m4/lib-link.m4: Require at least autoconf-2.54.
37280         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
37281         name to underscores for the --with option.
37282
37283 2006-11-13  Bruno Haible  <bruno@clisp.org>
37284
37285         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
37286         the tests directory.
37287         Reported by Ralf Wildenhues.
37288
37289 2006-11-13  Bruno Haible  <bruno@clisp.org>
37290
37291         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
37292         (func_emit_initmacro_end): Undo the override here.
37293         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37294         Works around the famous automake error in coreutils.
37295
37296 2006-11-13  Eric Blake  <ebb9@byu.net>
37297
37298         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37299         element, not its node.
37300
37301 2006-11-12  Bruno Haible  <bruno@clisp.org>
37302
37303         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
37304         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
37305
37306 2006-11-12  Bruno Haible  <bruno@clisp.org>
37307
37308         * gnulib-tool: New option --local-symlink.
37309         (func_usage): Document it.
37310         (lsymbolic): New variable.
37311         (func_import, func_create_testdir): If --symlink was not specified,
37312         test whether --local-symlink was specified and the file comes from
37313         the local_gnulib_dir.
37314
37315 2006-11-12  Bruno Haible  <bruno@clisp.org>
37316
37317         * gnulib-tool (func_ln): New function.
37318         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
37319
37320 2006-11-12  Bruno Haible  <bruno@clisp.org>
37321
37322         Finish support for source files in subdirectories.
37323         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
37324         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
37325         AUTOMAKE_OPTIONS.
37326         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
37327
37328 2006-11-12  Bruno Haible  <bruno@clisp.org>
37329
37330         * gnulib-tool (func_get_automake_snippet): Synthesize also an
37331         EXTRA_lib_SOURCES augmentation.
37332         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
37333
37334 2006-11-12  Jim Meyering  <jim@meyering.net>
37335
37336         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
37337         file descriptors.  This also averts a failure on systems with
37338         native openat support when a traversed directory lacks "x" access.
37339         * lib/fts_.h: Include "i-ring.h"
37340         (struct FTS) [fts_fd_ring]: New member.
37341         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
37342         (FCHDIR): Add parentheses.
37343         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
37344         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
37345         When descending, rather than simply closing the previous
37346         fts_cwd_fd value, push that file descriptor onto the ring.
37347         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
37348         (fts_open): Initialize the new fd_ring member.
37349         (fts_close): Clear the ring.
37350         (fts_safe_changedir): When possible, use our new fd_ring to skip
37351         the diropen and fstat and dev/ino comparison that would normally
37352         accompany a virtual `chdir ("..")'.
37353
37354         * modules/fts (Depends-on): Add i-ring.
37355         * modules/i-ring: New module.
37356         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
37357         * m4/i-ring.m4: New file.
37358
37359 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37360
37361         * gnulib-tool (func_create_testdir): Fix replacement of
37362         `build-aux' in configure.ac.  Run autotools in gltests
37363         subdirectory.
37364         (func_create_testdir, func_create_megatestdir, test): There is
37365         no need for '--force' in most autotool invocations in a new
37366         tree.  Actually fail the whole test if any of the tools, or the
37367         configure or make stages fail.
37368
37369         Sync from Automake.
37370         * build-aux/gnupload: Revert last change.  Add pointer to upload
37371         instructions of the GNU Maintenance Instructions.
37372         Suggestion by Karl Berry.
37373
37374 2006-11-10  Jim Meyering  <jim@meyering.net>
37375
37376         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
37377
37378 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37379
37380         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
37381         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
37382         (bind_textdomain_codeset) [! ENABLE_NLS]:
37383         Evaluate all the arguments.  That way, callers get compatible behavior
37384         if the arguments have side effects.  Also, it avoids some GCC
37385         diagnostics in some cases; Joel E. Denny reported problems when Bison
37386         was configured with --enable-gcc-warnigs.
37387
37388 2006-11-10  Jim Meyering  <jim@meyering.net>
37389
37390         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
37391         relevant options in CFLAGS (like -O, -fno-inline) are taken into
37392         account.
37393
37394 2006-11-10  Jim Meyering  <jim@meyering.net>
37395
37396         * modules/inline: New file/module.
37397         * modules/xalloc (Files): Remove m4/inline.m4.
37398         (Depends-on): Add inline, instead.
37399         * modules/oset: Likewise.
37400         * modules/list: Likewise.
37401
37402 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37403
37404         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
37405         Problem reported by Matthew Woehlke.
37406
37407 2006-11-09  Bruno Haible  <bruno@clisp.org>
37408
37409         * lib/tempname.c (gen_tempname): Remove variant that invokes
37410         __gen_tempname.
37411         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
37412         __gen_tempname.
37413
37414 2006-11-08  Bruno Haible  <bruno@clisp.org>
37415
37416         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
37417         to 'yes' instead of 'cross-compiling'.
37418
37419 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
37420
37421         * lib/quotearg.h (quotearg_free): New decl.
37422         * lib/quotearg.c (quotearg_free): New function.
37423         (slot0, nslots, slotvec0, slotvec):
37424         Now file-scope so that quotearg_free can get at them.
37425
37426 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37427
37428         Sync from Automake.
37429         * build-aux/gnupload: Add missing 'gnu' to example URL.
37430         Report by Karl Berry.
37431
37432 2006-11-08  Bruno Haible  <bruno@clisp.org>
37433
37434         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
37435         Suggested by Paul Eggert.
37436
37437 2006-11-08  Jim Meyering  <jim@meyering.net>
37438
37439         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
37440         It's already included if !_LIBC.
37441         (fts_safe_changedir): Add a comment.
37442
37443 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37444
37445         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
37446         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
37447         Matthew Woehlke.
37448
37449         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37450         definitions up, to avoid colliding with change below.
37451         (static_inline) [HAVE_INLINE]: New macro.
37452         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37453         Provide extern decls when !HAVE_INLINE.  Do not define unless
37454         static_inline is defined, either by us or by xmalloc.c.  Use
37455         static_inline rather than static inline.
37456         (XCALLOC): Optimize sizeof(T) = 1 case.
37457         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37458
37459 2006-11-07  Bruno Haible  <bruno@clisp.org>
37460
37461         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37462         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37463         AC_C_INLINE.
37464         * modules/xalloc (Files): Add m4/inline.m4.
37465
37466 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37467
37468         * README: Fix typo.
37469         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37470         (Miscellanous Notes): ...from this.
37471
37472 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37473
37474         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37475         Mention that offsetof should be used instead of sizeof.
37476         From Bruno Haible.
37477
37478 2006-11-07  Bruno Haible  <bruno@clisp.org>
37479
37480         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37481
37482 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37483
37484         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37485         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37486         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37487         (gl_tree_add_before, gl_tree_add_after):
37488         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37489         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37490         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37491         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37492         (gl_linked_add_after, gl_linked_add_at): Likewise.
37493         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37494         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37495         (gl_tree_add_before, gl_tree_add_after): Likewise.
37496         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37497         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37498         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37499
37500 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37501
37502         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37503
37504 2006-11-06  Bruno Haible  <bruno@clisp.org>
37505
37506         * m4/inline.m4: New file.
37507         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37508         * modules/list (Files): Add m4/inline.m4.
37509         * modules/oset (Files): Likewise.
37510
37511 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37512
37513         * lib/idcache.c: Include <stddef.h>, for offsetof.
37514         (struct userid.name): Change from char * to a flexible array member.
37515         All uses changed.
37516         * modules/idcache (Depends-on): Add flexmember.
37517
37518         * MODULES.html.sh (Core language properties): New module flexmember.
37519         * modules/flexmember, m4/flexmember.m4: New files.
37520
37521         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37522         inline functions that are identical with the old xnmalloc_inline,
37523         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37524         that we can avoid some unnecessary integer multiplications and
37525         divisions in the common case where the element size is known at
37526         compile time.
37527         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37528         needed.
37529         (xnboundedmalloc): Remove.
37530         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37531         arguments, for consistency with rest of this header.
37532         (xcharalloc): Rewrite using XNMALLOC.
37533         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37534         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37535         versions have been moved to lib/xalloc.h and renamed to be the
37536         non-*_inline versions.
37537         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37538         and xnrealloc functions, since those functions are now inline and
37539         now call us.
37540         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37541         renaming described above.
37542         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37543         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37544         captures the dependency in AC_C_INLINE.
37545
37546         New module canonicalize-lgpl, proposed by Charles Wilson in
37547         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37548         with a few small changes afterwards.
37549         * MODULES.html.sh (File system functions): New module
37550         canonicalize-lgpl.
37551         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37552         and canonicalize_file_name.
37553         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37554         * modules/canonicalize-lgpl: New files.
37555
37556 2006-11-05  Bruno Haible  <bruno@clisp.org>
37557
37558         * gnulib-tool (func_import, func_create_testdir): Create directories
37559         also for files in subdirectories of lib/.
37560
37561 2006-11-05  Bruno Haible  <bruno@clisp.org>
37562
37563         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37564         ANSI C compliant.
37565
37566 2006-11-03  Bruno Haible  <bruno@clisp.org>
37567
37568         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37569         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37570         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37571         (xnboundedmalloc): New inline function.
37572         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37573         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37574         xmalloc.
37575         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37576         xmalloc.
37577         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37578         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37579         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37580         xmalloc.
37581         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37582         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37583         xmalloc.
37584         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37585         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37586         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37587         xmalloc.
37588         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37589         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37590         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37591         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37592         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37593         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37594         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37595
37596 2006-11-03  Bruno Haible  <bruno@clisp.org>
37597
37598         * lib/c-ctype.h [C++]: Define functions without name mangling.
37599         * lib/fwriteerror.h [C++]: Likewise.
37600         * lib/gcd.h [C++]: Likewise.
37601         * lib/linebreak.h [C++]: Likewise.
37602
37603 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37604
37605         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
37606         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
37607         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
37608         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37609         Check for functions and headers just once.
37610         Check for declaration of canonicalize_file_name.
37611         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
37612
37613 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37614
37615         * gnulib-tool (func_import): Fix typo in actioncmd.
37616
37617 2006-11-02  Bruno Haible  <bruno@clisp.org>
37618
37619         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
37620         newline sequence in the Makefile.am snippet as a space, like "make"
37621         does.
37622         Reported by Roger Persson <perrog@gmail.com>.
37623
37624 2006-11-01  Bruno Haible  <bruno@clisp.org>
37625
37626         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
37627         already declared in <string.h>.
37628         * lib/strcase.h (strncasecmp): Don't declare it if yes.
37629
37630 2006-11-01  Bruno Haible  <bruno@clisp.org>
37631
37632         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
37633         * lib/strcase.h: Include <string.h>.
37634         (strcasecmp): Define to rpl_strcasecmp here.
37635
37636 2006-11-01  Bruno Haible  <bruno@clisp.org>
37637
37638         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
37639
37640 2006-11-01  Eric Blake  <ebb9@byu.net>
37641
37642         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
37643
37644         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
37645
37646 2006-10-29  Bruno Haible  <bruno@clisp.org>
37647
37648         Make it compile in C++ mode.
37649         * lib/full-write.c (full_rw): Add a cast.
37650
37651 2006-11-01  Bruno Haible  <bruno@clisp.org>
37652
37653         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
37654         be POSIX compliant.
37655         Reported by Roger Persson <perrog@gmail.com>.
37656
37657 2006-11-01  Eric Blake  <ebb9@byu.net>
37658
37659         * lib/getopt_.h: Fix comments.
37660
37661 2006-10-31  Eric Blake  <ebb9@byu.net>
37662
37663         * modules/tmpdir (Depends-on): Add sys_stat.
37664         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
37665         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
37666         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
37667         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
37668         tempname.
37669
37670 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
37671
37672         Avoid some C++ diagnostics reported by Bruno Haible.
37673         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
37674         xmalloc.
37675         (quotearg_alloc): Use xcharalloc rather than xmalloc.
37676         (struct slotvec): Move to top level.
37677         (quotearg_n_options): Rewrite to avoid xmalloc.
37678         * lib/xalloc.h (xcharalloc): New function.
37679         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
37680         [defined __cplusplus]: Add function template that provides result
37681         type propagation.  This part of the change is from Bruno Haible.
37682
37683 2006-10-29  Bruno Haible  <bruno@clisp.org>
37684
37685         Make it compile in C++ mode.
37686         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
37687         * lib/strnlen1.c (strnlen1): Cast memchr result.
37688         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
37689         * lib/clean-temp.c (string_equals, string_hash): Add casts.
37690         (create_temp_dir): Rename local variable 'template'.
37691         (compile_csharp_using_sscli): Add cast.
37692         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
37693         * lib/findprog.c (find_in_path): Likewise.
37694         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
37695         * lib/wait-process.c (register_slave_subprocess): Likewise.
37696
37697 2006-10-22  Bruno Haible  <bruno@clisp.org>
37698
37699         * modules/tsearch: New file.
37700         * lib/tsearch.h: New file.
37701         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
37702         * m4/tsearch.m4: New file.
37703         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
37704
37705 2006-10-29  Eric Blake  <ebb9@byu.net>
37706
37707         * lib/arcfour.c: Assume config.h.
37708         * lib/arctwo.c: Likewise.
37709         * lib/base64.c: Likewise.
37710         * lib/check-version.c: Likewise.
37711         * lib/crc.c: Likewise.
37712         * lib/des.c: Likewise.
37713         * lib/gc-gnulib.c: Likewise.
37714         * lib/gc-libgcrypt.c: Likewise.
37715         * lib/gc-pbkdf2-sha1.c: Likewise.
37716         * lib/getaddrinfo.c: Likewise.
37717         * lib/getdelim.c: Likewise.
37718         * lib/getline.c: Likewise.
37719         * lib/hmac-md5.c: Likewise.
37720         * lib/hmac-sha1.c: Likewise.
37721         * lib/iconvme.c: Likewise.
37722         * lib/md2.c: Likewise.
37723         * lib/md4.c: Likewise.
37724         * lib/memxor.c: Likewise.
37725         * lib/read-file.c: Likewise.
37726         * lib/readline.c: Likewise.
37727         * lib/rijndael-alg-fst.c: Likewise.
37728         * lib/rijndael-api-fst.c: Likewise.
37729         * lib/xgetdomainname.c: Likewise.
37730
37731 2006-10-28  Eric Blake  <ebb9@byu.net>
37732
37733         * lib/xstrndup.c: Assume config.h.
37734
37735 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37736
37737         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
37738         stat-macros.h is now for our own macros, whereas stat_h is for
37739         macros in the <sys/stat.h> name space.
37740         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
37741         (STAT_MACROS_H): Remove.
37742         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
37743         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
37744         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
37745         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
37746         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
37747         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
37748         Move these macros to ...
37749         * lib/stat_.h: here.  Don't include stat-macros.h.
37750         * lib/canonicalize.c: Don't include stat-macros.h.
37751         * lib/chown.c: Likewise.
37752         * lib/euidaccess.c: Likewise.
37753         * lib/file-type.c: Likewise.
37754         * lib/filemode.c: Likewise.
37755         * lib/glob.c: Likewise.
37756         * lib/isapipe.c: Likewise.
37757         * lib/lchown.c: Likewise.
37758         * lib/lstat.c: Likewise.
37759         * lib/mkdir-p.c: Likewise.
37760         * lib/rmdir.c: Likewise.
37761         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
37762         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
37763         unless mkdir isn't declared, to speed up 'configure'.
37764         Always create sys/stat.h, since it's unlikely any real sys/stat.h
37765         would define all the S_* symbols.
37766         * modules/canonicalize (Depends-on):
37767         Depend on sys_stat, not stat-macros.
37768         * modules/chown: Likewise.
37769         * modules/euidaccess: Likewise.
37770         * modules/filemode: Likewise.
37771         * modules/file-type: Likewise.
37772         * modules/glob: Likewise.
37773         * modules/isapipe: Likewise.
37774         * modules/lchown: Likewise.
37775         * modules/lstat: Likewise.
37776         * modules/mkancesdirs: Likewise.
37777         * modules/rmdir: Likewise.
37778         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
37779         * modules/modechange: Likewise.
37780         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
37781         (configure.ac): Remove gl_STAT_MACROS.
37782         * modules/sys_stat (Depends-on): Remove stat-macros.
37783
37784 2006-10-27  Bruno Haible  <bruno@clisp.org>
37785
37786         * m4/signed.m4: Remove file.
37787         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
37788         invocation.
37789         * modules/vasnprintf (Files): Remove m4/signed.m4.
37790
37791 2006-10-27  Bruno Haible  <bruno@clisp.org>
37792
37793         Update to GNU gettext 0.16.
37794         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
37795         m4/inttypes-h.m4, m4/signed.m4.
37796         * m4/gettext.m4: Update to GNU gettext 0.16.
37797         * m4/intl.m4: New file, from GNU gettext.
37798         * m4/intldir.m4: New file, from GNU gettext.
37799         * config/srclist.txt: Update
37800
37801 2006-10-27  Eric Blake  <ebb9@byu.net>
37802
37803         * MODULES.html.sh: Document tempname.
37804         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
37805         dependencies.
37806         (Files): Move lib/tempname.c...
37807         * modules/tempname: ...to this new module.
37808         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
37809         (gl_PREREQ_TEMPNAME): Move...
37810         * m4/tempname.m4: ...to this new file.
37811         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
37812         * modules/sys_stat (Depends-on): Add stat-macros.
37813         * lib/stat_.h (includes): Pick up stat macros.
37814         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
37815         if stat macros are broken.
37816         * lib/tempname.c (includes): No need to include "stat-macros.h".
37817         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
37818         (direxists, __path_search) [!_LIBC]: Don't compile these in
37819         gnulib; the tmpdir module covers that.
37820         * lib/tempname.h: New file.
37821
37822 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
37823
37824         * COPYING: Explain how gnulib-tool converts licence headers.
37825         Almost all wording by Eric Blake.
37826
37827 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
37828
37829         * lib/mbchar.h (is_basic_table): Make read-only.
37830         * lib/mbchar.c (is_basic_table): Likewise.
37831         Reported by John Darrington.
37832
37833 2006-10-25  Bruno Haible  <bruno@clisp.org>
37834
37835         * lib/progname.h (set_program_name): Undefine before defining.
37836
37837 2006-10-25  Bruno Haible  <bruno@clisp.org>
37838
37839         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
37840         false for non-gcc C++ compilers.
37841         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
37842
37843 2006-10-24  Bruno Haible  <bruno@clisp.org>
37844
37845         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
37846         iconv implementations like Irix iconv.
37847
37848 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37849
37850         * modules/vararrays: New file.
37851         * m4/vararrays.m4: New file, taken from diffutils.
37852         * MODULES.html.sh: New module vararrays.
37853
37854 2006-10-24  Karl Berry  <karl@gnu.org>
37855
37856         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
37857         Don't call GNU Unix.
37858
37859 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37860
37861         * users.txt: Add Libtool.
37862
37863         Sync from Libtool:
37864
37865         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37866
37867         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
37868         to gnulib's policy of including config.h unconditionally.
37869
37870 2006-10-24  Bruno Haible  <bruno@clisp.org>
37871
37872         * modules/wcwidth (Files): Add m4/wint_t.m4.
37873         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
37874         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
37875
37876 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37877
37878         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
37879         to pacify GCC with some -W flags enabled.  Problem reported by
37880         Bruno Haible.
37881
37882 2006-10-24  Jim Meyering  <jim@meyering.net>
37883
37884         * MODULES.html.sh: Remove uinttostr.  It's not a module.
37885         Reported by Karl Berry.
37886
37887 2006-10-23  Bruno Haible  <bruno@clisp.org>
37888
37889         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
37890
37891 2006-10-24  Bruno Haible  <bruno@clisp.org>
37892
37893         * lib/gl_list.h: Use C comment style, not C++ comment style.
37894
37895 2006-10-23  Eric Blake  <ebb9@byu.net>
37896
37897         * lib/getaddrinfo.c (includes): Add missing include.
37898
37899 2006-10-23  Bruno Haible  <bruno@clisp.org>
37900             Paul Eggert  <eggert@cs.ucla.edu>
37901
37902         Ability to rename obstack_free.
37903         * lib/obstack.h (__obstack_free): New macro. Declare instead of
37904         obstack_free.
37905         (obstack_free): Invoke the __obstack_free macro.
37906         * lib/obstack.c (obstack_free): Use __obstack_free macro.
37907
37908 2006-10-23  Bruno Haible  <bruno@clisp.org>
37909             Paul Eggert  <eggert@cs.ucla.edu>
37910
37911         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
37912         __argc, __argv from the declaration. (They are defined as macros on
37913         mingw.)
37914
37915 2006-10-22  Bruno Haible  <bruno@clisp.org>
37916
37917         * doc/gnulib-intro.texi: New file.
37918         * doc/gnulib.texi: Include it.
37919
37920 2006-10-21  Bruno Haible  <bruno@clisp.org>
37921
37922         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
37923         "Introduction", "Miscellanous Notes", "Particular Modules".
37924
37925 2006-10-21  Bruno Haible  <bruno@clisp.org>
37926
37927         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37928         Change mostlyclean-local rule to avoid sh syntax error from bash
37929         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
37930
37931 2006-10-23  Jim Meyering  <jim@meyering.net>
37932
37933         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
37934         in place of snprintf.
37935
37936         * modules/inttostr (Files): Add lib/uinttostr.c.
37937         * lib/uinttostr.c (inttostr): New file/function.
37938         * lib/inttostr.h (uinttostr): Declare.
37939         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
37940         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
37941         Add uinttostr.
37942         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
37943
37944 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37945
37946         * lib/canonicalize.c (ELOOP): Define if not already defined.
37947         Problem reported by Bruno Haible in
37948         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
37949
37950 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37951
37952         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
37953         Problem reported by Perry Smith and Ville Laurikari.
37954
37955         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
37956         uses.
37957
37958 2006-10-19  Bruno Haible  <bruno@clisp.org>
37959
37960         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
37961         for mingw.
37962
37963 2006-10-19  Bruno Haible  <bruno@clisp.org>
37964
37965         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
37966         Needed for mingw.
37967
37968 2006-10-19  Bruno Haible  <bruno@clisp.org>
37969
37970         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
37971
37972 2006-10-19  Bruno Haible  <bruno@clisp.org>
37973
37974         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
37975         it.
37976
37977 2006-10-19  Bruno Haible  <bruno@clisp.org>
37978
37979         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
37980         invocation.
37981
37982 2006-10-19  Bruno Haible  <bruno@clisp.org>
37983
37984         * gnulib-tool (func_create_testdir): Don't include ftruncate and
37985         mountlist by default.
37986
37987 2006-10-16  Bruno Haible  <bruno@clisp.org>
37988
37989         * lib/c-strstr.c: Include c-strstr.h.
37990
37991 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37992
37993         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
37994         in a slash.
37995
37996 2006-10-18  Bruno Haible  <bruno@clisp.org>
37997
37998         * lib/lock.h [C++]: Wrap definitions in extern "C".
37999
38000 2006-10-18  Bruno Haible  <bruno@clisp.org>
38001
38002         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
38003         gl_LIBOBJS list.
38004
38005 2006-10-18  Bruno Haible  <bruno@clisp.org>
38006
38007         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
38008
38009 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
38010
38011         * lib/xstrtol.h: Include gettext.h.
38012         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
38013         Problem reported by Eric Blake.
38014         * modules/xstrtol (Depends-on): Add gettext-h.
38015
38016 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
38017
38018         * lib/strftime.c (advance): New macro.
38019         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
38020         incomplete type, so you can't add 0 to it.  Problem and patch
38021         reported by Eelco Dolstra for dietlibc.
38022
38023 2006-10-18  Jim Meyering  <jim@meyering.net>
38024
38025         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
38026         type for a local, and rename it: s/up/user_proc/.
38027
38028 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
38029
38030         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
38031         READ_UTMP_USER_PROCESS.
38032         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
38033
38034 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38035
38036         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
38037         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
38038
38039 2006-10-17  Eric Blake  <ebb9@byu.net>
38040
38041         * lib/sigprocmask.c (sigprocmask): Fix typo.
38042
38043         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
38044
38045         * modules/clean-temp (Makefile.am): Don't add to make output...
38046         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
38047         config.h.
38048
38049 2006-10-17  Bruno Haible  <bruno@clisp.org>
38050
38051         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
38052         differently if DEFAULT_TEXT_DOMAIN is set.
38053
38054 2006-10-16  Bruno Haible  <bruno@clisp.org>
38055
38056         * lib/clean-temp.c: Include fwriteerror.h.
38057
38058 2006-10-16  Bruno Haible  <bruno@clisp.org>
38059
38060         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
38061
38062 2006-10-16  Bruno Haible  <bruno@clisp.org>
38063
38064         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
38065         * lib/sigprocmask.h: Include <sys/types.h>.
38066         (sigset_t): Use the system's definition if present.
38067
38068 2006-10-17  Eric Blake  <ebb9@byu.net>
38069
38070         * lib/xvasprintf.c (includes): Assume config.h.
38071         * lib/xasprintf.c (includes): Likewise.
38072
38073 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
38074
38075         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
38076         at least as wide as intmax_t.
38077
38078 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
38079
38080         (Imported from Automake.)
38081         * build-aux/gnupload: Update to version 1.1 of directive file.
38082
38083 2006-10-16  Eric Blake  <ebb9@byu.net>
38084
38085         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
38086         match Automake 1.10a.
38087
38088 2006-10-14  Bruno Haible  <bruno@clisp.org>
38089
38090         * modules/sigprocmask: New file.
38091         * lib/sigprocmask.h: New file.
38092         * lib/sigprocmask.c: New file.
38093         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
38094         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
38095         request sigprocmask.o.
38096         (gl_PREREQ_SIGPROCMASK): New macro.
38097         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
38098         (Depends-on): Add sigprocmask.
38099         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
38100         gt_SIGNALBLOCKING. Test for 'raise' only once.
38101         * lib/fatal-signal.c: Include sigprocmask.h.
38102         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
38103         unblock_fatal_signals): Define always.
38104         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38105         sigprocmask.
38106
38107 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38108
38109         Sync from Automake.
38110         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
38111         which incorrectly sets the mode of an existing destination
38112         directory.  In some cases the unpatched install-sh could do the
38113         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
38114         system.  We hope this is rare in practice, but it's clearly worth
38115         fixing.  Problem reported by Alex Unleashed in
38116         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
38117         Also, don't bother to check for -m bugs unless we're using -m;
38118         suggested by Stepan Kasal.
38119
38120 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38121
38122         Sync from Automake.
38123         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
38124         `-c' flag, so they appear at the same position as in %FASTDEP%
38125         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
38126         which ignores unknown options only after the first non-option.
38127         Bug report against M4 by Nelson H. F. Beebe.
38128
38129 2006-10-13  Jim Meyering  <jim@meyering.net>
38130
38131         Fix a bug in yesterday's change.
38132         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
38133         p->fts_statp->st_dev would be used uninitialized.
38134         Ensures that we always call fts_stat on the very first entry.
38135         Miklos Szeredi reported that find -xdev stopped working.
38136
38137 2006-10-12  Bruno Haible  <bruno@clisp.org>
38138
38139         * gnulib-tool (func_get_automake_snippet): Append an automatically
38140         computed EXTRA_DIST augmentation.
38141         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
38142         * modules/alloca-opt (Makefile.am): Likewise.
38143         * modules/allocsa (Makefile.am): Likewise.
38144         * modules/arcfour (Makefile.am): Likewise.
38145         * modules/arctwo (Makefile.am): Likewise.
38146         * modules/argmatch (Makefile.am): Likewise.
38147         * modules/argz (Makefile.am): Likewise.
38148         * modules/atexit (Makefile.am): Likewise.
38149         * modules/backupfile (Makefile.am): Likewise.
38150         * modules/byteswap (Makefile.am): Likewise.
38151         * modules/c-strtod (Makefile.am): Likewise.
38152         * modules/c-strtold (Makefile.am): Likewise.
38153         * modules/calloc (Makefile.am): Likewise.
38154         * modules/canon-host (Makefile.am): Likewise.
38155         * modules/canonicalize (Makefile.am): Likewise.
38156         * modules/chdir-long (Makefile.am): Likewise.
38157         * modules/chdir-safer (Makefile.am): Likewise.
38158         * modules/check-version (Makefile.am): Likewise.
38159         * modules/chown (Makefile.am): Likewise.
38160         * modules/cloexec (Makefile.am): Likewise.
38161         * modules/close-stream (Makefile.am): Likewise.
38162         * modules/closeout (Makefile.am): Likewise.
38163         * modules/crc (Makefile.am): Likewise.
38164         * modules/csharpexec (Makefile.am): Likewise.
38165         * modules/cycle-check (Makefile.am): Likewise.
38166         * modules/des (Makefile.am): Likewise.
38167         * modules/dev-ino (Makefile.am): Likewise.
38168         * modules/dirfd (Makefile.am): Likewise.
38169         * modules/dirname (Makefile.am): Likewise.
38170         * modules/dup2 (Makefile.am): Likewise.
38171         * modules/eealloc (Makefile.am): Likewise.
38172         * modules/error (Makefile.am): Likewise.
38173         * modules/euidaccess (Makefile.am): Likewise.
38174         * modules/exclude (Makefile.am): Likewise.
38175         * modules/exitfail (Makefile.am): Likewise.
38176         * modules/fcntl-safer (Makefile.am): Likewise.
38177         * modules/fcntl (Makefile.am): Likewise.
38178         * modules/file-type (Makefile.am): Likewise.
38179         * modules/fileblocks (Makefile.am): Likewise.
38180         * modules/filemode (Makefile.am): Likewise.
38181         * modules/filenamecat (Makefile.am): Likewise.
38182         * modules/fnmatch (Makefile.am): Likewise.
38183         * modules/fopen-safer (Makefile.am): Likewise.
38184         * modules/fpending (Makefile.am): Likewise.
38185         * modules/fprintftime (Makefile.am): Likewise.
38186         * modules/free (Makefile.am): Likewise.
38187         * modules/fsusage (Makefile.am): Likewise.
38188         * modules/ftruncate (Makefile.am): Likewise.
38189         * modules/fts (Makefile.am): Likewise.
38190         * modules/gc-arcfour (Makefile.am): Likewise.
38191         * modules/gc-des (Makefile.am): Likewise.
38192         * modules/gc-hmac-md5 (Makefile.am): Likewise.
38193         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
38194         * modules/gc-md4 (Makefile.am): Likewise.
38195         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38196         * modules/gc-sha1 (Makefile.am): Likewise.
38197         * modules/gc (Makefile.am): Likewise.
38198         * modules/getaddrinfo (Makefile.am): Likewise.
38199         * modules/getcwd (Makefile.am): Likewise.
38200         * modules/getdelim (Makefile.am): Likewise.
38201         * modules/getdomainname (Makefile.am): Likewise.
38202         * modules/getgroups (Makefile.am): Likewise.
38203         * modules/gethostname (Makefile.am): Likewise.
38204         * modules/gethrxtime (Makefile.am): Likewise.
38205         * modules/getline (Makefile.am): Likewise.
38206         * modules/getloadavg (Makefile.am): Likewise.
38207         * modules/getlogin_r (Makefile.am): Likewise.
38208         * modules/getndelim2 (Makefile.am): Likewise.
38209         * modules/getopt (Makefile.am): Likewise.
38210         * modules/getpagesize (Makefile.am): Likewise.
38211         * modules/getpass-gnu (Makefile.am): Likewise.
38212         * modules/getpass (Makefile.am): Likewise.
38213         * modules/getsubopt (Makefile.am): Likewise.
38214         * modules/gettime (Makefile.am): Likewise.
38215         * modules/gettimeofday (Makefile.am): Likewise.
38216         * modules/getugroups (Makefile.am): Likewise.
38217         * modules/getusershell (Makefile.am): Likewise.
38218         * modules/glob (Makefile.am): Likewise.
38219         * modules/group-member (Makefile.am): Likewise.
38220         * modules/hard-locale (Makefile.am): Likewise.
38221         * modules/hash (Makefile.am): Likewise.
38222         * modules/hmac-md5 (Makefile.am): Likewise.
38223         * modules/hmac-sha1 (Makefile.am): Likewise.
38224         * modules/human (Makefile.am): Likewise.
38225         * modules/idcache (Makefile.am): Likewise.
38226         * modules/imaxabs (Makefile.am): Likewise.
38227         * modules/imaxdiv (Makefile.am): Likewise.
38228         * modules/inet_ntop (Makefile.am): Likewise.
38229         * modules/inet_pton (Makefile.am): Likewise.
38230         * modules/intprops (Makefile.am): Likewise.
38231         * modules/inttostr (Makefile.am): Likewise.
38232         * modules/inttypes (Makefile.am): Likewise.
38233         * modules/isapipe (Makefile.am): Likewise.
38234         * modules/javaversion (Makefile.am): Likewise.
38235         * modules/lchmod (Makefile.am): Likewise.
38236         * modules/lchown (Makefile.am): Likewise.
38237         * modules/localcharset (Makefile.am): Likewise.
38238         * modules/long-options (Makefile.am): Likewise.
38239         * modules/lstat (Makefile.am): Likewise.
38240         * modules/malloc (Makefile.am): Likewise.
38241         * modules/mathl (Makefile.am): Likewise.
38242         * modules/mbchar (Makefile.am): Likewise.
38243         * modules/md2 (Makefile.am): Likewise.
38244         * modules/md4 (Makefile.am): Likewise.
38245         * modules/md5 (Makefile.am): Likewise.
38246         * modules/memcasecmp (Makefile.am): Likewise.
38247         * modules/memchr (Makefile.am): Likewise.
38248         * modules/memcmp (Makefile.am): Likewise.
38249         * modules/memcoll (Makefile.am): Likewise.
38250         * modules/memcpy (Makefile.am): Likewise.
38251         * modules/memmem (Makefile.am): Likewise.
38252         * modules/memmove (Makefile.am): Likewise.
38253         * modules/mempcpy (Makefile.am): Likewise.
38254         * modules/memrchr (Makefile.am): Likewise.
38255         * modules/memset (Makefile.am): Likewise.
38256         * modules/memxor (Makefile.am): Likewise.
38257         * modules/mkancesdirs (Makefile.am): Likewise.
38258         * modules/mkdir-p (Makefile.am): Likewise.
38259         * modules/mkdir (Makefile.am): Likewise.
38260         * modules/mkdtemp (Makefile.am): Likewise.
38261         * modules/mkstemp (Makefile.am): Likewise.
38262         * modules/mktime (Makefile.am): Likewise.
38263         * modules/modechange (Makefile.am): Likewise.
38264         * modules/mountlist (Makefile.am): Likewise.
38265         * modules/nanosleep (Makefile.am): Likewise.
38266         * modules/obstack (Makefile.am): Likewise.
38267         * modules/openat (Makefile.am): Likewise.
38268         * modules/pagealign_alloc (Makefile.am): Likewise.
38269         * modules/pathmax (Makefile.am): Likewise.
38270         * modules/physmem (Makefile.am): Likewise.
38271         * modules/poll (Makefile.am): Likewise.
38272         * modules/posixtm (Makefile.am): Likewise.
38273         * modules/posixver (Makefile.am): Likewise.
38274         * modules/putenv (Makefile.am): Likewise.
38275         * modules/quote (Makefile.am): Likewise.
38276         * modules/quotearg (Makefile.am): Likewise.
38277         * modules/raise (Makefile.am): Likewise.
38278         * modules/read-file (Makefile.am): Likewise.
38279         * modules/readline (Makefile.am): Likewise.
38280         * modules/readlink (Makefile.am): Likewise.
38281         * modules/readtokens (Makefile.am): Likewise.
38282         * modules/readutmp (Makefile.am): Likewise.
38283         * modules/realloc (Makefile.am): Likewise.
38284         * modules/regex (Makefile.am): Likewise.
38285         * modules/rename-dest-slash (Makefile.am): Likewise.
38286         * modules/rename (Makefile.am): Likewise.
38287         * modules/rijndael (Makefile.am): Likewise.
38288         * modules/rmdir (Makefile.am): Likewise.
38289         * modules/rpmatch (Makefile.am): Likewise.
38290         * modules/safe-read (Makefile.am): Likewise.
38291         * modules/safe-write (Makefile.am): Likewise.
38292         * modules/same-inode (Makefile.am): Likewise.
38293         * modules/same (Makefile.am): Likewise.
38294         * modules/save-cwd (Makefile.am): Likewise.
38295         * modules/savedir (Makefile.am): Likewise.
38296         * modules/setenv (Makefile.am): Likewise.
38297         * modules/settime (Makefile.am): Likewise.
38298         * modules/sha1 (Makefile.am): Likewise.
38299         * modules/sig2str (Makefile.am): Likewise.
38300         * modules/snprintf (Makefile.am): Likewise.
38301         * modules/stat-macros (Makefile.am): Likewise.
38302         * modules/stat-time (Makefile.am): Likewise.
38303         * modules/stdbool (Makefile.am): Likewise.
38304         * modules/stdint (Makefile.am): Likewise.
38305         * modules/stdlib-safer (Makefile.am): Likewise.
38306         * modules/stpcpy (Makefile.am): Likewise.
38307         * modules/stpncpy (Makefile.am): Likewise.
38308         * modules/strcase (Makefile.am): Likewise.
38309         * modules/strcasestr (Makefile.am): Likewise.
38310         * modules/strchrnul (Makefile.am): Likewise.
38311         * modules/strcspn (Makefile.am): Likewise.
38312         * modules/strdup (Makefile.am): Likewise.
38313         * modules/strerror (Makefile.am): Likewise.
38314         * modules/strftime (Makefile.am): Likewise.
38315         * modules/strndup (Makefile.am): Likewise.
38316         * modules/strnlen (Makefile.am): Likewise.
38317         * modules/strpbrk (Makefile.am): Likewise.
38318         * modules/strsep (Makefile.am): Likewise.
38319         * modules/strstr (Makefile.am): Likewise.
38320         * modules/strtod (Makefile.am): Likewise.
38321         * modules/strtoimax (Makefile.am): Likewise.
38322         * modules/strtok_r (Makefile.am): Likewise.
38323         * modules/strtol (Makefile.am): Likewise.
38324         * modules/strtoll (Makefile.am): Likewise.
38325         * modules/strtoul (Makefile.am): Likewise.
38326         * modules/strtoull (Makefile.am): Likewise.
38327         * modules/strtoumax (Makefile.am): Likewise.
38328         * modules/strverscmp (Makefile.am): Likewise.
38329         * modules/sys_socket (Makefile.am): Likewise.
38330         * modules/sys_stat (Makefile.am): Likewise.
38331         * modules/sysexits (Makefile.am): Likewise.
38332         * modules/time_r (Makefile.am): Likewise.
38333         * modules/timegm (Makefile.am): Likewise.
38334         * modules/timespec (Makefile.am): Likewise.
38335         * modules/tmpfile-safer (Makefile.am): Likewise.
38336         * modules/trim (Makefile.am): Likewise.
38337         * modules/unistd-safer (Makefile.am): Likewise.
38338         * modules/unlinkdir (Makefile.am): Likewise.
38339         * modules/unlocked-io (Makefile.am): Likewise.
38340         * modules/userspec (Makefile.am): Likewise.
38341         * modules/utime (Makefile.am): Likewise.
38342         * modules/utimecmp (Makefile.am): Likewise.
38343         * modules/utimens (Makefile.am): Likewise.
38344         * modules/vasnprintf (Makefile.am): Likewise.
38345         * modules/vasprintf (Makefile.am): Likewise.
38346         * modules/vsnprintf (Makefile.am): Likewise.
38347         * modules/xalloc (Makefile.am): Likewise.
38348         * modules/xgetcwd (Makefile.am): Likewise.
38349         * modules/xnanosleep (Makefile.am): Likewise.
38350         * modules/xreadlink (Makefile.am): Likewise.
38351         * modules/xstrtod (Makefile.am): Likewise.
38352         * modules/xstrtol (Makefile.am): Likewise.
38353         * modules/xstrtold (Makefile.am): Likewise.
38354         * modules/yesno (Makefile.am): Likewise.
38355         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
38356
38357 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38358
38359         * modules/error (Makefile.am): Distribute files through
38360         EXTRA_DIST, not lib_SOURCES.
38361
38362 2006-10-12  Eric Blake  <ebb9@byu.net>
38363
38364         * modules/error (Makefile.am): Distribute files in /lib.
38365         * modules/obstack (Makefile.am): Likewise.
38366
38367 2006-10-12  Bruno Haible  <bruno@clisp.org>
38368
38369         * modules/acl (Makefile.am): Distribute all files in lib/ through
38370         EXTRA_DIST.
38371         * modules/arcfour (Makefile.am): Likewise.
38372         * modules/arctwo (Makefile.am): Likewise.
38373         * modules/argmatch (Makefile.am): Likewise.
38374         * modules/argz (Makefile.am): Likewise.
38375         * modules/atexit (Makefile.am): Likewise.
38376         * modules/backupfile (Makefile.am): Likewise.
38377         * modules/c-strtod (Makefile.am): Likewise.
38378         * modules/c-strtold (Makefile.am): Likewise.
38379         * modules/calloc (Makefile.am): Likewise.
38380         * modules/canon-host (Makefile.am): Likewise.
38381         * modules/canonicalize (Makefile.am): Likewise.
38382         * modules/chdir-long (Makefile.am): Likewise.
38383         * modules/chdir-safer (Makefile.am): Likewise.
38384         * modules/check-version (Makefile.am): Likewise.
38385         * modules/chown (Makefile.am): Likewise.
38386         * modules/cloexec (Makefile.am): Likewise.
38387         * modules/close-stream (Makefile.am): Likewise.
38388         * modules/closeout (Makefile.am): Likewise.
38389         * modules/crc (Makefile.am): Likewise.
38390         * modules/cycle-check (Makefile.am): Likewise.
38391         * modules/des (Makefile.am): Likewise.
38392         * modules/dirfd (Makefile.am): Likewise.
38393         * modules/dirname (Makefile.am): Likewise.
38394         * modules/dup2 (Makefile.am): Likewise.
38395         * modules/euidaccess (Makefile.am): Likewise.
38396         * modules/exclude (Makefile.am): Likewise.
38397         * modules/exitfail (Makefile.am): Likewise.
38398         * modules/fcntl-safer (Makefile.am): Likewise.
38399         * modules/file-type (Makefile.am): Likewise.
38400         * modules/fileblocks (Makefile.am): Likewise.
38401         * modules/filemode (Makefile.am): Likewise.
38402         * modules/filenamecat (Makefile.am): Likewise.
38403         * modules/fnmatch (Makefile.am): Likewise.
38404         * modules/fopen-safer (Makefile.am): Likewise.
38405         * modules/fpending (Makefile.am): Likewise.
38406         * modules/fprintftime (Makefile.am): Likewise.
38407         * modules/free (Makefile.am): Likewise.
38408         * modules/fsusage (Makefile.am): Likewise.
38409         * modules/ftruncate (Makefile.am): Likewise.
38410         * modules/fts (Makefile.am): Likewise.
38411         * modules/gc (Makefile.am): Likewise.
38412         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38413         * modules/getaddrinfo (Makefile.am): Likewise.
38414         * modules/getcwd (Makefile.am): Likewise.
38415         * modules/getdelim (Makefile.am): Likewise.
38416         * modules/getdomainname (Makefile.am): Likewise.
38417         * modules/getgroups (Makefile.am): Likewise.
38418         * modules/gethostname (Makefile.am): Likewise.
38419         * modules/gethrxtime (Makefile.am): Likewise.
38420         * modules/getline (Makefile.am): Likewise.
38421         * modules/getloadavg (Makefile.am): Likewise.
38422         * modules/getlogin_r (Makefile.am): Likewise.
38423         * modules/getopt (Makefile.am): Likewise.
38424         * modules/getpass (Makefile.am): Likewise.
38425         * modules/getpass-gnu (Makefile.am): Likewise.
38426         * modules/getsubopt (Makefile.am): Likewise.
38427         * modules/gettime (Makefile.am): Likewise.
38428         * modules/gettimeofday (Makefile.am): Likewise.
38429         * modules/getugroups (Makefile.am): Likewise.
38430         * modules/getusershell (Makefile.am): Likewise.
38431         * modules/glob (Makefile.am): Likewise.
38432         * modules/group-member (Makefile.am): Likewise.
38433         * modules/hard-locale (Makefile.am): Likewise.
38434         * modules/hash (Makefile.am): Likewise.
38435         * modules/hmac-md5 (Makefile.am): Likewise.
38436         * modules/hmac-sha1 (Makefile.am): Likewise.
38437         * modules/human (Makefile.am): Likewise.
38438         * modules/idcache (Makefile.am): Likewise.
38439         * modules/imaxabs (Makefile.am): Likewise.
38440         * modules/imaxdiv (Makefile.am): Likewise.
38441         * modules/inet_ntop (Makefile.am): Likewise.
38442         * modules/inet_pton (Makefile.am): Likewise.
38443         * modules/inttostr (Makefile.am): Likewise.
38444         * modules/isapipe (Makefile.am): Likewise.
38445         * modules/lchown (Makefile.am): Likewise.
38446         * modules/long-options (Makefile.am): Likewise.
38447         * modules/lstat (Makefile.am): Likewise.
38448         * modules/malloc (Makefile.am): Likewise.
38449         * modules/mathl (Makefile.am): Likewise.
38450         * modules/mbchar (Makefile.am): Likewise.
38451         * modules/md2 (Makefile.am): Likewise.
38452         * modules/md4 (Makefile.am): Likewise.
38453         * modules/md5 (Makefile.am): Likewise.
38454         * modules/memcasecmp (Makefile.am): Likewise.
38455         * modules/memchr (Makefile.am): Likewise.
38456         * modules/memcmp (Makefile.am): Likewise.
38457         * modules/memcoll (Makefile.am): Likewise.
38458         * modules/memcpy (Makefile.am): Likewise.
38459         * modules/memmem (Makefile.am): Likewise.
38460         * modules/memmove (Makefile.am): Likewise.
38461         * modules/mempcpy (Makefile.am): Likewise.
38462         * modules/memrchr (Makefile.am): Likewise.
38463         * modules/memset (Makefile.am): Likewise.
38464         * modules/memxor (Makefile.am): Likewise.
38465         * modules/mkancesdirs (Makefile.am): Likewise.
38466         * modules/mkdir (Makefile.am): Likewise.
38467         * modules/mkdir-p (Makefile.am): Likewise.
38468         * modules/mkdtemp (Makefile.am): Likewise.
38469         * modules/mkstemp (Makefile.am): Likewise.
38470         * modules/mktime (Makefile.am): Likewise.
38471         * modules/modechange (Makefile.am): Likewise.
38472         * modules/mountlist (Makefile.am): Likewise.
38473         * modules/nanosleep (Makefile.am): Likewise.
38474         * modules/openat (Makefile.am): Likewise.
38475         * modules/pagealign_alloc (Makefile.am): Likewise.
38476         * modules/physmem (Makefile.am): Likewise.
38477         * modules/poll (Makefile.am): Likewise.
38478         * modules/posixtm (Makefile.am): Likewise.
38479         * modules/posixver (Makefile.am): Likewise.
38480         * modules/putenv (Makefile.am): Likewise.
38481         * modules/quote (Makefile.am): Likewise.
38482         * modules/quotearg (Makefile.am): Likewise.
38483         * modules/raise (Makefile.am): Likewise.
38484         * modules/read-file (Makefile.am): Likewise.
38485         * modules/readline (Makefile.am): Likewise.
38486         * modules/readlink (Makefile.am): Likewise.
38487         * modules/readtokens (Makefile.am): Likewise.
38488         * modules/readutmp (Makefile.am): Likewise.
38489         * modules/realloc (Makefile.am): Likewise.
38490         * modules/regex (Makefile.am): Likewise.
38491         * modules/rename (Makefile.am): Likewise.
38492         * modules/rename-dest-slash (Makefile.am): Likewise.
38493         * modules/rijndael (Makefile.am): Likewise.
38494         * modules/rmdir (Makefile.am): Likewise.
38495         * modules/rpmatch (Makefile.am): Likewise.
38496         * modules/safe-read (Makefile.am): Likewise.
38497         * modules/safe-write (Makefile.am): Likewise.
38498         * modules/same (Makefile.am): Likewise.
38499         * modules/save-cwd (Makefile.am): Likewise.
38500         * modules/savedir (Makefile.am): Likewise.
38501         * modules/setenv (Makefile.am): Likewise.
38502         * modules/settime (Makefile.am): Likewise.
38503         * modules/sha1 (Makefile.am): Likewise.
38504         * modules/sig2str (Makefile.am): Likewise.
38505         * modules/snprintf (Makefile.am): Likewise.
38506         * modules/stdlib-safer (Makefile.am): Likewise.
38507         * modules/stpcpy (Makefile.am): Likewise.
38508         * modules/stpncpy (Makefile.am): Likewise.
38509         * modules/strcase (Makefile.am): Likewise.
38510         * modules/strcasestr (Makefile.am): Likewise.
38511         * modules/strchrnul (Makefile.am): Likewise.
38512         * modules/strcspn (Makefile.am): Likewise.
38513         * modules/strdup (Makefile.am): Likewise.
38514         * modules/strerror (Makefile.am): Likewise.
38515         * modules/strftime (Makefile.am): Likewise.
38516         * modules/strndup (Makefile.am): Likewise.
38517         * modules/strnlen (Makefile.am): Likewise.
38518         * modules/strpbrk (Makefile.am): Likewise.
38519         * modules/strsep (Makefile.am): Likewise.
38520         * modules/strstr (Makefile.am): Likewise.
38521         * modules/strtod (Makefile.am): Likewise.
38522         * modules/strtoimax (Makefile.am): Likewise.
38523         * modules/strtok_r (Makefile.am): Likewise.
38524         * modules/strtol (Makefile.am): Likewise.
38525         * modules/strtoll (Makefile.am): Likewise.
38526         * modules/strtoul (Makefile.am): Likewise.
38527         * modules/strtoull (Makefile.am): Likewise.
38528         * modules/strtoumax (Makefile.am): Likewise.
38529         * modules/strverscmp (Makefile.am): Likewise.
38530         * modules/time_r (Makefile.am): Likewise.
38531         * modules/timegm (Makefile.am): Likewise.
38532         * modules/tmpfile-safer (Makefile.am): Likewise.
38533         * modules/unistd-safer (Makefile.am): Likewise.
38534         * modules/unlinkdir (Makefile.am): Likewise.
38535         * modules/userspec (Makefile.am): Likewise.
38536         * modules/utime (Makefile.am): Likewise.
38537         * modules/utimecmp (Makefile.am): Likewise.
38538         * modules/utimens (Makefile.am): Likewise.
38539         * modules/vasnprintf (Makefile.am): Likewise.
38540         * modules/vasprintf (Makefile.am): Likewise.
38541         * modules/vsnprintf (Makefile.am): Likewise.
38542         * modules/xalloc (Makefile.am): Likewise.
38543         * modules/xgetcwd (Makefile.am): Likewise.
38544         * modules/xnanosleep (Makefile.am): Likewise.
38545         * modules/xreadlink (Makefile.am): Likewise.
38546         * modules/xstrtod (Makefile.am): Likewise.
38547         * modules/xstrtol (Makefile.am): Likewise.
38548         * modules/xstrtold (Makefile.am): Likewise.
38549         * modules/yesno (Makefile.am): Likewise.
38550
38551 2006-10-12  Jim Meyering  <jim@meyering.net>
38552
38553         * m4/getloadavg.m4: Revert the change below.
38554
38555         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38556         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38557         fail with a symlink, which is what coreutils' ./bootstrap now
38558         creates by default.
38559
38560 2006-10-12  Bruno Haible  <bruno@clisp.org>
38561
38562         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38563         mingw.
38564         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38565         MSVC and mingw explicitly.
38566
38567 2006-10-11  Simon Josefsson  <jas@extundo.com>
38568             Bruno Haible  <bruno@clisp.org>
38569
38570         Add support for multiple gnulib-tool invocations in the scope of a
38571         single configure.ac file.
38572         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38573         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38574         with the same contents as the _LIBADD variable.
38575         (func_emit_initmacro_start, func_emit_initmacro_end,
38576         func_emit_initmacro_done): New functions.
38577         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38578         gl_LIBOBJS and gl_LTLIBOBJS.
38579
38580 2006-10-11  Bruno Haible  <bruno@clisp.org>
38581
38582         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38583         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38584         autoreconf. Instead, invoke autopoint explicitly but move back the
38585         *.m4 files from gnulib.
38586
38587 2006-10-11  Bruno Haible  <bruno@clisp.org>
38588
38589         * gnulib-tool (func_usage): Make module names after --create-testdir
38590         optional.
38591         (func_create_testdir): If no module was specified, use nearly all
38592         modules.
38593
38594 2006-10-12  Jim Meyering  <jim@meyering.net>
38595
38596         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38597         Avoid spurious inode-mismatch problems on non-POSIX file systems.
38598         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
38599         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
38600         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
38601         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
38602         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
38603         (fts_set_stat_required): New function.
38604         (fts_open): Defer the calls to fts_stat, if possible or requested.
38605         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
38606         into fts_stat itself.
38607         (fts_read): Perform any required (deferred) fts_stat call.
38608         (fts_build): Likewise, for the directory we're about to open and read.
38609         In the readdir loop, carefully decide whether each entry will require
38610         an eventual call to fts_stat, using dirent.d_type info if available.
38611         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
38612         a command line argument into this function.  Update all callers.
38613         Map a return value of FTS_DOT to FTS_D for a command line argument.
38614         * modules/fts (Depends-on): Add d-type.  Alphabetize.
38615         Thanks to Miklos Szeredi for his tenacity and for the initial
38616         bug report about "find" failing on a FUSE-based file system.
38617
38618         * lib/fts.c (fts_open): Use consistent indentation.
38619
38620 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38621
38622         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
38623         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
38624         reported by Jim Meyering.  All uses of cache variables renamed
38625         to match Autoconf's.
38626         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
38627         the other one.
38628
38629         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38630         Fix misspelling in diagnostic.
38631
38632 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38633
38634         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
38635         defined.  Problem reported by Matthew Woehlke.
38636
38637         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
38638         Add support for Tandem NonStop R series.
38639         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
38640         Use new macro.
38641
38642         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
38643         (has_trailing_slash): Omit size arg; all callers changed.
38644         Omit 'inline', since it doesn't help performance and we'd
38645         need to configure it.
38646         Don't count //, ///, etc. as having a trailing slash.
38647         As a side effect, this removes a C99ism reported by Matthew Woehlke.
38648         (rpl_rename_dest_slash): On failure, use rename's errno rather
38649         than (in some cases) an incorrect or junk errno.
38650         Simplify code by removing need to compute length; this does
38651         cause it to make two passes instead of one over the file name,
38652         but it's worth it.
38653
38654         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
38655         change, since Autoconf's version may no longer be appropriate now
38656         that we are using CVS Autoconf's version.  Add support for Tandem.
38657
38658 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38659             Bruno Haible  <bruno@clisp.org>
38660
38661         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
38662         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
38663         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
38664         gl_AC_TYPE_LONG_LONG.
38665
38666         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
38667         instead of HAVE_LONG_LONG.
38668         * lib/printf-args.c (printf_fetchargs): Likewise.
38669         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
38670         * lib/vasnprintf.c (VASNPRINTF): Likewise.
38671         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
38672         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
38673         gl_AC_TYPE_LONG_LONG.
38674
38675 2006-10-11  Bruno Haible  <bruno@clisp.org>
38676
38677         * m4/longlong.m4: Add comments.
38678         * m4/ulonglong.m4: Likewise.
38679
38680 2006-10-10  Bruno Haible  <bruno@clisp.org>
38681
38682         Make it possible to #define stpcpy, strdup to aliases.
38683         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
38684         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
38685
38686 2006-10-10  Bruno Haible  <bruno@clisp.org>
38687
38688         Make it possible to #define gcd to an alias.
38689         * lib/gcd.c: Include config.h.
38690
38691 2006-10-10  Bruno Haible  <bruno@clisp.org>
38692
38693         Make it possible to #define c_isascii to an alias.
38694         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
38695         defined. Undefine the macros before defining them, to avoid gcc
38696         warnings.
38697         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
38698         define NO_C_CTYPE_MACROS early.
38699
38700 2006-10-10  Bruno Haible  <bruno@clisp.org>
38701
38702         Make it possible to #define set_program_name to an alias.
38703         * lib/progname.c: Don't undefine set_program_name; instead, undefine
38704         ENABLE_RELOCATABLE early.
38705
38706 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38707
38708         Port to Tandem NSK OSS, which has 64-bit signed int but at most
38709         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
38710         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
38711         More generally, don't assume that 64-bit signed int is available
38712         if unsigned int is, and vice versa.
38713         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
38714         unsigned symbols, not on their signed counterparts.
38715         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
38716         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
38717         (UINT64_C, UINTMAX_C):
38718         Likewise.
38719         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
38720         unsigned counterparts.
38721         (Have_long_long, Unsigned): New macros.
38722         (Int): Renamed from INT.
38723         (strtoimax): Use the new macros.
38724         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
38725         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
38726         * modules/inttypes (inttypes.h): Substitute
38727         HAVE_UNSIGNED_LONG_LONG_INT.
38728         * modules/stdint (stdint.h): Likewise.
38729         (Files): Add m4/ulonglong.m4.
38730
38731 2006-10-10  Bruno Haible  <bruno@clisp.org>
38732
38733         Fix a gcc -Wshadow warning.
38734         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
38735         to 'bucket'.
38736         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38737         gl_linked_indexof_from_to): Likewise.
38738         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
38739         Likewise.
38740         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
38741         Likewise.
38742         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
38743         Reported by Eric Blake.
38744
38745 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
38746
38747         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
38748         for NetBSD.  Problem reported by Bruno Haible.
38749
38750 2006-10-09  Jim Meyering  <jim@meyering.net>
38751
38752         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
38753         Patch from Bruno Haible.
38754
38755 2006-10-09  Jim Meyering  <jim@meyering.net>
38756
38757         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
38758         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
38759         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
38760
38761 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38762
38763         Don't include <config.h> twice; this doesn't work in some cases,
38764         e.g., when config.h has "#define intmax_t long long int" and
38765         we include <config.h>, <inttypes.h>, <config.h> in that order.
38766         Problem reported by Matthew Woehlke in:
38767         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
38768         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
38769         * lib/fts-cycle.c: Don't include config.h.
38770         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
38771         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
38772         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
38773         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
38774         inttypes.h.
38775         * lib/xstrtoumax.c: Likewise.
38776         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
38777         __strtol and the like, so that this module is more like its siblings.
38778         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
38779         Remove; no longer needed now that we assume gnulib inttypes.h.
38780
38781 2006-10-08  Bruno Haible  <bruno@clisp.org>
38782
38783         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
38784         option.
38785
38786 2006-10-07  Jim Meyering  <jim@meyering.net>
38787
38788         * modules/inttypes (inttypes.h): Revert what seems to have been
38789         an inadvertent part of today's change: use "|", not "/" in the
38790         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
38791
38792 2006-10-07  Bruno Haible  <bruno@clisp.org>
38793
38794         * modules/sublist: New file.
38795
38796 2006-10-07  Bruno Haible  <bruno@clisp.org>
38797
38798         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
38799         * modules/argz (argz.h): Likewise.
38800         * modules/arpa_inet (arpa/inet.h): Likewise.
38801         * modules/byteswap (byteswap.h): Likewise.
38802         * modules/configmake (configmake.h): Likewise.
38803         * modules/fcntl (fcntl.h): Likewise.
38804         * modules/fnmatch (fnmatch.h): Likewise.
38805         * modules/getopt (getopt.h): Likewise.
38806         * modules/glob (glob.h): Likewise.
38807         * modules/inttypes (inttypes.h): Likewise.
38808         * modules/netinet_in (netinet/in.h): Likewise.
38809         * modules/poll (poll.h): Likewise.
38810         * modules/stdbool (stdbool.h): Likewise.
38811         * modules/stdint (stdint.h): Likewise.
38812         * modules/sys_select (sys/select.h): Likewise.
38813         * modules/sys_socket (sys/socket.h): Likewise.
38814         * modules/sys_stat (sys/stat.h): Likewise.
38815         * modules/sysexits (sysexits.h): Likewise.
38816         * modules/unistd (unistd.h): Likewise.
38817         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38818         Add a "DO NOT EDIT" comment to the generated file.
38819         (func_import): Likewise for gnulib-comp.m4.
38820
38821 2006-10-07  Bruno Haible  <bruno@clisp.org>
38822
38823         * lib/gl_sublist.h: New file.
38824         * lib/gl_sublist.c: New file.
38825
38826 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38827
38828         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
38829         name (relative to the original working directory) and the file
38830         name component (relative to the temporary working directory).  All
38831         callers changed.
38832         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
38833         * lib/mkdir-p.c (make_dir_parents): Likewise.
38834         * lib/mkdir-p.h (make_dir_parents): Likewise.
38835
38836 2006-10-06  Eric Blake  <ebb9@byu.net>
38837
38838         Define several macros for use by the clean-temp module.
38839         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
38840         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
38841         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
38842
38843         * lib/clean-temp.h (close_stream_temp): New declaration.
38844         * lib/clean-temp.c (includes): Pull in headers according to what
38845         other modules are in use.
38846         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
38847
38848 2006-10-06  Bruno Haible  <bruno@clisp.org>
38849
38850         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
38851         instead of fopen, fwriteerror.
38852
38853 2006-10-06  Bruno Haible  <bruno@clisp.org>
38854
38855         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
38856         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
38857         int.
38858         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
38859         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
38860         Return an error indicator.
38861         Suggested by Eric Blake.
38862
38863 2006-10-06  Bruno Haible  <bruno@clisp.org>
38864
38865         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
38866         Reported by Eric Blake.
38867
38868 2006-10-06  Bruno Haible  <bruno@clisp.org>
38869
38870         * modules/closeout (Description): Mention stderr too.
38871
38872 2006-10-06  Bruno Haible  <bruno@clisp.org>
38873         and Paul Eggert  <eggert@cs.ucla.edu>
38874
38875         * lib/closeout.c (close_stdout): Also close stderr.
38876         * lib/closeout.h: Update comment.
38877
38878 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38879
38880         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
38881         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
38882         * lib/dirchownmod.c: Include lchown.h.
38883         * lib/lchown.c: Don't include files that lchown.h now includes.
38884         Don't declare chown, since lchown.h now does that.
38885         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
38886         (lchown): Define to rpl_chown if lchown is declared but
38887         does not exist.  Declare using a prototype if lchown is not
38888         declared.  Add a copyright notice.
38889         * lib/mkstemp.h: Include <unistd.h>.
38890         * lib/openat.c: Include lchown.h.
38891
38892         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
38893         we now test for that separately.
38894         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
38895         rather than O_NOFOLLOW, when testing whether it's possible to
38896         avoid a race condition reliably.
38897         * lib/savewd.c (savewd_chdir): Likewise.
38898
38899         Remove macros that are no longer needed now that stdint.h is
38900         reliable.
38901         * lib/fsusage.c (UINTMAX_MAX): Remove.
38902         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
38903         * lib/utimecmp.c (SIZE_MAX): Remove.
38904
38905         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
38906
38907         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
38908         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
38909         O_NOATIME works.
38910
38911 2006-10-05  Bruno Haible  <bruno@clisp.org>
38912
38913         * lib/gl_list.h (gl_sortedlist_search_from_to,
38914         gl_sortedlist_indexof_from_to): New declarations.
38915         (gl_list_implementation): New fields sortedlist_search_from_to,
38916         sortedlist_indexof_from_to.
38917         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
38918         inline functions.
38919         * lib/gl_list.c (gl_sortedlist_search_from_to,
38920         gl_sortedlist_indexof_from_to): New functions.
38921         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
38922         function.
38923         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
38924         (gl_array_sortedlist_search_from_to): New function.
38925         (gl_array_list_implementation): Update.
38926         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
38927         function.
38928         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
38929         (gl_carray_sortedlist_search_from_to): New function.
38930         (gl_carray_list_implementation): Update.
38931         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
38932         gl_linked_sortedlist_indexof_from_to): New functions.
38933         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38934         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38935         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
38936         gl_tree_sortedlist_indexof_from_to): New functions.
38937         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38938         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38939         Update.
38940         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38941         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
38942         Update.
38943
38944 2006-10-05  Bruno Haible  <bruno@clisp.org>
38945
38946         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
38947         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
38948         (struct gl_list_implementation): Add fields search_from_to,
38949         indexof_from_to. Remove fields search, indexof.
38950         (gl_list_search): Use the search_from_to method.
38951         (gl_list_search_from, gl_list_search_from_to): New functions.
38952         (gl_list_indexof): Use the indexof_from_to method.
38953         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38954         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
38955         (gl_list_search_from, gl_list_search_from_to): New functions.
38956         (gl_list_indexof): Use the indexof_from_to method.
38957         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38958         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
38959         gl_array_indexof. Add start_index, end_index arguments.
38960         (gl_array_search_from_to): Renamed from gl_array_search. Add
38961         start_index, end_index arguments.
38962         (gl_array_remove, gl_array_list_implementation): Update.
38963         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
38964         gl_carray_indexof. Add start_index, end_index arguments.
38965         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
38966         start_index, end_index arguments.
38967         (gl_carray_remove, gl_carray_list_implementation): Update.
38968         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
38969         gl_linked_search. Add start_index, end_index arguments.
38970         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
38971         start_index, end_index arguments.
38972         (gl_linked_remove): Update.
38973         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38974         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38975         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
38976         field to 'size_t'.
38977         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
38978         gl_tree_search. Add start_index, end_index arguments.
38979         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38980         start_index, end_index arguments.
38981         (gl_tree_remove): Update.
38982         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38983         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38984         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
38985         function.
38986         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
38987         gl_tree_search. Add start_index, end_index arguments.
38988         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38989         start_index, end_index arguments.
38990         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38991         Update.
38992         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
38993
38994 2006-10-05  Bruno Haible  <bruno@clisp.org>
38995
38996         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
38997
38998         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
38999         fwriteerror_temp): New declarations.
39000         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
39001         (descriptors): New variable.
39002         (cleanup): First, close the descriptors.
39003         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
39004         fclose_temp, fwriteerror_temp): New functions.
39005
39006 2006-10-04  Jim Meyering  <jim@meyering.net>
39007
39008         * lib/fts.c (fts_open): Tiny comment change.
39009
39010 2006-10-04  Bruno Haible  <bruno@clisp.org>
39011
39012         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
39013         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
39014         gl_LOCK_BODY.
39015         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
39016         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
39017         gl_LOCK_EARLY_BODY.
39018         (gl_LOCK): Require gl_LOCK_BODY.
39019
39020 2006-10-04  Bruno Haible  <bruno@clisp.org>
39021
39022         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
39023         (gl_oset_search_atleast): New declaration.
39024         (struct gl_oset_implementation): Add field 'search_atleast'.
39025         (gl_oset_search_atleast): New inline function.
39026         * lib/gl_oset.c (gl_oset_search_atleast): New function.
39027         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
39028         (gl_array_oset_implementation): Update.
39029         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
39030         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
39031         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
39032
39033 2006-10-04  Bruno Haible  <bruno@clisp.org>
39034
39035         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
39036
39037 2006-10-03  Bruno Haible  <bruno@clisp.org>
39038
39039         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
39040         from gl_avltreehash_list_implementation.
39041
39042 2006-10-03  Bruno Haible  <bruno@clisp.org>
39043
39044         * lib/gl_oset.c (gl_oset_add): Fix return type.
39045
39046 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
39047
39048         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
39049
39050 2006-10-02  Eric Blake  <ebb9@byu.net>
39051
39052         * modules/strnlen (Depends-on): Add extensions.
39053
39054 2006-10-02  Eric Blake  <ebb9@byu.net>
39055
39056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
39057         definition in 2.60+.
39058
39059 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39060
39061         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
39062         checks.
39063
39064 2006-10-02  Bruno Haible  <bruno@clisp.org>
39065
39066         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
39067         to the AUTOMAKE_OPTIONS.
39068         Reported by Jim Meyering.
39069
39070 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39071
39072         Work around bug in Solaris 10 /proc file system:
39073         /proc/self/fd/NNN/.. isn't the parent directory of
39074         the directory whose file descriptor is NNN.  This needs to
39075         be worked around at run time, not compile time, since a
39076         program might be built on Solaris 8, where things work, and
39077         run on Solaris 10.
39078         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
39079         to use the following interface instead:
39080         (OPENAT_BUFFER_SIZE): New macro.
39081         (openat_proc_name): New function.
39082         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
39083         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
39084         Likewise.
39085         * lib/openat-proc.c: New file.
39086         * modules/openat (Files): Add lib/openat-proc.c.
39087         (Depends-on): Add same-inode, stdbool.
39088         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
39089
39090 2006-09-29  Bruno Haible  <bruno@clisp.org>
39091
39092         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
39093         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
39094         argument. Set stdout_closed before testing for ferror, not after.
39095         (fwriteerror, fwriteerror_no_ebadf): New functions.
39096
39097 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39098
39099         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
39100
39101 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
39102
39103         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
39104         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
39105
39106 2006-09-28  Jim Meyering  <jim@meyering.net>
39107
39108         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
39109         Include <unistd.h>.
39110
39111 2006-09-28  Bruno Haible  <bruno@clisp.org>
39112
39113         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
39114         * modules/linkedhash-list (Depends-on): Likewise.
39115         * modules/rbtreehash-list (Depends-on): Likewise.
39116
39117 2006-09-28  Bruno Haible  <bruno@clisp.org>
39118
39119         * lib/strndup.h: Simplify the redefinition of strndup.
39120         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
39121         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
39122
39123 2006-09-28  Bruno Haible  <bruno@clisp.org>
39124
39125         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
39126         * lib/gl_linkedhash_list.c: Likewise.
39127         * lib/gl_rbtreehash_list.c: Likewise.
39128
39129 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39130
39131         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
39132         getaddrinfo.
39133
39134         * lib/__fpending.h: Don't include <stdio_ext.h> unless
39135         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
39136         it causes <stdio_ext.h> to cause a compile-time error.
39137         Problem reported by Nelson H. F. Beebe.
39138         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
39139         of HAVE_DECL___PENDING.
39140
39141         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
39142         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
39143         declaration.
39144
39145 2006-09-27  Jim Meyering  <jim@meyering.net>
39146
39147         This file could end up with a definition for a function
39148         named __strndup, rather than rpl_strndup on a system with
39149         incomplete weak_alias support.
39150         * lib/strndup.c (strndup): Rename from __strndup.
39151         Remove #defines that used to map __strndup to strndup.
39152         Don't use K&R prototypes.
39153         Remove LIBC-related code, since this file is not sync'd with glibc.
39154         * lib/strndup.h: Revamp, accordingly.
39155         * m4/strndup.m4: Modernize.
39156
39157 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39158
39159         * modules/savewd (Depends-on): Add 'raise'.
39160         * lib/savewd.c: Include <signal.h>, for 'raise'.
39161
39162 2006-09-26  Jim Meyering  <jim@meyering.net>
39163
39164         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
39165         when we detect Darwin 8.7.0's acl_get_file bug.
39166         Rearrange to perform the new (below) run-test while $LIBS
39167         contains any acl-related library.  Set USE_ACL at the end.
39168         (gl_ACL_GET_FILE): New function.
39169
39170 2006-09-26  Eric Blake  <ebb9@byu.net>
39171
39172         * lib/verror.c: Include <config.h> unconditionally.
39173
39174 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
39175
39176         * modules/clock-time (Maintainer): Add self.
39177         * modules/getlogin_r (Depends-on): Add extensions.
39178
39179 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39180
39181         * modules/clock-time: New module.
39182         * modules/nanosleep (Depends-on): Add clock-time.
39183         * modules/gethrxtime (Depends-on): Likewise.
39184         * modules/gettime (Depends-on): Likewise.
39185         * modules/settime (Depends-on): Likewise.
39186
39187         * modules/fts-lgpl: Depend on openat.
39188         * modules/mkancesdirs: Depend on savewd.
39189         * modules/mkdir-p: Likewise.
39190
39191 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39192
39193         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
39194
39195         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
39196         `gl_have_arbitrary_file_name_length_limit' to
39197         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
39198         actually works between configure runs.
39199
39200 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39201             Bruno Haible  <bruno@clisp.org>
39202
39203         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
39204
39205 2006-09-25  Jim Meyering  <jim@meyering.net>
39206
39207         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
39208         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
39209
39210 2006-09-25  Eric Blake  <ebb9@byu.net>
39211
39212         * gnulib-tool (func_import, func_create_testdir): Fix typos in
39213         exec's in 2006-09-18 patch when shuffling fds.
39214
39215 2006-09-25  Bruno Haible  <bruno@clisp.org>
39216
39217         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
39218         Reported by Jim Meyering.
39219
39220 2006-09-24  Jim Meyering  <jim@meyering.net>
39221
39222         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
39223         compare a pointer against a literal "0".  That caused failures with
39224         at least HP-UX's hpcc.
39225
39226 2006-09-22  Simon Josefsson  <jas@extundo.com>
39227
39228         * modules/gc-sha1:
39229         * modules/gc-md4:
39230         * modules/gc-hmac-sha1:
39231         * modules/gc-hmac-md5:
39232         * modules/gc-des:
39233         * modules/gc-arcfour: Distribute more files.
39234
39235 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39236
39237         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
39238         (gl_linked_iterator_from_to): Initialize struct completely.
39239         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
39240         (gl_tree_iterator_from_to): Likewise
39241         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
39242         * lib/gl_array_list.c [lint] (gl_array_iterator)
39243         (gl_array_iterator_from_to): Likewise.
39244         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
39245         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
39246         (gl_carray_iterator_from_to): Likewise.
39247
39248         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
39249         * lib/md4.c (md4_process_block): Remove unused variable.
39250         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
39251         parentheses for clarity.
39252
39253 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39254
39255         * modules/bison-i18n (Depends-on): Add gettext.
39256
39257 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39258
39259         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
39260         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
39261         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
39262         also add missing comma that caused broken test.
39263         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
39264         stdlib.h, for `abort'.
39265         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
39266         variables.
39267         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
39268         include unistd.h if present, for `rmdir'.
39269         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
39270         variables.
39271         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
39272         in the process include standard headers for prototypes.
39273         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
39274         gets declared on GNU/Linux.
39275         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
39276         unistd.h, for `rmdir'.
39277         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
39278
39279         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
39280         always true.
39281         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
39282
39283         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
39284
39285 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39286
39287         * gnulib-tool (func_version): Create output all at once.  This
39288         may help avoid triggering unnecessary SIGPIPEs, and at any
39289         rate it doesn't hurt.
39290
39291 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39292             Bruno Haible  <bruno@clisp.org>
39293
39294         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39295         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39296         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39297
39298         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39299         (gl_FUNC_VASPRINTF): Invoke it.
39300
39301 2006-09-22  Bruno Haible  <bruno@clisp.org>
39302
39303         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
39304         getloadavg.c as first argument.
39305
39306 2006-09-22  Bruno Haible  <bruno@clisp.org>
39307
39308         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
39309         at the beginning of the gl_INIT macro.
39310         * modules/getloadavg (configure.ac): Pass $gl_source_base to
39311         gl_GETLOADAVG.
39312
39313 2006-09-22  Bruno Haible  <bruno@clisp.org>
39314
39315         * gnulib-tool (func_create_megatestdir): Don't include the config-h
39316         module.
39317         Suggested by Ralf Wildenhues.
39318
39319 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39320
39321         Import this patch from libc:
39322
39323         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
39324
39325         * lib/regex_internal.c (re_string_reconstruct): Handle
39326         offset < pstr->valid_raw_len && pstr->offsets_needed case.
39327         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
39328         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
39329         re_string_context_at.
39330
39331         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
39332         now requires it.
39333         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
39334         gl_REGEX now does it for us.
39335         (gl_REGEX): Add test taken from
39336         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
39337
39338         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
39339         Check that large offsets work.  Modernize Autoconf usages.
39340         Prefer "yes" to mean a good thing rather than a bad.
39341         Don't put "#define mkstemp" in config.h, as this might interfere
39342         with standard system headers that "#define mkstemp mkstemp64".
39343
39344         * modules/mkstemp (Depends-on): Add extensions, so that
39345         mkstemp is visible on some platforms.
39346         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
39347         (Include): Change to "mkstemp.h" from <stdlib.h>.
39348         (Files): Add mkstemp.h.
39349
39350         * lib/mkstemp.h: New file, since some standard headers
39351         #define mkstemp.
39352         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
39353         Include "mkstemp.h".
39354         Make the _LIBC code resemble glibc original more,
39355         e.g., use K&R style.
39356         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
39357         (mkstemp): Remove, since mkstemp.h does this for us.
39358         * lib/stdlib--.h: Include mkstemp.h.
39359
39360         Import this patch from libc:
39361
39362         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39363
39364         * lib/tempname.c (__gen_tempname): Change attempts_min
39365         into a macro.  Use preprocessor to decide how to initialize
39366         attempts [Coverity CID 67].
39367
39368 2006-09-20  Bruno Haible  <bruno@clisp.org>
39369
39370         * lib/mkdtemp.c: Import from libc.
39371         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39372                 * sysdeps/posix/tempname.c (__gen_tempname): Change
39373                 attempts_min into a macro.  Use preprocessor to decide how to
39374                 initialize attempts [Coverity CID 67].
39375         2001-11-27  Paul Eggert  <eggert@twinsun.com>
39376                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
39377                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
39378
39379 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39380
39381         * gnulib-tool (func_exit): New function, to allow to pass the
39382         exit status portably through the trap.  Use everywhere.
39383         (--help, --version): Signal a write error.
39384         (trap): catch SIGPIPE, for write errors.
39385         Exit at the end of the trap, with the correct exit status.
39386
39387 2006-09-19  Karl Berry  <karl@gnu.org>
39388
39389         * doc/gnulib.texi: note about the license texinfo files.
39390
39391 2006-09-19  Eric Blake  <ebb9@byu.net>
39392
39393         * gnulib-tool: Avoid space-tab.
39394
39395 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39396
39397         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
39398         that prevented coreutils 6.1 from building.  Problem reported
39399         by Petter Reinholdtsen.
39400
39401 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39402
39403         * gnulib-tool (avoidlist): Fix typo that broke options like
39404         --avoid=lock that are used by coreutils bootstrap.
39405
39406 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
39407
39408         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
39409         more systematically.
39410
39411 2006-09-18  Jim Meyering  <jim@meyering.net>
39412
39413         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
39414
39415 2006-09-18  Bruno Haible  <bruno@clisp.org>
39416
39417         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
39418
39419 2006-09-18  Bruno Haible  <bruno@clisp.org>
39420
39421         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
39422         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
39423         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
39424         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
39425         * m4/gettext.m4: Require autoconf >= 2.52.
39426         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
39427         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
39428         of gl_cv_header_inttypes_h.
39429
39430 2006-09-18  Bruno Haible  <bruno@clisp.org>
39431
39432         * lib/javaversion.c: Include configmake.h.
39433
39434 2006-09-18  Bruno Haible  <bruno@clisp.org>
39435
39436         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
39437         avoid that the while loops be executed in a subshell.
39438
39439 2006-09-18  Bruno Haible  <bruno@clisp.org>
39440
39441         * MODULES.html.sh (func_module): Break long lines.
39442         Suggested by Bruce Korb <bkorb@gnu.org>.
39443
39444 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39445
39446         Speed up by a factor of 1.12.
39447         * gnulib-tool (nl): New variable.
39448         (func_import): Rewrite include directive extraction to only read each
39449         directive once.
39450
39451 2006-09-17  Bruno Haible  <bruno@clisp.org>
39452
39453         * modules/javaversion (Makefile.am): Remove DEFS setting.
39454         (Depends-on): Add configmake, for PKGDATADIR definition.
39455
39456 2006-09-17  Bruno Haible  <bruno@clisp.org>
39457
39458         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39459
39460 2006-09-17  Bruno Haible  <bruno@clisp.org>
39461
39462         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39463         (func_modules_transitive_closure, func_modules_add_dummy,
39464         func_modules_to_filelist, func_import, func_create_testdir,
39465         func_create_megatestdir, ...): Use it wherever possible.
39466         Suggested by Ralf Wildenhues.
39467
39468 2006-09-16  Karl Berry  <karl@gnu.org>
39469
39470         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39471         to avoid sectioning errors.
39472         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39473         [ifinfo]: blank line after @center-ed titles.
39474         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39475         Spell FSF address consistently with others.
39476         (These changes approved by rms.)
39477
39478 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39479
39480         Speed up by a factor of 1.61.
39481         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39482         already checked module names again.
39483
39484 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39485
39486         Speed up by a factor of 1.13.
39487         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39488         for new_files, and the input to func_add_or_update.
39489
39490 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39491
39492         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39493         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39494
39495 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39496
39497         * modules/mkancesdirs (Depends-on): Add fcntl.
39498         * modules/savewd: New file.
39499         * MODULES.html.sh (File system functions): Add savewd.
39500
39501         * modules/configmake (Makefile.am): Add support for the
39502         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39503
39504 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39505
39506         * m4/savewd.m4: New file.
39507
39508 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39509
39510         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39511         (dirchownmod): New arg FD.  All callers changed.
39512         Use FD rather than opening the directory ourself, as opening is
39513         now the caller's responsibility.
39514         * lib/dirchownmod.h: Likewise.
39515         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39516         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39517         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39518         (test_dir): Remove.
39519         (mkancesdirs): Return length of prefix of FILE that has already
39520         been made, or -2 if there is a child doing the work.  Redo
39521         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39522         ".", and treat ".." specially since it might stray back into
39523         already-created areas.  Use a subprocess if necessary.  New arg
39524         WD; all users changed.  MAKE_DIR function should now return 1
39525         if it creates a directory that is not readable.  Return -2 if
39526         a child process is spun off.
39527         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39528         Adjust signature to match code.
39529         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39530         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39531         all users changed.
39532         * lib/savewd.c, lib/savewd.h: New files.
39533
39534 2006-09-15  Jim Meyering  <jim@meyering.net>
39535
39536         * modules/rename-dest-slash: New module.
39537         * MODULES.html.sh (posix_compat): Add it here.
39538
39539         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39540
39541 2006-09-15  Jim Meyering  <jim@meyering.net>
39542
39543         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39544         file.
39545
39546         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39547
39548 2006-09-15  Jim Meyering  <jim@meyering.net>
39549
39550         * lib/rename-dest-slash.c (has_trailing_slash): Use
39551         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39552         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39553         test before testing whether SRC is a directory.
39554         Suggestions from Bruno Haible.
39555
39556         Avoid a warning about an unused variable.
39557         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39558         into the #ifdef block where it's used.
39559
39560         * lib/rename-dest-slash.c: New file.
39561
39562 2006-09-14  Bruno Haible  <bruno@clisp.org>
39563
39564         * lib/allocsa.c: Include <config.h> unconditionally.
39565         * lib/asnprintf.c: Likewise.
39566         * lib/asprintf.c: Likewise.
39567         * lib/c-strcasecmp.c: Likewise.
39568         * lib/c-strcasestr.c: Likewise.
39569         * lib/c-strncasecmp.c: Likewise.
39570         * lib/c-strstr.c: Likewise.
39571         * lib/classpath.c: Likewise.
39572         * lib/clean-temp.c: Likewise.
39573         * lib/concatpath.c: Likewise.
39574         * lib/copy-file.c: Likewise.
39575         * lib/csharpcomp.c: Likewise.
39576         * lib/csharpexec.c: Likewise.
39577         * lib/execute.c: Likewise.
39578         * lib/fatal-signal.c: Likewise.
39579         * lib/findprog.c: Likewise.
39580         * lib/fwriteerror.c: Likewise.
39581         * lib/gl_array_list.c: Likewise.
39582         * lib/gl_array_oset.c: Likewise.
39583         * lib/gl_avltree_list.c: Likewise.
39584         * lib/gl_avltree_oset.c: Likewise.
39585         * lib/gl_avltreehash_list.c: Likewise.
39586         * lib/gl_carray_list.c: Likewise.
39587         * lib/gl_linked_list.c: Likewise.
39588         * lib/gl_linkedhash_list.c: Likewise.
39589         * lib/gl_list.c: Likewise.
39590         * lib/gl_oset.c: Likewise.
39591         * lib/gl_rbtree_list.c: Likewise.
39592         * lib/gl_rbtree_oset.c: Likewise.
39593         * lib/gl_rbtreehash_list.c: Likewise.
39594         * lib/imaxabs.c: Likewise.
39595         * lib/imaxdiv.c: Likewise.
39596         * lib/javacomp.c: Likewise.
39597         * lib/javaexec.c: Likewise.
39598         * lib/javaversion.c: Likewise.
39599         * lib/linebreak.c: Likewise.
39600         * lib/localcharset.c: Likewise.
39601         * lib/lock.c: Likewise.
39602         * lib/mbchar.c: Likewise.
39603         * lib/mbswidth.c: Likewise.
39604         * lib/mkdtemp.c: Likewise.
39605         * lib/pipe.c: Likewise.
39606         * lib/printf-args.c: Likewise.
39607         * lib/printf-parse.c: Likewise.
39608         * lib/progname.c: Likewise.
39609         * lib/progreloc.c: Likewise.
39610         * lib/readlink.c: Likewise.
39611         * lib/sh-quote.c: Likewise.
39612         * lib/stpcpy.c: Likewise.
39613         * lib/stpncpy.c: Likewise.
39614         * lib/strcasecmp.c: Likewise.
39615         * lib/strcasestr.c: Likewise.
39616         * lib/strcspn.c: Likewise.
39617         * lib/striconv.c: Likewise.
39618         * lib/strncasecmp.c: Likewise.
39619         * lib/strnlen1.c: Likewise.
39620         * lib/strstr.c: Likewise.
39621         * lib/strtok_r.c: Likewise.
39622         * lib/tls.c: Likewise.
39623         * lib/tmpdir.c: Likewise.
39624         * lib/unicodeio.c: Likewise.
39625         * lib/unsetenv.c: Likewise.
39626         * lib/vasnprintf.c: Likewise.
39627         * lib/vasprintf.c: Likewise.
39628         * lib/wait-process.c: Likewise.
39629         * lib/xallocsa.c: Likewise.
39630         * lib/xsetenv.c: Likewise.
39631         * lib/xstriconv.c: Likewise.
39632
39633 2006-09-13  Simon Josefsson  <jas@extundo.com>
39634
39635         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
39636         that internally, suggested by Ralf Wildenhues
39637         <Ralf.Wildenhues@gmx.de>.
39638
39639 2006-09-13  Simon Josefsson  <jas@extundo.com>
39640
39641         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
39642         @LIBOBJS@.
39643         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39644
39645 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39646
39647         * lib/_fpending.c: Include <config.h> unconditionally, since we no
39648         longer worry about uses that don't define HAVE_CONFIG_H.
39649         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
39650         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
39651         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
39652         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
39653         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
39654         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
39655         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
39656         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
39657         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
39658         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
39659         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
39660         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
39661         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
39662         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
39663         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
39664         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
39665         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
39666         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
39667         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
39668         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
39669         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
39670         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
39671         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
39672         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
39673         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
39674         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
39675         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
39676         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
39677         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
39678         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
39679         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
39680         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
39681         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
39682         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
39683         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
39684         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
39685         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
39686         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
39687         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
39688         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
39689         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
39690         Likewise.
39691
39692 2006-09-13  Eric Blake  <ebb9@byu.net>
39693
39694         * lib/getopt.c: Fix typo in last commit.
39695
39696 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39697
39698         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
39699         dgettext.
39700
39701 2006-09-12  Jim Meyering  <jim@meyering.net>
39702
39703         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
39704         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
39705         Reported by Nelson H. F. Beebe.
39706
39707 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39708
39709         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
39710         program_invocation_name and program_invocation_short_name are
39711         initialized.
39712         * lib/argp-namefrob.h: Move declarations of program_invocation_name
39713         and program_invocation_short_name to argp.h, so they are visible
39714         to user programs.
39715         * lib/argp.h: Likewise
39716
39717 2006-09-10  Bruno Haible  <bruno@clisp.org>
39718
39719         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39720         m4/inttypes_h.m4, m4/uintmax_t.m4.
39721
39722 2006-09-10  Bruno Haible  <bruno@clisp.org>
39723
39724         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
39725         gl_AC_TYPE_UINTMAX_T.
39726
39727 2006-09-10  Bruno Haible  <bruno@clisp.org>
39728
39729         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
39730
39731 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39732
39733         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
39734         convention.  Text proposed by Bruno Haible.
39735         (struct argp_option): Document the use of N_() wrappers.
39736
39737         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
39738         '\v', and translate the two parts separately, instead of feeding
39739         the whole string to gettext.  This allows to exclude
39740         '\v' from the strings visible to the translator by writing doc
39741         strings as N_("..") "\v" N_("..").
39742
39743 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
39744
39745         * config/srclist.txt: Undo latest change; the bug was fixed.
39746
39747 2006-09-09  Bruno Haible  <bruno@clisp.org>
39748
39749         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
39750         assignments if building a library without libtool.
39751         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
39752         in func_emit_lib_Makefile_am.
39753         (func_import): When building a static library libfoo.a, arrange to
39754         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
39755         (func_create_testdir): Likewise.
39756         * modules/gc (configure.ac, Makefile.am): If building statically,
39757         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
39758         * modules/iconvme (configure.ac, Makefile.am): Likewise.
39759         * modules/striconv (configure.ac, Makefile.am): Likewise.
39760         Based on a suggestion by Ralf Wildenhues.
39761
39762 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39763
39764         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39765         Check for unistd.h too, since Autoconf doesn't assume POSIX.
39766         Also:
39767
39768         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39769         Add year_2050_test to catch glibc bug 2821
39770         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39771
39772         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39773         Prefer #ifdef to #if.
39774
39775         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
39776         Return from 'main' instead of calling 'exit'.
39777
39778 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39779
39780         * lib/mktime.c (guess_time_tm): Fix bug where mktime
39781         returned the maximum time_t value rather than (time_t) -1.
39782         Problem originally reported by William Bardwell
39783         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39784
39785         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39786         Moved to here ...
39787         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39788         ... from here.
39789
39790 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39791
39792         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
39793         2821 is fixed.
39794
39795 2006-09-08  Jim Meyering  <jim@meyering.net>
39796
39797         Don't make generated files read-only.  That would bother too many
39798         people.  However, do retain the ability to work when targets are
39799         read-only: remove the destination and temporary files before writing
39800         them (when generated via sed or echo), or by using the -f option for
39801         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
39802         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39803         * modules/byteswap, modules/configmake, modules/fcntl:
39804         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39805         * modules/localcharset, modules/netinet_in, modules/poll:
39806         * modules/stdbool, modules/stdint, modules/sys_select:
39807         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39808
39809 2006-09-08  Jim Meyering  <jim@meyering.net>
39810
39811         Avoid new build failure on FreeBSD 6.0.
39812         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
39813         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
39814         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
39815
39816 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39817
39818         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
39819
39820 2006-09-07  Jim Meyering  <jim@meyering.net>
39821
39822         Fix global typo in last change: use chmod u-w, not chmod u-x.
39823         Spotted by Paul Eggert and Bruce Korb.
39824         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39825         * modules/byteswap, modules/configmake, modules/fcntl:
39826         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39827         * modules/localcharset, modules/netinet_in, modules/poll:
39828         * modules/stdbool, modules/stdint, modules/sys_select:
39829         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39830
39831 2006-09-06  Jim Meyering  <jim@meyering.net>
39832
39833         Make generated files be read-only.
39834         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
39835         Ensure that each generated file is now read-only.
39836         * modules/argz: Likewise.
39837         * modules/arpa_inet: Likewise.
39838         * modules/byteswap: Likewise.
39839         * modules/configmake: Likewise.
39840         * modules/fcntl: Likewise.
39841         * modules/fnmatch: Likewise.
39842         * modules/getopt: Likewise.
39843         * modules/glob: Likewise.
39844         * modules/inttypes: Likewise.
39845         * modules/netinet_in: Likewise.
39846         * modules/poll: Likewise.
39847         * modules/stdbool: Likewise.
39848         * modules/stdint: Likewise.
39849         * modules/sys_select: Likewise.
39850         * modules/sys_socket: Likewise.
39851         * modules/sys_stat: Likewise.
39852         * modules/sysexits: Likewise.
39853         * modules/localcharset: Same as above, but continue using temporary
39854         file named "t-$@" (why different?) rather than the "$@-t" used
39855         everywhere else.
39856
39857         * modules/sysexits (Makefile.am): Replace literal occurrences
39858         of "sysexit.h" more readable, and more consistent, "$@".
39859
39860 2006-09-06  Bruno Haible  <bruno@clisp.org>
39861
39862         * modules/striconv: New file.
39863         * modules/xstriconv: New file.
39864         * MODULES.html.sh (Internationalization functions): Add striconv,
39865         xstriconv.
39866
39867 2006-09-06  Bruno Haible  <bruno@clisp.org>
39868
39869         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
39870         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
39871         not using libtool correctly.
39872
39873 2006-09-06  Bruno Haible  <bruno@clisp.org>
39874
39875         * lib/striconv.h: New file.
39876         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
39877         iconvstring.c.
39878         * lib/xstriconv.h: New file.
39879         * lib/xstriconv.c: New file.
39880
39881 2006-09-06  Bruno Haible  <bruno@clisp.org>
39882
39883         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39884         lib_..._LDFLAGS.
39885
39886 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39887
39888         * lib/argz_.h: Sync from Libtool.
39889
39890         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
39891                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39892
39893         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
39894
39895 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39896
39897         * modules/trim: New file.
39898
39899 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39900
39901         * lib/trim.h: New file.
39902         * lib/trim.c: New file.
39903
39904 2006-09-05  Bruno Haible  <bruno@clisp.org>
39905
39906         * MODULES.html.sh (String handling): Add trim.
39907
39908 2006-09-04  Karl Berry  <karl@gnu.org>
39909
39910         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
39911         until next release.
39912
39913 2006-09-03  Bruno Haible  <bruno@clisp.org>
39914
39915         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
39916         correctly.
39917
39918 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39919
39920         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
39921         not gl_GETLOADAVG.  Omit unneeded semicolons.
39922         Problems reported by Ralf Wildenhues in
39923         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39924         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
39925         at the end, which is the usual gnulib style.
39926
39927         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
39928         of doing all the work ourselves.
39929         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
39930         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
39931
39932 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39933
39934         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
39935         Problem reported by Ralf Wildenhues in
39936         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39937
39938         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
39939         HAVE_STRUCT_STATFS_F_FSTYPENAME.
39940
39941 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39942
39943         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
39944         yesterday's patch by changing test -n to test -z.
39945
39946 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39947
39948         * modules/getloadavg (Files): Add m4/getloadavg.m4.
39949         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
39950         the former is now obsolescent.
39951
39952         * modules/chdir-long (Depends-on): Add fcntl.
39953
39954 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39955
39956         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
39957         obsolescent, and programs should use gnulib instead.
39958         * m4/getloadavg.m4: New file, with contents taken from Autoconf
39959         but with prefixes changed.
39960
39961 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39962
39963         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
39964         or stdbool.h, because they might not exist while configuring.
39965
39966         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
39967         Don't include unistd.h or limits.h; not needed, since chdir-long.h
39968         does that for us.
39969         (O_DIRECTORY): Remove.
39970
39971 2006-08-31  Eric Blake  <ebb9@byu.net>
39972
39973         * gnulib-tool: Don't let emacs change spaces to TAB.
39974
39975 2006-08-31  Bruno Haible  <bruno@clisp.org>
39976
39977         * gnulib-tool: When calling func_import more than once, do it in a
39978         subshell.
39979         Reported by Eric Blake <ebb9@byu.net>.
39980
39981 2006-08-31  Bruno Haible  <bruno@clisp.org>
39982
39983         * gnulib-tool (nl): Remove variable.
39984         (sed_transform_lib_file): Use more robust test for config-h module.
39985         (func_import): Fix typo in 2006-08-25 patch.
39986
39987 2006-08-31  Bruno Haible  <bruno@clisp.org>
39988
39989         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
39990         specified, augment Makefile.am variables instead of assigning them.
39991
39992 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39993
39994         Work around a bug in both the Linux and SunOS 64-bit kernels:
39995         nanosleep mishandles sleeps for longer than 2**31 seconds.
39996         Problem reported by Frank v Waveren in
39997         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39998         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
39999         Check for nanosleep bug.
40000         (LIB_NANOSLEEP): Append clock_gettime library if needed.
40001
40002 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40003
40004         Work around a bug in both the Linux and SunOS 64-bit kernels:
40005         nanosleep mishandles sleeps for longer than 2**31 seconds.
40006         Problem reported by Frank v Waveren in
40007         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40008         * lib/nanosleep.c (BILLION): New constant.
40009         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
40010         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
40011         implementation.
40012
40013 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40014
40015         * modules/nanosleep (Depends-on): Add gettime.
40016
40017 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40018         and Simon Josefsson  <jas@extundo.com>
40019         and Oskar Liljeblad  <oskar@osk.mine.nu>
40020
40021         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
40022         * gnulib-tool (func_import): New license type 'unmodifiable license
40023         text'.
40024         * modules/fdl: Use it.  Longer description.
40025         * module/gpl, module/lgpl: New files.
40026
40027 2006-08-30  Jim Meyering  <jim@meyering.net>
40028
40029         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
40030         shadowing the parameter.
40031
40032 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40033
40034         Sync from Libtool:
40035
40036         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40037
40038         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
40039         sharing with gnulib.  Report by Eric Blake.
40040
40041 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40042
40043         * modules/isapipe: New file.
40044         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
40045
40046 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40047
40048         * modules/configmake (Makefile.am): Add a comment, and omit
40049         the CONFIGMAKE_ prefix from generated macro names.  Suggested
40050         by Bruno Haible.
40051
40052 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40053
40054         * m4/isapipe.m4: New file.
40055
40056 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40057
40058         * lib/isapipe.c, lib/isapipe.h: New files.
40059
40060 2006-08-29  Jim Meyering  <jim@meyering.net>
40061
40062         * modules/configmake (Makefile.am): Make configmake.h depend on
40063         Makefile.  Otherwise, a stale configmake.h could hang around.
40064
40065 2006-08-29  Eric Blake  <ebb9@byu.net>
40066
40067         * lib/error.c (error_at_line, print_errno_message): Match libc, after
40068         resolution of upstream bug 3044.
40069
40070 2006-08-29  Bruno Haible  <bruno@clisp.org>
40071
40072         * modules/localcharset (Depends-on): Add configmake.
40073         (Makefile.am): Remove setting of LIBDIR through DEFS.
40074
40075 2006-08-29  Bruno Haible  <bruno@clisp.org>
40076
40077         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
40078         defined.
40079
40080 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40081
40082         * modules/fcntl: New file.
40083         * modules/chdir-safer (Depends-on): Add fcntl.
40084         * modules/fts: Likewise.
40085         * modules/mkdir-p: Likewise.
40086
40087         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
40088         This undoes the most recent change, since we're now addressing the
40089         problem in a different way.
40090
40091         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
40092         into output, since the output might be called Makefile.am even
40093         if $makefile_name is something different.
40094         (func_import): Use $makefile_am rather than
40095         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
40096         empty.
40097
40098         * modules/inttypes (Files): Add m4/inttypes-h.m4.
40099
40100 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40101
40102         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
40103         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
40104         recent change to stdint.m4, since we're now addressing the problem in a
40105         different way.
40106
40107 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40108
40109         * m4/fcntl_h.m4: New file.
40110
40111 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40112
40113         * lib/fcntl_.h: New file.
40114         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
40115         the fcntl module.
40116         * lib/dirchownmod.c: Likewise.
40117         * lib/fts.c: Likewise.
40118
40119         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
40120         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
40121         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
40122         just before including <inttypes.h>, to avoid circular inclusion.
40123
40124 2006-08-28  Jim Meyering  <jim@meyering.net>
40125
40126         * doc/visibility.texi: Actually read and correct the grammar of the
40127         sentence affected by yesterday's change.
40128
40129 2006-08-28  Eric Blake  <ebb9@byu.net>
40130
40131         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
40132         needs wrapper.
40133
40134 2006-08-28  Eric Blake  <ebb9@byu.net>
40135
40136         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
40137
40138 2006-08-28  Eric Blake  <ebb9@byu.net>
40139
40140         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
40141
40142 2006-08-28  Bruno Haible  <bruno@clisp.org>
40143
40144         * modules/c-strstr: New file, from GNU gettext.
40145         * MODULES.html.sh (String handling): Add c-strstr.
40146
40147 2006-08-28  Bruno Haible  <bruno@clisp.org>
40148
40149         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
40150         macros.
40151         Reported by Eric Blake.
40152
40153 2006-08-28  Bruno Haible  <bruno@clisp.org>
40154
40155         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
40156         (VASNPRINTF): Return a string of length > INT_MAX without failing.
40157         * lib/vasprintf.c: Include errno.h, limits.h.
40158         (EOVERFLOW): New fallback definition.
40159         (vasprintf): Test here whether the string length is > INT_MAX.
40160         * lib/vsnprintf.c: Include errno.h, limits.h.
40161         (EOVERFLOW): New fallback definition.
40162         (vsnprintf): Fix bug when generated string was too long for the buffer.
40163         Test here whether the string length is > INT_MAX.
40164
40165 2006-08-28  Bruno Haible  <bruno@clisp.org>
40166
40167         * lib/inttypes_.h (SCNX*): Remove definitions.
40168         Reported by Eric Blake.
40169
40170 2006-08-28  Bruno Haible  <bruno@clisp.org>
40171
40172         * lib/c-strstr.h: New file, from GNU gettext.
40173         * lib/c-strstr.c: New file, from GNU gettext.
40174
40175 2006-08-28  Bruno Haible  <bruno@clisp.org>
40176
40177         * gnulib-tool: Reorder some statements.
40178
40179 2006-08-28  Bruno Haible  <bruno@clisp.org>
40180
40181         * gnulib-tool: New option --makefile-name.
40182         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
40183         $makefile_name.
40184         (func_import): Write $makefile_name to the cache file, and read it from
40185         there unless explicitly specified. Use $makefile_name as file name
40186         instead of Makefile.am. Adjust the recommendations accordingly.
40187
40188 2006-08-28  Bruno Haible  <bruno@clisp.org>
40189
40190         * gnulib-tool (func_verify_module): Check against misapplying patch.
40191
40192 2006-08-28  Bruno Haible  <bruno@clisp.org>
40193
40194         * gnulib-tool (func_relativize, func_relconcat): New functions.
40195         Give an error if --local-dir is given with --update.
40196         Remove trailing slashes from $local_gnulib_dir.
40197         (func_import): Store the relativized $local_gnulib_dir in
40198         gnulib-cache.m4, and read it from there if not specified explicitly.
40199
40200 2006-08-28  Bruno Haible  <bruno@clisp.org>
40201
40202         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
40203         is the current directory. Respect also $local_gnulib_dir.
40204
40205 2006-08-28  Bruno Haible  <bruno@clisp.org>
40206             Simon Josefsson  <jas@extundo.com>
40207
40208         BeOS portability.
40209         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
40210
40211 2006-08-27  Jim Meyering  <jim@meyering.net>
40212
40213         * doc/visibility.texi: Remove duplicate word: "pointer".
40214
40215 2006-08-26  Bruno Haible  <bruno@clisp.org>
40216
40217         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
40218         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
40219         (Makefile.am): Create inttypes.h from inttypes_.h.
40220         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
40221
40222         * modules/imaxabs: New file.
40223
40224         * modules/imaxdiv: New file.
40225
40226 2006-08-26  Bruno Haible  <bruno@clisp.org>
40227
40228         * m4/inttypes.m4: New file.
40229         * m4/_inttypes_h.m4: Remove file.
40230         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
40231         PRI_MACROS_BROKEN.
40232         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
40233
40234         * m4/imaxabs.m4: New file.
40235
40236         * m4/imaxdiv.m4: New file.
40237
40238 2006-08-26  Bruno Haible  <bruno@clisp.org>
40239
40240         * lib/inttypes_.h: New file.
40241         * lib/inttypes.h: Remove file.
40242         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
40243
40244         * lib/imaxabs.c: New file.
40245
40246         * lib/imaxdiv.c: New file.
40247
40248 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40249
40250         New config-h module, so that "make" output needn't be cluttered
40251         by -DHAVE_CONFIG_H.
40252         * MODULES.html.sh (Support for building libraries and executables):
40253         Add config-h.
40254         * modules/config-h: New file.
40255         * gnulib-tool (nl, sed_transform_lib_file): New vars.
40256         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
40257         the config-h module is used.
40258
40259         New configmake module, so that "make" output needn't be cluttered
40260         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
40261         * MODULES.html.sh (Support for building libraries and executables):
40262         Add configmake.
40263         * modules/configmake: New file.
40264
40265 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40266
40267         * m4/config-h.m4: New file.
40268
40269 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40270
40271         * config/srclist.txt: Add elisp-comp.
40272
40273 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40274
40275         * MODULES.html.sh (Support for building libraries and executables):
40276         Add elisp-comp.
40277         * build-aux/elisp-comp: New file.
40278         * modules/elisp-comp: New file.
40279
40280 2006-08-24  Bruno Haible  <bruno@clisp.org>
40281
40282         * gnulib-tool (func_create_testdir): Use non-default values of
40283         sourcebase and m4base.
40284
40285 2006-08-24  Bruno Haible  <bruno@clisp.org>
40286
40287         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
40288         HTML structure.
40289
40290 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40291
40292         * modules/openat (Depends-on): Add lchown.
40293
40294 2006-08-23  Bruno Haible  <bruno@clisp.org>
40295
40296         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40297         of gl_LOCK_EARLY instead of gl_LOCK.
40298
40299 2006-08-23  Bruno Haible  <bruno@clisp.org>
40300
40301         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40302         on OSF/1 to no.
40303         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
40304
40305 2006-08-23  Bruno Haible  <bruno@clisp.org>
40306
40307         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
40308         as unusable.
40309
40310         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
40311         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
40312         (gl_LOCK): New macro.
40313
40314 2006-08-22  Simon Josefsson  <jas@extundo.com>
40315
40316         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
40317         to md5 module.
40318
40319 2006-08-22  Simon Josefsson  <jas@extundo.com>
40320
40321         * MODULES.html.sh: Add "Support for maintaining and release
40322         projects".
40323
40324         * build-aux/gnupload: New file, from coreutils.
40325
40326 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40327
40328         Avoid the need for AC_LIBSOURCES in m4 macros.
40329         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
40330         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
40331         * modules/check-version (EXTRA_DIST): Add check-version.h.
40332         * modules/crc (EXTRA_DIST): Add crc.h.
40333         * modules/des (EXTRA_DIST): Add des.h.
40334         * modules/gc (EXTRA_DIST): Add gc.h.
40335         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
40336         * modules/getline (EXTRA_DIST): Add getline.h.
40337         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
40338         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
40339         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
40340         * modules/md2 (EXTRA_DIST): Add md2.h.
40341         * modules/md4 (EXTRA_DIST): Add md4.h.
40342         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
40343         * modules/read-file (EXTRA_DIST): Add read-file.h.
40344         * modules/readline (EXTRA_DIST): Add readline.h.
40345         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
40346         rijndael-api-fst.h.
40347
40348 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40349
40350         * m4/rijndael.m4 (gl_ARCFOUR):
40351         * m4/arctwo.m4 (gl_ARCTWO):
40352         * m4/check-version.m4 (gl_CHECK_VERSION):
40353         * m4/crc.m4 (gl_CRC):
40354         * m4/des.m4 (gl_DES):
40355         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
40356         * m4/gc.m4 (gl_GC):
40357         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
40358         * m4/getline.m4 (gl_FUNC_GETLINE):
40359         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
40360         * m4/hmac-md5.m4 (gl_HMAC_MD5):
40361         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
40362         * m4/md2.m4 (gl_MD2):
40363         * m4/md4.m4 (gl_MD4):
40364         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
40365         * m4/read-file.m4 (gl_FUNC_READ_FILE):
40366         * m4/readline.m4 (gl_FUNC_READLINE):
40367         * m4/rijndael.m4 (gl_RIJNDAEL):
40368         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40369         to get the necessary .h files and whatnot.
40370
40371 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40372
40373         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
40374         gnulib rather than the other way around.
40375         * config/srclistvars.sh (COREUTILS): Remove.
40376
40377 2006-08-22  Jim Meyering  <jim@meyering.net>
40378
40379         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
40380
40381         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
40382
40383 2006-08-22  Eric Blake  <ebb9@byu.net>
40384
40385         * modules/regexprops-generic: New file.
40386         * MODULES.html.sh (Support for building documentation): List it.
40387
40388 2006-08-22  Eric Blake  <ebb9@byu.net>
40389
40390         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
40391         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
40392         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
40393         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
40394
40395 2006-08-22  Bruno Haible  <bruno@clisp.org>
40396
40397         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
40398         and lib_LTLIBRARIES like the other lib_* variables.
40399
40400 2006-08-22  Bruno Haible  <bruno@clisp.org>
40401
40402         * build-aux/x-to-1.in: New file, from GNU gettext.
40403
40404 2006-08-22  Bruno Haible  <bruno@clisp.org>
40405
40406         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
40407         <utmpx.h> exists.
40408
40409 2006-08-22  Bruno Haible  <bruno@clisp.org>
40410
40411         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
40412         <utmpx.h> exists.
40413
40414 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40415
40416         BeOS portability.
40417         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
40418         exist.
40419         Problem reported by Bruno Haible.
40420
40421 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40422
40423         Avoid the need for AC_LIBSOURCES in m4 macros.
40424         * modules/acl (EXTRA_DIST): Add acl.h.
40425         * modules/argmatch (Files): Add m4/argmatch.m4.
40426         (configure.ac): Add gl_ARGMATCH.
40427         (EXTRA_DIST): Renamed from lib_SOURCES, for
40428         consistency with the other modules.  Remove argmatch.c.
40429         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
40430         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
40431         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
40432         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
40433         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
40434         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
40435         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
40436         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
40437         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
40438         * modules/closeout (EXTRA_DIST): Add closeout.h.
40439         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
40440         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
40441         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
40442         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
40443         dirname.h; remove basename.c and stripslash.c.
40444         * modules/exclude (EXTRA_DIST): Add exclude.h.
40445         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
40446         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
40447         * modules/file-type (EXTRA_DIST): Add file-type.h.
40448         * modules/filemode (EXTRA_DIST): Add filemode.h.
40449         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40450         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40451         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40452         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40453         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40454         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40455         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40456         * modules/getdate (EXTRA_DIST): Add getdate.c.
40457         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40458         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40459         * modules/getpass (EXTRA_DIST): Add getpass.h.
40460         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40461         * modules/group-member (EXTRA_DIST): Add group-member.h.
40462         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40463         * modules/hash (EXTRA_DIST): Add hash.h.
40464         * modules/human (EXTRA_DIST): Add human.h.
40465         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40466         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40467         * modules/lchown (EXTRA_DIST): Add lchown.h.
40468         * modules/long-options (EXTRA_DIST): Add long-options.h.
40469         * modules/lstat (EXTRA_DIST): Add lstat.h.
40470         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40471         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40472         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40473         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40474         * modules/memxor (EXTRA_DIST): Add memxor.h.
40475         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40476         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40477         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40478         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40479         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40480         * modules/physmem (EXTRA_DIST): Add physmem.h.
40481         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40482         * modules/posixver (EXTRA_DIST): Add posixver.h.
40483         * modules/quote (EXTRA_DIST): Add quote.h.
40484         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40485         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40486         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40487         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40488         regex_internal.h regexec.c.
40489         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40490         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40491         * modules/same (EXTRA_DIST): Add same.h.
40492         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40493         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40494         * modules/savedir (EXTRA_DIST): Add savedir.h.
40495         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40496         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40497         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40498         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40499         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40500         * modules/strdup (EXTRA_DIST): Add strdup.h.
40501         * modules/strftime (EXTRA_DIST): Add strftime.h.
40502         * modules/strndup (EXTRA_DIST): Add strndup.h.
40503         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40504         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40505         * modules/time_r (EXTRA_DIST): Add time_r.h.
40506         * modules/timespec (EXTRA_DIST): Add timespec.h.
40507         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40508         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40509         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40510         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40511         * modules/userspec (EXTRA_DIST): Add userspec.h.
40512         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40513         * modules/utimens (EXTRA_DIST): Add utimens.h.
40514         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40515         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40516         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40517         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40518         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40519         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40520         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40521         * modules/yesno (EXTRA_DIST): Add yesno.h.
40522
40523 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40524
40525         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40526
40527         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40528         * m4/dev-ino.m4, same-inode.m4: Remove.
40529
40530         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40531         * m4/acl.m4 (AC_FUNC_ACL):
40532         * m4/backupfile.m4 (gl_BACKUPFILE):
40533         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40534         * m4/canon-host.m4 (gl_CANON_HOST):
40535         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40536         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40537         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40538         * m4/cloexec.m4 (gl_CLOEXEC):
40539         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40540         * m4/closeout.m4 (gl_CLOSEOUT):
40541         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40542         * m4/dirname.m4 (gl_DIRNAME):
40543         * m4/exclude.m4 (gl_EXCLUDE):
40544         * m4/exitfail.m4 (gl_EXITFAIL):
40545         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40546         * m4/file-type.m4 (gl_FILE_TYPE):
40547         * m4/filemode.m4 (gl_FILEMODE):
40548         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40549         * m4/fpending.m4 (gl_FUNC_FPENDING):
40550         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40551         * m4/fts.m4 (gl_FUNC_FTS):
40552         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40553         * m4/getdate.m4 (gl_GETDATE):
40554         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40555         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40556         * m4/getpass.m4 (gl_FUNC_GETPASS):
40557         * m4/gettime.m4 (gl_GETTIME):
40558         * m4/getugroups.m4 (gl_GETUGROUPS):
40559         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40560         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40561         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40562         * m4/hash.m4 (gl_HASH):
40563         * m4/idcache.m4 (gl_IDCACHE):
40564         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40565         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40566         * m4/long-options.m4 (gl_LONG_OPTIONS):
40567         * m4/lstat.m4 (gl_FUNC_LSTAT):
40568         * m4/md5.m4 (gl_MD5):
40569         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40570         * m4/memcoll.m4 (gl_MEMCOLL):
40571         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40572         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40573         * m4/memxor.m4 (gl_MEMXOR):
40574         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40575         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40576         * m4/modechange.m4 (gl_MODECHANGE):
40577         * m4/mountlist.m4 (gl_MOUNTLIST):
40578         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40579         * m4/openat.m4 (gl_FUNC_OPENAT):
40580         * m4/pathmax.m4 (gl_PATHMAX):
40581         * m4/physmem.m4 (gl_PHYSMEM):
40582         * m4/posixtm.m4 (gl_POSIXTM):
40583         * m4/posixver.m4 (gl_POSIXVER):
40584         * m4/quote.m4 (gl_QUOTE):
40585         * m4/quotearg.m4 (gl_QUOTEARG):
40586         * m4/readtokens.m4 (gl_READTOKENS):
40587         * m4/readutmp.m4 (gl_READUTMP):
40588         * m4/regex.m4 (gl_REGEX):
40589         * m4/safe-read.m4 (gl_SAFE_READ):
40590         * m4/safe-write.m4 (gl_SAFE_WRITE):
40591         * m4/same.m4 (gl_SAME):
40592         * m4/save-cwd.m4 (gl_SAVE_CWD):
40593         * m4/savedir.m4 (gl_SAVEDIR):
40594         * m4/settime.m4 (gl_SETTIME):
40595         * m4/sha1.m4 (gl_SHA1):
40596         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40597         * m4/stat-macros.m4 (gl_STAT_MACROS):
40598         * m4/stat-time.m4 (gl_STAT_TIME):
40599         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
40600         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
40601         * m4/strdup.m4 (gl_FUNC_STRDUP):
40602         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
40603         * m4/strndup.m4 (gl_FUNC_STRNDUP):
40604         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
40605         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
40606         * m4/time_r.m4 (gl_TIME_R):
40607         * m4/timespec.m4 (gl_TIMESPEC):
40608         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
40609         * m4/unlinkdir.m4 (gl_UNLINKDIR):
40610         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
40611         * m4/userspec.m4 (gl_USERSPEC):
40612         * m4/utimecmp.m4 (gl_UTIMECMP):
40613         * m4/utimens.m4 (gl_UTIMENS):
40614         * m4/xalloc.m4 (gl_XALLOC):
40615         * m4/xgetcwd.m4 (gl_XGETCWD):
40616         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
40617         * m4/xreadlink.m4 (gl_XREADLINK):
40618         * m4/xstrtod.m4 (gl_XSTRTOD):
40619         * m4/yesno.m4 (gl_YESNO):
40620         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40621         to get the necessary .h files and whatnot.
40622
40623 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
40624             Bruno Haible  <bruno@clisp.org>
40625
40626         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
40627         /bin/sh understanding of '!' conditional negation.
40628
40629 2006-08-21  Jim Meyering  <jim@meyering.net>
40630
40631         * modules/openat (Depends-on): Really alphabetize.
40632
40633         * modules/acl (Depends-on): Add error and quote.
40634
40635         * check-module (find_included_lib_files): Add at-func.c to the
40636         ok-to-include-more-than-once white list.
40637
40638         * modules/openat (Depends-on): Add lstat.  Alphabetize.
40639
40640 2006-08-21  Bruno Haible  <bruno@clisp.org>
40641
40642         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40643         Emit a pkgdata_DATA variable only if some snippets add contents to it.
40644         Reported by Martin Lambers <marlam@marlam.de>.
40645
40646 2006-08-21  Bruno Haible  <bruno@clisp.org>
40647
40648         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
40649         specify an installation location, don't emit a noinst_LIBRARIES or
40650         noinst_LTLIBRARIES assignment.
40651
40652 2006-08-21  Bruno Haible  <bruno@clisp.org>
40653
40654         BeOS portability.
40655         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
40656         BeOS has mbrtowc() but no <wctype.h>.
40657
40658 2006-08-21  Bruno Haible  <bruno@clisp.org>
40659
40660         BeOS portability.
40661         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
40662         exist.
40663
40664 2006-08-21  Bruno Haible  <bruno@clisp.org>
40665
40666         BeOS portability.
40667         * lib/mbchar.h: Include <wctype.h> only if it exists.
40668
40669 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40670
40671         Remove files that are no longer needed by their respective modules.
40672         * m4/obstack.m4: Remove.
40673         * m4/strerror_r.m4: Remove.
40674         * m4/uint32_t.m4: Remove.
40675         * m4/uintptr_t.m4: Remove.
40676         * m4/ullong_max.m4: Remove.
40677         * m4/xstrtoimax.m4: Remove.
40678         * m4/xstrtoumax.m4: Remove.
40679
40680         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
40681         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
40682         dependencies now capture this.
40683
40684         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
40685         Do not use AC_LIBSOURCES, since gnulib modules now do this.
40686         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
40687         * m4/human.m4 (gl_HUMAN): Likewise.
40688         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
40689         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
40690
40691         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
40692
40693         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
40694         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
40695         stdint.
40696         * m4/human.m4 (gl_HUMAN): Likewise.
40697         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
40698         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
40699         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40700         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40701         * m4/xstrtol (gl_XSTRTOL): Likewise.
40702
40703         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
40704         AC_TYPE_LONG_LONG_INT.
40705         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40706         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
40707         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
40708         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40709
40710         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
40711         on stdbool.
40712
40713         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
40714         (gl_PREREQ_XSTRTOUL): Remove.
40715
40716         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
40717
40718         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
40719         mode.
40720
40721 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40722
40723         Add and change modules to make it easier for coreutils to use
40724         gnulib-tool.
40725         * modules/backupfile (Files): Remove m4/d-ino.m4.
40726         (Depends-on): Add d-ino.
40727         * modules/cycle-check (Depends-on): Add stdint.
40728         (lib_SOURCES): Add cycle-check.h.
40729         * modules/d-ino: New module.
40730         * modules/d-type: New module.
40731         * modules/error (Files): Remove m4/strerror_r.m4.
40732         * modules/filemode (Files): Add m4/st_dm_mode.m4.
40733         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40734         m4/inttypes_h.m4, m4/uintmax_t.m4.
40735         (Depends-on): Add stdint.
40736         (lib_SOURCES): Add fsusage.h.
40737         * modules/getcwd (Files): Remove d-ino.m4.
40738         (Depends-on): Add d-ino.
40739         * modules/getndelim2 (Depends-on): Add stdint.
40740         * modules/glob (Files): Remove m4/d-type.m4.
40741         (Depends-on): Add d-type.
40742         * modules/host-os: New module.
40743         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
40744         m4/inttypes_h.m4, m4/uintmax_t.m4.
40745         * Depends-on: Add stdint.
40746         (lib_SOURCES): Add human.h.
40747         * modules/inttostr (Files): Remove m4/intmax_t.m4,
40748         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
40749         m4/uintmax_t.m4, m4/ulonglong.m4.
40750         (Depends-on): Add stdint.
40751         (EXTRA_DIST): Add inttostr.h.
40752         * modules/lchmod: New module.
40753         * modules/link-follow: New module.
40754         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
40755         (Depends-on): Add lchmod.
40756         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
40757         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
40758         (Depends-on): Add stdint.
40759         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
40760         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
40761         (Depends-on): Add stdint.
40762         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
40763         * modules/perl: New module.
40764         * modules/regex (Depends-on): Add stdint.
40765         * modules/rmdir-errno: New module.
40766         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40767         m4/intmax_t.m4.
40768         (Depends-on): Add stdint.
40769         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40770         m4/uintmax_t.m4.
40771         (Depends-on): Add stdint.
40772         * modules/unlink-busy: New module.
40773         * modules/utimecmp (Depends-on): Add stdint.
40774         * modules/uptime: New module.
40775         * modules/winsz-ioctl: New module.
40776         * modules/winsz-termios: New module.
40777         * modules/xnanosleep (Depends-on): Add nanosleep.
40778         * modules/ullong_max: Remove.
40779         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
40780         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
40781         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
40782         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
40783         (Depends-on): Add inttypes.
40784         (lib_SOURCES): Add xstrtol.h.
40785         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
40786         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
40787         * MODULES.html.sh: Move 'assert' into the assert section.
40788         Move 'dummy' into the linking section.
40789         Remove ullong_max.
40790         Add section for compatibility checks for POSIX:2001 functions,
40791         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
40792         winsz-ioctl, and winsz-termios into it.
40793         Add lchmod.
40794         Add top-level Misc section and put host-os, perl, and uptime
40795         into it.
40796
40797 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40798
40799         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
40800         now assume the stdint module.  Do not include inttypes.h.
40801         * lib/fsusage.h: Likewise.
40802         * lib/getndelim2.c: Likewise.
40803         * lib/human.h: Likewise.
40804         * lib/inttostr.h: Likewise.
40805         * lib/obstack.c: Likewise.
40806         * lib/regex_internal.h: Likewise.
40807         * lib/tempname.c: Likewise.
40808         * lib/utimecmp.c: Likewise.
40809         * lib/xstrtol.h: Likewise.
40810
40811         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
40812
40813         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
40814         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
40815         * lib/xtime.h: Likewise.
40816
40817 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40818
40819         * modules/openat (Files): Add lib/fchmodat.c.
40820         Fixes problem reported by Jay Youngman.
40821
40822 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40823
40824         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
40825         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
40826
40827 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
40828             Bruno Haible  <bruno@clisp.org>
40829
40830         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
40831         and is a script that invokes bison. Tighten the code. Add comments.
40832
40833 2006-08-18  Jim Meyering  <jim@meyering.net>
40834
40835         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
40836         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
40837         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
40838         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
40839
40840 2006-08-18  Bruno Haible  <bruno@clisp.org>
40841
40842         * modules/bison-i18n: New file.
40843         * MODULES.html.sh (Internationalization functions): Add it.
40844
40845 2006-08-18  Bruno Haible  <bruno@clisp.org>
40846
40847         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
40848         sys/statvfs.h. When getmntinfo was found, check its declaration and
40849         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
40850
40851 2006-08-18  Bruno Haible  <bruno@clisp.org>
40852
40853         * m4/bison-i18n.m4: New file, from bison.
40854
40855 2006-08-18  Bruno Haible  <bruno@clisp.org>
40856
40857         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
40858         (ME_DUMMY): Treat "kernfs" as a dummy.
40859         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
40860
40861 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40862
40863         Update from coreutils.
40864
40865         2006-08-15  Jim Meyering  <jim@meyering.net>
40866
40867         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
40868
40869         2006-01-17  Jim Meyering  <jim@meyering.net>
40870
40871         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
40872
40873         2006-01-11  Jim Meyering  <jim@meyering.net>
40874
40875         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
40876         Check for the lchmod function.
40877
40878 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40879
40880         Update from coreutils.
40881
40882         * lib/__fpending.h: Add copyright notice.
40883         * lib/fprintftime.h: Likewise.
40884         * lib/savedir.c: Use (C) in copyright notice.
40885         * lib/savedir.h: Likewise.
40886
40887         2006-08-15  Jim Meyering  <jim@meyering.net>
40888
40889         * lib/at-func.c: New file, with the logic of all emulated at-functions.
40890         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
40891         in support of the EXPECTED_ERRNO macro.
40892         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
40893         definitions.  Instead, define the appropriate symbols and include
40894         "at-func.c".
40895         * lib/mkdirat.c (mkdirat): Likewise.
40896         * lib/fchmodat.c (fchmodat): Likewise.
40897         (ENOSYS): Remove definition.
40898         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
40899         it.  Don't include "unistd--.h" -- it wasn't ever used.
40900
40901         2006-01-17  Jim Meyering  <jim@meyering.net>
40902
40903         Rewrite fts.c not to change the current working directory,
40904         by using openat, fstatat, fdopendir, etc..
40905
40906         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
40907         (HAVE_OPENAT_SUPPORT): Define.
40908         [_LIBC] (fchdir): Don't undef or define; no longer used.
40909         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
40910         Now, this `function' always succeeds, and consumes its file descriptor
40911         parameter -- so callers must not close such FDs.  Update callers.
40912         (diropen_fd, opendirat, cwd_advance_fd): New functions.
40913         (diropen): Add parameter, SP.  Adjust all callers.
40914         Implement using diropen_fd, rather than open.
40915         (fts_open): Initialize new member, fts_cwd_fd.
40916         Remove fts_rft-setting code.
40917         (fts_close): Close fts_cwd_fd, if necessary.
40918         (__opendir2): Define in terms of opendir or opendirat,
40919         depending on whether the FST_NOCHDIR flag is set.
40920         (fts_build): Since fts_safe_changedir consumes its FD, and since
40921         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
40922         and close the dup'd file descriptor upon failure.
40923         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
40924         (fts_safe_changedir): Tweak semantics to reflect that this function
40925         now calls cwd_advance_fd and hence consumes its FD argument.
40926         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
40927         [struct FTS] (fts_rft): Remove now-unused member.
40928         [struct FTS] (fts_cycle.state): Improve comment.
40929
40930         * lib/openat.c (openat_needs_fchdir): New function.
40931         * lib/openat.h (openat_needs_fchdir): Declare it.
40932
40933 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40934
40935         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
40936         Problem and fix reported by Pádraig Brady in
40937         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
40938
40939 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40940
40941         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
40942
40943 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40944
40945         * lib/memcoll.c (memcoll): Optimize for the common case where the
40946         arguments are bytewise equal.
40947
40948 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40949
40950         * doc/regexprops-generic.texi: Add a copyright notice.
40951
40952 2006-08-15  Bruno Haible  <bruno@clisp.org>
40953
40954         * modules/tmpdir (License): Change to LGPL.
40955
40956 2006-08-15  Bruno Haible  <bruno@clisp.org>
40957
40958         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
40959         module.
40960
40961 2006-08-14  Simon Josefsson  <jas@extundo.com>
40962
40963         * config/srclist.txt: Add gnupload.
40964
40965 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40966
40967         Change copyright notice from LGPL 2 to GPL 2, since that's the
40968         standard form used in the gnulib repository.
40969         * tests/test-lock.c: Likewise.
40970         * tests/test-stdint.c: Likewise.
40971         * tests/test-tls.c: Likewise.
40972
40973         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
40974         prelude-manager.  User shorter URLs for GNU projects, without '?'.
40975         Add copyright notice.
40976
40977         * check-module: Add copyright notice.  Output a copyright
40978         notice if "--version" is specified.
40979         * modules/COPYING: New file.
40980         * tests/test-getaddrinfo.c: Add copyright notice.
40981         * tests/test-verify.c: Likewise.
40982
40983 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40984
40985         Change copyright notice from LGPL 2 to GPL 2, since that's the
40986         standard form used in the gnulib repository.
40987         * lib/lock.c: LGPL -> GPL.
40988         * lib/lock.h: Likewise.
40989         * lib/strnlen1.c: Likewise.
40990         * lib/strnlen1.h: Likewise.
40991         * lib/tls.c: Likewise.
40992         * lib/tls.h: Likewise.
40993         * lib/tmpdir.c: Likewise.
40994
40995         * lib/TODO: Remove; this belongs only in coreutils.
40996
40997 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40998
40999         Add copyright notices to long-enough files that lack them, since
41000         otherwise the files aren't clearly free.  Use the same notice that
41001         getdate.texi already uses.
41002         * doc/alloca-opt.texi: Add copyright notice.
41003         * doc/alloca.texi: Likewise.
41004         * doc/ctime.texi: Likewise.
41005         * doc/functions.texi: Likewise.
41006         * doc/gcd.texi: Likewise.
41007         * doc/gnulib-tool.texi: Likewise.
41008         * doc/inet_ntoa.texi: Likewise.
41009         * doc/visibility.texi: Likewise.
41010
41011         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
41012         * doc/quote.texi: Add copyright notice.
41013
41014         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
41015         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
41016         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
41017         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
41018         is now obsolete, and give a pointer to the Sun list.
41019         Add copyright notice.
41020
41021 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41022
41023         * config/srclistvars.sh: Add copyright notice.
41024
41025 2006-08-14  Eric Blake  <ebb9@byu.net>
41026
41027         Import the following change from libc:
41028
41029         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
41030
41031         Upstream bug 2997.
41032         * lib/misc/error.c: Add space between program name and message if file
41033         name is missing.
41034
41035 2006-08-12  Karl Berry  <karl@gnu.org>
41036
41037         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
41038         remove, these originate in gnulib now.
41039
41040 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41041
41042         * doc/Makefile (standards.info standards.html standards.dvi):
41043         Also depend on make-stds.texi.
41044
41045 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41046
41047         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
41048         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
41049
41050         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
41051         in wchar_t.  Problem reported by Eric Blake.
41052
41053         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
41054         LEN is smaller than SIZE.  Suggested by Bruno Haible.
41055         Also, help the compiler to keep LEN in a register.
41056
41057 2006-08-11  Eric Blake  <ebb9@byu.net>
41058
41059         * users.txt: Sort.  Add tar.
41060
41061 2006-08-11  Bruno Haible  <bruno@clisp.org>
41062
41063         * users.txt: New file.
41064
41065 2006-08-11  Bruno Haible  <bruno@clisp.org>
41066
41067         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
41068         before <wchar.h>. Needed for OSF/1 and BSD/OS.
41069
41070 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41071
41072         * modules/snprintf (Depends-on): Remove minmax.
41073         (Maintainer): Add self and Bruno.
41074
41075 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41076
41077         * lib/.cppi-disable: Add snprintf.h, socket_.h.
41078         * lib/snprintf.c: Include <errno.h> and <limits.h>.
41079         (EOVERFLOW): Define if the system does not.
41080         Do not include "minmax.h"; it wasn't used.
41081         (snprintf): Don't assume size_t promotes to an unsigned type.
41082         Fix bug when generated string was too long for the buffer: the
41083         buffer's contents are supposed to be the initial prefix of the
41084         output.  Don't assume vasnprintf returns EOVERFLOW if the size
41085         exceeds INT_MAX; do the check ourselves.
41086
41087         Import the following changes from libc:
41088
41089         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
41090
41091         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
41092         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
41093         set wc to the byte which couldn't be converted.
41094         (re_string_reconstruct): Don't clear valid_raw_len before calling
41095         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
41096         tip_context using re_string_context_at.
41097
41098         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
41099
41100         * lib/posix/regex.h: g++ still cannot handled [restrict].
41101
41102         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
41103
41104         * lib/posix/regex.h: Remove special handling for VMS.
41105
41106 2006-08-10  Jim Meyering  <jim@meyering.net>
41107
41108         * modules/same-inode: New module.
41109         * modules/dev-ino: New module.
41110         * modules/cycle-check: Depend on these modules, rather than simply
41111         including their .h files.
41112         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
41113         required via m4/cycle-check.m4.
41114         * modules/same: Depend on new same-inode module, rather than
41115         including same-inode.h.
41116         * modules/chdir-safer: New file.
41117
41118         * modules/chown (Depends-on): Add stat-macros.
41119
41120 2006-08-10  Jim Meyering  <jim@meyering.net>
41121
41122         * m4/cycle-check.m4: New file.
41123         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
41124         * m4/dev-ino.m4, m4/same-inode.m4: New files.
41125
41126 2006-08-10  Eric Blake  <ebb9@byu.net>
41127
41128         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
41129         in from original proposal.
41130
41131 2006-08-10  Eric Blake  <ebb9@byu.net>
41132         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41133
41134         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
41135         namespace.
41136
41137 2006-08-10  Bruno Haible  <bruno@clisp.org>
41138
41139         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
41140         as well.
41141
41142 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41143
41144         Sync from coreutils.
41145
41146         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
41147
41148         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
41149         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
41150
41151 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41152
41153         * modules/restrict: Remove; no longer needed now that we assume
41154         Autoconf 2.59 or later.
41155         * MODULES.html.sh: Remove 'restrict'.
41156         * modules/argp (Depends-on): Remove 'restrict'.
41157         * modules/base64 (Depends-on): Likewise.
41158         * modules/gc (Depends-on): Likewise.
41159         * modules/getaddrinfo (Depends-on): Likewise.
41160         * modules/glob (Depends-on): Likewise.
41161         * modules/inet_ntop (Depends-on): Likewise.
41162         * modules/inet_pton (Depends-on): Likewise.
41163         * modules/memxor (Depends-on): Likewise.
41164         * modules/regex (Depends-on): Likewise.
41165         * modules/strtok_r (Depends-on): Likewise.
41166         * modules/time_r (Depends-on): Likewise.
41167
41168 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41169
41170         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
41171         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
41172         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41173         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
41174         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
41175         * m4/memxor.m4 (gl_MEMXOR): Likewise.
41176         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
41177         gl_C_RESTRICT replaced by AC_C_RESTRICT.
41178
41179         Merge from coreutils.
41180         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
41181         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
41182         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
41183         * m4/time_r.m4 (gl_TIME_R): Likewise.
41184
41185 2006-08-09  Karl Berry  <karl@gnu.org>
41186
41187         * config/srclist.txt: no more gettext-tools, per Bruno.
41188
41189 2006-08-08  Eric Blake  <ebb9@byu.net>
41190
41191         * modules/verror: New module.
41192         * MODULES.html.sh: Document it.
41193
41194 2006-08-08  Eric Blake  <ebb9@byu.net>
41195
41196         * lib/verror.h, lib/verror.c: New files.
41197
41198 2006-08-08  Eric Blake  <ebb9@byu.net>
41199
41200         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
41201         verror_at_line output complies with GNU Coding Standards even when
41202         file is NULL.
41203
41204 2006-08-07  Bruno Haible  <bruno@clisp.org>
41205
41206         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
41207         versions of AIX.
41208         Reported by Ralf Wildenhues.
41209
41210 2006-08-07  Bruno Haible  <bruno@clisp.org>
41211
41212         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
41213         in an AC_DEFUN. Needed so that the autoconf snippets can use
41214         AC_REQUIRE.
41215
41216 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41217
41218         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41219         Initialize pkgdata_DATA.
41220         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
41221         overriding it.
41222
41223 2006-08-06  Eric Blake  <ebb9@byu.net>
41224
41225         * lib/error.h: Fold in some upstream changes from glibc.
41226         * lib/error.c: Likewise.
41227
41228 2006-08-04  Bruno Haible  <bruno@clisp.org>
41229
41230         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41231         Make the mostlyclean-local rule depend on mostlyclean-generic.
41232         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
41233
41234 2006-07-31  Bruno Haible  <bruno@clisp.org>
41235
41236         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
41237         <stdlib.h>, <string.h>.
41238
41239 2006-07-30  Bruno Haible  <bruno@clisp.org>
41240
41241         * modules/readlink (License): Change to LGPL.
41242
41243 2006-07-30  Bruno Haible  <bruno@clisp.org>
41244
41245         * modules/javaversion (Makefile.am): Distribute javaversion.java and
41246         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
41247         set PKGDATADIR to point to it.
41248
41249 2006-07-30  Bruno Haible  <bruno@clisp.org>
41250
41251         * modules/csharpexec (configure.ac): Comment out macro invocation.
41252         * modules/javaexec (configure.ac): Likewise.
41253         * modules/javacomp-script (configure.ac): Likewise.
41254
41255         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
41256
41257 2006-07-30  Bruno Haible  <bruno@clisp.org>
41258
41259         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
41260         linked-list.
41261
41262 2006-07-30  Bruno Haible  <bruno@clisp.org>
41263
41264         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
41265
41266 2006-07-30  Bruno Haible  <bruno@clisp.org>
41267
41268         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41269         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
41270         get removed.
41271
41272 2006-07-29  Bruno Haible  <bruno@clisp.org>
41273
41274         Make it possible for gnulib-tool to work with locally modified or
41275         augmented gnulib repositories.
41276         * gnulib-tool (func_usage): Document --local-dir option.
41277         (local_gnulib_dir): New variable.
41278         Handle --local-dir option.
41279         (func_lookup_file): New function.
41280         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
41281         (func_get_description, func_get_filelist, func_get_description,
41282         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
41283         func_get_automake_snippet, func_get_include_directive,
41284         func_get_license, func_get_maintainer): Use func_lookup_file.
41285         (func_import, func_create_testdir): Use func_lookup_file.
41286
41287 2006-07-29  Bruno Haible  <bruno@clisp.org>
41288
41289         * modules/setenv (Depends-on): Add unistd.
41290
41291 2006-07-29  Bruno Haible  <bruno@clisp.org>
41292
41293         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41294
41295 2006-07-29  Bruno Haible  <bruno@clisp.org>
41296
41297         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41298
41299 2006-07-29  Bruno Haible  <bruno@clisp.org>
41300
41301         * gnulib-tool (import, update): If there is no Makefile.am, look at
41302         aclocal.m4, instead of bailing out.
41303
41304 2006-07-29  Bruno Haible  <bruno@clisp.org>
41305
41306         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
41307         Categorize the options by when they are useful.
41308
41309 2006-07-29  Bruno Haible  <bruno@clisp.org>
41310
41311         * gnulib-tool (func_usage): Document option --no-libtool.
41312         Handle option --no-libtool.
41313         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
41314         for changed semantics of $libtool variable.
41315         (func_import): Likewise. If libtool is not used, show this through
41316         an option --no-libtool.
41317         (func_create_testdir): Update.
41318
41319 2006-07-29  Bruno Haible  <bruno@clisp.org>
41320
41321         * gnulib-tool (func_import): Extend error message about missing
41322         --doc-base.
41323
41324 2006-07-29  Bruno Haible  <bruno@clisp.org>
41325
41326         * gnulib-tool (func_import): Don't create the $docbase directory if
41327         there is no file to store there.
41328
41329 2006-07-29  Bruno Haible  <bruno@clisp.org>
41330
41331         * gnulib-tool (autoconf_minversion): If a --dir option is given and
41332         relevant, look for configure.ac there, not in the current directory.
41333         Also use a simple search for AC_PREREQ, not "autoconf --trace".
41334
41335 2006-07-29  Bruno Haible  <bruno@clisp.org>
41336
41337         * gnulib-tool (SORT): New variable.
41338         (func_usage): Undocument --assume-autoconf option.
41339         Remove --assume-autoconf option handling.
41340         (autoconf_minversion): Determine from the contents of configure.ac.
41341         (func_import): Remove autoconf_minversion handling.
41342         Suggested by Eric Blake.
41343
41344 2006-07-29  Bruno Haible  <bruno@clisp.org>
41345
41346         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
41347
41348 2006-07-29  Bruno Haible  <bruno@clisp.org>
41349
41350         * config/srclist.txt (*setenv.[ch]): Remove rules.
41351
41352 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41353
41354         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
41355
41356 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41357
41358         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
41359         arpa/inet.h.
41360
41361 2006-07-28  Simon Josefsson  <jas@extundo.com>
41362
41363         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
41364         * modules/inet_pton (Depends-on): Likewise.
41365
41366 2006-07-28  Simon Josefsson  <jas@extundo.com>
41367
41368         * m4/netinet_in_h.m4: New file.
41369
41370 2006-07-28  Simon Josefsson  <jas@extundo.com>
41371
41372         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
41373         #include's.
41374
41375 2006-07-28  Simon Josefsson  <jas@extundo.com>
41376
41377         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
41378         #include's.
41379
41380 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
41381
41382         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
41383         setgid on directories only if they set these bits.
41384         * lib/modechange.h: Remove obsolete comment about masks.
41385
41386 2006-07-28  Eric Blake  <ebb9@byu.net>
41387
41388         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
41389         macro expansion.
41390
41391 2006-07-28  Bruno Haible  <bruno@clisp.org>
41392
41393         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
41394
41395 2006-07-28  Bruno Haible  <bruno@clisp.org>
41396
41397         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
41398
41399 2006-07-28  Bruno Haible  <bruno@clisp.org>
41400
41401         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
41402         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
41403         Define fallbacks.
41404         Avoids link error on FreeBSD 4.x.
41405         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41406
41407         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
41408         encoding.
41409         * lib/mbswidth.c (iswcntrl): Likewise.
41410
41411 2006-07-27  Bruno Haible  <bruno@clisp.org>
41412
41413         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
41414         test.
41415
41416 2006-07-27  Bruno Haible  <bruno@clisp.org>
41417
41418         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
41419         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
41420         defined.
41421
41422 2006-07-26  Eric Blake  <ebb9@byu.net>
41423
41424         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
41425
41426 2006-07-26  Eric Blake  <ebb9@byu.net>
41427
41428         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
41429         like mingw that lack mkstemp.
41430         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
41431         avoid compilation warning on mingw.
41432
41433 2006-07-26  Bruno Haible  <bruno@clisp.org>
41434
41435         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
41436         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
41437         INT_FAST*_MIN, INTPTR_MIN.
41438
41439 2006-07-25  Bruno Haible  <bruno@clisp.org>
41440
41441         * modules/version-etc (Depends-on): Add stdarg.
41442
41443 2006-07-25  Bruno Haible  <bruno@clisp.org>
41444
41445         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
41446         complex commands.
41447
41448 2006-07-25  Bruno Haible  <bruno@clisp.org>
41449
41450         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41451         defined in <stdarg.h> or config.h.
41452
41453 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41454
41455         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41456         (gl_STDIO_SAFER): Remove.
41457
41458 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41459
41460         * MODULES.html.sh (File stream based Input/Output):
41461         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41462         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41463         * modules/fopen-safer, modules/tmpfile-safer: New files.
41464         * modules/stdio-safer: Remove.
41465
41466 2006-07-24  Bruno Haible  <bruno@clisp.org>
41467
41468         * modules/tmpdir: New file.
41469         * MODULES.html.sh (File system functions): Add it.
41470
41471 2006-07-24  Bruno Haible  <bruno@clisp.org>
41472
41473         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41474         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41475
41476 2006-07-24  Bruno Haible  <bruno@clisp.org>
41477
41478         * modules/clean-temp: New file.
41479
41480 2006-07-24  Bruno Haible  <bruno@clisp.org>
41481
41482         * m4/tmpdir.m4: New file, from GNU gettext.
41483
41484 2006-07-24  Bruno Haible  <bruno@clisp.org>
41485
41486         * lib/tmpdir.h: New file, from GNU gettext.
41487         * lib/tmpdir.c: New file, from GNU gettext.
41488
41489 2006-07-24  Bruno Haible  <bruno@clisp.org>
41490
41491         * lib/clean-temp.h: New file, from GNU gettext.
41492         * lib/clean-temp.c: New file, from GNU gettext.
41493
41494 2006-07-23  Eric Blake  <ebb9@byu.net>
41495
41496         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41497         (Depends-on): Add binary-io.
41498
41499 2006-07-23  Eric Blake  <ebb9@byu.net>
41500
41501         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41502
41503 2006-07-23  Eric Blake  <ebb9@byu.net>
41504
41505         * lib/tmpfile-safer.c: New file.
41506         * lib/stdio-safer.h (fopen_safer): Add prototype.
41507         * lib/stdio--.h (tmpfile): Make safer.
41508
41509 2006-07-23  Bruno Haible  <bruno@clisp.org>
41510
41511         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41512         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41513         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41514         gl_linked_remove_at): Use it.
41515
41516 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41517         and Simon Josefsson <jas@extundo.com>
41518
41519         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41520
41521         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41522
41523 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41524
41525         * modules/close-stream: New file.
41526         * modules/closeout (Description): Make it clear that it exits
41527         with a diagnostic on error.
41528         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41529         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41530
41531 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41532
41533         * m4/close-stream.m4: New file.
41534
41535 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41536
41537         * lib/close-stream.c, lib/close-stream.h: New files.
41538
41539 2006-07-22  Bruno Haible  <bruno@clisp.org>
41540
41541         Merge from GNU gettext 0.15.
41542
41543         2006-05-01  Bruno Haible  <bruno@clisp.org>
41544
41545                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41546
41547         2006-07-22  Bruno Haible  <bruno@clisp.org>
41548
41549                 * modules/javaversion: New file.
41550                 * MODULES.html.sh (Java): Add javaversion.
41551
41552         2006-03-12  Bruno Haible  <bruno@clisp.org>
41553
41554                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41555
41556         2005-12-04  Bruno Haible  <bruno@clisp.org>
41557
41558                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41559                 (untested).
41560
41561         2006-06-21  Bruno Haible  <bruno@clisp.org>
41562
41563                 Avoid warnings from recent versions of mcs.
41564                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41565                 -o, -L, -r any more. Use options documented since mcs-1.0
41566                 instead. Similarly for -g.
41567
41568         2005-12-04  Bruno Haible  <bruno@clisp.org>
41569
41570                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41571                 .resources, not .resource.
41572
41573         2005-07-09  Bruno Haible  <bruno@clisp.org>
41574
41575                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41576                 add a .dll suffix.
41577                 Reported by Mark Junker <mjscod@gmx.de>.
41578
41579         2006-07-22  Bruno Haible  <bruno@clisp.org>
41580
41581                 * modules/gettext: Upgrade to gettext-0.15.
41582                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41583                 m4/visibility.m4.
41584                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41585
41586 2006-07-22  Bruno Haible  <bruno@clisp.org>
41587
41588         Merge from GNU gettext 0.15.
41589
41590         2006-03-25  Bruno Haible  <bruno@clisp.org>
41591
41592                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41593
41594         2006-07-21  Bruno Haible  <bruno@clisp.org>
41595
41596                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41597                 "1.1".
41598
41599         2006-05-09  Bruno Haible  <bruno@clisp.org>
41600
41601                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
41602                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
41603                 for the conftestver execution.
41604
41605         2006-05-01  Bruno Haible  <bruno@clisp.org>
41606
41607                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
41608                 optional target-version argument. Verify that the compiler
41609                 groks source of the specified source-version, or add -source
41610                 option as necessary. Verify that the compiler produces
41611                 bytecode in the specified target-version, or add -target and
41612                 -source options as necessary. Make the result of the test
41613                 available as variable CONF_JAVAC. Also log error output in
41614                 config.log.
41615
41616         2006-03-11  Bruno Haible  <bruno@clisp.org>
41617
41618                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
41619
41620         2006-05-09  Bruno Haible  <bruno@clisp.org>
41621
41622                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
41623                 CLASSPATH_SEPARATOR to a semicolon.
41624
41625         2006-03-12  Bruno Haible  <bruno@clisp.org>
41626
41627                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
41628                 available as variable CONF_JAVA, for subsequent autoconf
41629                 tests. Also log error output in config.log.
41630
41631         2006-07-19  Bruno Haible  <bruno@clisp.org>
41632
41633                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
41634                 that getline works on glibc2 systems. Needed to avoid trouble
41635                 in relocatable.c.
41636                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
41637
41638         2005-12-04  Bruno Haible  <bruno@clisp.org>
41639
41640                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
41641                 launcher (untested).
41642
41643         2005-12-04  Bruno Haible  <bruno@clisp.org>
41644
41645                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
41646
41647         2006-07-22  Bruno Haible  <bruno@clisp.org>
41648
41649                 * gettext.m4: Update from GNU gettext-0.15.
41650                 * nls.m4: Likewise.
41651                 * po.m4: Likewise.
41652                 * inttypes-pri.m4: Likewise.
41653                 * inttypes-h.m4: Renamed from inttypes.m4.
41654                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
41655
41656 2006-07-22  Bruno Haible  <bruno@clisp.org>
41657
41658         Merge from GNU gettext 0.15.
41659
41660         2005-07-05  Bruno Haible  <bruno@clisp.org>
41661
41662                 * printf-args.c (printf_fetchargs): Work around broken
41663                 definition of wint_t on mingw.
41664
41665         2005-02-12  Bruno Haible  <bruno@clisp.org>
41666
41667                 * xallocsa.h: Add extern "C" for C++.
41668
41669         2006-05-17  Bruno Haible  <bruno@clisp.org>
41670
41671                 Cygwin portability.
41672                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
41673
41674         2006-04-30  Bruno Haible  <bruno@clisp.org>
41675
41676                 * progreloc.c: Include <mach-o/dyld.h> if available.
41677                 (find_executable): Use _NSGetExecutablePath when possible.
41678
41679         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41680
41681                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
41682                 function.
41683
41684         2005-12-29  Bruno Haible  <bruno@clisp.org>
41685
41686                 * progreloc.c (set_program_name_and_installdir): Fix
41687                 compilation error.
41688
41689         2005-12-04  Bruno Haible  <bruno@clisp.org>
41690
41691                 Cygwin portability.
41692                 * progreloc.c: Include <windows.h> also on Cygwin.
41693                 (find_executable): Add support for Cygwin.
41694                 (set_program_name_and_installdir): Handle also platforms with
41695                 nonempty EXEEXT.
41696
41697         2006-07-11  Bruno Haible  <bruno@clisp.org>
41698
41699                 * javacomp.c: Fix a comment.
41700                 Reported by Jim Meyering.
41701
41702         2006-04-30  Bruno Haible  <bruno@clisp.org>
41703
41704                 * javacomp.h (compile_java_class): Add source_version,
41705                 target_version arguments.
41706                 * javacomp.c: Rewritten to choose only a compiler that
41707                 respects the specified source_version and target_version.
41708
41709         2006-06-27  Bruno Haible  <bruno@clisp.org>
41710
41711                 Assume correct S_ISDIR macro.
41712                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
41713
41714         2006-07-22  Bruno Haible  <bruno@clisp.org>
41715
41716                 * javaversion.h: New file, from GNU gettext.
41717                 * javaversion.c: New file, from GNU gettext.
41718                 * javaversion.java: New file, from GNU gettext.
41719                 * javaversion.class: New file, from GNU gettext.
41720
41721         2006-05-17  Bruno Haible  <bruno@clisp.org>
41722
41723                 Cygwin portability.
41724                 * javaexec.c (execute_java_class): Test for jview program
41725                 also on Cygwin.
41726
41727         2006-04-09  Bruno Haible  <bruno@clisp.org>
41728
41729                 * fatal-signal.c: Don't include string.h.
41730                 (at_fatal_signal): Use a copying loop instead of memcpy.
41731
41732         2005-12-04  Bruno Haible  <bruno@clisp.org>
41733
41734                 * csharpexec.c: Add support for 'clix' launcher (untested).
41735                 (execute_csharp_using_sscli): New function.
41736                 (execute_csharp_program): Call it.
41737
41738         2006-06-21  Bruno Haible  <bruno@clisp.org>
41739
41740                 Avoid warnings from recent versions of mcs.
41741                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
41742                 -o, -L, -r any more. Use options documented since mcs-1.0
41743                 instead. Similarly for -g.
41744
41745         2005-07-09  Bruno Haible  <bruno@clisp.org>
41746
41747                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
41748                 add a .dll suffix.
41749                 Reported by Mark Junker <mjscod@gmx.de>.
41750
41751         2006-06-17  Bruno Haible  <bruno@clisp.org>
41752
41753                 * config.charset: Update for NetBSD 3.0.
41754
41755         2006-05-17  Bruno Haible  <bruno@clisp.org>
41756
41757                 Cygwin portability.
41758                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
41759
41760         2006-05-16  Bruno Haible  <bruno@clisp.org>
41761
41762                 * localcharset.c [CYGWIN]: Include <windows.h>.
41763                 (get_charset_aliases): For Cygwin, return the same CPxxx
41764                 aliases list as under WIN32.
41765                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
41766                 the environment variables. Fall back to GetACP().
41767
41768         2006-04-05  Bruno Haible  <bruno@clisp.org>
41769
41770                 * config.charset: Update Juan Manuel Guerrero's address.
41771
41772         2005-02-12  Bruno Haible  <bruno@clisp.org>
41773
41774                 * allocsa.h: Add extern "C" for C++.
41775
41776         2005-02-10  Bruno Haible  <bruno@clisp.org>
41777
41778                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
41779                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
41780
41781         2006-07-22  Bruno Haible  <bruno@clisp.org>
41782
41783                 * gettext.h: Update to GNU gettext-0.15.
41784
41785 2006-07-22  Bruno Haible  <bruno@clisp.org>
41786
41787         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
41788         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
41789         lib-prefix.m4, longdouble.m4, ssize_t.m4.
41790
41791 2006-07-21  Eric Blake  <ebb9@byu.net>
41792
41793         * modules/stdlib-safer: New file.
41794         * MODULES.html.sh (File stream based Input/Output): Add
41795         stdlib-safer.
41796
41797 2006-07-21  Eric Blake  <ebb9@byu.net>
41798
41799         * lib/stdlib-safer.h: New file from coreutils, required by
41800         stdlib--.h.
41801
41802 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
41803
41804         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
41805
41806 2006-07-20  Bruno Haible  <bruno@clisp.org>
41807
41808         * gnulib-tool: Recognize new option --assume-autoconf.
41809         (autoconf_minversion): New variable.
41810         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
41811
41812 2006-07-20  Bruno Haible  <bruno@clisp.org>
41813
41814         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
41815
41816 2006-07-19  Derek R. Price  <derek@ximbiot.com>
41817
41818         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
41819         Reindent and repaginate.
41820
41821 2006-07-19  Derek Price  <derek@ximbiot.com>
41822
41823         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
41824         Correct grammar.
41825
41826 2006-07-17  Bruno Haible  <bruno@clisp.org>
41827
41828         * modules/list: New file.
41829         * modules/array-list: New file.
41830         * modules/carray-list, modules/carray-list-tests: New files.
41831         * modules/linked-list, modules/linked-list-tests: New files.
41832         * modules/avltree-list, modules/avltree-list-tests: New files.
41833         * modules/rbtree-list, modules/rbtree-list-tests: New files.
41834         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
41835         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
41836         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
41837         * modules/oset: New file.
41838         * modules/array-oset: New file.
41839         * modules/avltree-oset, modules/avltree-oset-tests: New files.
41840         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
41841         * tests/test-carray_list.c: New file.
41842         * tests/test-linked_list.c: New file.
41843         * tests/test-avltree_list.c: New file.
41844         * tests/test-rbtree_list.c: New file.
41845         * tests/test-linkedhash_list.c: New file.
41846         * tests/test-avltreehash_list.c: New file.
41847         * tests/test-rbtreehash_list.c: New file.
41848         * tests/test-avltree_oset.c: New file.
41849         * tests/test-rbtree_oset.c: New file.
41850         * MODULES.html.sh (Container data structures): New section.
41851
41852 2006-07-17  Bruno Haible  <bruno@clisp.org>
41853
41854         * m4/gl_list.m4: New file.
41855
41856 2006-07-17  Bruno Haible  <bruno@clisp.org>
41857
41858         * lib/gl_list.h: New file.
41859         * lib/gl_list.c: New file.
41860         * lib/gl_array_list.h: New file.
41861         * lib/gl_array_list.c: New file.
41862         * lib/gl_carray_list.h: New file.
41863         * lib/gl_carray_list.c: New file.
41864         * lib/gl_linked_list.h: New file.
41865         * lib/gl_linked_list.c: New file.
41866         * lib/gl_anylinked_list1.h: New file.
41867         * lib/gl_anylinked_list2.h: New file.
41868         * lib/gl_avltree_list.h: New file.
41869         * lib/gl_avltree_list.c: New file.
41870         * lib/gl_anyavltree_list1.h: New file.
41871         * lib/gl_anyavltree_list2.h: New file.
41872         * lib/gl_rbtree_list.h: New file.
41873         * lib/gl_rbtree_list.c: New file.
41874         * lib/gl_anyrbtree_list1.h: New file.
41875         * lib/gl_anyrbtree_list2.h: New file.
41876         * lib/gl_anytree_list1.h: New file.
41877         * lib/gl_anytree_list2.h: New file.
41878         * lib/gl_linkedhash_list.h: New file.
41879         * lib/gl_linkedhash_list.c: New file.
41880         * lib/gl_anyhash_list1.h: New file.
41881         * lib/gl_anyhash_list2.h: New file.
41882         * lib/gl_avltreehash_list.h: New file.
41883         * lib/gl_avltreehash_list.c: New file.
41884         * lib/gl_rbtreehash_list.h: New file.
41885         * lib/gl_rbtreehash_list.c: New file.
41886         * lib/gl_anytreehash_list1.h: New file.
41887         * lib/gl_anytreehash_list2.h: New file.
41888
41889         * lib/gl_oset.h: New file.
41890         * lib/gl_oset.c: New file.
41891         * lib/gl_array_oset.h: New file.
41892         * lib/gl_array_oset.c: New file.
41893         * lib/gl_avltree_oset.h: New file.
41894         * lib/gl_avltree_oset.c: New file.
41895         * lib/gl_rbtree_oset.h: New file.
41896         * lib/gl_rbtree_oset.c: New file.
41897         * lib/gl_anytree_oset.h: New file.
41898
41899 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41900
41901         * m4/mkancesdirs.m4: New file.
41902         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
41903         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
41904         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
41905         it.
41906
41907 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41908
41909         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
41910         * lib/mkancesdirs.h: New files.
41911         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
41912         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
41913         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
41914         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
41915         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
41916         callers changed.  Revamp internals significantly, by not
41917         attempting to create directories that are temporarily more
41918         permissive than the final results.  Do not attempt to use
41919         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
41920         This removes some race conditions, fixes some bugs, and simplifies
41921         things.  Use new dirchownmod function to do owner and mode changes.
41922         * lib/mkdir-p.h: Likewise.
41923         * lib/modechange.c (octal_to_mode): New function.
41924         (struct mode_change): New member mentioned.
41925         (make_node_op_equals): New arg mentioned.  All callers changed.
41926         (mode_compile): Keep track of which mode bits the user has explicitly
41927         mentioned.
41928         (mode_adjust): New arg DIR, so that we implement the X op correctly.
41929         New arg PMODE_BITS, to keep track of which mode bits the user
41930         mentioned; it treats S_ISUID and S_ISGID speciall.
41931         All callers changed.
41932         * lib/modechange.h: Likewise.
41933
41934 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41935
41936         * MODULES.html.sh: Add mkancestors.
41937         * modules/mkancesdirs: New module.
41938         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
41939         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
41940         The chdir-safer and afs files are now orphans; I'll remove them
41941         unless someone speaks up.
41942         Add lib/dirchownmod.c, lib/dirchownmod.h.
41943         (Depends-on): Remove alloca, chown, save-cwd, dirname.
41944         Add lchown, mkancesdirs.
41945         (Maintainer): Add self.
41946
41947 2006-07-15  Karl Berry  <karl@gnu.org>
41948
41949         * gnulib-tool: help message wording/arrangement.
41950
41951 2006-07-14  Simon Josefsson  <jas@extundo.com>
41952
41953         * doc/gnulib.texi (Libtool and Windows): New section.
41954
41955 2006-07-12  Simon Josefsson  <jas@extundo.com>
41956
41957         * modules/gendocs (License): Fix license, approved by Karl.
41958
41959 2006-07-12  Eric Blake  <ebb9@byu.net>
41960
41961         * MODULES.html.sh: Add gendocs.
41962
41963 2006-07-11  Eric Blake  <ebb9@byu.net>
41964
41965         * modules/fdl: New module, to install doc/fdl.texi.
41966         * MODULES.html.sh: Add new section for documentation modules.
41967         * gnulib-tool: Avoid space-tab.
41968         (--doc-base): New option, to manage files from doc.
41969
41970 2006-07-11  Eric Blake  <ebb9@byu.net>
41971
41972         * m4/absolute-header.m4: Fix comments to match recent change.
41973
41974 2006-07-11  Eric Blake  <ebb9@byu.net>
41975
41976         * gnulib-tool: List --doc-base before --tests-base.
41977
41978 2006-07-11  Derek R. Price  <derek@ximbiot.com>
41979
41980         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
41981
41982 2006-07-11  Bruno Haible  <bruno@clisp.org>
41983
41984         * README: Mention where to put documentation.
41985
41986 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41987
41988         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
41989
41990 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41991
41992         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
41993         to stdint.m4.
41994
41995 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41996
41997         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
41998         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
41999         "no/such/file/stdint.h" when there is no such file, so that
42000         the resulting C code can be parsed by dodgy compilers.
42001         Problems reported by Bob Proulx.
42002
42003 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42004
42005         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
42006         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42007         macros into the GNU _D_EXACT_NAMLEN.
42008         * lib/savedir.c:  Likewise.
42009         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
42010
42011 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42012         and Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
42015         * m4/savedir.m4:
42016         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42017         macros into the GNU _D_EXACT_NAMLEN.
42018
42019 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42020
42021         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
42022         around the absolute name, to work around a problem with the HP-UX
42023         11.23 native C compiler, reported by Bob Proulx.
42024
42025 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42026
42027         * doc/maintain.texi, make-stds.texi: Sync from
42028         <http://savannah.gnu.org/projects/gnustandards>.
42029
42030 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42031
42032         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
42033
42034 2006-07-09  Jim Meyering  <jim@meyering.net>
42035
42036         * m4/glob.m4: Remove a doubled word in a comment.
42037
42038 2006-07-09  Jim Meyering  <jim@meyering.net>
42039
42040         * lib/argp-pv.c: Remove a doubled word in a comment.
42041         * lib/check-version.c (check_version): Likewise.
42042         * lib/javacomp.c (compile_java_class): Likewise.
42043
42044 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42045
42046         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
42047         for the benefit of people using Autoconf 2.60.  If you want to
42048         support older Autoconf versions you can copy m4/onceonly_2_57.m4
42049         (or m4/onceonly.m4, if pre-2.57) manually.
42050
42051 2006-07-08  Jim Meyering  <jim@meyering.net>
42052
42053         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
42054         comment.
42055         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
42056         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
42057         comment.
42058
42059 2006-07-08  Jim Meyering  <jim@meyering.net>
42060
42061         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
42062
42063 2006-07-07  Simon Josefsson  <jas@extundo.com>
42064
42065         * tests/test-crc.c: Change expected crc value, the test vector
42066         were probably computed using the old broken crc.c?
42067
42068 2006-07-06  Simon Josefsson  <jas@extundo.com>
42069
42070         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
42071         now the canonical place for the M4 file).
42072
42073         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
42074         from the sys_socket dependency now.
42075
42076         * modules/inet_pton (Files): Ditto.
42077
42078         * modules/inet_ntop (Files): Ditto.
42079
42080 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42081
42082         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
42083         not gl_PREREQ_GETUSERSHELL.
42084
42085 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42086
42087         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
42088         with only one argument, for Autoconf 2.60.
42089         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
42090         expand to nothing, so add a shell command to avoid syntax error.
42091         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42092
42093 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42094
42095         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
42096
42097 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42098
42099         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
42100         no longer needed.  Check for isblank decl.
42101         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
42102         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
42103         of existence.
42104
42105 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42106
42107         * lib/getloadavg.c: Use __VMS, not VMS.
42108         * lib/getopt.c: Likewise.
42109         * lib/getpagesize.h: Likewise.
42110         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
42111         and probably does not work.
42112
42113 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42114
42115         * lib/.cppi-disable: Add wcwidth.
42116         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
42117         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
42118         (ISGRAPH): Remove.  All uses changed to isgraph.
42119         (FOLD) [!defined _LIBC]: Remove special case.
42120         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
42121         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
42122         HAVE_ISBLANK.
42123         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
42124         case.
42125
42126 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42127
42128         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
42129         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
42130         brackets.  Other minor changes to suppress some compiler
42131         warnings.
42132
42133 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42134         and Paul Eggert  <eggert@cs.ucla.edu>
42135
42136         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
42137         of invoking obsolescent AC_HEADER_DIRENT macro.
42138         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
42139         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
42140         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
42141         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
42142         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
42143         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
42144         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
42145         * m4/readdir.m4: Remove; no longer needed.
42146
42147 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42148         and Paul Eggert  <eggert@cs.ucla.edu>
42149
42150         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
42151         Don't worry about this obsolete case any more.
42152         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
42153         directories.
42154         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
42155         worry about this obsolete case any more.
42156         * lib/fts.c: Likewise.
42157         * lib/getcwd.c: Likewise.
42158         * lib/glob.h: Likewise.
42159         * lib/savedir.c: Likewise.
42160
42161 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42162
42163         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
42164         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
42165         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
42166         needed.
42167         All uses removed.
42168         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42169         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42170         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
42171         needed.
42172         * m4/getdate.m4 (gl_GETDATE): Likewise.
42173         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42174         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42175         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42176         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42177         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42178         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42179         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
42180         needed.
42181
42182 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42183
42184         * lib/memcasecmp.c: Include <limits.h>.
42185         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
42186         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
42187         Don't assume isdigit succeeds only on '0' through '9'.
42188
42189 2006-07-05  Eric Blake  <ebb9@byu.net>
42190
42191         * modules/getaddrinfo (Depends-on): Add snprintf.
42192
42193 2006-07-05  Eric Blake  <ebb9@byu.net>
42194
42195         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
42196         to avoid 'header present but could not be compiled' on cygwin.
42197
42198 2006-07-05  Eric Blake  <ebb9@byu.net>
42199
42200         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
42201         missing from netdb.h.
42202         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
42203
42204 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42205
42206         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
42207         no longer needed.
42208         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
42209         * m4/getdate.m4 (gl_GETDATE): Likewise.
42210         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42211         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42212         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42213         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42214         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42215
42216 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42217
42218         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
42219         All uses of is_space replaced by isspace.
42220         * lib/exit.h: Don't talk about STDC_HEADERS.
42221         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
42222         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
42223         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
42224         replaced by isprint etc.
42225         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
42226         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42227         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
42228         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
42229         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
42230         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42231
42232 2006-07-05  Bruno Haible  <bruno@clisp.org>
42233
42234         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
42235         the function exists, before testing against AIX.
42236         Reported by Martin Lambers <marlam@marlam.de>.
42237
42238 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42239
42240         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
42241         From Mark D. Baushke.
42242
42243 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42244
42245         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
42246         to the absolute name, not just one, to bypass Sun C 5.8's
42247         "warning: #include of /usr/include/... may be non-portable".
42248
42249 2006-07-04  Eric Blake  <ebb9@byu.net>
42250
42251         * modules/dirname-tests: New test module.
42252         * tests/test-dirname.c: New file, replacing dirname.c
42253         TEST_DIRNAME section that was recently deleted.
42254
42255 2006-07-04  Bruno Haible  <bruno@clisp.org>
42256
42257         Assume ANSI C header files and <ctype.h> functions.
42258         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
42259         (mbsnwidth): Use isprint, iscntrl instead.
42260
42261 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42262
42263         Merge from coreutils.
42264         * MODULES.html.sh: Add xstrtold.
42265         * modules/xstrtold: New file.
42266         * modules/cycle-check (Files): Add lib/same-inode.h.
42267         * modules/dirname (Files): Add m4/double-slash-root.m4.
42268         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
42269         * modules/mkdir-p (Files): Add lib/same-inode.h.
42270         * modules/same (Files): Add lib/same-inode.h.
42271
42272 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42273
42274         * m4/absolute-header.m4: Renamed from full-header-path.m4.
42275         This is to keep the terminology clean; POSIX talks about
42276         "absolute pathnames", not "full pathnames", but the GNU
42277         Coding Standards say to use "path" for something else;
42278         so use "absolute" to keep both sides happy.
42279         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
42280         Set gl_absolute_header, not gl_full_header_path.
42281         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
42282         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
42283         All uses changed.
42284
42285         Merge from coreutils.
42286
42287         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42288
42289         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
42290         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
42291         want to require the building of c-strtod.o.
42292         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
42293         needs -lm directly.
42294         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42295
42296         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42297
42298         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42299         --as-needed option if available.  Problem reported by Albert Chin in
42300         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42301         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42302         cc merely issues a bunch of annoying warnings for --as-needed
42303         (this problem was reported by Bob Proulx).  Also, try linking with
42304         -lm to detect a bug in binutils 2.16 (this problem was reported
42305         by Ralf Wildenhues).
42306
42307         2006-06-18  Jim Meyering  <jim@meyering.net>
42308
42309         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
42310         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
42311         macro.
42312         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
42313         also check for glibc-2.4's abort-inducing bug.
42314
42315         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
42316         Low-probability clean-up should be to use rmdir to get rid of
42317         the just-created directory, not unlink.
42318
42319         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
42320         configure fail, and request a bug report to inform us about it.
42321         Add a comment that, barring reports to the contrary, in 2007 we'll
42322         assume ftruncate is universally available.
42323
42324         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42325
42326         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
42327
42328         2006-03-12  Jim Meyering  <jim@meyering.net>
42329
42330         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
42331         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
42332         * m4/same.m4 (gl_SAME): Likewise.
42333         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
42334
42335         2006-03-11  Eric Blake  <ebb9@byu.net>
42336
42337         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
42338         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
42339         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
42340         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
42341
42342 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42343
42344         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
42345         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
42346         reported by Mark D. Baushke, one in
42347         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
42348
42349         Merge from coreutils.
42350
42351         * lib/.cppi-disable: Add stdint_.h.
42352         * lib/.cvsignore: Add stdint.h.
42353
42354         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42355
42356         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
42357         both double and long double versions.
42358         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
42359         * lib/xstrtold.c: New file.
42360         * lib/xstrtod.h (xstrtold): New decl.
42361
42362         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42363
42364         * lib/filemode.c (setst): Remove.
42365         (strmode): Rewrite to avoid setst.  This makes the code shorter,
42366         (arguably) clearer, and the generated code is a bit smaller on my
42367         Debian GNU/Linux stable x86 host.
42368
42369         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42370
42371         * lib/filemode.c: Include "filemode.h" first, to test the interface.
42372         Assume that filemode.h includes sys/types.h and sys/stat.h.
42373         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
42374         (ftypelet): Reorder to put common cases first, for efficiency.
42375         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
42376         to do 'M'.
42377         (strmode): Renamed from mode_string, and now stores 12 bytes instead
42378         of 10, for compatibility with FreeBSD.  All callers changed.
42379         (filemodestring): Now stores 12 bytes instead of 10, and sets file
42380         types that can't be deduced solely from st_mode.  First arg is now a
42381         const pointer.
42382         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
42383         (strmode): Renamed from mode_string.
42384         (filemodestring): New decl.
42385         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
42386         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
42387         needed.
42388         (S_ISPORT, S_ISWHT): New macros, if not already defined.
42389
42390         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42391
42392         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
42393         fsusage.h now does that.  Include fsusage.h first, to test interface.
42394         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
42395         at most one method (the old code could have generated decls that
42396         didn't conform to C89, not that this was ever exercised).
42397         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
42398
42399         2006-03-19  Jim Meyering  <jim@meyering.net>
42400
42401         Work even in a chroot where d_ino values for entries in "/"
42402         don't match the stat.st_ino values for the same names.
42403         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
42404         number, iterate through all entries again, using lstat instead.
42405         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
42406         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
42407
42408         * lib/getcwd.c (__getcwd): Clarify a comment.
42409         Use memcpy in place of a call to strcpy.
42410
42411         2006-03-12  Jim Meyering  <jim@meyering.net>
42412
42413         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
42414         matches that of the current directory (which we're about to chdir ".."
42415         out of), then save the dev-ino of the parent, instead.
42416
42417         * lib/same-inode.h (SAME_INODE): New file/macro.
42418         * lib/chdir-safer.c (SAME_INODE): Remove definition.
42419         Include "same-inode.h", instead.
42420         * lib/same.c: Likewise.
42421         * lib/cycle-check.h: Include "same-inode.h".
42422         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
42423         * lib/cycle-check.c (SAME_INODE): Remove definition.
42424         * lib/root-dev-ino.h: Include "same-inode.h".
42425
42426         2006-03-11  Eric Blake  <ebb9@byu.net>
42427
42428         * lib/same.c (same_name): s/base_name/last_component/
42429         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
42430         * lib/filenamecat.c (file_name_concat): Likewise.
42431
42432         2006-03-11  Eric Blake  <ebb9@byu.net>,
42433                     Paul Eggert  <eggert@cs.ucla.edu>
42434
42435         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
42436         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
42437         drive prefix.
42438         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
42439         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
42440         (last_component): New method.
42441         * lib/dirname.c (dir_len): Determine when drive letters need a
42442         subsequent slash.  Preserve // when it is special.
42443         (dir_name): Don't append dot when drive letter is absolute.
42444         [TEST_DIRNAME]: Move into a full-blown gnulib test.
42445         * lib/basename.c (base_name): New semantics - malloc the result.
42446         Preserve // when it is special.  Preserve relative files that look
42447         like drive letters.
42448         (base_len): Preserve // when it is special.
42449         (last_component): New method, similar to old base_name semantics.
42450         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42451         base_name.  Strip redundant slashes from ///.
42452
42453 2006-07-03  Jim Meyering  <jim@meyering.net>
42454
42455         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42456         macro is used before the first cycle_check call.
42457
42458 2006-07-03  Eric Blake  <ebb9@byu.net>
42459
42460         * modules/dirname (Depends-on): Add xstrndup.
42461
42462 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42463
42464         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42465         test cases, so that config.log is a bit easier to follow.
42466
42467 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42468
42469         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42470         both are 64 bits, since this seems to be the tradition, and this
42471         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42472         we ever run into a host that prefers long long to long in this
42473         case, we'll need another configure-time test.  Problem reported by
42474         Jim Meyering.
42475
42476 2006-07-02  Eric Blake  <ebb9@byu.net>
42477
42478         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42479
42480 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42481
42482         * modules/inttypes (Depends-on): No longer depends on stdint.
42483         * modules/stdint (Description): Say more about assumptions.
42484         Say that the fast types might differ.  Say macros are used.
42485         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42486         (Makefile.am): Revise list of substituted symbols to match
42487         new stdint.m4.
42488         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42489         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42490         * tests/test-stdint.c (verify_same_types)
42491         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42492         the code conforms to C99/C89.
42493         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42494         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42495
42496 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42497
42498         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42499         but fix a bug, by requiring at least 64 bits.
42500         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42501         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42502         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42503         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42504
42505         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42506         changes.  Make 2.59 a prerequisite.  Check and substitute for
42507         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42508         inttypes.h.  Do not use special include files; just use the
42509         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42510         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42511         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42512         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42513         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42514         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42515         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42516         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42517         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42518         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42519         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42520         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42521         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42522         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42523         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42524         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42525         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42526         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42527         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42528         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42529         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42530         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42531         not check for things that C99 does not require, e.g., int8_t.  If
42532         a test isn't needed unless <stdint.h> isn't working, and is
42533         unlikely to be needed for any other reason, then don't do it
42534         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42535         size_t, since we assume C89 freestanding at least.  Do not check
42536         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42537         the right thing even if the types are not defined.  Instead use:
42538         (gl_STDINT_TYPE_PROPERTIES): New macro.
42539         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42540         testing whether <sys/types.h> clashes, as Autoconf does this for
42541         us now.  All uses removed.
42542         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42543         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42544         (gl_CHECK_TYPE_SAME):
42545         Remove; no longer needed.
42546         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42547         exists, since we'll return 0 anyway in that case.
42548         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42549
42550 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42551
42552         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42553         possible collision with system files.
42554         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42555         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42556         WCHAR_MIN and WCHAR_MAX in this case.
42557         (<stddef.h>): Do not include; no longer needed.
42558         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42559         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42560         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42561         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42562         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42563         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42564         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42565         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42566         !defined(__c99))]: Include in this case too, since it's harmless
42567         now.
42568         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42569         dangerous to do so.
42570         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42571         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42572         (_STDINT_MIN, _STDINT_MAX): New macros.
42573         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42574         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42575         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42576         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42577         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42578         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42579         macros, not typedefs; this simplifies things quite a bit.
42580         Use long int for all types narrower than int64_t.
42581         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42582         Define in terms of long long int or int64_t or long int,
42583         not int64_t or int32_t.  This saves some compile-time testing.
42584         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42585         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42586         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42587         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42588         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42589         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42590         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42591         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42592         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42593         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42594         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42595         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42596         undef any previous version and define our own version, for
42597         simplicity and consistency with the new macros for types.
42598         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42599         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42600         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
42601         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
42602         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
42603         @WINT_T_SUFFIX@ to keep things simple here.
42604         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
42605         Simplify by assuming typical 8/16/32/64 host, since we're
42606         already doing that elsewhere anyway.
42607         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
42608         and assume long long int is 64 bits if available.  This
42609         speeds up 'configure'.
42610
42611 2006-07-01  Eric Blake  <ebb9@byu.net>
42612
42613         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
42614         Reported by Andreas Buening.
42615
42616 2006-07-01  Eric Blake  <ebb9@byu.net>
42617
42618         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
42619
42620 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42621
42622         * lib/getaddrinfo.c: fixed typo
42623
42624 2006-06-29  Jim Meyering  <jim@meyering.net>
42625
42626         * modules/strftime (Maintainer): Add my name, since with the
42627         FPRINTFTIME changes strftime.c has forked from glibc.
42628
42629 2006-06-29  Eric Blake  <ebb9@byu.net>
42630
42631         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
42632
42633 2006-06-29  Eric Blake  <ebb9@byu.net>
42634
42635         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
42636
42637 2006-06-29  Eric Blake  <ebb9@byu.net>
42638
42639         * lib/stat_.h: New file.
42640
42641 2006-06-29  Eric Blake  <ebb9@byu.net>
42642
42643         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
42644         unused static function.
42645
42646 2006-06-29  Eric Blake  <ebb9@byu.net>
42647
42648         * doc/functions.texi (Function Portability): Document missing lstat
42649         on mingw.
42650
42651 2006-06-29  Eric Blake  <ebb9@byu.net>
42652
42653         * MODULES.html.sh: Add sys_stat.
42654         * modules/sys_stat: New module.
42655         * modules/mkstemp (Depends-on): Add sys_stat.
42656
42657 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42658
42659         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
42660
42661 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42662
42663         * m4/c-bs-a.m4: Removed.
42664
42665 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42666
42667         * lib/strftime.c: Assume strftime() exists.
42668
42669 2006-06-29  Derek Price  <derek@ximbiot.com>
42670
42671         * modules/c-bs-a: Removed - \a is C89.
42672         * MODULES.html.sh: Remove c-bs-a.
42673
42674 2006-06-29  Bruno Haible  <bruno@clisp.org>
42675
42676         * modules/wcwidth (License): Change to LGPL.
42677
42678 2006-06-28  Simon Josefsson  <jas@extundo.com>
42679
42680         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
42681         on _WIN32.
42682
42683         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
42684         getnameinfo.
42685
42686 2006-06-28  Simon Josefsson  <jas@extundo.com>
42687
42688         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
42689
42690 2006-06-28  Simon Josefsson  <jas@extundo.com>
42691
42692         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
42693         functions there.  It will succeed on Windows XP, but on Windows
42694         2000 and (presumably) earlier, it will fail, and use the internal
42695         re-implementation.
42696         (use_win32_p): New function.
42697         (getaddrinfo): Use strtoul on servname, to support numeric ports.
42698         Support AI_NUMERICSERV to disable getservbyname.
42699         (getnameinfo): New function, only supports
42700         NI_NUMERICHOST|NI_NUMERICSERV for now.
42701
42702         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
42703         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
42704         getnameinfo.
42705
42706 2006-06-28  Eric Blake  <ebb9@byu.net>
42707
42708         * modules/wcwidth: New file.
42709         * modules/mbchar (Depends-on): Add wcwidth.
42710         * modules/mbswidth (Depends-on): Add wcwidth.
42711         * MODULES.html.sh: Add wcwidth.
42712
42713 2006-06-28  Eric Blake  <ebb9@byu.net>
42714
42715         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
42716         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
42717
42718 2006-06-28  Eric Blake  <ebb9@byu.net>
42719
42720         * lib/xvasprintf.h: Fix comments.
42721
42722 2006-06-28  Eric Blake  <ebb9@byu.net>
42723
42724         * lib/mbchar.h (wcwidth): Include wcwidth.h.
42725         * lib/mbswidth.c (wcwidth): Move from here...
42726         * lib/wcwidth.h: ...to this new file.
42727
42728 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42729
42730         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
42731
42732         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
42733         it's obsolete.
42734         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
42735
42736 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42737
42738         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
42739         Autoconf 2.60 says this stuff was obsolete.
42740
42741 2006-06-28  Bruno Haible  <bruno@clisp.org>
42742
42743         * modules/wcwidth (Files): Add m4/wchar_t.m4.
42744
42745 2006-06-28  Bruno Haible  <bruno@clisp.org>
42746
42747         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
42748         gt_TYPE_WCHAR_T.
42749
42750 2006-06-28  Bruno Haible  <bruno@clisp.org>
42751
42752         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
42753         declaration for wcwidth.
42754         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
42755
42756 2006-06-28  Bruno Haible  <bruno@clisp.org>
42757
42758         * lib/mkdtemp.c [MINGW]: Include <io.h>.
42759         (mkdir): Define using _mkdir.
42760
42761 2006-06-28  Bruno Haible  <bruno@clisp.org>
42762
42763         * lib/getaddrinfo.h: Fix POSIX URL.
42764         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
42765         _WIN32.
42766         (use_win32_p): Make static.
42767         (getaddrinfo): Reject service name if it is empty or does not consist
42768         solely of decimal digits, or if its value is > 65535.
42769         (getnameinfo): Remove useless casts.
42770
42771 2006-06-27  Simon Josefsson  <jas@extundo.com>
42772
42773         * modules/sys_select: New file, suggested by Bruno Haible, Paul
42774         Eggert and Martin Lambers.
42775
42776 2006-06-27  Simon Josefsson  <jas@extundo.com>
42777
42778         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
42779         Eggert and Martin Lambers.
42780
42781 2006-06-27  Bruno Haible  <bruno@clisp.org>
42782
42783         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
42784         result to 0, not to empty.
42785         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
42786
42787 2006-06-27  Bruno Haible  <bruno@clisp.org>
42788
42789         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
42790
42791 2006-06-26  Simon Josefsson  <jas@extundo.com>
42792
42793         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
42794         present.
42795
42796 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
42797
42798         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
42799         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
42800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
42801
42802 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
42803
42804         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
42805
42806 2006-06-26  Bruno Haible  <bruno@clisp.org>
42807
42808         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
42809
42810 2006-06-26  Bruno Haible  <bruno@clisp.org>
42811
42812         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
42813
42814 2006-06-26  Bruno Haible  <bruno@clisp.org>
42815
42816         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
42817         SGI C compiler in pre-C99 mode.
42818         Suggested by Mark D. Baushke and Larry Jones.
42819
42820 2006-06-26  Bruno Haible  <bruno@clisp.org>
42821
42822         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
42823         WCHAR_MAX.
42824         Reported by Mark D. Baushke and Larry Jones.
42825
42826 2006-06-26  Bruno Haible  <bruno@clisp.org>
42827
42828         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
42829         in pre-C99 mode.
42830         Suggested by Mark D. Baushke and Larry Jones.
42831
42832 2006-06-23  Simon Josefsson  <jas@extundo.com>
42833             Bruno Haible  <bruno@clisp.org>
42834
42835         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
42836         Emit mostlyclean-local rule.
42837         (func_emit_tests_Makefile_am): Likewise.
42838         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
42839
42840 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
42841
42842         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
42843
42844 2006-06-23  Bruno Haible  <bruno@clisp.org>
42845
42846         * tests/test-stdint.c: Update to match ISO C 99 Technical
42847         Corrigendum 1.
42848
42849 2006-06-23  Bruno Haible  <bruno@clisp.org>
42850
42851         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
42852
42853 2006-06-23  Bruno Haible  <bruno@clisp.org>
42854
42855         * lib/stdint_.h: Treat IRIX like OpenBSD.
42856
42857 2006-06-23  Bruno Haible  <bruno@clisp.org>
42858
42859         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
42860         ISO C 99 Technical Corrigendum 1.
42861
42862 2006-06-22  Simon Josefsson  <jas@extundo.com>
42863
42864         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
42865         MinGW.
42866
42867 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42868
42869         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
42870         needed.  Some compiler complained about some of them.  Problem reported
42871         by Larry Jones in
42872         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
42873
42874 2006-06-21  Simon Josefsson  <jas@extundo.com>
42875
42876         * tests/test-getaddrinfo.c: New file.
42877
42878         * modules/getaddrinfo-tests: New file.
42879
42880         * MODULES.html.sh: Add inet_pton.
42881
42882         * modules/inet_pton: New file.
42883
42884 2006-06-21  Simon Josefsson  <jas@extundo.com>
42885
42886         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
42887         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
42888         of using the (limited) gnulib implementation on Windows XP.
42889
42890         * m4/inet_pton.m4: New file.
42891
42892 2006-06-21  Simon Josefsson  <jas@extundo.com>
42893
42894         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
42895         variable.
42896
42897         * lib/socket_.h: Don't define WINVER.
42898
42899         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
42900         slightly modified to work in gnulib.
42901
42902 2006-06-21  Simon Josefsson  <jas@extundo.com>
42903
42904         * doc/gnulib.texi (Windows sockets): Add.
42905
42906 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
42907
42908         * lib/read-file.c (fread_file): Start with buffer allocation of
42909         0 bytes rather than 1 byte; this simplifies the code.
42910         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
42911         code to free buffer and save/restore errno.
42912         (internal_read_file): Remove unused local.
42913
42914 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
42915
42916         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
42917         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
42918         Problem reported by Denis Excoffier in
42919         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
42920
42921 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42922
42923         * modules/sys_socket, modules/socklen: Include sys/types since
42924         FreeBSD 4.x's sys/socket.h needs it.
42925
42926 2006-06-19  Simon Josefsson  <jas@extundo.com>
42927
42928         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
42929
42930 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42931
42932         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
42933
42934 2006-06-19  Bruno Haible  <bruno@clisp.org>
42935
42936         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
42937         and FULL_PATH_INTTYPES_H in angle brackets.
42938         Reported by Mark D. Baushke <mdb@gnu.org>.
42939
42940 2006-06-17  Eric Blake  <ebb9@byu.net>
42941
42942         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
42943         errno.
42944
42945 2006-06-17  Bruno Haible  <bruno@clisp.org>
42946
42947         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
42948         <sys/inttypes.h>.
42949
42950 2006-06-17  Bruno Haible  <bruno@clisp.org>
42951
42952         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
42953         whether errno is declared. Assume <errno.h> declares errno.
42954
42955 2006-06-17  Bruno Haible  <bruno@clisp.org>
42956
42957         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
42958
42959 2006-06-17  Bruno Haible  <bruno@clisp.org>
42960
42961         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
42962         problem on Solaris 2.5.1.
42963
42964 2006-06-16  Eric Blake  <ebb9@byu.net>
42965
42966         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
42967         * lib/unicodeio.c [!defined errno]: Likewise.
42968         * lib/strtol.c [!defined errno]: Likewise.
42969         * lib/strtod.c [!defined errno]: Likewise.
42970
42971 2006-06-15  Eric Blake  <ebb9@byu.net>
42972
42973         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
42974
42975 2006-06-15  Eric Blake  <ebb9@byu.net>
42976
42977         * config/srclist.txt (ssize_t.m4): Lose sync.
42978
42979 2006-06-15  Bruno Haible  <bruno@clisp.org>
42980
42981         * modules/stdint (Files): Include m4/full-header-path.m4,
42982         m4/size_max.m4, m4/wchar_t.m4.
42983         (Makefile.am): Many more substitutions.
42984         * modules/stdint-tests: New file.
42985         * tests/test-stdint.c: New file.
42986
42987 2006-06-15  Bruno Haible  <bruno@clisp.org>
42988
42989         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
42990         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
42991         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
42992         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
42993         gl_CHECK_TYPE_SAME): New macros.
42994
42995 2006-06-15  Bruno Haible  <bruno@clisp.org>
42996
42997         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
42998
42999 2006-06-15  Bruno Haible  <bruno@clisp.org>
43000
43001         * lib/stdint_.h: Rewritten to be fully auto-configured.
43002         Fixes bug on HP-UX/IA64.
43003
43004 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
43005
43006         * lib/getdate.y (__attribute__): Don't define if already defined.
43007         Problem reported by Larry Jones.
43008         * lib/utimens.c (__attribute__): Likewise.
43009
43010 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
43011
43012         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
43013         reported by Andreas Schwab.
43014
43015 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43016             Bruno Haible  <bruno@clisp.org>
43017
43018         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
43019         check for the declaration of strnlen and a run test that exposes the
43020         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
43021         rpl_strndup.
43022
43023 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43024             Bruno Haible  <bruno@clisp.org>
43025
43026         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
43027
43028 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43029
43030         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
43031         compile test, for Tru64 4.0D.
43032
43033 2006-05-28  Karl Berry  <karl@gnu.org>
43034
43035         * config/srclist.txt (printf-args.c): lose sync.
43036
43037 2006-05-26  Martin Lambers  <marlam@marlam.de>
43038
43039         * lib/getpass.c: Updates the test for the native W32 API, and adds
43040         missing includes, thus fixing compilation warnings.
43041
43042 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43043
43044         * lib/exclude.c (exclude_fnmatch): New function.
43045         (excluded_file_name): Call exclude_fnmatch.
43046         * lib/exclude.h (excluded_file_name): New prototype
43047
43048 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
43049
43050         * lib/tempname.c (small_open, large_open): New macros.
43051         (__open, __open64) [!_LIBC]: Remove.
43052         (__gen_tempname): Use small_open and large_open instead of __open
43053         and __open64.  This fixes a portability bug on HP-UX 11.11i
43054         reported by Simon Wing-Tang in
43055         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
43056
43057 2006-05-24  Bruno Haible  <bruno@clisp.org>
43058
43059         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
43060         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
43061         Reported by Thorsten Maerz <torte@netztorte.de> via
43062         Aaron Stone <aaron@serendipity.cx>.
43063
43064 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43065
43066         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
43067         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
43068         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
43069         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
43070         not really conditional on the cache.
43071         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
43072
43073 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43074
43075         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
43076         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
43077         (my_usleep): Don't mishandle maximum value.
43078
43079 2006-05-19  Jim Meyering  <jim@meyering.net>
43080
43081         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
43082
43083 2006-05-17  Bruno Haible  <bruno@clisp.org>
43084
43085         Cygwin portability.
43086         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
43087
43088 2006-05-17  Bruno Haible  <bruno@clisp.org>
43089
43090         * lib/stdint_.h: Fix recognition of Cygwin.
43091
43092 2006-05-15  Bruno Haible  <bruno@clisp.org>
43093
43094         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
43095         on libtool patch by Ralf Wildenhues.
43096
43097 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43098
43099         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
43100         test for C99 conformance; (bool) 0.5 is an integer constant
43101         expression, but (bool) -0.5 is not.  Problem reported by Fedor
43102         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
43103
43104 2006-05-11  Simon Josefsson  <jas@extundo.com>
43105
43106         * m4/xvasprintf.m4: Fix obvious typo.
43107
43108 2006-05-11  Jim Meyering  <jim@meyering.net>
43109
43110         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
43111         James Lemley.
43112
43113 2006-05-10  Simon Josefsson  <jas@extundo.com>
43114
43115         * lib/md4.c: Typo fix, update copyright years.
43116         (K1, K2): Don't use L because it turn computations into 64-bit on
43117         64-bit platforms.
43118
43119 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43120
43121         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
43122         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
43123         unwanted sign propagation, e.g., on hosts with 64-bit int.
43124         There still are some problems with reeelly weird theoretical hosts
43125         (e.g., 33-bit int) but it's not worth worrying about now.
43126         * lib/sha1.c (rol): Likewise.
43127         (K1, K2, K3, K4): Remove unnecessary L suffix.
43128
43129 2006-05-10  Bruno Haible  <bruno@clisp.org>
43130
43131         * lib/des.c: Cast to avoid warnings.
43132
43133 2006-05-09  Bruno Haible  <bruno@clisp.org>
43134
43135         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
43136         (Depends-on): Depend also on xsize, stdarg.
43137         (configure.ac): Add gl_XVASPRINTF.
43138
43139 2006-05-09  Bruno Haible  <bruno@clisp.org>
43140
43141         * m4/xvasprintf.m4: New file.
43142
43143 2006-05-09  Bruno Haible  <bruno@clisp.org>
43144
43145         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
43146         (EOVERFLOW): Define fallback value.
43147         (xstrcat): New function.
43148         (xvasprintf): Recognize the special case of a string concatenation.
43149
43150 2006-05-08  Eric Blake  <ebb9@byu.net>
43151
43152         * gnulib-tool (func_version): Base copyright year on CVS date.
43153         (func_emit_copyright_notice): New function.
43154         (func_emit_lib_Makefile_am): Use it.
43155         (func_emit_tests_Makefile_am): Likewise.
43156         (func_import): Likewise.
43157
43158 2006-05-08  Bruno Haible  <bruno@clisp.org>
43159
43160         * modules/stdarg: New file.
43161         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
43162
43163 2006-05-08  Bruno Haible  <bruno@clisp.org>
43164
43165         * m4/stdarg.m4: New file, from GNU gettext.
43166
43167 2006-05-08  Bruno Haible  <bruno@clisp.org>
43168
43169         * config/srclist.txt (build-aux/config.rpath): different from latest
43170         release.
43171
43172 2006-05-08  Bruno Haible  <bruno@clisp.org>
43173
43174         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
43175
43176 2006-05-05  Jim Meyering  <jim@meyering.net>
43177
43178         * m4/warning.m4: New file, derived from bison's file by the same name.
43179
43180 2006-05-03  Bruno Haible  <bruno@clisp.org>
43181
43182         * lib/stdint_.h: Shorter URL.
43183         * lib/inttypes.h: Likewise.
43184
43185 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43186
43187         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
43188
43189 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43190
43191         * lib/verify.h: Document the internals better.  Most of this change
43192         was written by Bruno Haible.
43193
43194 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43195
43196         * doc/verify.texi: New file, partly based on a proposal by
43197         Bruno Haible.
43198
43199 2006-05-02  Bruno Haible  <bruno@clisp.org>
43200
43201         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
43202         test from here...
43203         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
43204
43205 2006-04-29  Bruno Haible  <bruno@clisp.org>
43206
43207         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
43208         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
43209
43210 2006-04-29  Bruno Haible  <bruno@clisp.org>
43211
43212         * gnulib-tool: Make --update option actually work.
43213
43214 2006-04-29  Bruno Haible  <bruno@clisp.org>
43215
43216         * doc/gcd.texi: New file.
43217         * doc/gnulib.texi: Include it.
43218
43219 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
43220
43221         * lib/getdate.y (get_date): When adding relative date, start with the
43222         initial time, not with the result of the first mktime call.
43223
43224 2006-04-25  Bruno Haible  <bruno@clisp.org>
43225
43226         * gnulib-tool (func_import): Output the include directives in three
43227         blocks, sorted separately.
43228         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43229
43230 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43231
43232         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
43233         to define main with arguments, for C++.  Reported by Eric Blake.
43234         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
43235         Prefer 'int main ()' to 'int main (void)', for C++.
43236         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
43237         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
43238         for 'main', for C99 and C++.
43239
43240 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43241
43242         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
43243         Don't assume that exit status -1 is valid.
43244         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43245         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
43246         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
43247         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
43248         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
43249         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
43250         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
43251         functions can be used without declaring them, or that you can
43252         exit with status -1.
43253         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
43254
43255 2006-04-24  Karl Berry  <karl@gnu.org>
43256
43257         * config/srclist.txt (longdouble.m4): sync lost.
43258
43259 2006-04-24  Eric Blake  <ebb9@byu.net>
43260
43261         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
43262
43263 2006-04-24  Bruno Haible  <bruno@clisp.org>
43264
43265         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
43266         poll() implementation in AIX.
43267         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43268
43269 2006-04-24  Bruno Haible  <bruno@clisp.org>
43270
43271         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
43272         assigned exactly once.
43273
43274 2006-04-23  Claudio Fontana  <claudio@gnu.org>
43275             Bruno Haible  <bruno@clisp.org>
43276
43277         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
43278         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
43279         for AM_CPPFLAGS.
43280
43281 2006-04-23  Bruno Haible  <bruno@clisp.org>
43282
43283         * modules/copy-file: Depend on unistd.
43284         * modules/execute: Likewise.
43285         * modules/fatal-signal: Likewise.
43286         * modules/findprog: Likewise.
43287         * modules/mkdtemp : Likewise.
43288         * modules/pipe: Likewise.
43289         * modules/wait-process: Likewise.
43290
43291 2006-04-23  Bruno Haible  <bruno@clisp.org>
43292
43293         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43294         condition was already detected.
43295         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43296
43297 2006-04-23  Bruno Haible  <bruno@clisp.org>
43298
43299         * lib/copy-file.c: Include <unistd.h> unconditionally.
43300         * lib/execute.c: Likewise.
43301         * lib/fatal-signal.c: Likewise.
43302         * lib/findprog.c: Likewise.
43303         * lib/mkdtemp.c: Likewise.
43304         * lib/pipe.h: Likewise.
43305         * lib/pipe.c: Likewise.
43306         * lib/wait-process.h: Likewise.
43307
43308 2006-04-23  Bruno Haible  <bruno@clisp.org>
43309
43310         * gnulib-tool (func_usage): Fix --import description. Document
43311         --update.
43312         (func_import): Create temporary file in a temporary directory, if
43313         --dry-run is specified. Silence errors from 'grep' when there are no
43314         m4 files in $m4dir.
43315         (func_create_testdir): Silence errors from 'grep' when there are no
43316         m4 files in $m4dir.
43317         Reported by Karl Berry <karl@freefriends.org>.
43318
43319 2006-04-20  Bruno Haible  <bruno@clisp.org>
43320
43321         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
43322         one argument, so that the code will be portable to Autoconf 2.60.
43323         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
43324         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43325         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
43326
43327 2006-04-19  Derek Price  <derek@ximbiot.com>
43328             Eric Blake  <ebb9@byu.net>
43329
43330         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
43331         rather than "/full/path.h".  Update comment to match.  Shorten &
43332         generalize m4_translit call via AS_TR_CPP.
43333
43334 2006-04-19  Derek Price  <derek@ximbiot.com>
43335             Eric Blake  <ebb9@byu.net>
43336
43337         * lib/inttypes.h: Correct grammar in comment.
43338
43339 2006-04-18  Derek Price  <derek@ximbiot.com>
43340             Paul Eggert  <eggert@cs.ucla.edu>
43341
43342         * modules/inttypes: New file.
43343         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
43344
43345 2006-04-18  Derek Price  <derek@ximbiot.com>
43346             Paul Eggert  <eggert@cs.ucla.edu>
43347
43348         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
43349         New files.
43350
43351 2006-04-18  Derek Price  <derek@ximbiot.com>
43352             Paul Eggert  <eggert@cs.ucla.edu>
43353
43354         * lib/inttypes.h: New file.
43355         * lib/strtoimax.c: Assume <inttypes.h>.
43356
43357 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
43358
43359         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
43360         isn't mounted.  Problem reported by Kir Kolyshkin.
43361
43362 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43363
43364         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
43365         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
43366         Derek R. Price.
43367         * lib/regex.h (RE_DUP_MAX): Update comment to match current
43368         implementation.
43369
43370 2006-04-12  Eric Blake  <ebb9@byu.net>
43371
43372         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
43373         is now done automatically by the corresponding Autoconf macro.
43374
43375 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
43376
43377         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
43378         time_r.h.
43379
43380 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43381
43382         Merge regex changes from libc, removing some of our
43383         POSIX-conformance changes that were rejected and redoing them in a
43384         less-intrusive way.
43385
43386         * lib/regcomp.c (re_compile_internal, init_dfa):
43387         Length arg is now size_t, not Idx.  All uses changed.
43388         (peek_token): Forward decl now says internal_function.
43389         (__re_error_msgid, __re_error_msgid_idx):
43390         Now static rather than extern with attribute_hidden.
43391         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
43392         For some reason libc prefers K&R style defns for external functions.
43393         (regerror) [!defined _LIBC]: Likewise.
43394         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
43395         (seek_collating_symbol_entry, lookup_collation_sequence_value):
43396         (build_range_exp, build_collating_symbol):
43397         Use K&R-style defn.
43398         (re_compile_fastmap): Use '\0' to memset, not 0.
43399         (utf8_sb_map): Make the calculations more obvious.
43400         (init_dfa, parse_bracket_exp, build_charclass_op):
43401         Call calloc and cast result, as glibc does.
43402         (init_word_char, fetch_token, peek_token, peek_token_bracket):
43403         (build_range_exp, build_collating_symbol):
43404         Now internal functions.
43405
43406         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
43407
43408         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
43409         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
43410         Don't depend on VMS; depend on __VMS instead, for POSIX
43411         namespace cleanness.
43412         (regoff_t): Define to ssize_t, not long int.
43413
43414         Remove the REG_ macros named below.  Instead, make the old names
43415         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
43416         __USE_GNU_REGEX.
43417         (REG_BACKSLASH_ESCAPE_IN_LISTS):
43418         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
43419         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
43420         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
43421         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
43422         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
43423         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
43424         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
43425         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
43426         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
43427         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
43428         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
43429         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
43430         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
43431         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
43432         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
43433         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
43434         (REG_NREGS):
43435         Remove.  All uses replaced by the old RE_* names.
43436         (RE_BACKSLASH_ESCAPE_IN_LISTS):
43437         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
43438         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
43439         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
43440         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
43441         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
43442         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
43443         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
43444         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
43445         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
43446         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
43447         Don't bother having these macros be independent of each others'
43448         values, since they no longer exist in the POSIX name space.
43449
43450         Rename the following member names back to their old names,
43451         unless !__USE_GNU_REGEX.  All uses changed back.
43452         (buffer): Renamed from re_buffer.
43453         (allocated): Renamed from re_allocated.
43454         (used): Renamed from re_used.
43455         (syntax): Renamed from re_syntax.
43456         (fastmap): Renamed from re_fastmap.
43457         (translate): Renamed from re_translate.
43458         (can_be_null): Renamed from re_can_be_null.
43459         (regs_allocated): Renamed from re_regs_allocated.
43460         (fastmap_accurate): Renamed from re_fastmap_accurate.
43461         (no_sub): Renamed from re_no_sub.
43462         (not_bol): Renamed from re_not_bol.
43463         (not_eol): Renamed from re_not_eol.
43464         (newline_anchor): Renamed from re_newline_anchor.
43465         (num_regs): Renamed from rm_num_regs.
43466         (start): Renamed from rm_start.
43467         (end): Renamed from rm_end.
43468
43469         (free_state): Move up a bit.
43470
43471         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43472         #define to be empty.
43473         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43474         when that is what is intended.
43475         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43476         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43477         (MAX): New macro.
43478         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43479         All uses changed back to re_malloc, etc.  It's now the caller's
43480         responsibility to check for overflow; all callers changed.
43481         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43482         (re_x2nrealloc): Remove.
43483         (free_state): Remove decl.
43484
43485         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43486         (re_set_registers, re_exec):
43487         Use K&R-style defn.
43488
43489         2006-01-31  Roland McGrath  <roland@redhat.com>
43490
43491         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43492         Reported by Mike Frysinger <vapier@gentoo.org>.
43493
43494         2006-01-15  Andreas Jaeger  <aj@suse.de>
43495
43496         [BZ #1950]
43497         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43498         build_wcs_upper_buffer change.
43499         (build_wcs_upper_buffer): Change return type.
43500
43501         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43502
43503         * lib/regex_internal.h: Include <stdint.h> if available.
43504
43505         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43506
43507         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43508
43509         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43510
43511         * lib/regcomp.c: Adjust for changed secondary hash function.
43512
43513         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43514
43515         * lib/regex.h: Pretty printing.
43516         Clean up namespace a bit.
43517
43518         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43519
43520         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43521         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43522
43523         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43524                     Ulrich Drepper  <drepper@redhat.com>
43525
43526         [BZ #1302]
43527         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43528         changed.
43529         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43530
43531         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43532
43533         [BZ #281]
43534         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43535         * lib/regcomp.c: Remove unnecessary uses of
43536         unsigned RE_TRANSLATE_TYPE.
43537         * lib/regex_internal.h: Likewise.
43538         * lib/regex_internal.c: Likewise.
43539         * lib/regexec.c: Likewise.
43540         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43541
43542         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43543
43544         * lib/regexec.c (find_recover_state): Remove unnecessary
43545         initialization.
43546         (transit_state_bkref): Make DFA a const pointer.
43547         (get_subexp): Likewise.
43548         (check_arrival): Likewise.
43549         (update_cur_sifted_state): Likewise.
43550         (re_search_internal): Likewise.
43551         (prune_impossible_nodes): Likewise.
43552         (acquire_init_state_context): Likewise.
43553         (proceed_next_node): Likewise.
43554         (set_regs): Likewise.
43555         (free_fail_stack_return): Likewise.
43556         (check_arrival_expand_ecl): Mark DFA parameter as const.
43557         (check_arrival_expand_ecl_sub): Likewise.
43558         (check_subexp_limits): Likewise.
43559         (sub_epsilon_src_nodes):  Likewise.
43560         (add_epsilon_src_nodes):  Likewise.
43561         (merge_state_array): Likewise.
43562         (update_regs): Likewise.
43563         (build_trtable): Likewise.
43564         (sift_states_backward): Mark MCTX parameter as const.
43565         (build_sifted_states): Likewise.
43566         (update_cur_sifted_state): Likewise.
43567         (sift_states_mkref): Likewise.
43568         (check_arrival_expand_ecl): Mark eclosure as const.
43569         (check_dst_limits_calc_pos_1): Likewise.
43570         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43571         pointer.
43572
43573         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43574
43575         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43576         (transit_state_sb): Likewise.
43577         (transit_state_mb): Likewise.
43578         (sift_states_iter_mb): Likewise.
43579         (check_arrival_add_next_nodes): Likewise.
43580         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43581         [_LIBC] (re_search_2_stub): Use mempcpy.
43582
43583         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43584         mbrtowc for very simple UTF-8 case.
43585
43586         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43587         a pointer-to-const.
43588         (re_acquire_state_context): Likewise.
43589         * lib/regex_internal.h: Adjust prototypes.
43590
43591         * lib/regex.c: Prevent using C++ compilers.
43592
43593         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43594         (re_acquire_state_context): Likewise.
43595
43596 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43597
43598         * modules/regex (Depends-on): Add ssize_t.
43599
43600 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43601
43602         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
43603         translation table.
43604
43605 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43606
43607         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
43608
43609 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
43610             Bruno Haible  <bruno@clisp.org>
43611
43612         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
43613         <sys/types.h> and <inttypes.h>.
43614
43615 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43616
43617         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
43618         `__error_t_defined', so argp.h will not typedef the former.
43619
43620 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
43621
43622         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
43623         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
43624         glibc names.  Even if glibc is changed to conform to POSIX, the
43625         traditional names will be available anyway, since regex depends on
43626         the extensions module.  Also, fix a longstanding typo in the
43627         implementation of Spencer ERE test #75 from grep 2.3.  Problems
43628         reported by Emanuele Giaquinta.  Also, change sense of cached
43629         variable, so that the message makes sense.
43630
43631 2006-03-24  Simon Josefsson  <jas@extundo.com>
43632
43633         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
43634         including some doc fixes.
43635         (base64_encode_alloc): Fix +1 bug on allocation failures.
43636
43637 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43638
43639         * lib/base64.c (base64_encode): Do not read past end of array with
43640         unsanitized input on systems with CHAR_BIT > 8.
43641
43642 2006-03-24  Eric Blake  <ebb9@byu.net>
43643
43644         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
43645
43646 2006-03-22  Karl Berry  <karl@gnu.org>
43647
43648         * config/srclist.txt (*setenv.[ch]): get from coreutils.
43649         * config/srclistvars.sh (COREUTILS): new var.
43650
43651 2006-03-17  Jim Meyering  <jim@meyering.net>
43652
43653         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
43654         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
43655
43656 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43657
43658         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
43659         no longer needs it.  Instead, check that regoff_t is as least
43660         as wide as ptrdiff_t.
43661
43662         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
43663         so that our regex.h stays compatible with the installed regex.
43664         This is helpful for installers who configure --without-included-regex.
43665         Problem reported by Emanuele Giaquinta.
43666
43667 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43668
43669         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
43670         Typedef to long int, not to off_, as POSIX will likely change
43671         in that direction.
43672
43673 2006-03-15  Eric Blake  <ebb9@byu.net>
43674
43675         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
43676
43677 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43678
43679         * lib/argp-help.c (validate_uparams): Fix typo
43680         * lib/argp-parse.c (argp_default_options): Consistently begin help
43681         messages with a lowercase letter.
43682
43683 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
43684
43685         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
43686         overrun buffers and shouldn't be used (much as gets shouldn't be
43687         used).
43688         * lib/time_r.c (asctime_r, ctime_r): Likewise.
43689
43690 2006-03-08  Simon Josefsson  <jas@extundo.com>
43691
43692         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
43693         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43694
43695 2006-03-08  Simon Josefsson  <jas@extundo.com>
43696
43697         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
43698         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43699
43700 2006-03-08  Simon Josefsson  <jas@extundo.com>
43701
43702         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
43703         signal that configure disabled the device.
43704
43705 2006-03-08  Simon Josefsson  <jas@extundo.com>
43706
43707         * build-aux/maint.mk: Fix refresh-po, to handle no translated
43708         languages.
43709
43710 2006-03-07  Simon Josefsson  <jas@extundo.com>
43711
43712         * modules/getopt (Depends-on): Add unistd.
43713
43714         * modules/unistd: New file.
43715
43716 2006-03-07  Simon Josefsson  <jas@extundo.com>
43717
43718         * modules/gc-random: New file.
43719
43720 2006-03-07  Simon Josefsson  <jas@extundo.com>
43721
43722         * m4/unistd_h.m4: New file.
43723
43724 2006-03-07  Simon Josefsson  <jas@extundo.com>
43725
43726         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
43727         test to be side-effect free by storing the result in the cache
43728         variable gl_cv_lib_readline, and moving the assignment of
43729         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
43730         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43731
43732 2006-03-07  Simon Josefsson  <jas@extundo.com>
43733
43734         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
43735         error on missing devices (the functions will return an error).
43736
43737         * m4/gc.m4: Move random stuff to gc-random.m4
43738
43739 2006-03-07  Simon Josefsson  <jas@extundo.com>
43740
43741         * lib/unistd_.h: New file.
43742
43743 2006-03-07  Simon Josefsson  <jas@extundo.com>
43744
43745         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
43746
43747 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43748
43749         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
43750         Problem reported by Juan Manuel Guerrero.
43751
43752 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43753
43754         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
43755         the unistd module.
43756         * lib/getlogin_r.c: Likewise.
43757         * lib/getlogin_r.h: Likewise.
43758         * lib/glob.c: Likewise.
43759         * lib/pagealign_alloc.c: Likewise.
43760         * lib/unistd_.h: Remove; no longer needed.
43761
43762 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43763
43764         * MODULES.html.sh (Support for systems lacking POSIX:2001):
43765         Add unistd.
43766         * modules/c-stack (Depends-on): Add unistd.
43767         * modules/getlogin_r: Likewise.
43768         * modules/glob: Likewise.
43769         * modules/pagealign_alloc: Likewise.
43770         * modules/unistd (Files): Remove lib/unistd_.h.
43771         (EXTRA_DIST): Remove.
43772         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
43773         need unistd_.h.
43774         (MOSTLYCLEANFILES): Remove unistd.h-t.
43775
43776 2006-03-03  Simon Josefsson  <jas@extundo.com>
43777
43778         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
43779
43780 2006-03-03  Simon Josefsson  <jas@extundo.com>
43781
43782         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
43783         libidn and bison.
43784
43785 2006-03-03  Simon Josefsson  <jas@extundo.com>
43786
43787         * build-aux/maint.mk: Add indent target.
43788
43789 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
43790
43791         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
43792         our replacement poll.h in any case, to avoid a differing
43793         declaration from a system header.  Seen on AIX.
43794
43795 2006-03-01  Simon Josefsson  <jas@extundo.com>
43796
43797         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
43798         <kasal@ucw.cz>.
43799
43800 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43801
43802         * modules/gettime (Depends-on): Add extensions module.
43803         * modules/nanosleep (Depends-on): Likewise.
43804         * modules/settime (Depends-on): Likewise.
43805
43806 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43807
43808         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
43809         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
43810         pedantically.
43811         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43812         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
43813
43814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
43815         not "==".  Reported by Ralf Wildenhues.
43816
43817 2006-03-01  Karl Berry  <karl@gnu.org>
43818
43819         * doc/Copyright/request-*: new files, synced from gnuorg.
43820
43821 2006-03-01  Karl Berry  <karl@gnu.org>
43822
43823         * config/srclist.txt (Copyright/*): new entries.
43824
43825 2006-02-28  Simon Josefsson  <jas@extundo.com>
43826
43827         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
43828
43829 2006-02-27  Simon Josefsson  <jas@extundo.com>
43830
43831         * lib/base64.h: Indent #define's.  From Jim Meyering
43832         <jim@meyering.net>.
43833
43834 2006-02-27  Jim Meyering  <jim@meyering.net>
43835
43836         Revert the change of 2006-02-24, so these files can continue
43837         to be sync'd from gettext.
43838         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
43839         of `config.h'.
43840
43841 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43842
43843         * modules/intprops: New file.
43844         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43845         Add intprops.
43846         * modules/getloadavg (Files): Remove lib/intprops.h.
43847         (Depends-on): Add intprops.
43848         * modules/human: Likewise.
43849         * modules/inttostr: Likewise.
43850         * modules/openat: Likewise.
43851         * modules/sig2str: Likewise.
43852         * modules/userspec: Likewise.
43853         * modules/utimecmp: Likewise.
43854         * modules/xnanosleep: Likewise.
43855         * modules/xstrtol: Likewise.
43856
43857 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
43858
43859         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
43860         * modules/lock-tests (TESTS): Use $(EXEEXT).
43861         * modules/tls-tests: Likewise.
43862         * modules/argp-tests: Likewise.
43863         (check_PROGRAMS): New var, replacing...
43864         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
43865
43866 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43867
43868         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
43869         `config.h'.
43870
43871 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
43872
43873         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
43874
43875 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43876
43877         Sync from coreutils.
43878         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
43879         gl_CHDIR_SAFER.
43880
43881 2006-02-22  Jim Meyering  <jim@meyering.net>
43882
43883         Sync from coreutils.
43884         * m4/chdir-safer.m4: New file.
43885
43886 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
43887
43888         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
43889         AT_FDCWD exceeds INT_MAX.
43890         * lib/openat.h (AT_FDCWD): Likewise.
43891
43892 2006-02-17  Eric Blake  <address@hidden>
43893
43894         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
43895
43896 2006-02-16  Simon Josefsson  <jas@extundo.com>
43897
43898         * modules/getaddrinfo (Depends-on): Add sys_socket.
43899
43900 2006-02-15  Simon Josefsson  <jas@extundo.com>
43901
43902         * build-aux/maint.mk: Add dsyntax-check rule.
43903
43904 2006-02-15  Eric Blake  <ebb9@byu.net>
43905
43906         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
43907         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
43908         'present but cannot compile' warnings on cygwin.
43909         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
43910         use ws2tcpip.h if sys/socket.h works.
43911         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
43912         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
43913
43914 2006-02-14  Simon Josefsson  <jas@extundo.com>
43915
43916         * modules/maintainer-makefile (Files): Rename.
43917
43918         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
43919         and (the local) Makefile.cfg to maint-cfg.mk.
43920
43921         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
43922         to the latter.
43923
43924         * modules/maintainer-makefile: New module.
43925
43926         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
43927         severaly stripped to make it possible to build it up from scratch
43928         with reliable tests.
43929
43930         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
43931         fixes to permit overriding the default actions when configure and
43932         makefile are not available.
43933
43934 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
43935
43936         Sync from coreutils.
43937         * modules/lstat (Depends-on): Don't depend on xalloc.
43938         (License): Change from GPL to LGPL, since this is now simply a
43939         replacement for a libc function.
43940
43941 2006-02-14  Jim Meyering  <jim@meyering.net>
43942
43943         Sync from coreutils.
43944
43945         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
43946         failure on deficient systems, and simplify gnulib lgpl dependencies.
43947         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
43948         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
43949
43950         * lib/xalloc-die.c: Remove unused definition of N_.
43951
43952 2006-02-14  Jim Meyering  <jim@meyering.net>
43953
43954         Sync from coreutils.
43955         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
43956         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
43957         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
43958         double-quote uses of that variable, to accommodate the rare case in
43959         which getmntent is available in none of the libraries checked.  This
43960         happens at least on FreeBSD 5.0.
43961
43962 2006-02-13  Simon Josefsson  <jas@extundo.com>
43963
43964         * gnulib-tool (Usage): Fix --import, from
43965         karl@freefriends.org (Karl Berry).
43966
43967 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43968
43969         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
43970
43971 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
43972
43973         * lib/argp-namefrob.h: Restore changes accidentally lost during the
43974         "autoupdate" on 2005-12-12.
43975
43976 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43977
43978         * modules/closeout (Depends-on): Remove atexit.
43979
43980 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43981
43982         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
43983         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
43984
43985 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
43986
43987         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
43988         __EXTENSIONS__ if this causes compilation to fail.  Problem
43989         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
43990         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
43991
43992 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
43993
43994         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
43995         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
43996         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
43997         All uses changed.
43998
43999 2006-01-26  Simon Josefsson  <jas@extundo.com>
44000
44001         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
44002         prototype is visible on mingw32.
44003
44004         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
44005         for mingw32.
44006
44007         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
44008         mingw32).
44009
44010 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
44011
44012         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
44013         attempt to open for write; this always fails, at least on POSIX
44014         hosts.  This reinstates the 2006-01-09 change, which was
44015         inadvertently removed.
44016
44017 2006-01-26  Bruno Haible  <bruno@clisp.org>
44018
44019         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
44020         Reported by Paul Eggert.
44021
44022 2006-01-26  Bruno Haible  <bruno@clisp.org>
44023             Paul Eggert  <eggert@cs.ucla.edu>
44024
44025         * lib/stdbool_.h (_Bool)
44026         [(! (defined __cplusplus || defined __BEOS__)
44027           && !defined __GNUC__
44028           && !(defined __HP_cc || defined __xlc__
44029                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
44030                || defined __sgi))]:
44031         #define to signed char in these cases too; this simplifies
44032         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
44033         etc., separately) and makes it more conservative.
44034
44035 2006-01-25  Simon Josefsson  <jas@extundo.com>
44036
44037         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
44038         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
44039         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
44040
44041 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44042
44043         * lib/argp-namefrob.h: Bugfix. Remove stray #
44044
44045 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
44046
44047         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
44048         so that we test the test.
44049         Check for yet another HP-UX cc bug involving *bool |= bool.
44050
44051 2006-01-25  Karl Berry  <karl@gnu.org>
44052
44053         * config/srclist.txt (vasnprintf.c): sync lost.
44054
44055 2006-01-25  Jim Meyering  <jim@meyering.net>
44056
44057         Sync from the stable (b5) branch of coreutils:
44058
44059         * lib/fts.c (fts_children): Don't let close() clobber errno from
44060         failed fchdir().
44061
44062         * lib/fts.c (fts_stat): When following a symlink-to-directory,
44063         don't necessarily interpret stat-fails+lstat-succeeds as indicating
44064         a dangling symlink.  That can also happen at least for ELOOP.
44065         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
44066         FYI, this bug predates the inclusion of fts.c in coreutils.
44067
44068         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
44069         in their own block, so pre-c99 compilers don't object.
44070
44071         Avoid the double-free (first in fts_read, second in fts_close) that
44072         would occur when an `active' directory is made inaccessible (e.g.,
44073         via chmod a-x) during a traversal.
44074         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44075         before returning.  Reproduce this failure by
44076         mkdir -p a/b; cd a; chmod a-x . b
44077         Reported by Stavros Passas.
44078
44079 2006-01-25  Jim Meyering  <jim@meyering.net>
44080
44081         * lib/fileblocks.c: Remove more useless parentheses.
44082         * lib/readutmp.h: Likewise.
44083
44084 2006-01-25  Bruno Haible  <bruno@clisp.org>
44085
44086         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
44087         warnings.
44088         Reported by Paul Eggert.
44089
44090 2006-01-25  Bruno Haible  <bruno@clisp.org>
44091
44092         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
44093         rid of a trap command. For Solaris sh.
44094         Reported by Mark D. Baushke <mdb@gnu.org>.
44095
44096 2006-01-24  Simon Josefsson  <jas@extundo.com>
44097
44098         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
44099         Bruno.
44100
44101 2006-01-24  Karl Berry  <karl@gnu.org>
44102
44103         * config/srclist.txt (argp-namefrob.h): sync lost.
44104
44105 2006-01-24  Jim Meyering  <jim@meyering.net>
44106
44107         * modules/openat (Files): Add lib/intprops.h.
44108         From Mark D. Baushke.
44109
44110 2006-01-24  Jim Meyering  <jim@meyering.net>
44111
44112         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
44113         Reported by Mark D. Baushke.
44114
44115 2006-01-24  Jim Meyering  <jim@meyering.net>
44116
44117         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
44118
44119 2006-01-24  Bruno Haible  <bruno@clisp.org>
44120
44121         * modules/strnlen (Maintainer): Change from glibc to all.
44122
44123 2006-01-24  Bruno Haible  <bruno@clisp.org>
44124
44125         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
44126         Patch by Paul Eggert.
44127
44128 2006-01-24  Bruno Haible  <bruno@clisp.org>
44129
44130         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
44131         already has it.
44132         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
44133         2005-11-26.
44134
44135         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
44136         'signed char' to avoid problems with the built-in _Bool type.
44137         Reported by Paul Eggert on 2005-11-26.
44138
44139 2006-01-24  Bruno Haible  <bruno@clisp.org>
44140
44141         * gnulib-tool (func_import): Avoid constructing complicated sed
44142         expressions inside backquote.
44143         Report and solution by Mark D. Baushke <mdb@gnu.org>.
44144
44145 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
44146
44147         These changes imported from libc.
44148         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
44149         test and two separate function calls.
44150         * lib/strndup.c (__strndup): Add libc_hidden_def.
44151
44152 2006-01-23  Simon Josefsson  <jas@extundo.com>
44153
44154         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
44155         Remove the test_*_SOURCES variable: automake infers it by default.
44156         * modules/tls-tests: Likewise.
44157
44158 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44159
44160         Work around porting bugs reported by Dieter in
44161         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
44162         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
44163         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
44164         Include "getopt.h" first, to check interface.
44165         (getenv): Declare only if defined HAVE_DECL_GETENV &&
44166         !HAVE_DECL_GETENV.
44167         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
44168         (__strndup): Revert to K&R-style function dfns, the glibc style.
44169         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
44170         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
44171         Include strnlen.h first, to get prototype properly.
44172         (strnlen): Renamed from __strnlen.
44173         Remove weak alias.
44174
44175 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44176
44177         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
44178
44179 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44180
44181         * config/srclist.txt: Adjust to reflect glibc reorganization.
44182         This affects only comments.
44183
44184 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44185
44186          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
44187          Reported by Bruce Korb <bkorb@gnu.org>.
44188
44189 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
44190
44191         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
44192         to pacify gcc -Wswitch-default.
44193
44194 2006-01-22  Bruno Haible  <bruno@clisp.org>
44195
44196         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
44197         temporary buffer for sprintf, take into account the precision also
44198         for 'd', 'i', 'u', 'o', 'x', 'X'.
44199
44200 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44201
44202         * modules/argp-tests: New module
44203         * tests/test-argp.c: New file
44204         * tests/test-argp-2.sh: New file
44205
44206 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44207
44208         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
44209         (__argp_base_name): Removed
44210         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
44211         typo.
44212         (__argp_base_name): Provide macro definition or extern declaration
44213         depending on the configuration
44214
44215 2006-01-20  Simon Josefsson  <jas@extundo.com>
44216
44217         * modules/inet_ntop (Depends-on): Depend on sys_socket.
44218
44219 2006-01-20  Simon Josefsson  <jas@extundo.com>
44220
44221         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
44222
44223 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44224
44225         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
44226         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
44227         Suggested by Bruno Haible.
44228
44229 2006-01-20  Karl Berry  <karl@gnu.org>
44230
44231         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
44232         until changes propagate, I guess.
44233
44234 2006-01-19  Simon Josefsson  <jas@extundo.com>
44235
44236         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
44237
44238 2006-01-19  Simon Josefsson  <jas@extundo.com>
44239
44240         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
44241
44242 2006-01-19  Simon Josefsson  <jas@extundo.com>
44243
44244         * gnulib-tool: Set check_PROGRAMS.
44245
44246         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44247         modules/des-tests, modules/gc-arcfour-tests,
44248         modules/gc-arctwo-tests, modules/gc-des-tests,
44249         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44250         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44251         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44252         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44253         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44254         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
44255         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
44256         test_*_SOURCES.
44257
44258 2006-01-18  Simon Josefsson  <jas@extundo.com>
44259
44260         * modules/socklen (Depends-on): Depend on sys_socket.
44261
44262 2006-01-18  Simon Josefsson  <jas@extundo.com>
44263
44264         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44265         modules/des-tests, modules/gc-arcfour-tests,
44266         modules/gc-arctwo-tests, modules/gc-des-tests,
44267         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44268         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44269         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44270         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44271         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44272         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
44273         $(EXEEXT) to automake TESTS variable, for mingw32.
44274
44275 2006-01-17  Simon Josefsson  <jas@extundo.com>
44276
44277         * modules/socklen (Include): Need sys/socket.h.
44278
44279 2006-01-17  Bruno Haible  <bruno@clisp.org>
44280
44281         * modules/ssize_t (Include): Add <sys/types.h>.
44282
44283 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
44284
44285         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
44286         it's not portable and it doesn't work with cross-compiles.
44287         Problem reported by Bruno Haible.  Fix missing-$ typo in
44288         'test "gl_cv_ignore_unused_libraries" ...' that prevented
44289         -zignore from being used with Sun's C compiler.
44290
44291 2006-01-12  Simon Josefsson  <jas@extundo.com>
44292
44293         * lib/base64.c: Fix warning, reported by Bruno Haible
44294         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44295
44296 2006-01-12  Bruno Haible  <bruno@clisp.org>
44297
44298         * modules/ldd: New file.
44299         * build-aux/ldd.sh.in: New file.
44300         * MODULES.html.sh (Support for building libraries and executables): Add
44301         ldd.
44302
44303 2006-01-12  Bruno Haible  <bruno@clisp.org>
44304
44305         * m4/ldd.m4: New file.
44306
44307 2006-01-12  Bruno Haible  <bruno@clisp.org>
44308
44309         * gnulib-tool (func_import, func_create_testdir): Don't go into an
44310         endless loop while replacing $auxdir with build-aux.
44311
44312 2006-01-11  Simon Josefsson  <jas@extundo.com>
44313
44314         * lib/stdint_.h (SIZE_MAX): Add missing (.
44315
44316 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
44317
44318         Sync from coreutils.
44319         * lib/md5.c: Fix commentary typos.
44320         (alignof, UNALIGNED_P): No need for a GCC-specific version.
44321         * lib/md5.h (__attribute__): Remove; unused.
44322         * lib/sha1.c: Fix commentary to match md5 better.
44323         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
44324         so that we don't need to worry about alignment.  All uses changed.
44325         This merges the 2005-10-28 md5 change into sha1.
44326
44327 2006-01-11  Jim Meyering  <jim@meyering.net>
44328
44329         Sync from coreutils.
44330         * lib/md5.c (OP): Fix spacing.
44331
44332 2006-01-11  Bruno Haible  <bruno@clisp.org>
44333
44334         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44335         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
44336         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
44337
44338 2006-01-11  Bruno Haible  <bruno@clisp.org>
44339
44340         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44341         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
44342         the "early" section as well.
44343
44344 2006-01-11  Bruno Haible  <bruno@clisp.org>
44345
44346         Avoid "ar: no archive members specified" error on MacOS X.
44347         * gnulib-tool (func_modules_add_dummy): New function.
44348         (func_import, func_create_testdir): Invoke it.
44349
44350 2006-01-11  Bruno Haible  <bruno@clisp.org>
44351
44352         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
44353         with $auxdir in AC_CONFIG_FILES statements.
44354
44355 2006-01-11  Bruno Haible  <bruno@clisp.org>
44356
44357         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44358         Initialize also noinst_HEADERS to empty.
44359
44360 2006-01-11  Bruno Haible  <bruno@clisp.org>
44361
44362         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
44363         variables.
44364         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
44365         autoreconf.
44366
44367 2006-01-11  Bruno Haible  <bruno@clisp.org>
44368
44369         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
44370         overridable by the user.
44371         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44372
44373 2006-01-10  Simon Josefsson  <jas@extundo.com>
44374
44375         * modules/sys_socket: New file.
44376
44377 2006-01-10  Simon Josefsson  <jas@extundo.com>
44378
44379         * m4/sys_socket_h.m4: New file.
44380
44381 2006-01-10  Simon Josefsson  <jas@extundo.com>
44382
44383         * lib/socket_.h: New file.
44384
44385 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44386
44387         * modules/readutmp (Maintainer): Add myself.
44388
44389 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44390
44391         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
44392         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
44393         People who are still concerned with buggy memcmp implementations
44394         can invoke gl_FUNC_MEMCMP themselves.
44395
44396 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44397
44398         * lib/regex_internal.h (BITSET_WORD_BITS):
44399         Work around a bug in 64-bit PGC (before version 6.1-2), where the
44400         preprocessor mishandles large unsigned values as if they were signed.
44401         Problem reported by Claudio Fontana in
44402         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
44403
44404 2006-01-10  Jim Meyering  <jim@meyering.net>
44405
44406         Avoid the double-free (first in fts_read, second in fts_close) that
44407         would occur when an `active' directory is made inaccessible (e.g.,
44408         via chmod a-x) during a traversal.
44409         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44410         before returning.  Reproduce this failure by
44411         mkdir -p a/b; cd a; chmod a-x . b
44412         Reported by Stavros Passas.
44413
44414         Sync from coreutils.
44415         * lib/sha1.c: Tweak grammar in a comment.
44416
44417 2006-01-10  Jim Meyering  <jim@meyering.net>
44418
44419         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
44420         Patch by Joerg Sonnenberger.
44421
44422 2006-01-10  Bruno Haible  <bruno@clisp.org>
44423
44424         * modules/readutmp: Depend on module free.
44425         * modules/strtok_r: Depend on module restrict.
44426
44427 2006-01-10  Bruno Haible  <bruno@clisp.org>
44428
44429         * modules/gettext (configure.ac): Add an invocation of
44430         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
44431
44432 2006-01-10  Bruno Haible  <bruno@clisp.org>
44433
44434         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
44435         Reported by Werner Lemberg <wl@gnu.org>.
44436
44437 2006-01-10  Bruno Haible  <bruno@clisp.org>
44438
44439         * lib/localcharset.c: Update from GNU gettext.
44440
44441 2006-01-10  Bruno Haible  <bruno@clisp.org>
44442
44443         * lib/argp.h (__const): Remove macro. Use const instead.
44444         * lib/argp-fmtstream.h (__const): Likewise.
44445         * lib/glob_.h (__const): Remove macro.
44446         * lib/glob-libc.h: Use const instead of __const.
44447
44448 2006-01-10  Bruno Haible  <bruno@clisp.org>
44449
44450         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44451         variable.
44452         Needed to avoid an automake error regarding the 'gettext' module.
44453
44454 2006-01-09  Simon Josefsson  <jas@extundo.com>
44455
44456         * modules/inet_ntop (Depends-on): Add restrict.
44457
44458 2006-01-09  Simon Josefsson  <jas@extundo.com>
44459
44460         * modules/gc-rijndael-tests (License): Put under LGPL.
44461
44462         * modules/gc-des-tests (License): Likewise.
44463
44464         * modules/gc-arcfour-tests (License): Likewise.
44465
44466         * modules/gc-arctwo-tests (License): Likewise.
44467
44468         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44469
44470         * modules/gc-hmac-sha1-tests (Files): Likewise.
44471
44472         * modules/gc-hmac-md5-tests (License): Likewise.
44473
44474         * modules/gc-sha1-tests (License): Likewise.
44475
44476         * modules/gc-md5-tests (License): Likewise.
44477
44478         * modules/gc-md4-tests (License): Likewise.
44479
44480         * modules/gc-md2-tests (License): Likewise.
44481
44482         * modules/gc-tests (License): Likewise.
44483
44484         * modules/des-tests (License): Likewise.
44485
44486         * modules/md4-tests (License): Likewise.
44487
44488         * modules/md2-tests (License): Likewise.
44489
44490 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44491
44492         Sync from coreutils:
44493
44494         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44495         * modules/lib-ignore: New file.
44496         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44497         chdir-safer.m4, lchmod.m4.
44498         * modules/openat: Add mkdirat.c, openat-priv.h.
44499
44500 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44501
44502         Sync from coreutils.
44503         * m4/lib-ignore.m4: New file.
44504         * m4/lchmod.m4: New file.
44505
44506 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44507
44508         Sync from coreutils.
44509         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44510         for write access: POSIX says that must fail.
44511         * lib/fts.c (diropen): Likewise.
44512         * lib/save-cwd.c (save_cwd): Likewise.
44513         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44514         well, for minor improvements on hosts that lack O_DIRECTORY.
44515         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44516         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44517         Fall back on chown if open failed with EACCES.
44518
44519         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44520         Report an error at compile-time if only a 1-second nominal clock
44521         resolution is found.
44522
44523         * lib/lchmod.h: New file.
44524         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44525         (make_dir_parents): Use lchown rather than chown, and
44526         lchmod rather than chmod.
44527
44528         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44529         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44530         "proc" reported by n0dalus.
44531
44532         * lib/mountlist.c: Include <limits.h>.
44533         (dev_from_mount_options)
44534         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44535         New function.  It no longer assumes "dev=" has the System V meaning
44536         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44537         (read_file_system_list)
44538         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44539         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44540         dev= in that case.
44541
44542         * lib/posixtm.h (PDS_PRE_2000): New macro.
44543         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44544         allow_century.  All usages changed.  Reject dates outside the range
44545         1969-1999 if PDS_PRE_2000 is used.
44546
44547 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44548
44549         Sync from coreutils.
44550         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44551         (Time of day items): Mention the possibility of leap seconds.
44552         Problem reported by Dr. David Alan Gilbert.
44553
44554 2006-01-09  Jim Meyering  <jim@meyering.net>
44555
44556         Sync from coreutils.
44557
44558         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44559
44560         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44561
44562         * lib/modechange.c (mode_compile): Reject an invalid mode string
44563         that starts with an octal digit.  From Andreas Gruenbacher.
44564
44565         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44566         and dup to open_safer and dup_safer, respectively.
44567         (openat_permissive): Fix typo in comment.
44568
44569         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44570         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44571         (_): Remove; no longer needed.
44572         (openat): Renamed from rpl_openat; no need for rpl_openat
44573         since openat.h renames openat for us.
44574         Replace most of the body with a call to openat_permissive,
44575         to avoid duplicate code.
44576         Port to (probably hypothetical) environments were mode_t is
44577         wider than int.
44578         (openat_permissive): Require mode arg, so that we can check
44579         types better.  Put it just after flags.  Change cwd failure
44580         indicator from pointer-to-bool to pointer-to-errno-value.
44581         All callers changed.
44582         Invoke openat_save_fail and/or openat_restore_fail if
44583         cwd_errno is null, so that openat can call us.
44584         (openat_permissive, fdopendir, fstatat, unlinkat):
44585         Simplify errno handling to avoid some duplicate code,
44586         as it's OK to set errno on success.
44587         * lib/openat.h: Revamp code so that function macros depend on
44588         __OPENAT_PREFIX only, not also on AT_FDCWD.
44589         (openat_ro): Remove.  Caller changed to use openat_permissive.
44590         (openat_permissive): Now a macro, if not a function.
44591         (openat_restore_fail, openat_save_fail): Now always functions,
44592         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44593
44594         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44595         and openat.c.
44596         * lib/mkdirat.c: Include openat-priv.h.
44597         Remove definitions of macros defined therein.
44598         * lib/openat.c: Likewise.
44599
44600         * lib/mkdirat.c (mkdirat): New file and function.
44601         * lib/openat.h (mkdirat): Declare.
44602
44603         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
44604
44605         * lib/openat.h (openat_permissive): Declare.
44606         (openat_ro): Define.
44607
44608         * lib/openat.c (EXPECTED_ERRNO): New macro.
44609         (openat_permissive): New function -- used in remove.c rewrite.
44610         (all functions): Set errno just before returning, only if there
44611         was an actual failure.
44612         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
44613
44614         Emulate openat-family functions using Linux's procfs, if possible.
44615         Idea and some code based on Ulrich Drepper's glibc changes.
44616
44617         * lib/openat.c: (BUILD_PROC_NAME): New macro.
44618         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
44619         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
44620         before falling back on save_cwd and restore_cwd.
44621         (fdopendir, fstatat, unlinkat): Likewise.
44622
44623         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
44624         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
44625
44626         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
44627         as second argument to va_arg.  Otherwise, some versions of gcc
44628         warn that `if this code is reached, the program will abort'.
44629
44630 2006-01-09  Jim Meyering  <jim@meyering.net>
44631
44632         Sync from coreutils.
44633         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
44634         Require openat-priv.h.
44635
44636 2006-01-09  Bruno Haible  <bruno@clisp.org>
44637
44638         * modules/strnlen (Include): Use strnlen.h.
44639
44640 2006-01-09  Bruno Haible  <bruno@clisp.org>
44641
44642         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
44643
44644 2006-01-09  Bruno Haible  <bruno@clisp.org>
44645
44646         * lib/sysexit_.h (EX_OK): New macro.
44647         Suggested by Martin Lambers <marlam@marlam.de>.
44648
44649 2006-01-09  Bruno Haible  <bruno@clisp.org>
44650
44651         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
44652         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
44653
44654 2006-01-09  Bruno Haible  <bruno@clisp.org>
44655
44656         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
44657         numbers.
44658
44659 2006-01-09  Bruno Haible  <bruno@clisp.org>
44660
44661         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
44662         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
44663         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
44664         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
44665
44666 2006-01-09  Bruno Haible  <bruno@clisp.org>
44667
44668         * build-aux/javacomp.sh.in: New file, moved from lib/.
44669         * modules/javacomp-script (Files): Update.
44670         (configure.ac): Add AC_CONFIG_FILES invocation.
44671         (EXTRA_DIST): Remove variable.
44672
44673         * build-aux/javaexec.sh.in: New file, moved from lib/.
44674         * modules/javaexec (Files): Update.
44675         (configure.ac): Add AC_CONFIG_FILES invocation.
44676         (EXTRA_DIST): Remove javaexec.sh.in.
44677
44678         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
44679         * modules/csharpcomp-script (Files): Update.
44680         (configure.ac): Add AC_CONFIG_FILES invocation.
44681         (EXTRA_DIST): Remove variable.
44682
44683         * build-aux/csharpexec.sh.in: New file, moved from lib/.
44684         * modules/csharpexec (Files): Update.
44685         (configure.ac): Add AC_CONFIG_FILES invocation.
44686         (EXTRA_DIST): Remove csharpexec.sh.in.
44687
44688 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44689
44690         Sync from coreutils.
44691
44692         Add POSIX ACL support
44693         * lib/acl.h (copy_acl, set_acl): Add declarations.
44694         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
44695         systems other than Linux.
44696         (chmod_or_fchmod): New function: use fchmod when possible,
44697         and chmod otherwise.
44698         (file_has_acl): Add a POSIX ACL implementation, with a
44699         Linux-specific subcase.
44700         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
44701         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
44702         acls are unsupported.
44703         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
44704         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
44705         are unsupported.
44706
44707 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44708
44709         Sync from coreutils.
44710         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
44711
44712 2006-01-07  Bruno Haible  <bruno@clisp.org>
44713
44714         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
44715         gl_EARLY.
44716
44717 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44718
44719         * lib/strftime.c (tzname): Don't declare if it is already #defined.
44720         Problem reported for Mingw by Mark Junker.
44721
44722 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44723
44724         * README: Gnulib normally doesn't generate a tarball.
44725
44726 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
44727
44728         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
44729         long int, not int, for nanosecond counts, so that people who are
44730         used to POSIX struct timespec won't be surprised.  Reported by Jim
44731         Meyering.
44732
44733 2005-12-28  Bruno Haible  <bruno@clisp.org>
44734
44735         * build-aux/config.rpath: Update from GNU gettext.
44736
44737 2005-12-16  Jim Meyering  <jim@meyering.net>
44738
44739         * modules/fprintftime: New module.
44740         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
44741
44742 2005-12-16  Jim Meyering  <jim@meyering.net>
44743
44744         * m4/fprintftime.m4: New file.
44745
44746 2005-12-16  Jim Meyering  <jim@meyering.net>
44747
44748         * lib/fprintftime.c, lib/fprintftime.h: New files.
44749
44750 2005-12-15  Simon Josefsson  <jas@extundo.com>
44751
44752         * modules/socklen (configure.ac): Fix M4 macro name, to align with
44753         new m4/socklen.m4.
44754
44755 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44756
44757         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
44758         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
44759
44760 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44761
44762         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
44763         * lib/argp-help.c (fill_in_uparams): Check if the constructed
44764         struct uparams is valid. Fall back to the default values if it is
44765         not.
44766
44767 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44768
44769         * modules/argp (Files): Add argp-pin.c
44770         (Depends-on): dirname
44771         (lib_SOURCES): Add argp-pin.c
44772
44773 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44774
44775         * m4/argp.m4:  Check if program_invocation_name and
44776         program_invocation_short_name are declared and define appropriate
44777         macros if they are not.
44778
44779 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44780
44781         * lib/argp-help.c (__argp_base_name): New function
44782         (__argp_short_program_name): Rewrite using __argp_base_name
44783         * lib/argp-namefrob.h: Define program_invocation_name and
44784         program_invocation_short_name if requested
44785         (__argp_base_name): Add prototype
44786         * lib/argp-parse.c (argp_def): Use gettext wrappers
44787         (argp_default_parser): Use __argp_base_name
44788         * lib/argp-pin.c: New file. Defines program_invocation_name and
44789         program_invocation_short_name on systems that lack them.
44790
44791 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44792
44793         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
44794         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44795         porting problem reported by Georg Schwarz in
44796         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44797
44798 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44799
44800         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
44801         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44802         porting problem reported by Georg Schwarz in
44803         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44804
44805 2005-12-05  Bruno Haible  <bruno@clisp.org>
44806
44807         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
44808         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
44809         Reported by Mark Junker <mjscod@gmx.de>.
44810
44811 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
44812
44813         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
44814         Use implementation from Albert Chin, with some
44815         comments/corrections by Stepan Kasal and myself.
44816
44817 2005-12-02  Bruno Haible  <bruno@clisp.org>
44818
44819         * gnulib-tool (func_import): Accept GPLed build tool modules when
44820         --lgpl is given.
44821         * modules/csharpcomp-script: New file.
44822         * modules/csharpcomp: Depend on it.
44823         * modules/javacomp-script: New file.
44824         * modules/javacomp: Depend on it.
44825         Suggested by Simon Josefsson.
44826
44827 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
44828
44829         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
44830         statement, to work around an HP-UX 10.20 compiler bug reported by
44831         Peter O'Gorman.
44832
44833 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44834
44835         * modules/savedir (Depends-on): Add openat.
44836
44837 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44838
44839         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
44840         (uintmax_t) [defined uintmax_t]: Do not declare.
44841         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
44842         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
44843         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
44844         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
44845         sake of portability to weird hosts that C allows (though we don't
44846         know of any practical examples).
44847
44848         * lib/savedir.h (fdsavedir): New decl.
44849         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
44850         contains most of the former guts of savedir.
44851         (savedir): Use savedirstream.
44852         Include "openat.h".
44853
44854 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44855
44856         * modules/obstack (Files): Add m4/ulonglong.m4.
44857         Problem reported by Davide Angelocola.
44858
44859 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
44860
44861         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
44862         coreutils no longer futzes with rounding modes.
44863
44864 2005-11-14  Jim Meyering  <jim@meyering.net>
44865
44866         * lib/mkstemp-safer.c: Include <config.h>, required for possible
44867         replacement of mkstemp.
44868
44869 2005-11-10  Simon Josefsson  <jas@extundo.com>
44870
44871         * lib/readline.c: Remove EOL.
44872
44873 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44874
44875         * modules/gethrxtime (Depends-on): Add gettime.
44876
44877 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44878
44879         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
44880         or gettimeofday; no longer needed.
44881
44882 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44883
44884         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
44885         time business.
44886         (gethrxtime) [! (HAVE_NANOUPTIME
44887         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
44888         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
44889         our own approximation.
44890
44891 2005-11-08  Eric Blake  <ebb9@byu.net>
44892
44893         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44894
44895 2005-11-08  Eric Blake  <ebb9@byu.net>
44896
44897         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44898
44899 2005-11-04  Bruno Haible  <bruno@clisp.org>
44900
44901         * gnulib-tool: Implement --update mode.
44902
44903 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44904
44905         Fix porting problem reported by Theodoros V. Kalamatianos.
44906         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
44907         Don't assume that futimes failing means we must fail.
44908
44909 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44910
44911         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
44912         variables to suggest the intended function of the PATH_MAX check.
44913
44914 2005-10-30  Kean Johnston  <jkj@sco.com>
44915
44916         Trivial changes to support SCO systems.
44917         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
44918         as PATH_MAX.
44919         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
44920         where __ptr is null when no I/O is pending.
44921
44922 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44923
44924         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
44925         leave errno alone.  Problem reported by Dmitry V. Levin.
44926
44927 2005-10-28  Simon Josefsson  <jas@extundo.com>
44928
44929         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
44930         Test more.
44931
44932         * tests/test-gc-md2.c, tests/test-md2.c: New files.
44933
44934         * modules/md2, modules/md2-tests: New files.
44935
44936 2005-10-28  Simon Josefsson  <jas@extundo.com>
44937
44938         * m4/inet_ntop.m4: More tests.
44939
44940         * m4/gc-md2.m4, md2.m4: New file.
44941
44942 2005-10-28  Simon Josefsson  <jas@extundo.com>
44943
44944         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
44945         "restrict" keywords, as per POSIX.  Protect the function
44946         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
44947         Don't use K&R prototypes.  Check the sprintf return values.
44948         Re-define EAFNOSUPPORT if not present.  Indent.
44949
44950         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
44951         suggested by Bruno Haible <bruno@clisp.org>.
44952
44953         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
44954
44955         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
44956
44957         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
44958         libgcrypt).
44959
44960         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
44961
44962         * lib/md2.h, lib/md2.c: New files.
44963
44964 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
44965
44966         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
44967         errno alone.  Problem reported by Frederic Jolliton.
44968
44969 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
44970
44971         * modules/verify (License): Change from GPL to LGPL.  This is a
44972         tiny module and there are apparently near-equivalents that are
44973         under the BSD license.
44974
44975 2005-10-24  Simon Josefsson  <jas@extundo.com>
44976
44977         * modules/sha1: Relicense to LGPL.
44978
44979 2005-10-24  Simon Josefsson  <jas@extundo.com>
44980
44981         * lib/md4.h: Shrink buffer size, now that we changed the type.
44982
44983 2005-10-23  Simon Josefsson  <jas@extundo.com>
44984
44985         * gnulib-tool (func_import): Fix --tests-base.
44986
44987 2005-10-22  Simon Josefsson  <jas@extundo.com>
44988
44989         * modules/arcfour (Depends-on): Need stdint.
44990
44991 2005-10-22  Simon Josefsson  <jas@extundo.com>
44992
44993         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
44994         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
44995
44996 2005-10-22  Simon Josefsson  <jas@extundo.com>
44997
44998         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
44999         suggested by Bruno Haible <bruno@clisp.org>.
45000
45001 2005-10-22  Simon Josefsson  <jas@extundo.com>
45002
45003         * lib/crc.h: Include stddef.h, for size_t.
45004
45005 2005-10-22  Simon Josefsson  <jas@extundo.com>
45006
45007         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
45008         arcfour_context struct (simplify test vector testing in GNU
45009         Shishi).
45010
45011 2005-10-21  Simon Josefsson  <jas@extundo.com>
45012
45013         * modules/des, modules/des-tests: New files.
45014
45015         * modules/gc-des, modules/gc-des-tests: New files.
45016
45017         * tests/test-des.c, tests/test-gc-des.c: New file.
45018
45019 2005-10-21  Simon Josefsson  <jas@extundo.com>
45020
45021         * modules/arctwo, modules/arctwo-tests: New files.
45022
45023         * tests/test-arctwo.c: New file.
45024
45025         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
45026
45027         * tests/test-gc-arctwo.c: New file.
45028
45029 2005-10-21  Simon Josefsson  <jas@extundo.com>
45030
45031         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
45032         Bruno Haible <bruno@clisp.org>.
45033
45034         * m4/gc-des.m4: New file.
45035
45036 2005-10-21  Simon Josefsson  <jas@extundo.com>
45037
45038         * m4/arctwo.m4: New file.
45039
45040         * m4/gc-arctwo.m4: New file.
45041
45042 2005-10-21  Simon Josefsson  <jas@extundo.com>
45043
45044         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
45045         block.
45046
45047 2005-10-21  Simon Josefsson  <jas@extundo.com>
45048
45049         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
45050         <bruno@clisp.org>.
45051
45052         * lib/hmac-sha1.c (hmac_sha1): Likewise.
45053
45054         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
45055         Bruno Haible <bruno@clisp.org>.
45056
45057         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
45058         <bruno@clisp.org>.
45059
45060 2005-10-21  Simon Josefsson  <jas@extundo.com>
45061
45062         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
45063
45064 2005-10-21  Simon Josefsson  <jas@extundo.com>
45065
45066         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
45067
45068 2005-10-21  Simon Josefsson  <jas@extundo.com>
45069
45070         * lib/des.h, lib/des.c: New files.
45071
45072         * lib/gc-gnulib.c: Support DES.c
45073
45074 2005-10-21  Simon Josefsson  <jas@extundo.com>
45075
45076         * lib/arctwo.h, lib/arctwo.c: New files.
45077
45078         * lib/gc-gnulib.c: Support ARCTWO.
45079
45080 2005-10-21  Simon Josefsson  <jas@extundo.com>
45081
45082         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
45083         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45084
45085 2005-10-21  Simon Josefsson  <jas@extundo.com>
45086
45087         * gnulib-tool (func_import, func_create_testdir): Define automake
45088         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
45089         Makefile.am snippet),
45090         suggested by Bruno Haible <bruno@clisp.org>.
45091
45092         * modules/gc (Makefile.am): Use it.
45093
45094 2005-10-21  Bruno Haible  <bruno@clisp.org>
45095
45096         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
45097         patch.
45098
45099 2005-10-19  Simon Josefsson  <jas@extundo.com>
45100
45101         * tests/test-gc-rijndael.c: New file.
45102
45103         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
45104
45105 2005-10-19  Simon Josefsson  <jas@extundo.com>
45106
45107         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
45108         interface too.
45109
45110 2005-10-19  Simon Josefsson  <jas@extundo.com>
45111
45112         * tests/test-gc-arcfour.c: New file.
45113
45114         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
45115
45116 2005-10-19  Simon Josefsson  <jas@extundo.com>
45117
45118         * modules/gc-md4, modules/gc-md4-tests: New file.
45119
45120         * tests/test-gc-md4.c: New file.
45121
45122 2005-10-19  Simon Josefsson  <jas@extundo.com>
45123
45124         * m4/gc-md4.m4: New file.
45125
45126 2005-10-19  Simon Josefsson  <jas@extundo.com>
45127
45128         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
45129         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
45130         <kasal@ucw.cz>.
45131
45132 2005-10-19  Simon Josefsson  <jas@extundo.com>
45133
45134         * m4/gc-arcfour.m4: New file.
45135
45136         * m4/gc-rijndael.m4: New file.
45137
45138 2005-10-19  Simon Josefsson  <jas@extundo.com>
45139
45140         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
45141
45142 2005-10-19  Simon Josefsson  <jas@extundo.com>
45143
45144         * lib/gc-gnulib.c: Support ARCFOUR.
45145
45146 2005-10-19  Simon Josefsson  <jas@extundo.com>
45147
45148         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
45149         support.
45150
45151         * lib/gc.h: Add ECB enum type.
45152
45153         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
45154
45155 2005-10-18  Simon Josefsson  <jas@extundo.com>
45156
45157         * tests/test-md5.c: New file.
45158
45159         * modules/md5-tests: New file.
45160
45161 2005-10-18  Simon Josefsson  <jas@extundo.com>
45162
45163         * tests/test-md4.c: New file.
45164
45165         * modules/md4, modules/md4-tests: New files.
45166
45167 2005-10-18  Simon Josefsson  <jas@extundo.com>
45168
45169         * m4/md4.m4: New file.
45170
45171 2005-10-18  Simon Josefsson  <jas@extundo.com>
45172
45173         * lib/md4.h, lib/md4.c: New files, based on md5.?.
45174
45175 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
45176
45177         * gnulib-tool (func_create_testdir): Omit the second check whether
45178         BUILT_SOURCES in nonempty.
45179
45180 2005-10-17  Simon Josefsson  <jas@extundo.com>
45181
45182         * tests/test-rijndael.c: New file.
45183
45184 2005-10-17  Simon Josefsson  <jas@extundo.com>
45185
45186         * modules/sha1: Depend on stdint instead of md5.
45187
45188         * modules/md5: Depend on stdint, remove uint32_t.
45189
45190 2005-10-17  Simon Josefsson  <jas@extundo.com>
45191
45192         * modules/gc-sha1-tests: New file.
45193
45194         * tests/test-gc-sha1.c: New file.
45195
45196 2005-10-17  Simon Josefsson  <jas@extundo.com>
45197
45198         * m4/md5.m4: Remove call to uint32_t.m4.
45199
45200 2005-10-17  Simon Josefsson  <jas@extundo.com>
45201
45202         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
45203
45204         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
45205         md5.h.
45206
45207         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
45208
45209         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
45210
45211 2005-10-17  Simon Josefsson  <jas@extundo.com>
45212
45213         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
45214
45215 2005-10-17  Simon Josefsson  <jas@extundo.com>
45216
45217         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
45218
45219 2005-10-17  Simon Josefsson  <jas@extundo.com>
45220
45221         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
45222
45223         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
45224
45225 2005-10-17  Bruno Haible  <bruno@clisp.org>
45226
45227         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
45228         that it can also be used in a test.
45229
45230 2005-10-16  Bruno Haible  <bruno@clisp.org>
45231
45232         * gnulib-tool (func_emit_tests_Makefile_am): Also define
45233         TESTS_ENVIRONMENT, so that individual tests can augment it.
45234
45235         * gnulib-tool (func_create_testdir): Use an intermediate target for
45236         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
45237         macros, like $(ALLOCA_H), which cannot be passed through the command
45238         line.
45239
45240 2005-10-15  Simon Josefsson  <jas@extundo.com>
45241
45242         * modules/rijndael-tests: New file.
45243
45244         * modules/rijndael: New file.
45245
45246 2005-10-15  Simon Josefsson  <jas@extundo.com>
45247
45248         * m4/rijndael.m4: New file.
45249
45250 2005-10-15  Simon Josefsson  <jas@extundo.com>
45251
45252         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
45253
45254         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
45255
45256 2005-10-14  Simon Josefsson  <jas@extundo.com>
45257
45258         * tests/test-arcfour.c: New file.
45259
45260         * modules/arcfour, modules/arcfour-tests: New files.
45261
45262 2005-10-14  Simon Josefsson  <jas@extundo.com>
45263
45264         * m4/arcfour.m4: New file.
45265
45266 2005-10-14  Simon Josefsson  <jas@extundo.com>
45267
45268         * lib/arcfour.h, lib/arcfour.c: New files.
45269
45270 2005-10-14  Roland McGrath  <roland@redhat.com>
45271
45272         Import from libc.  [BZ #1331]
45273         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
45274         macro argument.
45275         Reported by Matej Vela <vela@debian.org>.
45276
45277 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45278
45279         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
45280         include <wchar.h>; no longer needed.
45281
45282 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45283
45284         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
45285
45286 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
45287         and  Ulrich Drepper  <drepper@redhat.com>
45288
45289         Import from libc.
45290         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
45291         instead of inline stream orientation test and two separate
45292         function calls.  Pay no attention to USE_IN_LIBIO.
45293
45294 2005-10-13  Simon Josefsson  <jas@extundo.com>
45295
45296         * modules/gc-hmac-md5-tests: New file.
45297
45298         * tests/test-gc-hmac-sha1.c: New file.
45299
45300         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45301
45302         * modules/gc-hmac-md5-tests: New file.
45303
45304         * tests/test-gc-md5.c: New file.
45305
45306         * modules/gc-md5-tests: New file.
45307
45308 2005-10-13  Simon Josefsson  <jas@extundo.com>
45309
45310         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
45311         Move memory allocation outside of loop.
45312
45313 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
45314
45315         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
45316         intermediate directory is in a read-only file system.  Problem
45317         reported by Eric Blake.
45318
45319 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
45320
45321         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
45322
45323 2005-10-12  Simon Josefsson  <jas@extundo.com>
45324
45325         * tests/test-hmac-sha1.c: New file.
45326
45327         * modules/hmac-sha1-tests: New file.
45328
45329         * modules/hmac-sha1: New file.
45330
45331 2005-10-12  Simon Josefsson  <jas@extundo.com>
45332
45333         * modules/gc-sha1: New file.
45334
45335 2005-10-12  Simon Josefsson  <jas@extundo.com>
45336
45337         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
45338
45339         * tests/test-gc-pbkdf2-sha1.c: New file.
45340
45341 2005-10-12  Simon Josefsson  <jas@extundo.com>
45342
45343         * modules/gc-md5, modules/gc-hmac-md5: New files.
45344
45345         * modules/gc (Files): Remove md5, memxor and hmac files.
45346
45347 2005-10-12  Simon Josefsson  <jas@extundo.com>
45348
45349         * m4/gc-pbkdf2-sha1.m4: New file.
45350
45351         * m4/gc-hmac-sha1.m4: New file.
45352
45353         * m4/gc-sha1: New file.
45354
45355         * m4/hmac-sha1.m4: New file.
45356
45357 2005-10-12  Simon Josefsson  <jas@extundo.com>
45358
45359         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
45360
45361         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
45362
45363 2005-10-12  Simon Josefsson  <jas@extundo.com>
45364
45365         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
45366         suggested by Bruno Haible <bruno@clisp.org>.
45367
45368 2005-10-12  Simon Josefsson  <jas@extundo.com>
45369
45370         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
45371
45372 2005-10-12  Simon Josefsson  <jas@extundo.com>
45373
45374         * lib/gc-pbkdf2-sha1.c: New file.
45375
45376         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
45377
45378 2005-10-12  Simon Josefsson  <jas@extundo.com>
45379
45380         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
45381
45382         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
45383
45384 2005-10-12  Simon Josefsson  <jas@extundo.com>
45385
45386         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
45387         GC_USE_HMAC_MD5, respectively.
45388
45389         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
45390         (gc_md5): Fix typo.
45391
45392         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
45393
45394         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
45395
45396         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
45397
45398 2005-10-12  Bruno Haible  <bruno@clisp.org>
45399
45400         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
45401         Reported by Stepan Kasal <kasal@ucw.cz>.
45402
45403 2005-10-11  Simon Josefsson  <jas@extundo.com>
45404
45405         * tests/test-crc.c: New file.
45406
45407         * modules/crc, modules/crc-tests: New files.
45408
45409 2005-10-11  Simon Josefsson  <jas@extundo.com>
45410
45411         * m4/crc.m4: New file.
45412
45413 2005-10-11  Simon Josefsson  <jas@extundo.com>
45414
45415         * lib/gc.h: Add gc_hash and gc_hash_buffer.
45416
45417         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
45418
45419         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
45420
45421 2005-10-11  Simon Josefsson  <jas@extundo.com>
45422
45423         * lib/crc.h, lib/crc.c: New files.
45424
45425         * lib/gc.h (gc_hash_buffer): Add doc.
45426
45427 2005-10-11  Bruno Haible  <bruno@clisp.org>
45428
45429         * modules/c-strcasestr: New file.
45430         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
45431
45432 2005-10-11  Bruno Haible  <bruno@clisp.org>
45433
45434         * modules/c-strcase: New file.
45435         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
45436
45437 2005-10-11  Bruno Haible  <bruno@clisp.org>
45438
45439         * lib/strcasecmp.c: Include limits.h.
45440         (strcasecmp): Avoid integer overflow on exotic platforms.
45441         * lib/strncasecmp.c: Include limits.h.
45442         (strncasecmp): Avoid integer overflow on exotic platforms.
45443         Reported by Paul Eggert.
45444
45445 2005-10-11  Bruno Haible  <bruno@clisp.org>
45446
45447         * lib/c-strcasestr.h: New file, from GNU gettext.
45448         * lib/c-strcasestr.c: New file, from GNU gettext.
45449
45450 2005-10-11  Bruno Haible  <bruno@clisp.org>
45451
45452         * lib/c-strcase.h: New file, from GNU gettext.
45453         * lib/c-strcasecmp.c: New file, from GNU gettext.
45454         * lib/c-strncasecmp.c: New file, from GNU gettext.
45455
45456 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45457
45458         * modules/mempcpy (License): GPL -> LGPL.
45459         * modules/strchrnul (License): Likewise.
45460         * modules/sysexits (License): Likewise.
45461
45462 2005-10-08  Simon Josefsson  <jas@extundo.com>
45463
45464         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45465
45466 2005-10-07  Simon Josefsson  <jas@extundo.com>
45467
45468         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45469
45470 2005-10-06  Simon Josefsson  <jas@extundo.com>
45471
45472         * tests/test-hmac-md5.c: New file.
45473
45474         * modules/hmac-md5-tests: New file.
45475
45476         * modules/hmac-md5: New file.
45477
45478 2005-10-06  Simon Josefsson  <jas@extundo.com>
45479
45480         * m4/hmac-md5.m4: New file.
45481
45482         * m4/memxor.m4: Require gl_C_RESTRICT.
45483
45484 2005-10-06  Simon Josefsson  <jas@extundo.com>
45485
45486         * lib/memxor.c (memxor): Avoid casts and warnings.
45487
45488 2005-10-06  Simon Josefsson  <jas@extundo.com>
45489
45490         * lib/hmac-md5.c: New file.
45491
45492         * lib/hmac.h: New file.
45493
45494 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45497         promotes to int, not unsigned int, to catch the AIX 5.3
45498         compiler bug.
45499
45500 2005-10-05  Simon Josefsson  <jas@extundo.com>
45501
45502         * modules/memxor: New file.
45503
45504         * modules/iconv (Files): Move config.rpath to havelib, it is used
45505         there.
45506
45507         * modules/havelib (Files): Add config.rpath.
45508
45509 2005-10-05  Simon Josefsson  <jas@extundo.com>
45510
45511         * m4/memxor.m4: New file.
45512
45513 2005-10-05  Simon Josefsson  <jas@extundo.com>
45514
45515         * lib/memxor.c (memxor): Fix compiler error.
45516
45517         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45518         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45519
45520         * lib/memxor.h, lib/memxor.c: New files.
45521
45522         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45523         we assume all systems have it, suggested by Jim Meyering
45524         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45525         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45526         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45527         same reasons.
45528
45529 2005-10-05  Simon Josefsson  <jas@extundo.com>
45530
45531         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45532
45533 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45534
45535         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45536         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45537         needed, since the source code now assumes these .h files.
45538
45539 2005-10-05  Derek Price  <derek@ximbiot.com>
45540
45541         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45542
45543 2005-10-05  Bruno Haible  <bruno@clisp.org>
45544
45545         * modules/stdint (License): Change to LGPL.
45546
45547 2005-10-04  Simon Josefsson  <jas@extundo.com>
45548
45549         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45550         D. Baushke" <mdb@gnu.org>.
45551
45552 2005-10-04  Bruno Haible  <bruno@clisp.org>
45553
45554         * lib/verify.h (verify_true): Provide alternative definition for C++.
45555
45556 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45557
45558         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45559         (SSIZE_MAX): New macro, if not already defined.
45560         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45561         than 2 GiB.
45562
45563 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45564
45565         Sync from coreutils.
45566         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45567         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45568         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45569         ULLONG_MAX doesn't work with 2.7.2.1.
45570
45571 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45572
45573         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45574         From Ben Pfaff.
45575
45576         * modules/exclude (Depends-on): Depend on verify.
45577         * modules/strtoimax (Depends-on): Likewise.
45578         * modules/utimecmp (Depends-on): Likewise.
45579
45580 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45581
45582         * lib/exclude.c: Include verify.h.
45583         (verify): Remove.  All callers changed to use verify.h's version.
45584         * lib/strtoimax.c: Likewise.
45585         * lib/utimecmp.c: Likewis.e
45586
45587         Sync from coreutils.
45588         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45589         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45590         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45591         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45592         bother returning ENOSYS if settimeofday or stime fails; just let
45593         them return whatever errno they want to return.
45594         * lib/utimens.c: Include unistd.h, for dup2.
45595         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45596         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45597
45598 2005-10-02  Jim Meyering  <jim@meyering.net>
45599
45600         Sync from coreutils.
45601         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
45602         from glibc-2.2.5 that fails for read-only files.
45603
45604 2005-10-02  Jim Meyering  <jim@meyering.net>
45605
45606         Sync from coreutils.
45607         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
45608         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
45609         `#if HAVE_CONFIG_H'.
45610         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
45611         Remove AT_FDCWD test.
45612         Do not consume the fd unless successful.
45613         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
45614         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
45615         block, so that we don't even try to compile it if settimeofday is
45616         available.  This works around a compilation failure on OSF1 V5.1,
45617         due to stime requiring a `long int*' while tv_sec is `int'.
45618
45619 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
45620
45621         Sync from coreutils.
45622         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
45623         against `yes', rather than just testing for nonempty.
45624
45625 2005-10-01  Simon Josefsson  <jas@extundo.com>
45626
45627         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
45628         and Darwin.
45629
45630         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
45631         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
45632         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
45633         freeaddrinfo and gai_strerror are declared by the POSIX headers.
45634         Check if struct addrinfo is declared.
45635
45636 2005-10-01  Simon Josefsson  <jas@extundo.com>
45637
45638         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
45639         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
45640         AI_* and EAI_* definitions.  Protect function declarations.
45641
45642 2005-10-01  Jim Meyering  <jim@meyering.net>
45643
45644         Sync from coreutils.
45645
45646         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
45647         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
45648         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
45649         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45650         in the inet and nsl libraries.  Required on Solaris 5.7.
45651
45652 2005-10-01  Jim Meyering  <jim@meyering.net>
45653
45654         Sync from coreutils.
45655         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45656         in the inet and nsl libraries.  Required on Solaris 5.7.
45657
45658 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
45659
45660         * lib/getdelim.c (getdelim): Remove unused variables.
45661
45662 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
45663
45664         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
45665         so that the code works even with ancient cpp.  Portability problem
45666         with GCC 2.7.2.1 reported by Thomas M.Ott.
45667
45668 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
45669
45670         * modules/regex (Depends-on): Add strcase.
45671
45672         * modules/gethostname (Licence): Change from GPL to LGPL, since
45673         gethostname.c is a trivial implementation of a standard library
45674         function.
45675         * modules/poll (License): Change from GPL to LGPL, since it's
45676         derived from LGPL code.
45677
45678 2005-09-27  Jim Meyering  <jim@meyering.net>
45679
45680         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
45681         HAVE_CONFIG_H.
45682
45683         * lib/intprops.h (signed_type_or_expr__): Define.
45684         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
45685         for unsigned types.
45686
45687 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
45688
45689         * lib/verify.h (verify_expr): Remove, replacing with:
45690         (verify_true): New macro that returns true instead of void.
45691         (verify_type__): Remove.
45692         (verify): Use verify_true rather than verify_type__.
45693
45694 2005-09-26  Bruno Haible  <bruno@clisp.org>
45695
45696         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
45697         is necessary.
45698         (lib_SOURCES): Remove mbchar.c.
45699         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
45700         (Files): Add m4/mbrtowc.m4.
45701         * modules/mbiter: Likewise.
45702         * modules/mbuiter: Likewise.
45703
45704 2005-09-26  Bruno Haible  <bruno@clisp.org>
45705
45706         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
45707         compile mbchar.c if they are not both present.
45708         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
45709         * m4/mbiter.m4 (gl_MBITER): Likewise.
45710         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
45711         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
45712         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
45713
45714 2005-09-25  Jim Meyering  <jim@meyering.net>
45715
45716         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
45717         also uses socklen_t.
45718
45719 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
45720
45721         * lib/utimens.c (ENOSYS): Define if not already defined.
45722         (futimens): Support having a null PATH if the file descriptor
45723         is nonnegative.
45724
45725         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
45726         Remove.
45727         (__attribute): Define to empty unless GCC 3.1 or later.
45728         This works around a core dump on OpenBSD 3.4, which has GCC
45729         2.95.3, which dumps core when given __attribute__(()).  It also
45730         simplifies other tests, since we really don't want to bother with
45731         worrying about which ancient version of GCC supported what.
45732         Original problem reported by Yoann Vandoorselaere, with part of
45733         the fix suggested by Derek Price.
45734
45735 2005-09-24  Jim Meyering  <jim@meyering.net>
45736
45737         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
45738         so we can once again use a positive bitfield width of 1 -- now we
45739         don't have to explain why we were using a bitfield width of 2.
45740
45741 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45742
45743         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
45744         and similarly for the other external symbols.  Problem reported
45745         by James Gallager.
45746
45747         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
45748         bug reported by Jim Meyering.
45749
45750         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
45751         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
45752         not needed, since socklen is a prerequisite module.
45753
45754 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45755
45756         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
45757         Problem reported by Eric Blake.
45758         (getaddrinfo): Initialize se so that it's not garbage.
45759         Redo internal storage allocation so that it doesn't make unportable
45760         assumptions about alignment.
45761         Fix a memory leak.
45762
45763         * lib/utimens.c (futimens): Use futimesat if available.
45764         Prefer it to futimes since it doesn't have the futimes bug.
45765
45766         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
45767         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
45768         Instead, declare a function that returns a pointer to an array,
45769         and use verify_type__ to declare the size of the array.
45770         Problem and germ of a solution reported by Bruno Haible.
45771         (verify_type__): Use 2, not 1, for bitfield size, to avoid
45772         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
45773
45774 2005-09-23  Jim Meyering  <jim@meyering.net>
45775
45776         Sync from coreutils.
45777         Correct build failure (socklen_t not defined) on at least
45778         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
45779         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
45780
45781 2005-09-23  Jim Meyering  <jim@meyering.net>
45782
45783         * modules/getaddrinfo (Depends-on): Add socklen.
45784
45785 2005-09-23  Bruno Haible  <bruno@clisp.org>
45786
45787         * tests/test-verify.c: New file.
45788
45789 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45790
45791         Sync from coreutils.
45792
45793         * modules/argmatch (Depends-on): Add verify.
45794         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
45795         unistd-safer.
45796         * modules/save-cwd (Depends-on): Likewise.
45797
45798         * modules/openat (Files): Add lib/openat-die.c.
45799         (Depends-on): Remove error, exitfail.
45800         Add dirname.
45801
45802         * modules/verify: New file.
45803         * MODULES.html.sh (Diagnostics <assert.h>): New section,
45804         with "verify" module.
45805
45806 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45807
45808         Sync from coreutils.
45809
45810         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
45811         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
45812         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
45813         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
45814         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
45815         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
45816         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
45817         Don't bother checking for string.h, stdlib.h, unistd.h.
45818         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
45819         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
45820         module's job.
45821         * m4/jm-macros.m4 (gl_MACROS): Likewise.
45822         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
45823
45824         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
45825         (gl_GETDATE): Use it.
45826
45827         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
45828
45829 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45830
45831         Sync from coreutils.
45832
45833         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
45834         stat-time.h.
45835         * lib/argmatch.h: Include verify.h
45836         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
45837         (ARGMATCH_ASSERT): Remove; unused.
45838         * lib/canonicalize.c: Assume STDC_HEADERS.
45839         * lib/exclude.c: Include "strcase.h".
45840         * lib/regex_internal.h [!defined _LIBC]: Likewise.
45841         * lib/getusershell.c: Include stdio--.h rather than stdio.h
45842         and stdio-safer.h.
45843         (getusershell): Call fopen, not fopen_safer.
45844         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
45845         Do not include unistd-safer.h.
45846         (save_cwd): Don't call fd_safer; no longer needed
45847         now that we include fcntl--.h.
45848
45849         * lib/getdate.y (relative_time): New type.
45850         (RELATIVE_TIME_0): New constant.
45851         (parser_control): Use relative_time instead of doing it ourselves.
45852         (%union): Add new relative_time rel member.
45853         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
45854         Now typeless.
45855         (relunit, relunit_snumber): Now of type rel.
45856         (zone, rel, relunit, get_date): Adjust to above changes.
45857
45858         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
45859         Do not include unistd-safer.h.
45860         (getloadavg): Don't call fd_safer; no longer needed
45861         now that we include fcntl--.h.
45862
45863         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
45864         (make_dir_parents): Treat ENOSYS like EEXIST.
45865
45866         Improve quality of diagnostics on restore_cwd failure.
45867         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
45868         (make_dir_parents): Last arg is now int * (for errno), not bool *.
45869         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
45870         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
45871         each time through the loop.  Do not diagnose restore_cwd failure;
45872         that is the caller's job (and perhaps the caller does not care).
45873
45874         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
45875         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
45876         If the file already exists but is not a directory, don't bother
45877         to try to make its parents.
45878         Close potential file descriptor leak if we can't chdir("/") (!).
45879         Don't always return true if chdir($PWD) fails; return true only
45880         if the requested action was done successfully (except for the
45881         chdir($PWD)).
45882         Don't log final directory unless we actually made it.
45883         Refactor to avoid duplicate code to fix up permissions.
45884         Don't attempt to fix up parent permissions if chdir($PWD) fails.
45885
45886         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
45887         to make it a bit faster and (I hope) clearer.
45888         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
45889         Fix bug in formats like %2N.
45890
45891         * lib/verify.h: New file.
45892
45893 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45894
45895         Sync from coreutils.
45896         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
45897
45898 2005-09-22  Jim Meyering  <jim@meyering.net>
45899
45900         Sync from coreutils.
45901
45902         * m4/lstat.m4 (gl_FUNC_LSTAT):
45903         Use AC_LIBSOURCES to require lstat.c and lstat.h.
45904         Remove obsolete comment.
45905         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
45906         * m4/xstrtod.m4: Likewise.
45907
45908         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
45909
45910 2005-09-22  Jim Meyering  <jim@meyering.net>
45911
45912         Sync from coreutils.
45913
45914         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
45915
45916         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
45917         the .tm_year member, since otherwise gcc-4.0 would now warn about
45918         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
45919
45920         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
45921         order to avoid an unsuppressible warning from gcc on 64-bit systems.
45922
45923         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
45924         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
45925         when run in a time zone for which daylight savings time is in effect
45926         for the starting date.
45927
45928         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
45929         stop us from restricting permissions of just-created absolute-named
45930         directories.
45931         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
45932         to restore initial working directory.
45933         * lib/mkdir-p.c (make_dir_parents): New parameter:
45934         different_working_dir, to tell caller if/when we change the working
45935         directory and are unable to return to the initial one.
45936         * lib/mkdir-p.h (make_dir_parents): Update prototype.
45937         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
45938         `return false'.  This fixes a bug introduced on 2004-07-30.
45939
45940         * lib/openat.c (fdopendir): Be sure to close the supplied
45941         file descriptor before returning.  This makes our replacement
45942         implementation a little closer to Solaris's, where fdopendir
45943         ties the file descriptor to the returned DIR* pointer.
45944         * lib/openat.c (unlinkat): New function.
45945         * lib/openat.h (unlinkat): Add prototype.
45946         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
45947         (openat_restore_fail): Rename from openat_restore_die.
45948         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
45949
45950         Provide an alternative to exiting immediately upon save_cwd or
45951         restore_cwd failure.  Now, an application can arrange e.g.,
45952         to perform a longjump in that case.
45953         * lib/openat.c: Include dirname.h.
45954         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
45955         (rpl_openat, fdopendir, fstatat): Call openat_save_die
45956         and openat_restore_die rather than calling error directly.
45957         Don't include "error.h" or "exitfail.h"; they're no longer needed.
45958
45959         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
45960         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
45961         define.
45962
45963         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
45964         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
45965                             int utc, int nanoseconds);
45966         Background:
45967         date should not have to allocate a megabyte of virtual memory to
45968         handle a format argument like +%1048575T.  When implemented with
45969         strftime, it must allocate such a buffer, use strftime to fill it
45970         in, print it, then free it.
45971         With fprintftime, it simply prints everything and exits.
45972         With no need for memory allocation, that's one fewer way to fail.
45973         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
45974         optional field width, not before, so we accept %9:z, not %:9z.
45975         (my_strftime): Be sure to use L_('x') for literals.
45976
45977         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
45978         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
45979         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
45980         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
45981         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
45982         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
45983         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
45984         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
45985         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
45986         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
45987         * lib/xgethostname.c, lib/xreadlink.c:
45988         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
45989
45990         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
45991         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
45992         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
45993         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45994         and don't include <sys/file.h>).
45995
45996 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
45997
45998         Sync from coreutils.
45999
46000         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
46001         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
46002         [!LDAV_DONE]: Avoid unused variable warning.
46003
46004 2005-09-21  Bruno Haible  <bruno@clisp.org>
46005
46006         * lib/unicodeio.h (unicode_to_mb): New declaration.
46007
46008 2005-09-20  Derek Price  <derek@ximbiot.com>
46009
46010         * lib/getaddrinfo.c: Don't include <netdb.h> included from
46011         getaddrinfo.h.
46012
46013 2005-09-20  Bruno Haible  <bruno@clisp.org>
46014
46015         * gnulib-tool: Remove trailing slashes from the values specified for
46016         --source-base, --m4-base, --tests-base, --aux-dir.
46017         Suggested by Simon Josefsson <jas@extundo.com>.
46018
46019 2005-09-20  Bruno Haible  <bruno@clisp.org>
46020
46021         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
46022         func_modules_to_filelist, func_import, func_create_testdir): Make all
46023         sorting results locale-independent, so that gnulib-cache.m4 doesn't
46024         change when gnulib-tool is invoked in a different locale.
46025
46026 2005-09-19  Simon Josefsson  <jas@extundo.com>
46027
46028         * m4/socklen.m4: Fix typo.
46029
46030 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46031
46032         Use a consistent style for including <config.h>.
46033         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
46034         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
46035         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
46036         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
46037         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
46038         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
46039         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
46040         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
46041         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
46042         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
46043         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
46044         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
46045         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
46046         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
46047         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
46048         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
46049         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
46050         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
46051         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
46052         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
46053         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
46054         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
46055         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
46056         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
46057         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
46058         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
46059         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
46060         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
46061         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
46062         lib/xstrtoumax.c, lib/yesno.c:
46063         Standardize inclusion of config.h.
46064         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
46065         lib/inttostr.h:  Removed inclusion of config.h from header files.
46066         * lib/inttostr.c:  Adjusted in-tree users.
46067         * lib/timespec.h: Remove superfluous warning to include config.h.
46068         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
46069         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
46070         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
46071         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
46072         config.h with HAVE_CONFIG_H.
46073
46074 2005-09-19  Jim Meyering  <jim@meyering.net>
46075
46076         * modules/pathmax (License): Change to LGPL.
46077
46078 2005-09-19  Derek Price  <derek@ximbiot.com>
46079
46080         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
46081
46082 2005-09-19  Bruno Haible  <bruno@clisp.org>
46083
46084         * gnulib-tool (import): Provide default for --tests-base.
46085
46086 2005-09-19  Bruno Haible  <bruno@clisp.org>
46087
46088         * doc/quote.texi: New file, extracted from gnulib.texi.
46089         * doc/ctime.texi: New file, extracted from gnulib.texi.
46090         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
46091         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
46092         * doc/gnulib.texi: Include them.
46093
46094 2005-09-18  Bruno Haible  <bruno@clisp.org>
46095
46096         Portability fix.
46097         * gnulib-tool (func_readlink): New function.
46098         (func_ln_if_changed): Use it.
46099
46100 2005-09-18  Bruno Haible  <bruno@clisp.org>
46101
46102         * gnulib-tool: Support --with-tests also with --import.
46103         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
46104         (func_import): Use variables $testsbase and $inctests. Emit a
46105         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
46106         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
46107         SUBDIRS += $testsdir.
46108         (func_create_testdir): Update.
46109
46110 2005-09-18  Bruno Haible  <bruno@clisp.org>
46111
46112         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
46113         instead of $dry_run.
46114         (func_cp_if_changed, func_mv_if_changed): Remove functions.
46115         (func_ln_if_changed): Don't handle dry-run here.
46116         (func_import): In dry-run mode, detect more precisely which actions
46117         would be performed, and don't use "...ing" verbs.
46118
46119 2005-09-18  Bruno Haible  <bruno@clisp.org>
46120
46121         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
46122         (func_import): Use join on two temporary files instead of three nested
46123         loops, in order to determine which files are new or old.
46124
46125 2005-09-18  Bruno Haible  <bruno@clisp.org>
46126
46127         * gnulib-tool (func_import): Comment out code that spits out the
46128         new files with --dry-run.
46129
46130 2005-09-18  Bruno Haible  <bruno@clisp.org>
46131
46132         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
46133
46134 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46135
46136         * lib/stat-time.h: New file.
46137         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
46138         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
46139         in a different way.
46140         (timespec_cmp): New function.
46141         * lib/utimecmp.c: Include stat-time.h.
46142         (SYSCALL_RESOLUTION): Depend on whether various struct stat
46143         members exist, not on the obsolescent ST_MTIM_NSEC.
46144         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
46145
46146 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46147
46148         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
46149
46150 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46151
46152         * MODULES.html.sh (File system functions): Add stat-time.
46153         * modules/stat-time: New file.
46154         * modules/timespec (Files): Remove m4/st_mtim.m4; this
46155         is now done in a different way, by the stat-time module.
46156         * modules/utimecmp (Depends-on): Add stat-time.
46157
46158 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
46159
46160         * m4/st_mtim.m4: Remove.  Superseded by...
46161         * m4/stat-time.m4: New file.
46162         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
46163         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
46164
46165 2005-09-15  Derek Price  <derek@ximbiot.com>
46166
46167         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
46168
46169 2005-09-15  Derek Price  <derek@ximbiot.com>
46170
46171         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
46172         * lib/regex_internal.c: Ditto, using this...
46173         (__GNUC_PREREQ): ...new macro.
46174         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
46175         using...
46176         (__GNUC_PREREQ): ...this new macro.
46177
46178         * lib/strstr.h: Include string.h. Define strstr as a macro here.
46179
46180 2005-09-15  Derek Price  <derek@ximbiot.com>
46181             Paul Eggert  <eggert@cs.ucla.edu>
46182
46183         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
46184         changes, consolidating in...
46185         * lib/regex_internal.h: ...this file.
46186
46187 2005-09-13  Jim Meyering  <jim@meyering.net>
46188
46189         * lib/canon-host.c: Filter through gnu indent and reword comments
46190         slightly.
46191         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
46192
46193 2005-09-13  Derek Price  <derek@ximbiot.com>
46194
46195         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
46196         failure.
46197         Reported by Jim Meyering  <jim@meyering.net>.
46198
46199 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46200
46201         * lib/base64.c: Typo.
46202         (base64_encode): Put b64str in initialized data section.
46203
46204 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
46205
46206         Merge glibc and coreutils changes into gnulib, plus a few
46207         extra fixes.
46208         * lib/md5.c: Use #error rather than a string.
46209         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
46210         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
46211         (__attribute__): Define to empty for non recent-GCC.
46212         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
46213         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
46214         Renamed from their non-__ counterparts, with new macros replacing
46215         them if not _LIBC.  Add __THROW attribute.
46216         (rol): Remove.
46217         (struct md5_ctx): Align buffer if using GCC.
46218         * lib/sha1.h (struct sha1_ctx): Likewise.
46219         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
46220         The old name was backwards.
46221         (NOTSWAP): Remove; not used.
46222         (rol): New macro, moved here from md5.h.
46223         (sha1_process_block): Remove a FIXME that doesn't make sense.
46224
46225 2005-09-12  Derek Price  <derek@ximbiot.com>
46226
46227         Return usable errors from canon-host.
46228         * lib/canon-host.h: New file.
46229         * lib/canon-host.c (canon_host): Wrap...
46230         (canon_host_r): ...this new function, which now relies exclusively on
46231         getaddrinfo.
46232         (ch_strerror): New function.
46233         (last_cherror): New global.
46234         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
46235         interface.
46236         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
46237         void *.
46238         (freeaddrinfo): Free ai->ai_canonname when set.
46239
46240 2005-09-12  Derek Price  <derek@ximbiot.com>
46241
46242         Make canon-host require getaddrinfo.
46243         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
46244         AC_LIBSOURCE canon-host.h.  Call...
46245         (gl_PREREQ_CANON_HOST): ...this new function, which requires
46246         gl_GETADDRINFO.
46247         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
46248
46249 2005-09-12  Derek Price  <derek@ximbiot.com>
46250
46251         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
46252         LGPL.
46253         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
46254
46255 2005-09-12  Derek Price  <derek@ximbiot.com>
46256
46257         * lib/gai_strerror.c: Include config.h when available.  Include
46258         getaddrinfo.h before other headers to test interface.
46259         Reported by Larry Jones <lawrence.jones@ugs.com>.
46260
46261 2005-09-12  Derek Price  <derek@ximbiot.com>
46262             Paul Eggert  <eggert@cs.ucla.edu>
46263
46264         * modules/glob (Files): Add glob-libc.h.
46265
46266 2005-09-12  Derek Price  <derek@ximbiot.com>
46267             Paul Eggert  <eggert@cs.ucla.edu>
46268
46269         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
46270         glob_.h, glob-libc.h.
46271         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
46272
46273 2005-09-12  Derek Price  <derek@ximbiot.com>
46274             Paul Eggert  <eggert@cs.ucla.edu>
46275
46276         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
46277         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
46278         protecting things that should be done only in gnulib contexts.
46279         * lib/glob_.h: New file, containing only the glob things needed for
46280         gnulib.
46281         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
46282         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
46283         (glob, globfree, glob_pattern_p): Now defined simply in terms of
46284         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
46285         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
46286         and to respect the namespace rules better.
46287
46288 2005-09-08  Simon Josefsson  <jas@extundo.com>
46289
46290         * modules/socklen: New file.
46291
46292 2005-09-08  Simon Josefsson  <jas@extundo.com>
46293
46294         * m4/socklen.m4: New file.
46295
46296 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46297
46298         * modules/utimens (Files): Add m4/utimbuf.m4, since
46299         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46300         Reported by Sergey Poznyakoff.
46301
46302 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46303
46304         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
46305         definitions, since that's the preferred style in glibc.
46306         Fix a minor spacing issue, and update copyright notice to match
46307         glibc's.
46308
46309 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46310
46311         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
46312
46313 2005-09-06  Simon Josefsson  <jas@extundo.com>
46314
46315         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
46316         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
46317
46318 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46319
46320         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
46321         warning.
46322
46323 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46324
46325         * config/srclist.txt: Add glibc bug 1302.
46326
46327 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
46328
46329         Change bitset word type from unsigned int to unsigned long int,
46330         as this has better performance on typical 64-bit hosts.
46331         Port bitset code to hosts with unusual word sizes.
46332         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
46333         (build_collating_symbol):
46334         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
46335         argument is a bitset.  This is merely a style issue, but it makes
46336         it clearer that an entire array is expected.
46337         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
46338         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
46339         Port to the case where bitset_word is not the same as unsigned int.
46340         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46341         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
46342         Likewise.
46343         * lib/regexec.c (check_dst_limits_calc_pos_1,
46344         check_subexp_matching_top):
46345         (build_trtable, group_nodes_into_DFAstates):
46346         Likewise.
46347         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
46348         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
46349         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
46350         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
46351         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
46352         * lib/regcomp.c (optimize_subexps, lower_subexp):
46353         Work even if bitset_word has holes in its bitwise representation.
46354         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
46355         * lib/regexec.c (check_dst_limits_calc_pos_1,
46356         check_subexp_matching_top):
46357         Likewise.
46358         * lib/regex_internal.c (re_string_reconstruct):
46359         Don't assume UCHAR_MAX == 255.
46360         * lib/regex_internal.h (bitset_set_all): Likewise.
46361         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
46362         All uses changed.
46363         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
46364         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
46365         All uses changed.
46366         (BITSET_WORD_MAX): New macro.
46367         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
46368         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
46369         (bitset_empty, bitset_copy):
46370         Prefer sizeof (bitset) to multiplying it out ourselves.
46371         (bitset_not_merge): Remove; unused.
46372         (bitset_contain): Return bool, not unsigned int with one bit on.
46373         All callers changed.
46374         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
46375         alignment than re_node_set; do this by defining a new internal
46376         type struct dests_alloc and using it to allocate memory.
46377
46378 2005-09-05  Bruno Haible  <bruno@clisp.org>
46379
46380         * gnulib-tool (func_import): Fix comparison in handling of symbolic
46381         links.
46382
46383 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
46384
46385         * modules/size_max (Makefile.am): Add size_max.h
46386
46387 2005-09-04  Derek Price  <derek@ximbiot.com>
46388
46389         * gnulib-tool (func_import): Fix reversed $symbolic logic.
46390
46391 2005-09-03  Simon Josefsson  <jas@extundo.com>
46392
46393         * gnulib-tool: Fix typo.
46394
46395 2005-09-03  Simon Josefsson  <jas@extundo.com>
46396
46397         * config/srclist.txt: Add glibc bug 1293.
46398
46399 2005-09-03  Derek Price  <derek@ximbiot.com>
46400
46401         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
46402         From Larry Jones <lawrence.jones@ugs.com>.
46403
46404 2005-09-02  Simon Josefsson  <jas@extundo.com>
46405
46406         * modules/socklen: New file.
46407
46408 2005-09-02  Simon Josefsson  <jas@extundo.com>
46409
46410         * modules/havelib: New module.
46411
46412         * modules/gettext, modules/iconv, modules/lock, modules/readline:
46413         Use havelib.
46414
46415 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46416
46417         Check for arithmetic overflow when calculating sizes, to prevent
46418         some buffer-overflow issues.  These patches are conservative, in the
46419         sense that when I couldn't determine whether an overflow was possible,
46420         I inserted a run-time check.
46421         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
46422         macros.
46423         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
46424         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
46425         (re_xnrealloc, re_x2nrealloc): New inline functions.
46426         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
46427         parse_bracket_exp):
46428         (build_equiv_class, build_charclass): Check for arithmetic overflow
46429         in size expression calculations.
46430         * lib/regex_internal.c (re_string_realloc_buffers):
46431         (build_wcs_upper_buffer, re_node_set_add_intersect):
46432         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
46433         (re_dfa_add_node, register_state): Likewise.
46434         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
46435         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
46436         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
46437         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
46438
46439 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46440
46441         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46442         m4/ulonglong.m4.  Problem reported by Martin Lambers.
46443
46444 2005-09-02  Bruno Haible  <bruno@clisp.org>
46445
46446         Support for lib vs. lib64 distinction on biarch platforms.
46447         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
46448         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
46449         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46450
46451 2005-09-02  Bruno Haible  <bruno@clisp.org>
46452
46453         * gnulib-tool (import): In the other first-use case, provide defaults
46454         as well.
46455
46456 2005-09-02  Bruno Haible  <bruno@clisp.org>
46457
46458         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46459         patches not yet found in the latest gettext release.
46460
46461 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46462
46463         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46464         to avoid a collision with bits/local_lim.h in glibc.
46465         All uses changed.  Problem reported by Dmitry V. Levin in
46466         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46467
46468         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46469         bugs in int versus size_t comparisons.
46470         (re_string_context_at): Fix bug where the code assumed that
46471         Idx is signed.
46472
46473         Use bool where appropriate.
46474         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46475         All callers changed.
46476         (calc_eclosure_iter): Likewise, for ROOT arg.
46477         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46478         (build_charclass_op): Likewise, for NON_MATCH arg.
46479         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46480         (re_string_construct_common): Likewise, for ICASE arg.
46481         * lib/regexec.c (re_search_2_stub, re_search_stub):
46482         Likewise, for RET_LEN arg.
46483         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46484         (set_regs): Likewise, for FL_BACKTRACK arg.
46485         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46486         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46487         (calc_eclosure_iter, parse_bracket_exp):
46488         Use bool for internal variables that are booleans.
46489         * lib/regexec.c (re_search_internal, check_matching,
46490         proceed_next_node):
46491         (set_regs, build_sifted_states, sift_states_bkref):
46492         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46493         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46494         (find_collation_sequence_value):
46495         Likewise.
46496         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46497         (re_node_set_compare):
46498         Return bool, not int. All callers changed.
46499         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46500         (build_trtable, check_node_accept): Likewise.
46501         * lib/regex_internal.h: Include stdbool.h.
46502
46503         Fix bugs uncovered when converting to bool.
46504         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46505         failure instead of charging ahead blindly.
46506         * lib/regex_internal.c (register_state): Likewise.
46507         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46508         for freeing internal storage.
46509         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46510         bitset pieces used as boolean, to avoid undefined behavior
46511         on hosts that do int overflow checking.
46512
46513 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46514
46515         * config/srclist.txt: Add glibc bugs 1285-1287.
46516
46517 2005-09-01  Jim Meyering  <jim@meyering.net>
46518
46519         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46520         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46521         Require gl_STAT_MACROS, too.
46522
46523 2005-09-01  Bruno Haible  <bruno@clisp.org>
46524
46525         * gnulib-tool (import): In the first-use case, provide defaults.
46526
46527 2005-09-01  Bruno Haible  <bruno@clisp.org>
46528
46529         * gnulib-tool (func_import): Remove the .tmp files.
46530
46531 2005-09-01  Bruno Haible  <bruno@clisp.org>
46532
46533         * gnulib-tool (func_import): Fix handling of symbolic links.
46534
46535 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46536
46537         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46538         old glibc regex code mishandles strings longer than 2**31 bytes.
46539         This patch fixes this when the regex code is used in gnulib
46540         (i.e., outside glibc).
46541
46542         This patch should not affect the use of the regex code inside
46543         glibc.  No doubt this problem also needs to be handled for glibc
46544         as well, but the result will be an incompatible change to the
46545         glibc ABI, and the old ABI will have to be supported too.  That
46546         can be the the subject for another patch.
46547
46548         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46549         governing whether the rest of this patch is active.  By default,
46550         the macro is disabled and the patch has no effect.
46551         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46552         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46553         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46554         (re_match_2, re_set_registers): Use the new types.
46555         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46556         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46557         New macros.
46558         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46559         (re_string_context_at, bin_tree_t, re_dfastate_t):
46560         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46561         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46562         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46563         (re_string_char_size_at, re_string_wchar_at):
46564         (re_string_elem_size_at):
46565         Use the new types and macros to port to 64-bit hosts.
46566         Use unsigned types for internal values, so that the code
46567         mostly works even for arrays larger than SSIZE_MAX.
46568         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46569         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46570         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46571         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46572         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46573         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46574         (calc_inveclosure, parse_dup_op, build_range_exp):
46575         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46576         (fetch_number, create_token_tree, mark_opt_subexp):
46577         Likewise.
46578         * lib/regex_internal.c (re_string_construct_common,
46579         create_ci_newstate):
46580         (create_cd_newstate, re_string_allocate, re_string_construct):
46581         (re_string_realloc_buffers, build_wcs_upper_buffer):
46582         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46583         (re_string_reconstruct, re_string_peek_byte_case):
46584         (re_string_fetch_byte_case, re_string_context_at):
46585         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46586         (re_node_set_init_copy, re_node_set_add_intersect):
46587         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46588         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46589         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46590         (re_acquire_state, re_acquire_state_context, register_state):
46591         Likewise.
46592         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46593         search_cur_bkref_entry):
46594         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46595         (re_search_internal, re_search_2_stub, re_search_stub)
46596         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46597         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
46598         (update_cur_sifted_state, check_dst_limits):
46599         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46600         (check_subexp_limits, sift_states_bkref, merge_state_array):
46601         (check_subexp_matching_top, get_subexp, get_subexp_sub):
46602         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
46603         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46604         (expand_bkref_cache, check_node_accept_bytes):
46605         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
46606         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
46607         (acquire_init_state_context, check_halt_node_context):
46608         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
46609         (sift_states_backward, clean_state_log_if_needed):
46610         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
46611         (find_recover_state, transit_state_sb, transit_state_mb):
46612         (transit_state_bkref, build_trtable, match_ctx_clean):
46613         Likewise.
46614         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
46615         to work around an assumption that REG_MISSING is negative.
46616
46617         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
46618         (seek_collating_symbol_entry) [defined _LIBC]:
46619         (lookup_collation_sequence_value) [defined _LIBC]:
46620         (build_range_exp, build_collating_symbol) [defined _LIBC]:
46621         Use prototypes rather than old-style function definitions.
46622         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
46623         (transit_state_sb) [0]:
46624         (find_collation_sequence_value) [defined _LIBC]: Likewise.
46625
46626         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
46627         rm_eo.
46628
46629         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
46630         (optimize_subexps, lower_subexp):
46631         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
46632         since the signed shift might overflow.  Use 1u<<31 instead.
46633         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46634         Likewise.
46635         * lib/regexec.c (check_dst_limits_calc_pos_1,
46636         check_subexp_matching_top): Likewise.
46637
46638         * lib/regcomp.c (optimize_subexps, lower_subexp):
46639         Use CHAR_BIT rather than 8, for clarity.
46640         * lib/regexec.c (check_dst_limits_calc_pos_1):
46641         (check_subexp_matching_top): Likewise.
46642         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
46643         have to worry about portability issues when shifting it left.
46644         Remove no-longer-needed test for table_size > 0.
46645         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
46646         in a word, as the resulting behavior is undefined.
46647         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
46648         in one case, a <= should have been an <, and in another case the
46649         whole test was missing.
46650         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
46651         the standard name CHAR_BIT.
46652         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
46653         this is not true on one's complement and signed-magnitude hosts.
46654
46655         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
46656         next_last_offset.
46657         (struct re_dfa_t): Remove unused member states_alloc.
46658         * lib/regcomp.c (init_dfa): Don't initialize unused members.
46659
46660 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46661
46662         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
46663         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
46664         and large-file glibc and in 32-bit large-file Solaris.
46665
46666 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46667
46668         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
46669         lengths fit in regoff_t; this isn't true if regoff_t is the same
46670         width as size_t.
46671         * lib/regex.c (re_search_internal): 5th arg is LAST_START
46672         (= START + RANGE) instead of RANGE.  This avoids overflow
46673         problems when regoff_t is the same width as size_t.
46674         All callers changed.
46675         (re_search_2_stub): Check for overflow when adding the
46676         sizes of the two strings.
46677         (re_search_stub): Check for overflow when adding START
46678         to RANGE; if it occurs, substitute the extreme value.
46679
46680 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46681
46682         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
46683
46684 2005-08-31  Jim Meyering  <jim@meyering.net>
46685
46686         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
46687         a pointer-to-const.
46688         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
46689         (register_state): Likewise.
46690         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
46691         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46692         (group_nodes_into_DFAstates): Likewise.
46693
46694 2005-08-31  Jim Meyering  <jim@meyering.net>
46695
46696         * check-module: Add a FIXME comment.
46697
46698 2005-08-31  Eric Blake  <ebb9@byu.net>
46699
46700         * modules/unistd-safer (Files): Add unistd--.h.
46701         * modules/stdio-safer (Files): Add stdio--.h.
46702
46703 2005-08-31  Derek Price  <derek@ximbiot.com>
46704
46705         * lib/getdelim.c (getdelim): Return EOF on EOF.
46706         Reported by Larry Jones <lawrence.jones@ugs.com>.
46707
46708 2005-08-31  Bruno Haible  <bruno@clisp.org>
46709
46710         Avoid unnecessary diffs in the generated lib/Makefile.am.
46711         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
46712         the generated files.
46713         (func_import): Don't set cmd.
46714
46715 2005-08-31  Bruno Haible  <bruno@clisp.org>
46716
46717         * lib/strstr.c: Include <stddef.h>, for NULL.
46718         * lib/strcasestr.c: Likewise.
46719         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46720
46721 2005-08-31  Bruno Haible  <bruno@clisp.org>
46722
46723         * gnulib-tool: New option --macro-prefix.
46724         (func_import): Use macro_prefix.
46725         (import): Handle option --macro-prefix.
46726
46727 2005-08-31  Bruno Haible  <bruno@clisp.org>
46728
46729         * gnulib-tool (import): Rename most ac_* variables to cached_*.
46730         Also use new variables cached_lgpl, cached_libtool.
46731
46732 2005-08-31  Bruno Haible  <bruno@clisp.org>
46733
46734         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
46735         always instantiating them.
46736
46737 2005-08-31  Bruno Haible  <bruno@clisp.org>
46738
46739         * gnulib-tool (func_import): Read the previous cached settings
46740         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
46741         earlier added by gnulib but are now dropped. Warn when a gnulib file
46742         overwrites a non-gnulib file.
46743
46744 2005-08-31  Bruno Haible  <bruno@clisp.org>
46745
46746         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
46747         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
46748         projects that don't keep autogenerated files in CVS. Put into
46749         actioncmd only the specified modules, not the transitive closure.
46750
46751 2005-08-31  Bruno Haible  <bruno@clisp.org>
46752
46753         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
46754         Create directories that shall be filled.
46755         (import): Don't look for gl_* macros in configure.ac. Recurse across
46756         all directories containing a gnulib-cache.m4 files, if meaningful.
46757
46758 2005-08-31  Bruno Haible  <bruno@clisp.org>
46759
46760         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
46761         (import): Set seen_libtool when we see gl_LIBTOOL.
46762
46763 2005-08-31  Bruno Haible  <bruno@clisp.org>
46764
46765         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
46766         declaration macro definitions from generated gnulib.m4.
46767
46768 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
46769
46770         * lib/iconvme.h: Add prototype for iconv_alloc.
46771
46772 2005-08-29  Simon Josefsson  <jas@extundo.com>
46773
46774         * lib/iconvme.c: Fix errno.
46775
46776 2005-08-29  Bruno Haible  <bruno@clisp.org>
46777
46778         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
46779         that it works when the directory contains spaces.
46780
46781 2005-08-29  Bruno Haible  <bruno@clisp.org>
46782
46783         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
46784
46785 2005-08-29  Bruno Haible  <bruno@clisp.org>
46786
46787         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
46788         Emit more advice.
46789
46790 2005-08-29  Bruno Haible  <bruno@clisp.org>
46791         and Stepan Kasal  <kasal@ucw.cz>
46792
46793         * check-module: If more parameters are given, check each of them
46794         separately; add more exceptions, as noted by Jim Meyering.
46795         (check_module): New procedure.
46796         (%exempt_header): Now contains all exceptions.
46797
46798 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
46799
46800         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
46801
46802 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46803
46804         * lib/iconvme.c: Split iconv_string into iconv_alloc.
46805
46806 2005-08-28  Bruno Haible  <bruno@clisp.org>
46807
46808         * m4/gnulib-tool.m4: New file.
46809
46810 2005-08-27  Jim Meyering  <jim@meyering.net>
46811
46812         * modules/unistd-safer (Files): Add pipe-safer.c.
46813         * modules/fcntl-safer (Files): Add creat-safer.c.
46814
46815 2005-08-27  Jim Meyering  <jim@meyering.net>
46816
46817         * m4/stdlib-safer.m4: New file.  From coreutils.
46818         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
46819         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
46820         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
46821         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
46822         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
46823
46824 2005-08-27  Jim Meyering  <jim@meyering.net>
46825
46826         * lib/fopen-safer.c: Merge minor changes from coreutils.
46827         * lib/dup-safer.c: Likewise.
46828         * lib/fd-safer.c: Likewise.
46829
46830         Merge from coreutils.
46831         * lib/stdio--.h: New file.
46832         * lib/stdlib--.h: New file.
46833         * lib/mkstemp-safer.c: New file.
46834
46835         GNU tar needs these.
46836         * lib/pipe-safer.c: New file.
46837         * lib/creat-safer.c: New file.
46838         * lib/fcntl--.h (creat): Define to creat_safer.
46839         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
46840         * lib/unistd--.h (pipe): Define to pipe_safer.
46841         * lib/unistd-safer.h: Declare pipe_safer.
46842
46843 2005-08-26  Simon Josefsson  <jas@extundo.com>
46844
46845         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
46846         Haible <bruno@clisp.org>.
46847
46848 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
46849
46850         * lib/regex_internal.h: Remove all references to
46851         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
46852         or better.
46853         (bitset_not, bitset_merge, bitset_not_merge):
46854         (bitset_mask, re_string_allocate, re_string_construct):
46855         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
46856         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
46857         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
46858         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
46859         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46860         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46861         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
46862         (re_acquire_state_context):
46863         Remove unnecessary forward decls.
46864         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
46865         Put __attribute at function definition,
46866         now that the function decl has been removed.
46867         * lib/regex_internal.c (re_string_peek_byte_case):
46868         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
46869         Likewise.
46870
46871 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
46872
46873         * m4/regex.m4: Add AC_PREREQ(2.50).
46874         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
46875
46876 2005-08-25  Simon Josefsson  <jas@extundo.com>
46877
46878         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
46879         __fsetlocking.
46880
46881 2005-08-25  Simon Josefsson  <jas@extundo.com>
46882
46883         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
46884         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
46885         GLIBC specific code.
46886
46887 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46888
46889         Make regex safe for g++.  This fixes one real bug (an "err"
46890         that should have been "*err").  g++ problem reported by
46891         Sam Steingold.
46892         * lib/regex_internal.h (re_calloc): New macro, consistent with
46893         re_malloc etc.  All callers of calloc changed to use re_calloc.
46894         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
46895         not int.  All callers changed.
46896         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
46897         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
46898         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
46899         (find_recover_state): Change "err" to "*err"; this fixes what
46900         appears to be a real bug.
46901         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
46902         versus int.
46903
46904 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46905
46906         * modules/regex (Depends-on): Add malloc, since the code
46907         assumes that !malloc(0) means failure.
46908
46909 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46910
46911         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
46912
46913         alloca modernization/simplification for regex.
46914         * lib/regex.c: Remove portability cruft for alloca.  This no longer
46915         needs to be at the start of the file, and can be moved into
46916         regex_internal.h and simplified.
46917         * lib/regex_internal.h: Include <alloca.h>.
46918         (__libc_use_alloca) [!defined _LIBC]: New macro.
46919         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
46920         now works outside glibc.
46921
46922 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46923
46924         * config/srclist.txt: Add glibc bugs 1241, 1245.
46925
46926 2005-08-25  Jim Meyering  <jim@meyering.net>
46927
46928         * lib/open-safer.c: Include <config.h>.
46929         Otherwise, we'd lose LARGEFILE support in any file using
46930         e.g. "fcntl--.h"
46931
46932 2005-08-25  Bruno Haible  <bruno@clisp.org>
46933
46934         * m4/minmax.m4: Require autoconf 2.52.
46935         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
46936         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
46937         alternatives of translit over the alphabet.
46938         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
46939
46940 2005-08-24  Simon Josefsson  <jas@extundo.com>
46941
46942         * tests/test-getpass.c: New file.
46943
46944 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46945
46946         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
46947         for GNU regex features.
46948
46949 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46950
46951         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
46952         * lib/regex.h (regerror): Likewise.
46953
46954         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
46955         requires this.  (The code never needed it.)
46956
46957         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
46958         All uses of recently-renamed identifiers changed to use the new,
46959         POSIX-compliant names.  The code will build and run just fine
46960         without these changes, but it's better to eat our own dog food
46961         and use the standard-conforming names.
46962
46963         * lib/regex.h: Fix a multitude of POSIX name space violations.
46964         These changes have an effect only for programs that define
46965         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
46966         do not change anything for programs compiled in the normal way.
46967         Also, there is no effect on the ABI.
46968
46969         (_REGEX_SOURCE): New macro.
46970         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
46971         defined and _GNU_SOURCE is not; this fixes a name space violation.
46972
46973         Rename the following macros to obey POSIX requirements.
46974         The old names are still visible as macros if _REGEX_SOURCE is defined.
46975         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
46976         RE_BACKSLASH_ESCAPE_IN_LISTS.
46977         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
46978         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
46979         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
46980         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
46981         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
46982         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
46983         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
46984         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
46985         (REG_INTERVALS): renamed from RE_INTERVALS.
46986         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
46987         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
46988         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
46989         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
46990         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
46991         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
46992         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
46993         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
46994         RE_UNMATCHED_RIGHT_PAREN_ORD.
46995         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
46996         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
46997         (REG_DEBUG): renamed from RE_DEBUG.
46998         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
46999         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
47000         unusual, since we can't clash with the POSIX REG_ICASE.
47001         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
47002         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
47003         (REG_NO_SUB): renamed from RE_NO_SUB.
47004         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
47005         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
47006         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
47007         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
47008         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
47009         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
47010         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
47011         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
47012         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
47013         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
47014         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
47015         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
47016         RE_SYNTAX_POSIX_MINIMAL_BASIC.
47017         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
47018         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
47019         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
47020         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
47021         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
47022         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
47023         (REG_FIXED): Renamed from REGS_FIXED.
47024         (REG_NREGS): Renamed from RE_NREGS.
47025
47026         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
47027         of other REG_* macros, since POSIX says the user is allowed to
47028         #undef these macros selectively.
47029
47030         (reg_errcode_t): Update comment stating what other tables need
47031         to be consistent.
47032
47033         Rename the following enum values to obey POSIX requirements.
47034         The old names are still visible as macros.
47035         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
47036         is not defined, since GNU is supposed to be a superset of POSIX as
47037         much as possible, and since we want reg_errcode_t to be a signed
47038         type for implementation consistency.
47039         (_REG_NOERROR): Renamed from REG_NOERROR.
47040         (_REG_NOMATCH): Renamed from REG_NOMATCH.
47041         (_REG_BADPAT): Renamed from REG_BADPAT.
47042         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
47043         (_REG_ECTYPE): Renamed from REG_ECTYPE.
47044         (_REG_EESCAPE): Renamed from REG_EESCAPE.
47045         (_REG_ESUBREG): Renamed from REG_ESUBREG.
47046         (_REG_EBRACK): Renamed from REG_EBRACK.
47047         (_REG_EPAREN): Renamed from REG_EPAREN.
47048         (_REG_EBRACE): Renamed from REG_EBRACE.
47049         (_REG_BADBR): Renamed from REG_BADBR.
47050         (_REG_ERANGE): Renamed from REG_ERANGE.
47051         (_REG_ESPACE): Renamed from REG_ESPACE.
47052         (_REG_BADRPT): Renamed from REG_BADRPT.
47053         (_REG_EEND): Renamed from REG_EEND.
47054         (_REG_ESIZE): Renamed from REG_ESIZE.
47055         (_REG_ERPAREN): Renamed from REG_ERPAREN.
47056         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
47057         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
47058         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
47059         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
47060
47061         (_REG_RE_NAME, _REG_RM_NAME): New macros.
47062         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
47063         changed.  But support the old name if the new one is not defined
47064         and if _REGEX_SOURCE.
47065
47066         Change the following member names in struct re_pattern_buffer.
47067         The old names are still supported if !_REGEX_SOURCE.
47068         The new names are always supported, regardless of _REGEX_SOURCE.
47069         (re_buffer): Renamed from buffer.
47070         (re_allocated): Renamed from allocated.
47071         (re_used): Renamed from used.
47072         (re_syntax): Renamed from syntax.
47073         (re_fastmap): Renamed from fastmap.
47074         (re_translate): Renamed from translate.
47075         (re_can_be_null): Renamed from can_be_null.
47076         (re_regs_allocated): Renamed from regs_allocated.
47077         (re_fastmap_accurate): Renamed from fastmap_accurate.
47078         (re_no_sub): Renamed from no_sub.
47079         (re_not_bol): Renamed from not_bol.
47080         (re_not_eol): Renamed from not_eol.
47081         (re_newline_anchor): Renamed from newline_anchor.
47082
47083         Change the following member names in struct re_registers.
47084         The old names are still supported if !_REGEX_SOURCE.
47085         The new names are always supported, regardless of _REGEX_SOURCE.
47086         (rm_num_regs): Renamed from num_regs.
47087         (rm_start): Renamed from start.
47088         (rm_end): Renamed from end.
47089
47090         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
47091         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
47092         Prepend __ to parameter names.
47093
47094         Undo yesterday's changes.
47095
47096 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47097
47098         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
47099         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
47100         lib/regex.c.
47101
47102 2005-08-24  Jim Meyering  <jim@meyering.net>
47103
47104         Sync from coreutils.
47105         * m4/fcntl-safer.m4: New file.
47106
47107         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
47108         and object files for this module.
47109
47110 2005-08-24  Jim Meyering  <jim@meyering.net>
47111
47112         Sync from coreutils.
47113         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
47114
47115 2005-08-24  Jim Meyering  <jim@meyering.net>
47116
47117         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
47118         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
47119
47120 2005-08-24  Jim Meyering  <jim@meyering.net>
47121
47122         * modules/fcntl-safer: New module.
47123         * modules/fts (Depends-on): Add fcntl-safer.
47124         * MODULES.html.sh (File descriptor based Input/Output):
47125         Add fcntl-safer.
47126
47127 2005-08-24  Bruno Haible  <bruno@clisp.org>
47128
47129         Support for unit test modules.
47130         * modules/README: Mention tests modules.
47131         * modules/TEMPLATE-TESTS: New file.
47132         * gnulib-tool: New options --extract-tests-module, --with-tests and
47133         --tests-base (unused for the moment).
47134         (testsbase, inctests): New variables.
47135         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
47136         (func_verify_module): Exclude TEMPLATE-TESTS.
47137         (func_verify_nontests_module, func_verify_tests_module): New functions.
47138         (func_get_dependencies): Add implicit dependency for tests modules.
47139         (func_get_tests_module): New function.
47140         (func_modules_transitive_closure): When --with-tests was specified,
47141         include the unit tests as well, unless explicitly avoided.
47142         (func_emit_lib_Makefile_am): Ignore the tests modules here.
47143         (func_emit_tests_Makefile_am): New function.
47144         (func_create_testdir): When --with-tests was specified, emit a
47145         tests/ directory.
47146         * MODULES.html.sh (Future developments): Update.
47147
47148 2005-08-24  Bruno Haible  <bruno@clisp.org>
47149
47150         * modules/tls-tests: New file.
47151         * tests/test-tls.c: New file, from GNU gettext.
47152
47153 2005-08-24  Bruno Haible  <bruno@clisp.org>
47154
47155         * modules/lock-tests: New file.
47156         * tests/test-lock.c: New file, from GNU gettext.
47157
47158 2005-08-24  Bruno Haible  <bruno@clisp.org>
47159
47160         * lib/lock.h: Add multiple inclusion guard.
47161         * lib/tls.h: Add multiple inclusion guard.
47162
47163 2005-08-24  Bruno Haible  <bruno@clisp.org>
47164
47165         * gnulib-tool: Add support for the --aux-dir option to
47166         --create-testdir, --create-megatestdir, --test, --megatest.
47167         (func_create_testdir, func_create_megatestdir): Optionally emit a
47168         AC_CONFIG_AUX_DIR directive.
47169         (create-testdir, create-megatestdir, test, megatest): Provide a
47170         default value for $auxdir.
47171
47172 2005-08-24  Bruno Haible  <bruno@clisp.org>
47173
47174         * gnulib-tool (import): Use compound statement instead of subshell
47175         where possible.
47176
47177 2005-08-24  Bruno Haible  <bruno@clisp.org>
47178
47179         * gnulib-tool (import): Change --aux-dir default to "build-aux".
47180
47181 2005-08-24  Bruno Haible  <bruno@clisp.org>
47182
47183         * gnulib-tool (func_version): Update.
47184
47185 2005-08-24  Bruno Haible  <bruno@clisp.org>
47186
47187         * gnulib-tool (func_import, func_create_testdir,
47188         func_create_megatestdir): Quote all autoconf macro arguments.
47189
47190 2005-08-24  Bruno Haible  <bruno@clisp.org>
47191
47192         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
47193         option --force, because --force causes the aclocal.m4 of each
47194         subdirectory to be newer than the corresponding config.h.in.
47195
47196 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47197
47198         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
47199         All contents moved to gl_REGEX.
47200         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
47201         assume that it does.
47202
47203 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47204
47205         * lib/regex.h (REG_NOSYS)
47206         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
47207         Define, since POSIX requires it as of 2001.
47208         (_REG_ENOSYS)
47209         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
47210         New private symbol, used to keep the enum signed in all cases.
47211         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
47212         Youngman in
47213         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
47214
47215         * lib/regex_internal.c (re_string_skip_chars, register_state):
47216         (calc_state_hash):
47217         Remove forward decls; no longer needed now that we use prototypes.
47218         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
47219         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
47220         (clean_state_log_if_needed): Likewise.
47221
47222 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47223
47224         * config/srclist.txt: Add glibc bugs 1231-1233.
47225
47226 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47227
47228         Fix problems reported by Sam Steingold in
47229         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
47230         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
47231         assumed that reg_errcode_t is a signed type, which is not
47232         necessarily true if _XOPEN_SOURCE is not defined.
47233         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
47234         since some compilers warn about it otherwise.
47235
47236 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47237
47238         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
47239         (init_word_char, create_initial_state, duplicate_node_closure):
47240         (fetch_token, peek_token_bracket, build_range_exp):
47241         (build_collating_symbol): Remove forward decls; no longer needed
47242         now that we use prototypes.
47243
47244         * lib/regcomp.c:
47245         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
47246         (re_compile_fastmap_iter, regcomp, regerror, regfree):
47247         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
47248         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
47249         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
47250         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
47251         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
47252         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
47253         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
47254         (build_range_exp, build_collating_symbol, parse_bracket_exp):
47255         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
47256         (build_charclass, build_charclass_op, fetch_number, create_tree):
47257         (create_token_tree, mark_opt_subexp, duplicate_tree):
47258         Use prototypes rather than old-style definitions.
47259
47260         * lib/regex_internal.c:
47261         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
47262         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
47263         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47264         (re_string_reconstruct, re_string_peek_byte_case):
47265         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
47266         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47267         (re_node_set_init_copy, re_node_set_add_intersect):
47268         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47269         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47270         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47271         (re_acquire_state, re_acquire_state_context, register_state):
47272         (create_ci_newstate, create_cd_newstate, free_state):
47273         Likewise.
47274         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
47275         re_search_2):
47276         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
47277         (re_search_internal, prune_impossible_nodes):
47278         (acquire_init_state_context, check_matching, static):
47279         (check_halt_node_context, check_halt_state_context, proceed_next_node):
47280         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
47281         (update_regs, sift_states_backward, build_sifted_states):
47282         (clean_state_log_if_needed, merge_state_array):
47283         (update_cur_sifted_state, add_epsilon_src_nodes):
47284         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
47285         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
47286         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
47287         (find_recover_state, check_subexp_matching_top, transit_state_mb):
47288         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
47289         (check_arrival, check_arrival_add_next_nodes):
47290         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47291         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47292         (check_node_accept_bytes, check_node_accept, extend_buffers):
47293         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47294         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47295         (sift_ctx_init):
47296         Likewise.
47297
47298         * lib/regex_internal.h:
47299         (re_string_allocate, re_string_construct, re_string_reconstruct):
47300         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47301         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47302         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47303         (re_string_context_at, re_string_peek_byte_case):
47304         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
47305         is defined, since we now use prototypes always.
47306
47307         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
47308         C89 or better.  All uses removed.
47309
47310 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47311
47312         * config/srclist.txt: Add glibc bugs 1220-1227.
47313
47314 2005-08-20  Jim Meyering  <jim@meyering.net>
47315
47316         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
47317         of unused local, dfa.
47318
47319 2005-08-20  Bruno Haible  <bruno@clisp.org>
47320
47321         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
47322
47323 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47324
47325         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
47326         (re_node_set_insert_last, re_dfa_add_node):
47327         Rename local variables to avoid GCC shadowing warnings.
47328
47329 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47330
47331         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
47332         [defined lint]: Suppress bogus uninitialized-variable warnings.
47333
47334         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
47335         and let the caller return REG_ESPACE if out of space.  This
47336         removes an uninitialied-variable warning with GCC 4.0.1, and also
47337         avoids taking the address of a local variable.  All callers
47338         changed.
47339
47340 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47341
47342         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
47343         $LIBCSRC/posix/regexec.c.
47344         Add glibc bug 1217 for regcomp.c.
47345
47346 2005-08-19  Jim Meyering  <jim@meyering.net>
47347
47348         * lib/regexec.c (proceed_next_node): Redo local variables to
47349         avoid GCC shadowing warnings.
47350
47351 2005-08-18  Bruno Haible  <bruno@clisp.org>
47352
47353         * lib/strstr.c (strstr): Fix return value in multibyte case.
47354         * lib/strcasestr.c (strcasestr): Likewise.
47355
47356 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
47357
47358         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
47359
47360 2005-08-17  Jim Meyering  <jim@meyering.net>
47361
47362         Make the %s format (seconds since the epoch) work for a negative
47363         number and when used with a zero-padded field width, e.g. %015s.
47364
47365         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
47366         label so that it precedes the code to set `digits'.  Otherwise,
47367         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
47368         print `00-22'.  Now, it prints `-0022', as it should.
47369
47370 2005-08-17  Bruno Haible  <bruno@clisp.org>
47371
47372         * modules/strstr (Files): Add m4/mbrtowc.m4.
47373         (Depends-on): Add mbuiter.
47374
47375 2005-08-17  Bruno Haible  <bruno@clisp.org>
47376
47377         * modules/strcasestr: New file.
47378         * MODULES.html.sh (String handling, based on ANSI C 89): Add
47379         strcasestr.
47380
47381 2005-08-17  Bruno Haible  <bruno@clisp.org>
47382
47383         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
47384
47385 2005-08-17  Bruno Haible  <bruno@clisp.org>
47386
47387         * modules/mbuiter: New file.
47388         * MODULES.html.sh (Extended multibyte and wide character utilities):
47389         Add mbuiter.
47390
47391 2005-08-17  Bruno Haible  <bruno@clisp.org>
47392
47393         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
47394         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
47395
47396 2005-08-17  Bruno Haible  <bruno@clisp.org>
47397
47398         * m4/strcasestr.m4: New file.
47399
47400 2005-08-17  Bruno Haible  <bruno@clisp.org>
47401
47402         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
47403         * lib/strstr.c: Completely rewritten, with multibyte locale support.
47404
47405 2005-08-17  Bruno Haible  <bruno@clisp.org>
47406
47407         * lib/strcasestr.h: New file.
47408         * lib/strcasestr.c: New file.
47409
47410 2005-08-17  Bruno Haible  <bruno@clisp.org>
47411
47412         * lib/strcasecmp.c: Use mbuiter.h.
47413
47414 2005-08-17  Bruno Haible  <bruno@clisp.org>
47415
47416         * lib/mbuiter.h: New file.
47417
47418 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
47419
47420         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
47421         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
47422         and gl_GETOPT are both invoked via different paths (as happens
47423         with GNU tar CVS because it uses both argp and getopt), the former
47424         wins.
47425
47426 2005-08-16  Bruno Haible  <bruno@clisp.org>
47427
47428         * modules/tls: New file.
47429         * MODULES.html.sh (Multithreading): Add tls.
47430
47431 2005-08-16  Bruno Haible  <bruno@clisp.org>
47432
47433         * modules/strnlen1: New file.
47434         * MODULES.html.sh (String handling): Add strnlen1.
47435
47436 2005-08-16  Bruno Haible  <bruno@clisp.org>
47437
47438         * modules/strcase (Files): Add m4/mbrtowc.m4.
47439         (Depends-on): Add strnlen1, mbchar.
47440
47441 2005-08-16  Bruno Haible  <bruno@clisp.org>
47442
47443         * modules/mbiter: New file.
47444         * MODULES.html.sh (Extended multibyte and wide character utilities):
47445         Add mbiter.
47446
47447 2005-08-16  Bruno Haible  <bruno@clisp.org>
47448
47449         * modules/mbfile: New file.
47450         * MODULES.html.sh (Extended multibyte and wide character utilities):
47451         Add mbfile.
47452
47453 2005-08-16  Bruno Haible  <bruno@clisp.org>
47454
47455         * modules/mbchar: New file.
47456         * MODULES.html.sh (Extended multibyte and wide character utilities):
47457         New section.
47458
47459 2005-08-16  Bruno Haible  <bruno@clisp.org>
47460
47461         * m4/tls.m4: New file, from GNU gettext.
47462
47463 2005-08-16  Bruno Haible  <bruno@clisp.org>
47464
47465         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47466         always.
47467         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47468
47469 2005-08-16  Bruno Haible  <bruno@clisp.org>
47470
47471         * m4/mbiter.m4: New file.
47472
47473 2005-08-16  Bruno Haible  <bruno@clisp.org>
47474
47475         * m4/mbfile.m4: New file.
47476
47477 2005-08-16  Bruno Haible  <bruno@clisp.org>
47478
47479         * m4/mbchar.m4: New file.
47480
47481 2005-08-16  Bruno Haible  <bruno@clisp.org>
47482
47483         * lib/tls.h: New file, from GNU gettext.
47484         * lib/tls.c: New file, from GNU gettext.
47485
47486 2005-08-16  Bruno Haible  <bruno@clisp.org>
47487
47488         * lib/strnlen1.h: New file.
47489         * lib/strnlen1.c: New file.
47490
47491 2005-08-16  Bruno Haible  <bruno@clisp.org>
47492
47493         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47494         (mbi_init): Update.
47495         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47496         NUL byte, not after it.
47497
47498 2005-08-16  Bruno Haible  <bruno@clisp.org>
47499
47500         * lib/strcase.h (strcasecmp): Add note in comments.
47501         * lib/strncasecmp.c: Use code from strcasecmp.c.
47502         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47503         (strcasecmp): Work correctly in multibyte locales.
47504
47505 2005-08-16  Bruno Haible  <bruno@clisp.org>
47506
47507         * lib/mbiter.h: New file.
47508
47509 2005-08-16  Bruno Haible  <bruno@clisp.org>
47510
47511         * lib/mbfile.h: New file.
47512
47513 2005-08-16  Bruno Haible  <bruno@clisp.org>
47514
47515         * lib/mbchar.h: New file.
47516         * lib/mbchar.c: New file.
47517
47518 2005-08-16  Bruno Haible  <bruno@clisp.org>
47519
47520         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47521         the valid ones. Makes the comparison operations transitive:
47522         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47523         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47524
47525 2005-08-15  Simon Josefsson  <jas@extundo.com>
47526
47527         * modules/ssize_t (License): Change to 'unlimited'.
47528
47529         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47530
47531 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47532
47533         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47534         Add comments for each pending glibc patch.
47535
47536 2005-08-15  Bruno Haible  <bruno@clisp.org>
47537
47538         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47539         __cplusplus is defined.
47540
47541 2005-08-14  Jim Meyering  <jim@meyering.net>
47542
47543         Sync from coreutils.
47544
47545         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47546         Use the hash-table-based cycle-detection code not just when
47547         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47548         Reported by James Youngman in
47549         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47550         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47551         FTS_TIGHT_CYCLE_CHECK.
47552         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47553         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47554         once again.
47555         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47556         * lib/fts.c (fd_safer): Remove decl.
47557         Include fcntl--.h rather than unistd-safer.h
47558         (fts_safe_changedir): Don't call fd_safer; no longer needed
47559         now that we include fcntl--.h.
47560
47561 2005-08-12  Simon Josefsson  <jas@extundo.com>
47562
47563         * modules/getndelim2: Use ssize_t module.
47564         * modules/getnline: Likewise.
47565         * modules/safe-read: Likewise.
47566         * modules/xreadlink: Likewise.
47567
47568         * modules/ssize_t: New file.
47569
47570 2005-08-12  Simon Josefsson  <jas@extundo.com>
47571
47572         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47573
47574 2005-08-12  Simon Josefsson  <jas@extundo.com>
47575
47576         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47577         ssize_t.
47578
47579 2005-08-12  Simon Josefsson  <jas@extundo.com>
47580
47581         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47582         readline, getdelim and check_version.
47583         (Support for systems lacking ISO C 99: Sizes of integer types):
47584         Add size_max.
47585
47586 2005-08-12  Bruno Haible  <bruno@clisp.org>
47587
47588         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47589
47590 2005-08-11  Simon Josefsson  <jas@extundo.com>
47591
47592         * modules/readline: New file.
47593
47594         * modules/strnlen (Files): Add strnlen.h.
47595
47596 2005-08-11  Simon Josefsson  <jas@extundo.com>
47597
47598         * m4/readline.m4: New file.
47599
47600 2005-08-11  Simon Josefsson  <jas@extundo.com>
47601
47602         * lib/readline.h, readline.c: New file.
47603
47604 2005-08-11  Simon Josefsson  <jas@extundo.com>
47605
47606         * doc/gnulib.texi (Initial import, Finishing touches): Mention
47607         gl_AVOID.
47608
47609 2005-08-11  Bruno Haible  <bruno@clisp.org>
47610
47611         * lib/strnlen.h (strnlen): Change parameter name to match comment.
47612
47613 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
47614
47615         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
47616
47617 2005-08-10  Simon Josefsson  <jas@extundo.com>
47618
47619         * tests/test-iconvme.c: New file.
47620
47621 2005-08-10  Simon Josefsson  <jas@extundo.com>
47622
47623         * m4/strnlen.m4: New file.
47624
47625         * m4/strndup.m4: Don't check for strnlen declaration, done in
47626         strnlen.m4.
47627
47628 2005-08-10  Simon Josefsson  <jas@extundo.com>
47629
47630         * lib/strndup.c: Use strnlen.h.
47631
47632         * lib/strnlen.h: New file.
47633
47634 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47635
47636         * README: Typos.
47637
47638 2005-08-02  Simon Josefsson  <jas@extundo.com>
47639
47640         * modules/readline: New file.
47641
47642 2005-08-02  Simon Josefsson  <jas@extundo.com>
47643
47644         * modules/getdelim: New file.
47645
47646         * modules/getline: Rewrite, don't use getndelim2.
47647
47648 2005-08-02  Simon Josefsson  <jas@extundo.com>
47649
47650         * m4/getline.m4: Separate out getdelim stuff into separate module.
47651
47652         * m4/getdelim.m4: New file.
47653
47654 2005-08-02  Simon Josefsson  <jas@extundo.com>
47655
47656         * lib/getline.h, getline.c: Rewrite.
47657
47658         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
47659
47660 2005-07-31  Bruno Haible  <bruno@clisp.org>
47661
47662         * lib/lock.h (gl_lock_initializer): New macro.
47663         (gl_lock_define_initialized): Use it.
47664         (gl_rwlock_initializer): New macro.
47665         (gl_rwlock_define_initialized): Use it.
47666         (gl_recursive_lock_initializer): New macro.
47667         (gl_recursive_lock_define_initialized): Use it.
47668
47669 2005-07-30  Karl Berry  <karl@gnu.org>
47670
47671         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
47672         Report from Ben Pfaff, regarding getopt.
47673
47674 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47675
47676         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
47677         normal way.
47678         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
47679         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
47680         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
47681         (gl_GETOPT): Use the new macros.  Most of the implementation
47682         is moved to the new macros.  This is for programs like Emacs
47683         that don't want all the functionality of gl_GETOPT.
47684
47685 2005-07-26  Bruno Haible  <bruno@clisp.org>
47686
47687         * m4/lock.m4: Update from GNU gettext.
47688
47689 2005-07-26  Bruno Haible  <bruno@clisp.org>
47690
47691         * lib/lock.h: Update from GNU gettext.
47692         * lib/lock.c: Update from GNU gettext.
47693
47694 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
47695
47696         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
47697         obsolescent AC_TRY_RUN.  Include the default includes files, for
47698         'exit'.
47699
47700 2005-07-24  Bruno Haible  <bruno@clisp.org>
47701
47702         * modules/visibility: New file.
47703         * MODULES.html.sh (Misc): Add visibility.
47704
47705 2005-07-24  Bruno Haible  <bruno@clisp.org>
47706
47707         * m4/visibility.m4: New file.
47708
47709 2005-07-24  Bruno Haible  <bruno@clisp.org>
47710
47711         * doc/visibility.texi: New file.
47712
47713 2005-07-22  Bruno Haible  <bruno@clisp.org>
47714
47715         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
47716         $(ALLOCA_H), redundant through BUILT_SOURCES.
47717         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
47718         redundant through BUILT_SOURCES.
47719         * modules/byteswap (Makefile.am): Remove explicit dependency on
47720         $(BYTESWAP_H), redundant through BUILT_SOURCES.
47721         * modules/fnmatch (Makefile.am): Remove explicit dependency on
47722         $(FNMATCH_H), redundant through BUILT_SOURCES.
47723         * modules/getopt (Makefile.am): Remove explicit dependency on
47724         $(GETOPT_H), redundant through BUILT_SOURCES.
47725         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
47726         redundant through BUILT_SOURCES.
47727         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
47728         redundant through BUILT_SOURCES.
47729         * modules/stdbool (Makefile.am): Remove explicit dependency on
47730         $(STDBOOL_H), redundant through BUILT_SOURCES.
47731         * modules/stdint (Makefile.am): Remove explicit dependency on
47732         $(STDINT_H), redundant through BUILT_SOURCES.
47733         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
47734         Remove explicit dependency on $(SYSEXITS_H).
47735         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
47736
47737 2005-07-18  Simon Josefsson  <jas@extundo.com>
47738
47739         * lib/check-version.c (check_version): Accept identical versions too.
47740
47741 2005-07-18  Bruno Haible  <bruno@clisp.org>
47742
47743         * modules/lock: New file.
47744         * MODULES.html.sh (Multithreading): New section.
47745
47746 2005-07-18  Bruno Haible  <bruno@clisp.org>
47747
47748         * m4/lock.m4: New file, from GNU gettext.
47749
47750 2005-07-18  Bruno Haible  <bruno@clisp.org>
47751
47752         * lib/lock.h: New file, from GNU gettext.
47753         * lib/lock.c: New file, from GNU gettext.
47754
47755 2005-07-18  Bruno Haible  <bruno@clisp.org>
47756
47757         * lib/lock.h (gl_once_t): New type.
47758         (gl_once_define, gl_once): New macros.
47759         * lib/lock.c (fresh_once): New variable.
47760         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
47761         functions.
47762
47763 2005-07-16  Simon Josefsson  <jas@extundo.com>
47764
47765         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
47766         workaround, suggested by Bruno.
47767
47768 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47769
47770         * modules/xalloc (Depends-on): Add xalloc-die.
47771         * modules/xvasprintf (Depends-on): Add xalloc-die.
47772
47773 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47774
47775         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
47776         with a minor change.
47777
47778 2005-07-15  Bruno Haible  <bruno@clisp.org>
47779
47780         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
47781         When using lib/poll.c, define poll as rpl_poll.
47782
47783 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
47784
47785         * modules/argp (Depends-on): Remove unlocked-io.
47786
47787 2005-07-14  Derek Price  <derek@ximbiot.com>
47788
47789         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
47790         for glob symlink bug.
47791
47792 2005-07-14  Bruno Haible  <bruno@clisp.org>
47793
47794         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
47795         Instead, test for *_unlocked function declarations directly.
47796
47797 2005-07-11  Simon Josefsson  <jas@extundo.com>
47798
47799         * modules/size_max: New file.
47800
47801         * modules/xsize: Depend on size_max module for size_max.m4.
47802
47803 2005-07-11  Simon Josefsson  <jas@extundo.com>
47804
47805         * lib/size_max.h: New file.
47806
47807 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
47808
47809         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
47810         copyright symbol and the year.
47811         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
47812         (version_etc_va): Use parameterized copyright notice.
47813         Reword to conform to the current GNU coding standards.
47814
47815 2005-07-11  Karl Berry  <karl@gnu.org>
47816
47817         * doc/gnulib.texi (Quoting): new node.
47818         (Initial import): more info, from Patrice.
47819
47820 2005-07-11  Bruno Haible  <bruno@clisp.org>
47821
47822         * gnulib-tool (func_usage): Document option --avoid.
47823         (Command line options): Handle --avoid.
47824         (func_acceptable): New function.
47825         (func_modules_transitive_closure): Use it.
47826
47827 2005-07-11  Bruno Haible  <bruno@clisp.org>
47828
47829         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
47830         Reported by Jim Meyering.
47831
47832 2005-07-10  Bruno Haible  <bruno@clisp.org>
47833
47834         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
47835         Needed when size_t is smaller than 'unsigned int'.
47836         Reported by Paul Eggert.
47837
47838 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47839
47840         * modules/argp (Depends-on): Add unlocked-io
47841
47842 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47843
47844         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
47845         block of defines.
47846
47847 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47848
47849         * config/srclist.txt: Comment out regcomp.c, since we have a porting
47850         fix now.
47851
47852 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
47853         and Paul Eggert  <eggert@cs.ucla.edu>
47854
47855         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
47856         in wint_t, not wchar_t.  Remove now-unnecessary cast.
47857
47858 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47859
47860         * modules/regex (Files): Add lib/regex_internal.c,
47861         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
47862         (Depends-on): Add extensions.
47863         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
47864
47865 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47866
47867         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
47868         pathconf.
47869         * m4/same.m4 (gl_SAME): Likewise.
47870         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
47871
47872         * m4/regex.m4: Adjust to new libc regex implementation.
47873         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
47874         all the .c and .h parts of (the new) regex.
47875         Quote the m4 stuff better.
47876         Check for RE_ICASE bug of old gnulib.
47877         Check for REG_STARTEND of recent libc.
47878         Rename local variables from jm_* to gl_*.
47879         Quote operand of "test -f".
47880         Say "recent enough" version of libc, not "version 2".
47881         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
47882         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
47883         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
47884         Remove check for btowc, isascii.
47885         Require AM_LANGINFO_CODESET.
47886
47887 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47888
47889         * lib/regex.c, regex.h: Sync from libc.
47890         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
47891         * lib/regexec.c:
47892         New files, synced from libc, except that regex_internal.h
47893         currently has a small porting fix.
47894
47895 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47896
47897         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
47898         regex_internal.c, regexec.c.
47899         Add regex_internal.h too, but as a comment, since the libc version
47900         is currently broken in gnulib mode.
47901
47902 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47903
47904         Support programs like Emacs that use gnulib but not gettext.
47905         * MODULES.html.sh (Internationalization functions): Add gettext-h.
47906         * modules/gettext-h: New file.
47907         * modules/gettext (Files): Remove lib/gettext.h.
47908         (Depends-on): Add gettext-h.
47909         (Makefile.am): Remove lib_SOURCES.
47910         * modules/argmatch, modules/c-stack, modules/closeout:
47911         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
47912         * modules/execute, modules/file-type, modules/getaddrinfo:
47913         * modules/getopt, modules/human, modules/javacomp:
47914         * modules/javaexec, modules/mkdir-p, modules/obstack:
47915         * modules/openat, modules/pagealign_alloc, modules/pipe:
47916         * modules/quotearg, modules/regex, modules/rpmatch:
47917         * modules/unicodeio, modules/userspec, modules/version-etc:
47918         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
47919         * modules/xsetenv:
47920         Depend on gettext-h, not gettext.
47921
47922 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47923
47924         * gnulib-tool (func_import): Add support for 'public domain' license.
47925         * modules/alloca, modules/atexit, modules/memmove:
47926         Now public domain, not GPL.
47927         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
47928         * modules/realloc, modules/strerror, modules/strtod:
47929         Now LGPL, not GPL.
47930
47931 2005-07-05  Bruno Haible  <bruno@clisp.org>
47932
47933         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
47934         autoconf CVS. Needed for mingw.
47935
47936 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47937
47938         Remove the dependency of the strftime module on the tzset module.
47939         * modules/strftime (Depends-on): Remove dependency on tzset.
47940
47941 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47942
47943         Remove the dependency of the strftime module on the tzset module.
47944         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
47945         gl_FUNC_TZSET_CLOBBER.
47946
47947 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47948
47949         Remove the dependency of the strftime module on the tzset module.
47950         * lib/strftime.c (my_strftime)
47951         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
47952         Copy the input structure, to work around some of the bug with
47953         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
47954         Solaris releases, you should also use the tzset module, but we won't
47955         require it as a dependency any more since we don't want LGPLed code
47956         to depend on GPLed code.
47957
47958 2005-07-02  Jim Meyering  <jim@meyering.net>
47959
47960         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
47961         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
47962         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
47963         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
47964
47965 2005-07-02  Jim Meyering  <jim@meyering.net>
47966
47967         * lib/backupfile.c (backup_args): Change a `0' to NULL.
47968
47969 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47970
47971         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
47972         declares only 'struct timespec;' (!).
47973
47974 2005-07-01  Jim Meyering  <jim@meyering.net>
47975
47976         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
47977         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
47978         * lib/save-cwd.c, tempname.c:
47979         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47980         and don't include <sys/file.h>).
47981
47982 2005-06-29  Jim Meyering  <jim@meyering.net>
47983
47984         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
47985         type name.  Use the variable name instead.
47986         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
47987         Likewise.
47988
47989 2005-06-28  Simon Josefsson  <jas@extundo.com>
47990
47991         * modules/check-version (Files): Add check-version.m4.
47992
47993 2005-06-28  Simon Josefsson  <jas@extundo.com>
47994
47995         * m4/check-version.m4: New file, suggested by Jim Meyering
47996         <jim@meyering.net>.
47997
47998 2005-06-28  Simon Josefsson  <jas@extundo.com>
47999
48000         * lib/check-version.h, lib/check-version.c: New files.
48001
48002 2005-06-28  Simon Josefsson  <jas@extundo.com>
48003
48004         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
48005         collision with global variable.  Better indentation.  Don't
48006         increment buffer pointer beyond buffer end.  Based on comments
48007         from Paul Eggert <eggert@cs.ucla.edu>.
48008
48009         * lib/base64.h: Indent.
48010
48011 2005-06-28  Simon Josefsson  <jas@extundo.com>
48012
48013         * doc/gnulib.texi (Library version handling): New section.
48014
48015 2005-06-28  Jim Meyering  <jim@meyering.net>
48016
48017         * check-module (find_included_lib_files): Hard-code another
48018         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
48019         but modules/fts-lgpl (correctly) does not list those files.
48020
48021         * modules/canonicalize (Files): Add lib/pathmax.h.
48022
48023 2005-06-25  Simon Josefsson  <jas@extundo.com>
48024
48025         * modules/check-version: New file.
48026
48027 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
48028
48029         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
48030         initializer of struct addrinfo, as an indication that we don't
48031         care how many members the structure has.
48032
48033 2005-06-24  Derek Price  <derek@ximbiot.com>
48034         and Bruno Haible  <bruno@clisp.org>
48035
48036         Remove stat module & update lstat.
48037         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
48038         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48039         * m4/stat.m4: Remove this file.
48040
48041 2005-06-24  Derek Price  <derek@ximbiot.com>
48042         and Bruno Haible  <bruno@clisp.org>
48043
48044         Remove stat module & update lstat.
48045         * lib/stat.c: Remove this file...
48046         (slash_aware_lstat): ...moving this content and its support...
48047         * lib/lstat.c (rpl_lstat): ...into here.
48048         * lib/lstat.h: New file.
48049
48050 2005-06-24  Derek Price  <derek@ximbiot.com>
48051         and Bruno Haible  <bruno@clisp.org>
48052
48053         Remove stat module & update lstat.
48054         * config/srclist.txt (libc sources): Remove stat.
48055
48056 2005-06-24  Derek Price  <derek@ximbiot.com>
48057         and Bruno Haible  <bruno@clisp.org>
48058
48059         Remove stat module & update lstat.
48060         * MODULES.html.sh (stat): Remove.
48061         * MODULES.html: Regenerated.
48062         * modules/lstat (Description): Correct function name.
48063         (Files): Add "lstat.h".
48064         (Depends-on): Remove stat, add xalloc, stat-macros.
48065         * modules/stat: Remove this file.
48066         (Include): Add "lstat.h", remove <sys/stat.h>.
48067
48068 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
48069
48070         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
48071         (ranged_convert): Don't save conversion in a temporary struct.
48072         This causes a warning with GCC 4.0.0, and anyway in the typical
48073         case it's not worth the extra 100 bytes or so of code.
48074         (ranged_convert, __mktime_internal): When calling a function via a
48075         pointer P, use P () rather than (*P) (), as we now assume C89 or
48076         better.
48077
48078 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48079
48080         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
48081         "who -r" failed to give output.  Problem reported by Tim Waugh.
48082
48083         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
48084         (xcalloc): Use it to avoid needless tests.
48085         Problem reported by Jim Meyering.
48086
48087 2005-06-20  Derek Price  <derek@ximbiot.com>
48088
48089         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
48090         unnecessary for Autoconfs > 2.59c.
48091
48092 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48093
48094         * lib/argp.h (__option_is_short): Check upper limit of
48095         __key. Isprint() requires its argument to have the value
48096         of an unsigned char or EOF.
48097
48098 2005-06-16  Jim Meyering  <jim@meyering.net>
48099
48100         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
48101         when either N or S is zero.
48102
48103 2005-06-16  Derek Price  <derek@ximbiot.com>
48104
48105         * m4/bison.m4: Declare YACC & YFLAGS precious.
48106
48107 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
48108
48109         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
48110         multibyte string or pattern, fall back on unibyte matching.
48111         Problem reported by James Youngman.
48112
48113 2005-06-08  Bruno Haible  <bruno@clisp.org>
48114
48115         * modules/csharpcomp: New file.
48116         * MODULES.html.sh (C#): Add csharpcomp.
48117
48118 2005-06-08  Bruno Haible  <bruno@clisp.org>
48119
48120         * m4/csharpcomp.m4: New file, from GNU gettext.
48121
48122 2005-06-08  Bruno Haible  <bruno@clisp.org>
48123
48124         * lib/csharpcomp.h: New file, from GNU gettext.
48125         * lib/csharpcomp.c: New file, from GNU gettext.
48126         * lib/csharpcomp.sh.in: New file, from GNU gettext.
48127
48128 2005-06-08  Bruno Haible  <bruno@clisp.org>
48129
48130         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
48131         warning on mingw.
48132
48133 2005-06-07  Derek Price  <derek@ximbiot.com>
48134
48135         Sync from CVS.
48136         * lib/glob_.h: Indent nested #ifdef.
48137
48138 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48139
48140         Sync from coreutils.
48141         Use "file name" when talking about file names, instead of "filename"
48142         or "path", as per the GNU coding standards.
48143         * lib/mkdir-p.c: Renamed from makepath.c.
48144         (make_dir_parents): Renamed from make_path.  All callers changed.
48145         * lib/mkdir-p.h: Likewise.  All includers changed.
48146         * lib/filenamecat.c: Renamed from path-concat.c.
48147         (file_name_concat): Renamed from path_concat.  All callers changed.
48148         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
48149         * lib/filenamecat.h: Likewise.  All includers changed.
48150         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
48151         in comments or local variable names.
48152         * lib/basename.c: Likewise.
48153         * lib/canonicalize.c, canonicalize.h: Likewise.
48154         * lib/dirname.c, dirname.h: Likewise.
48155         * lib/euidaccess.c: Likewise.
48156         * lib/exclude.c: Likewise
48157         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
48158         * lib/fsusage.c, fsuage.h: Likewise.
48159         * lib/fts.c, fts_.h: Likewise.
48160         * lib/getcwd.c: Likewise.
48161         * lib/getloadavg.c: Likewise.
48162         * lib/mkstemp.c: Likewise.
48163         * lib/mountlist.c, mountlist.h: Likewise.
48164         * lib/openat.c, openat.h: Likewise.
48165         * lib/readlink-stub.c: Likewise.
48166         * lib/readutmp.c, readutmp.h: Likewise.
48167         * lib/rename.c: Likewise.
48168         * lib/rmdir.c: Likewise.
48169         * lib/same.c: Likewise.
48170         * lib/savedir.c: Likewise.
48171         * lib/stripslash.c: Likewise.
48172         * lib/tempname.c: Likewise.
48173         * lib/xreadlink.c: Likewise.
48174         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
48175         All uses changed.
48176         * lib/exclude.h: Likewise.
48177
48178         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
48179         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48180         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
48181         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48182         * lib/pathmax.h: Include <limits.h> unconditionally, since other
48183         files have been getting away with it for years (MORE/BSD 4.3
48184         is extinct now).
48185         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
48186         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48187
48188         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
48189         Define to 256, not 255, as per modern POSIX.
48190
48191 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48192
48193         Sync from coreutils.
48194         Use "file name" when talking about file names, instead of "filename"
48195         or "path", as per the GNU coding standards.
48196         * MODULES.html.sh: mkdir-p renamed from makepath.
48197         filenamecat renamed from path-concat.
48198         * modules/filenamecat: Renamed from modules/path-concat.
48199         (Files): filenamecat.h and filenamecat.c renamed from
48200         path-concat.h and path-concat.c.
48201         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
48202         (Include): filenamecat.h, not path-concat.h.
48203         * modules/mkdir-p: Renamed from modules/makepath.
48204         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
48205         makepath.c.
48206         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
48207         (Include): mkdir-p.h, not makepath.h.
48208
48209 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48210
48211         Sync from coreutils.
48212         * m4/mkdir-p.m4: Renamed from makepath.m4.
48213         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
48214         Rename files from makepath.c to mkdir-p.c, and from
48215         makepath.h to mkdir-p.h.
48216         * m4/filenamecat.m4: Renamed from path-concat.m4.
48217         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
48218         Rename files from path-concat.c to filenamecat.c,
48219         and from path-concat.h to filenamecat.h.
48220         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
48221         "file name" in local variables or comments.
48222         * m4/rename.m4: Likewise.
48223
48224 2005-06-01  Bruno Haible  <bruno@clisp.org>
48225
48226         * modules/csharpexec: New file.
48227         * MODULES.html.sh (C#): New section.
48228
48229 2005-06-01  Bruno Haible  <bruno@clisp.org>
48230
48231         * m4/csharp.m4: New file, from GNU gettext.
48232         * m4/csharpexec.m4: New file, from GNU gettext.
48233
48234 2005-06-01  Bruno Haible  <bruno@clisp.org>
48235
48236         * lib/csharpexec.h: New file, from GNU gettext.
48237         * lib/csharpexec.c: New file, from GNU gettext.
48238         * lib/csharpexec.sh.in: New file, from GNU gettext.
48239
48240 2005-05-31  Derek Price  <derek@ximbiot.com>
48241             Paul Eggert  <eggert@cs.ucla.edu>
48242
48243         Sync from cvs.
48244         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48245
48246 2005-05-31  Derek Price  <derek@ximbiot.com>
48247             Paul Eggert  <eggert@cs.ucla.edu>
48248
48249         Sync from cvs.
48250         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48251
48252 2005-05-29  Derek Price  <derek@ximbiot.com>
48253
48254         * config/srclist.txt (glob_.h, glob.c): Add these files.
48255
48256 2005-05-29  Derek Price  <derek@ximbiot.com>
48257
48258         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
48259         * modules/glob: New file.
48260         * modules/getlogin_r: Add link to POSIX spec in description.
48261
48262 2005-05-29  Derek Price  <derek@ximbiot.com>
48263             Paul Eggert  <eggert@cs.ucla.edu>
48264
48265         * m4/glob.m4: New file.
48266
48267 2005-05-29  Derek Price  <derek@ximbiot.com>
48268             Paul Eggert  <eggert@cs.ucla.edu>
48269
48270         * lib/glob_.h, lib/glob.c: New files.
48271
48272 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48273
48274         * modules/fts (Files): Remove m4/inttypes-pri.m4.
48275         * modules/fts-lgpl (Depends-on): Remove gettext.
48276
48277 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
48280         and don't require gt_INTTYPES_PRI.
48281
48282 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48283
48284         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
48285
48286         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
48287         the configuration hassle isn't worth it.
48288         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
48289         (LONGEST_MODIFIER, PRIuMAX): Remove.
48290
48291 2005-05-27  Bruno Haible  <bruno@clisp.org>
48292
48293         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48294
48295 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48296
48297         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48298         _POSIX_PTHREAD_SEMANTICS for Solaris.
48299
48300 2005-05-25  Derek Price  <derek@ximbiot.com>
48301
48302         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48303
48304 2005-05-25  Derek Price  <derek@ximbiot.com>
48305             Paul Eggert  <eggert@cs.ucla.edu>
48306
48307         * modules/getlogin_r, m4/getlogin_r.m4: New files.
48308         * lib/getlogin_r.c, getlogin_r.h: New files.
48309
48310 2005-05-25  Bruno Haible  <bruno@clisp.org>
48311             Derek Price  <derek@ximbiot.com>
48312
48313         * lib/getlogin_r.h: Simplify API documentation.
48314
48315 2005-05-23  Derek Price  <derek@ximbiot.com>
48316
48317         * modules/minmax (Files): Add m4/minmax.m4.
48318         (configure.ac): Add gl_MINMAX.
48319
48320 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48321
48322         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
48323         so that unistd-safer.h (GPL'ed code) need not be included.
48324
48325 2005-05-22  Bruno Haible  <bruno@clisp.org>
48326
48327         * m4/minmax.m4: New file.
48328         Based on a patch by Derek Price <derek@ximbiot.com>.
48329
48330 2005-05-22  Bruno Haible  <bruno@clisp.org>
48331
48332         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
48333         (INT64_MIN): Fix definition.
48334         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
48335
48336         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
48337         NEED_SIGNED_INT_TYPES.
48338
48339         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
48340         HAVE_SYSTEM_INTTYPES.
48341
48342 2005-05-22  Bruno Haible  <bruno@clisp.org>
48343
48344         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
48345         Also include <sys/param.h> if it defines MIN, MAX.
48346         Based on a patch by Derek Price <derek@ximbiot.com>.
48347
48348 2005-05-21  Jim Meyering  <jim@meyering.net>
48349
48350         * modules/fts (Files): Add m4/inttypes-pri.m4.
48351         (Depends-on): Add lstat and remove gettext.  Alphabetize.
48352
48353 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48354
48355         New fts module.
48356         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
48357         (setup_dir, free_dir): New functions.
48358         (enter_dir, leave_dir): Define trivial
48359         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
48360         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
48361         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
48362         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
48363         Move to fts-cycle.c.
48364         (fts_open): Use setup_dir.
48365         (fts_close): Use free_dir.
48366         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
48367         This adds a label and some gotos, but the alternatives were messier.
48368         Check for memory allocation failure when entering a dir.
48369         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
48370         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
48371         (FTS): New member fts_cycle, that is a union that contains the
48372         old active_dir_ht and cycle_state.  All uses changed to mention
48373         fts_cycle.ht and fts_cycle.state.
48374         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
48375         fts.c, with the following changes:
48376         (setup_dir, free_dir): New functions.
48377         (enter_dir): Now returns bool.  Return true if successful, false
48378         if memory exhausted.  All callers changed.
48379         Do not bother partly cleaning up on
48380         memory allocation failure; that is free_dir's job.
48381         However, free ad if hash_insert fails, to avoid memory leak.
48382         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48383         fts->fts_options to see which union member to use.
48384
48385 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48386
48387         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
48388         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
48389
48390 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48391
48392         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
48393
48394 2005-05-20  Jim Meyering  <jim@meyering.net>
48395
48396         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
48397         Now a macro, to pacify GCC.
48398
48399 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48400
48401         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
48402         of -1.
48403
48404 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48405
48406         * lib/chown.c (rpl_chown): Return -1 on failure.
48407
48408 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48409
48410         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
48411         Don't check for stddef.h.
48412         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
48413         don't use its results.
48414         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
48415         since we include them unconditionally.  Don't require
48416         AM_STDBOOL_H, since stdbool is a prerequisite.
48417         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
48418         since we assume C89 or better.
48419         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
48420         as we don't use their results.
48421         Don't check for fchdir, memmove, memset, strrchr, as we use
48422         them unconditionally.
48423         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
48424         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
48425
48426 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48427
48428         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
48429         Include <stddef.h> unconditionally, since we assume C89 now.
48430         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
48431         * lib/fts.c: Include fts_.h first, to check interface.
48432         Do not include intprops.h; no longer needed.
48433         Include cycle-check.h and hash.h, since fts_.h no longer does.
48434         Remove unnecessary casts of closedir to void.
48435         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
48436         decide whether to decrement nlinks.
48437         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
48438         (FTS): Use struct hash_table * instead of Hash_table, so that
48439         we no longer need to include hash.h here.
48440
48441 2005-05-18  Jim Meyering  <jim@meyering.net>
48442
48443         * modules/dirfd (License): Change to LGPL.  Most of the code
48444         is already in the public domain.
48445
48446 2005-05-18  Jim Meyering  <jim@meyering.net>
48447
48448         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
48449         Reported by Yoann Vandoorselaere.
48450
48451 2005-05-17  Jim Meyering  <jim@meyering.net>
48452
48453         * m4/fts.m4: New file, from coreutils.
48454
48455 2005-05-17  Jim Meyering  <jim@meyering.net>
48456
48457         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48458
48459 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48460
48461         Sync from coreutils.
48462         * m4/unlinkdir.m4: New file.
48463
48464 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48465
48466         Sync from coreutils.
48467         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48468         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48469         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48470         White space changes only.
48471         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48472         special.
48473         * lib/yesno.c: Include getline.h, not ctype.h.
48474         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48475         Use getline to remove arbitrary restriction on response length.
48476
48477 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48478
48479         * config/srclist-update: Spell out "Street" in FSF postal
48480         mail address; this is the style the FSF seems to prefer.
48481
48482         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48483         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48484         this updates FSF postal mail address.
48485
48486         Sync from coreutils.
48487         * modules/unlinkdir: New file.
48488         * modules/yesno (Depends-on): Add getline.
48489         * MODULES.html.sh (File system functions): Add unlinkdir.
48490
48491 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48492
48493         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48494         lib/strsep.h:
48495         Change the initial comment to refer to GPL, not LGPL.
48496         gnulib-tool will change it to LGPL as needed.
48497
48498         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48499         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48500         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48501         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48502         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48503         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48504         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48505         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48506         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48507         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48508         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48509         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48510         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48511         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48512         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48513         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48514         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48515         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48516         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48517         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48518         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48519         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48520         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48521         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48522         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48523         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48524         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48525         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48526         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48527         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48528         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48529         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48530         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48531         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48532         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48533         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48534         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48535         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48536         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48537         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48538         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48539         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48540         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48541         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48542         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48543         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48544         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48545         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48546         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48547         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48548         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48549         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48550         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48551         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48552         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48553         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48554         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48555         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48556         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48557         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48558         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48559         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48560         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48561         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48562         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48563         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48564         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48565         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48566         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48567         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48568         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48569         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48570         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48571         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48572         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48573         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48574         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48575         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48576         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48577         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48578         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48579         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48580         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48581         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48582         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48583         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48584         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48585         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48586         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48587         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48588         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48589         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48590         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48591         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48592         lib/yesno.c, lib/yesno.h:
48593         Update FSF postal mail address.
48594
48595 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48596
48597         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
48598         tests/test-memmem.c, tests/test-stpncpy.c:
48599         Update FSF postal mail address.
48600
48601 2005-05-13  Bruno Haible  <bruno@clisp.org>
48602
48603         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
48604         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
48605         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
48606         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
48607         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
48608         Add support for 64-bit integers in the MSVC compiler.
48609
48610 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48611
48612         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
48613
48614 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
48615
48616         * gnulib-tool (func_import): Sort and uniquify recommended includes.
48617
48618 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         * doc/getdate.texi (General date syntax): Don't say that date
48621         date --iso-8601=ns generates acceptable dates; it doesn't yet.
48622         Problem reported by Nic Ferrier.
48623
48624 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48625
48626         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
48627         specified in ai_socktype. Fix invalid ai_protocol
48628         check. ai_protocol is usually set to 0 or depending on
48629         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
48630         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
48631         ai_socktype / ai_protocol in the returned addrinfo structure.
48632
48633 2005-05-10  Simon Josefsson  <jas@extundo.com>
48634
48635         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
48636         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48637
48638 2005-05-10  Karl Berry  <karl@gnu.org>
48639
48640         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
48641         (from http://www.gnu.org/licenses).
48642         * doc/COPYING.LIB: also rename to COPYING.LESSER.
48643         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
48644         fdl.texi suffices.
48645
48646 2005-05-10  Karl Berry  <karl@gnu.org>
48647
48648         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
48649         (COPYING.DOC): remove.
48650
48651         * config/srclist-update: new FSF address.
48652
48653 2005-05-10  Derek Price  <derek@ximbiot.com>
48654
48655         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
48656         possible.
48657
48658 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48659             Bruno Haible  <bruno@clisp.org>
48660
48661         * modules/inet_ntop: New file.
48662         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48663         inet_ntop.
48664
48665 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48666             Bruno Haible  <bruno@clisp.org>
48667
48668         * m4/inet_ntop.m4: New file.
48669
48670 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48671             Bruno Haible  <bruno@clisp.org>
48672
48673         * lib/inet_ntop.h: New file.
48674         * lib/inet_ntop.c: New file, from glibc with modifications.
48675
48676 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
48677
48678         * modules/time_r (License): Change to LGPL.
48679         * modules/extensions (License): Change to LGPL.  Actually,
48680         the license is more permissive than that, but currently gnulib-tool
48681         doesn't know how to handle more-permissive licenses.
48682
48683         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
48684         Problem reported by Dave Love.
48685
48686 2005-05-08  Jim Meyering  <jim@meyering.net>
48687
48688         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
48689         blank.
48690
48691 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48692
48693         * modules/argmatch (Depends-on): Add stdbool.
48694         * modules/backupfile (Depends-on): Likewise.
48695         * modules/chdir-long (Depends-on): Likewise.
48696         * modules/closeout (Depends-on): Likewise.
48697         * modules/cycle-check (Depends-on): Likewise.
48698         * modules/dirname (Depends-on): Likewise.
48699         * modules/fnmatch (Depends-on): Likewise.
48700         * modules/fsusage (Depends-on): Likewise.
48701         * modules/fwriteerror (Depends-on): Likewise.
48702         * modules/getcwd (Depends-on): Likewise.
48703         * modules/getloadavg (Depends-on): Likewise.
48704         * modules/hard-locale (Depends-on): Likewise.
48705         * modules/makepath (Depends-on): Likewise.
48706         * modules/mountlist (Depends-on): Likewise.
48707         * modules/nanosleep (Depends-on): Likewise.
48708         * modules/posixtm (Depends-on): Likewise.
48709         * modules/quotearg (Depends-on): Likewise.
48710         * modules/readtokens (Depends-on): Likewise.
48711         * modules/readtokens0 (Depends-on): Likewise.
48712         * modules/readutmp (Depends-on): Likewise.
48713         * modules/save-cwd (Depends-on): Likewise.
48714         * modules/strftime (Depends-on): Likewise.
48715         * modules/userspec (Depends-on): Likewise.
48716         * modules/utimecmp (Depends-on): Likewise.
48717         * modules/xgetcwd (Depends-on): Likewise.
48718         * modules/xnanosleep (Depends-on): Likewise.
48719         * modules/xstrtod (Depends-on): Likewise.
48720         * modules/yesno (Depends-on): Likewise.
48721
48722 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
48723
48724         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
48725         needless checks.
48726
48727 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48728
48729         Merge from coreutils.  Among other things,
48730         add bulletproofing for cases where stdin, stdout, or stderr are closed.
48731         * lib/fd-safer.c: New file.
48732         * lib/fcntl-safer.h, open-safer.c: Remove.
48733         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
48734         * lib/dup-safer.c: Include unistd-safer.h first.
48735         Don't include errno.h.
48736         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
48737         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
48738         * lib/file-type.c: Rely on file-type.h change.
48739         * lib/getloadavg.c: Include unistd-safer.h.
48740         (getloadavg): Use safer open.
48741         * lib/getusershell.c: Include "stdio-safer.h".
48742         (getusershell): Use safer fopen.
48743         * lib/long-options.c (long_options): Use NULL rather than 0.
48744         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
48745         'free'.
48746         * lib/modechange.c: Likewise.
48747         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
48748         (MODE_DONE): New constant.
48749         (struct mode_change): Remove 'next' member.
48750         (make_node_op_equals): New function; like the old one of the
48751         same name, except it allocates an array.
48752         (mode_compile, mode_create_from_ref): Use it.
48753         (mode_compile): Allocate result as an array, not a linked list.
48754         Parse octal string ourself, so that we catch mistakes like "+0".
48755         (mode_adjust): Arg is an array, not a linked list.
48756         * lib/modechange.c: Include stat-macros.h, xalloc.h.
48757         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
48758         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
48759         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
48760         Remove.  This is now stat-macros.h's job.
48761         (talloc): Remove.  All callers replaced by xalloc, so that
48762         our invokers don't have to worry about reporting memory failures.
48763         (make_node_op_equals): Remove.
48764         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48765         New constants.
48766         (struct mode_change): Moved here from modechange.h.
48767         (mode_append_entry): Remove.
48768         (mode_compile): Remove MASKED_OPS arg, since it encouraged
48769         apps to have incorrect behavior.  Use simpler algorithm for head
48770         and tail.  Don't futz with umask; that's now the job of mode_adjust.
48771         Detect more invalid usages rather than having somewhat-random behavior.
48772         Don't insert an "a=" action, as that leads to incorrect behavior.
48773         (mode_compile, mode_create_from_ref): Return NULL on error instead
48774         of an enum, since now there's only one way to have an error.  All
48775         callers changed.
48776         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
48777         at the correct time.  Simplify calculation of "+u" and its ilk.
48778         Don't mishandle "+X".
48779         (mode_free): Remove "register" and localize decls.
48780         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48781         (struct mode_change): Move to modechange.c; callers don't
48782         need to see this stuff.
48783         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
48784         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
48785         (mode_change, mode_adjust): Reflect the new signatures noted above.
48786         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
48787         that might redefine system include files.
48788         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
48789         (my_usleep): Use NULL rather than (void *) 0.
48790         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
48791         Use siginterrupt to specify that system calls should be interrupted.
48792         (rpl_nanosleep): Move initialization of suspended closer to call of
48793         my_usleep.
48794         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
48795         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
48796         (desirable_utmp_entry): New function.
48797         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
48798         using x2nrealloc, to simplify logic.
48799         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
48800         size calculation.  Do not assume utmp file is a regular file.
48801         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
48802         (READ_UTMP_CHECK_PIDS): New constant.
48803         * lib/save-cwd.c: Include unistd-safer.h.
48804         (save_cwd): Use fd_safer.
48805         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
48806         [!_LIBC] Include "stat-macros.h" instead.
48807         * lib/unistd-safer.h (fd_safer): New decl.
48808
48809 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48810
48811         * modules/getloadavg (Depends-on): Add unistd-safer.
48812         * modules/getusershell (Depends-on): Add stdio-safer.
48813         * modules/lstat (Depends-on): Remove xalloc.
48814         * modules/mkstemp (Depends-on): Add stat-macros.
48815         * modules/modechange (Depends-on): Remove xstrtol.
48816         Add stat-macros, xalloc.
48817         * modules/save-cwd (Depends-on): Add unistd-safer.
48818         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
48819         * modules/unistd-safer (Files): Add lib/fd-safer.c
48820         (Makefile.am): Remove lib_SOURCES.
48821
48822         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
48823         Remove fcntl-safer; unistd-safer supersedes it.
48824
48825 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48826
48827         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
48828         AC_HEADER_STAT.
48829         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
48830         (gl_PREREQ_CHOWN): Remove.
48831         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
48832         it.  Don't require AC_HEADER_STAT.
48833         (gl_PREREQ_LSTAT): Remove.
48834         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
48835         Don't require AC_HEADER_STAT.
48836         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
48837         (gl_PREREQ_RMDIR): Remove.
48838         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
48839         mention stat-macros.h or AC_HEADER_STAT, since we'll make
48840         the stat-macros module a prerequisite.
48841         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
48842         * m4/filemode.m4 (gl_FILEMODE): Likewise.
48843         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
48844         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
48845         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
48846         variable names.
48847         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
48848         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
48849         variable prefixes.
48850         * m4/fcntl-safer.m4: Remove.
48851         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
48852         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
48853         Invoke gl_PREREQ_FD_SAFER.
48854         (gl_PREREQ_FD_SAFER): New macro.
48855         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
48856         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
48857         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
48858         Remove duplicate call to AC_LIBOBJ(readutmp).
48859         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
48860
48861         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
48862         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
48863
48864 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48865
48866         * MODULES.html.sh (Misc): Add byteswap.
48867
48868 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48869
48870         * modules/getcwd (Depends-on): Add extensions.
48871         * modules/openat (Depends-on): Likewise.
48872
48873 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48874
48875         * modules/byteswap: New file.
48876
48877 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48878
48879         * m4/byteswap.m4: New file.
48880
48881 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48882
48883         * lib/byteswap_.h: New file.
48884
48885 2005-04-25  Karl Berry  <karl@gnu.org>
48886
48887         * m4/gettext.m4: Update from GNU gettext 0.14.4.
48888
48889 2005-04-25  Albert Chin  <china@thewrittenword.com>
48890
48891         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
48892         Toolkit C bug.
48893
48894 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
48895
48896         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
48897         (func_ln_if_changed) Remove forcibly for no error message
48898         in case file does not exist.
48899
48900 2005-04-19  Simon Josefsson  <jas@extundo.com>
48901
48902         * gnulib-tool (Options): Make --symlink mean --symbolic.
48903
48904 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
48905
48906         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
48907
48908 2005-04-16  Simon Josefsson  <jas@extundo.com>
48909
48910         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
48911
48912 2005-04-15  Simon Josefsson  <jas@extundo.com>
48913
48914         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
48915
48916 2005-04-15  Simon Josefsson  <jas@extundo.com>
48917
48918         * gnulib-tool: Rename --symlink to --symbolic.
48919
48920 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
48921
48922         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
48923         symbolic links to files instead of copying/moving.  Add --aux-dir,
48924         specifying directory relative --dir where auxiliary build tools
48925         are placed.
48926
48927 2005-04-14  Bruno Haible  <bruno@clisp.org>
48928
48929         * modules/allocsa (License): Change to LGPL.
48930         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
48931
48932 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48933
48934         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
48935         that "UTC +1 second" continues to work.  Problem reported
48936         by Dmitry V. Levin.
48937         (relunit_snumber): New rule.
48938         (relunit): Use it.
48939
48940 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
48941
48942         * lib/getdate.y (universal_time_zone_table): New constant.
48943         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
48944         universal_time_zone_table.
48945         (lookup_zone): Prefer universal_time_zone_table to
48946         local_time_zone_table, so that "GMT" time stamps are allowed in
48947         London during the summer.  Problem reported by Ian Abbott.
48948
48949 2005-04-12  Jim Meyering  <jim@meyering.net>
48950
48951         * lib/human.c (humblock): Set *options even when returning due to
48952         xstrtoumax conversion failure.  Thanks to a used-uninitialized
48953         warning from gcc-4.
48954
48955 2005-04-09  Jim Meyering  <jim@meyering.net>
48956
48957         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
48958         -Wuninitialized: initialize tm0.tm_year.
48959
48960 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
48961
48962         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
48963         count, since there's no maximum.  All uses changed.
48964         Add member dsts_seen.
48965         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
48966         not being INT_MAX.
48967         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
48968         Use pc_rels_seen to decide whther a date is absolute.
48969
48970         * lib/getdate.y (number): Don't overwrite year.
48971         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
48972         check.
48973
48974 2005-04-02  Simon Josefsson  <jas@extundo.com>
48975
48976         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
48977         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
48978
48979 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
48980
48981         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
48982         where no absolute path name can be longer than PATH_MAX.
48983
48984 2005-03-27  Jim Meyering  <jim@meyering.net>
48985
48986         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
48987
48988 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
48989
48990         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
48991         "one's complement" -> "ones' complement" in comment, as per Knuth.
48992         "value of type" -> "type or expression" in comment.
48993         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
48994
48995 2005-03-26  Jim Meyering  <jim@meyering.net>
48996
48997         Comment nits.
48998         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
48999         Correct typos: s/or/of/.
49000
49001 2005-03-26  Jim Meyering  <jim@meyering.net>
49002
49003         * modules/check-include-files: Move to ../ and rename to...
49004         * check-module: ...this.
49005
49006 2005-03-25  Jim Meyering  <jim@meyering.net>
49007
49008         * modules/xvasprintf (Files): Add xalloc.h.
49009
49010 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
49011
49012         * modules/gettext (Files): config/config.rpath ->
49013         build-aux/config.rpath
49014         * modules/iconv (Files): Likewise.
49015         Problem reported by Oskar Liljeblad.
49016
49017 2005-03-23  Jim Meyering  <jim@meyering.net>
49018
49019         * modules/check-include-files: New script to check for
49020         missing dependencies, multiple includes, etc.
49021
49022         * modules/c-strtold (Depends-on): Add xalloc.
49023         * modules/c-strtod (Depends-on): Add xalloc.
49024         * modules/hash (Depends-on): Add xalloc.
49025         (Files): Remove lib/xalloc.h.
49026
49027         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
49028         * modules/userspec (Files): Add lib/inttostr.h.
49029
49030 2005-03-23  Jim Meyering  <jim@meyering.net>
49031
49032         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
49033
49034 2005-03-22  Jim Meyering  <jim@meyering.net>
49035
49036         * modules/stat-macros: New module.
49037         * modules/canonicalize, modules/euidaccess, modules/file-type,
49038         * modules/filemode, modules/lchown, modules/makepath,
49039         * modules/rmdir, modules/stat: Depend on new stat-macros module
49040         rather than listing lib/stat-macros.h manually.
49041         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
49042
49043 2005-03-22  Jim Meyering  <jim@meyering.net>
49044
49045         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
49046
49047 2005-03-22  Bruno Haible  <bruno@clisp.org>
49048
49049         * config/srclist.txt: Replace target directory 'config' with
49050         'build-aux'.
49051         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
49052         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
49053         ../build-aux/.
49054
49055 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
49056
49057         * modules/chdir-long (Depends-on): Add mempcpy.
49058
49059         * modules/acl, modules/backupfile, modules/c-strtod,
49060         modules/c-strtold, modules/canon-host, modules/canonicalize,
49061         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
49062         modules/exclude, modules/exitfail, modules/file-type,
49063         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
49064         modules/getdate, modules/getline, modules/getpagesize,
49065         modules/getpass, modules/getugroups, modules/group-member,
49066         modules/hard-locale, modules/hash, modules/human, modules/idcache,
49067         modules/inttostr, modules/long-options, modules/makepath,
49068         modules/md5, modules/memcasecmp, modules/memcoll,
49069         modules/modechange, modules/mountlist, modules/path-concat,
49070         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
49071         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
49072         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
49073         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
49074         modules/strftime, modules/strndup, modules/strverscmp,
49075         modules/timespec, modules/unlocked-io, modules/userspec,
49076         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
49077         modules/yesno:
49078         Remove lib_SOURCES line from Makefile.am section, as this is now
49079         done automatically by the corresponding Autoconf macro.
49080
49081 2005-03-21  Jim Meyering  <jim@meyering.net>
49082
49083         Changes imported from coreutils.
49084
49085         * lib/cycle-check.c: Don't include xalloc.h.
49086
49087         * lib/path-concat.c: Don't include assert.h.
49088         (path_concat): Remove assertion that would have triggered
49089         for ABASE starting with more than one slash.
49090         Reported by Andreas Schwab.
49091
49092         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
49093         properly when ABASE is an absolute file name.
49094         Correct the description of this function.
49095         Include <assert.h>.
49096         Add an assertion and a test driver.
49097         This fixes a bug introduced on 2004-07-02.
49098         Andreas Schwab reported the resulting failure of cp --parents:
49099         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
49100
49101 2005-03-21  Jim Meyering  <jim@meyering.net>
49102
49103         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
49104         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
49105
49106 2005-03-21  Jim Meyering  <jim@meyering.net>
49107         and  Paul Eggert  <eggert@cs.ucla.edu>
49108
49109         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
49110         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
49111         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
49112         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
49113         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
49114         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
49115         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
49116         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
49117         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
49118         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
49119         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
49120         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
49121         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
49122         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
49123         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
49124         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
49125         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
49126         for these modules.
49127
49128 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
49129
49130         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
49131         (which shouldn't happen), generate nothing instead of returning 0
49132         immediately, so that nstrftime (NULL, ...) doesn't return 0.
49133
49134 2005-03-16  Bruno Haible  <bruno@clisp.org>
49135
49136         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
49137         HAVE_LONGLONG_64BIT.
49138
49139 2005-03-16  Bruno Haible  <bruno@clisp.org>
49140
49141         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
49142         HAVE_LONGLONG_64BIT.
49143
49144 2005-03-16  Bruno Haible  <bruno@clisp.org>
49145
49146         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
49147         HAVE_LONGLONG_64BIT.
49148
49149 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49150
49151         * lib/strftime.c (my_strftime): Prepend space to format so that we can
49152         reliably distinguish strftime failure from empty output on POSIX
49153         hosts.
49154
49155 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
49158         (iconv_string): Don't guess a size-zero buffer, as that might cause
49159         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
49160         result would be 'too large', where 'too large' is (heuristically)
49161         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
49162         overflow concerns.  This will prevent some unwanted malloc failures
49163         when the inputs are very large.
49164
49165 2005-03-15  Karl Berry  <karl@gnu.org>
49166
49167         * config/srclist.txt (config.rpath): from gettext.
49168         * config/config.rpath: update.
49169
49170 2005-03-15  Bruno Haible  <bruno@clisp.org>
49171
49172         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
49173         to 'negate'.
49174
49175         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
49176         variable.
49177
49178         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
49179         results.
49180
49181 2005-03-14  Simon Josefsson  <jas@extundo.com>
49182
49183         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
49184         <fx@gnu.org>.
49185
49186 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
49187
49188         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
49189         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
49190         intprops.h.
49191         * lib/strtol.c: Likewise.
49192
49193 2005-03-14  Jim Meyering  <jim@meyering.net>
49194
49195         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
49196         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
49197         to be nonzero so that we (and caller) can detect the difference
49198         between a valid zero-length expansion and an error return, even
49199         when the underlying strftime fails before writing anything into
49200         that location.
49201
49202 2005-03-14  Bruno Haible  <bruno@clisp.org>
49203
49204         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
49205         Update from GNU gettext 0.14.3.
49206
49207 2005-03-10  Jim Meyering  <jim@meyering.net>
49208
49209         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
49210
49211 2005-03-10  Jim Meyering  <jim@meyering.net>
49212
49213         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
49214         so that this module works on systems without fchdir.
49215
49216 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49217
49218         Factor int-properties macros into a single file, except for
49219         glibc-related files.
49220         * lib/intprops.h: New file.
49221         * lib/getloadavg.c: Include it instead of limits.h.
49222         (INT_STRLEN_BOUND): Remove.
49223         * lib/human.c: Include intprops.h.
49224         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
49225         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
49226         302/1000.
49227         * lib/inttostr.h: Include intprops.h instead of limits.h.
49228         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
49229         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
49230         for consistency with intprops.h.
49231         (time_t_is_integer, twos_complement_arithmetic): Use them.
49232         * lib/sig2str.h: Include <signal.h>, intprops.h.
49233         (INT_STRLEN_BOUND): Remove.
49234         * lib/strftime.c (TYPE_SIGNED): Remove.
49235         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
49236         * lib/strtol.c: Adjust comments to match intprops.h.
49237         * lib/userspec.c: Include intprops.h.
49238         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
49239         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
49240         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
49241         instead of rolling our own expressions.
49242         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
49243
49244         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
49245         instead of int.
49246         (my_strftime): Do not mishandle years close to INT_MAX, by doing
49247         the right thing even if adding 1900 would overflow.  Similarly
49248         for tm_mon + 1 and tm_yday + 1.
49249         Make %Y always equivalent to %C%y, and similarly for %G and %g.
49250         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
49251         (DO_SIGNED_NUMBER): New macro.
49252         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
49253
49254 2005-03-07  Bruno Haible  <bruno@clisp.org>
49255
49256         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
49257
49258 2005-03-07  Bruno Haible  <bruno@clisp.org>
49259
49260         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
49261
49262 2005-03-04  Derek R. Price  <derek@ximbiot.com>
49263
49264         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
49265         (func_import): Only replace files via --import when they have actually
49266         changed.
49267
49268 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49269
49270         * m4/mmap-anon.m4: New file.
49271         * m4/pagealign_alloc.m4: New file.
49272
49273 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49274             Bruno Haible  <bruno@clisp.org>
49275
49276         * modules/pagealign_alloc: New file.
49277         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
49278
49279 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49280             Bruno Haible  <bruno@clisp.org>
49281
49282         * lib/pagealign_alloc.h: New file.
49283         * lib/pagealign_alloc.c: New file.
49284
49285 2005-03-03  Bruno Haible  <bruno@clisp.org>
49286
49287         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
49288         Use an all-permissive copyright notice, recommended by RMS.
49289
49290 2005-03-02  Bruno Haible  <bruno@clisp.org>
49291
49292         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
49293         of AIX, the replacement has to be done only after <string.h> is
49294         included, therefore not in config.h. stpncpy.h does the replacement,
49295         and stpncpy.c uses it.
49296
49297 2005-03-02  Bruno Haible  <bruno@clisp.org>
49298
49299         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49300         stpncpy.c uses it.
49301
49302 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49303
49304         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
49305         The workaround isn't strictly needed for POSIX conformance, and
49306         it's too much of a pain to configure and maintain.  We'll ask
49307         people to fix their kernels instead.
49308         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
49309         (NANOSLEEP_BUG_WORKAROUND): Remove.
49310         (xnanosleep): Remove the workaround.
49311
49312 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49313
49314         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
49315         Reported by Derek Price.
49316         (Include): Add "timespec.h".
49317
49318         * modules/xnanosleep (Depends-on): Remove gethrxtime.
49319
49320 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49321
49322         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
49323         to detect nanosleep bug.
49324
49325 2005-03-01  Bruno Haible  <bruno@clisp.org>
49326
49327         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
49328
49329 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49330
49331         * modules/gethrxtime: New file.
49332         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
49333         (Depends-on): Add gethrxtime.
49334         (configure.ac): Add gl_XNANOSLEEP.
49335         (Makefile.am): Remove lib_SOURCES line.
49336
49337 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49338
49339         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
49340         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
49341
49342 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49343
49344         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
49345         * lib/timespec.h (gettime): Return void, since it always
49346         succeeds now.  All uses changed.
49347         * lib/gettime.c (gettime) Likewise.
49348         [HAVE_NANOTIME]: Prefer nanotime.
49349         Assume gettimeofday succeeds, as POSIX requires.
49350         Assime time () succeeds, since other code already does.
49351         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
49352         (timespec_subtract): Remove.
49353         (NANOSLEEP_BUG_WORKAROUND): New constant.
49354         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
49355         things considerably.  Use it only on GNU/Linux hosts, since the
49356         workaround shouldn't be needed elsewhere.
49357
49358 2005-02-24  Bruno Haible  <bruno@clisp.org>
49359
49360         * modules/gettext (Files): Add m4/glibc2.m4.
49361
49362 2005-02-24  Bruno Haible  <bruno@clisp.org>
49363
49364         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
49365         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
49366         * m4/progtest.m4:
49367         Update from GNU gettext 0.14.2.
49368         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
49369
49370 2005-02-24  Bruno Haible  <bruno@clisp.org>
49371
49372         * lib/localcharset.c: Update from GNU gettext 0.14.2.
49373         * lib/config.charset: Update from GNU gettext 0.14.2.
49374
49375 2005-02-24  Bruno Haible  <bruno@clisp.org>
49376
49377         * lib/gettext.h: Update from GNU gettext 0.14.2.
49378
49379 2005-02-23  Simon Josefsson  <jas@extundo.com>
49380
49381         * m4/iconvme.m4: New file.
49382
49383 2005-02-23  Jim Meyering  <jim@meyering.net>
49384
49385         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
49386         change.
49387         Thanks to Bruno Haible for catching it.
49388
49389 2005-02-22  Simon Josefsson  <jas@extundo.com>
49390
49391         * modules/iconvme: New file.
49392
49393         * MODULES.html.sh: Add iconvme.
49394
49395 2005-02-22  Simon Josefsson  <jas@extundo.com>
49396
49397         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
49398
49399 2005-02-22  Simon Josefsson  <jas@extundo.com>
49400
49401         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
49402
49403 2005-02-22  Jim Meyering  <jim@meyering.net>
49404
49405         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
49406         s/ifndef/ifdef/.
49407
49408 2005-02-20  Neil Conway  <neilc@samurai.com>
49409
49410         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
49411         returned by OSX/Darwin if the specified buffer is not large
49412         enough for the hostname.
49413
49414 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49415
49416         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
49417         pass it to _help, otherwise the latter coredumps trying to
49418         dereference state.root_argp.
49419
49420 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49421
49422         * modules/chdir-long (Depends-on): Add memrchr.
49423         * modules/memrchr (Files): Add lib/memrchr.h.
49424         (Include): "memrchr.h".
49425
49426 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49427
49428         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
49429
49430 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49431
49432         * lib/memrchr.h: New file.
49433         * lib/chdir-long.c: Include it.
49434         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
49435         Don't bother including stddef.h.
49436
49437 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
49438
49439         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
49440         inclusion.
49441         Include <sys/types.h>, for dev_t.
49442         (ME_DUMMY, ME_REMOTE): Move from here....
49443         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
49444         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
49445         Dmitry V. Levin.
49446         Include mountlist.h first, to test the interface.
49447
49448 2005-01-29  Bruno Haible  <bruno@clisp.org>
49449
49450         * lib/progname.c (program_name): Initialize.
49451         Needed when linking statically on MacOS X.
49452
49453 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49454
49455         Sync from coreutils.
49456         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49457         (Depends-on): Add c-strtod.
49458         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49459
49460 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49461
49462         Sync from coreutils.
49463         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49464
49465         Remove files that are specific to coreutils.
49466         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49467
49468 2005-01-28  Bruno Haible  <bruno@clisp.org>
49469
49470         * modules/javacomp: New file.
49471         * MODULES.html.sh (Java): Add javacomp.
49472
49473 2005-01-28  Bruno Haible  <bruno@clisp.org>
49474
49475         * m4/javacomp.m4: New file, from GNU gettext.
49476
49477 2005-01-28  Bruno Haible  <bruno@clisp.org>
49478
49479         * lib/javacomp.sh.in: New file, from GNU gettext.
49480         * lib/javacomp.h: New file, from GNU gettext.
49481         * lib/javacomp.c: New file, from GNU gettext.
49482
49483 2005-01-26  Simon Josefsson  <jas@extundo.com>
49484
49485         * lib/gai_strerror.c: Use GPL in header.
49486
49487 2005-01-26  Bruno Haible  <bruno@clisp.org>
49488
49489         * modules/javaexec: New file.
49490         * MODULES.html.sh (Java): Add javaexec.
49491
49492 2005-01-26  Bruno Haible  <bruno@clisp.org>
49493
49494         * m4/javaexec.m4: New file, from GNU gettext.
49495
49496 2005-01-26  Bruno Haible  <bruno@clisp.org>
49497
49498         * lib/javaexec.sh.in: New file, from GNU gettext.
49499         * lib/javaexec.h: New file, from GNU gettext.
49500         * lib/javaexec.c: New file, from GNU gettext.
49501
49502 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49503
49504         * modules/lchown (Depends-on): Remove lchown.h
49505
49506 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49507
49508         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49509         must be defined if the header file was not found, in order
49510         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49511
49512 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49513
49514         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49515         initializers for struct pentry_state.
49516         (__argp_error): Check return value of __asprintf
49517         (__argp_failure): Translate error message
49518
49519         * lib/argp-parse.c: Removed braces around the expansion of N_()
49520
49521 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49522
49523         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49524         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49525         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49526         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49527         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49528         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49529         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49530         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49531         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49532         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49533         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49534         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49535         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49536         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49537         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49538         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49539         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49540         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49541         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49542         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49543         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49544         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49545         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49546         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49547         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49548         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49549         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49550         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49551         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49552         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49553         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49554         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49555         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49556         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49557         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49558         Use an all-permissive copyright notice, recommended by RMS.
49559
49560 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49561
49562         * modules/chdir-long (Depends-on): Remove mempcpy.
49563
49564 2005-01-21  Jim Meyering  <jim@meyering.net>
49565
49566         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49567         same value as for Solaris 9.
49568
49569         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49570         component length.  This included changing the parameter to be
49571         of type `char *' rather than `char const *'.
49572         * lib/chdir-long.h (chdir_long): Update prototype.
49573
49574         * lib/openat.c (fdopendir, fstatat): New functions.
49575         * lib/openat.h: Include headers required for use of DIR and struct
49576         stat.
49577         [AT_SYMLINK_NOFOLLOW]: Define.
49578         (fdopendir, fstatat): Add prototypes.
49579
49580 2005-01-21  Bruno Haible  <bruno@clisp.org>
49581
49582         * modules/classpath: New file.
49583         * MODULES.html.sh (Java): Add classpath.
49584
49585 2005-01-21  Bruno Haible  <bruno@clisp.org>
49586
49587         * lib/classpath.h: New file, from GNU gettext.
49588         * lib/classpath.c: New file, from GNU gettext.
49589
49590 2005-01-20  Simon Josefsson  <jas@extundo.com>
49591
49592         * modules/version-etc-fsf: New file.
49593
49594 2005-01-20  Simon Josefsson  <jas@extundo.com>
49595
49596         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49597         * lib/version-etc.c: Remove version_etc_copyright.
49598         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
49599         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
49600
49601 2005-01-20  Simon Josefsson  <jas@extundo.com>
49602
49603         * lib/base64.h (isbase64): Add.
49604
49605         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
49606         using a unsigned prototype, don't inline.
49607         (base64_decode): Use it.
49608
49609 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49610
49611         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
49612         it.
49613
49614 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49615
49616         * lib/save-cwd.c (save_cwd): Remove code to support the case
49617         where fchdir is missing or flaky.
49618
49619 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49620
49621         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
49622
49623 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49624
49625         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
49626         AC_LIBSOURCES now does this.
49627         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
49628         with new ullong_max module.
49629
49630 2005-01-19  Bruno Haible  <bruno@clisp.org>
49631
49632         * modules/sh-quote: New file.
49633         * MODULES.html.sh (Executing programs): Add sh-quote.
49634
49635 2005-01-19  Bruno Haible  <bruno@clisp.org>
49636
49637         * lib/sh-quote.h: New file, from GNU gettext.
49638         * lib/sh-quote.c: New file, from GNU gettext.
49639
49640 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49641
49642         Merge from coreutils.
49643         * m4/ullong_max.m4: New file.
49644         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
49645         (gl_MACROS): Assume localeconv exists.
49646
49647 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49648
49649         Merge changes from coreutils, as described below in several
49650         changelogs dated today.
49651
49652         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
49653         (O_DIRECTORY): Remove; not needed here, since "." must be
49654         a directory.  All uses removed.
49655         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
49656         universal on Suns, and we also need to test for IRIX.
49657         Revamp code to use 'if' rather than '#if'.
49658         Avoid unnecessary comparison of cwd->desc to 0.
49659
49660         * lib/utimens.c (futimens): Robustify the previous patch, by checking
49661         for known valid error numbers rather than observed invalid ones.
49662
49663 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49664
49665         * modules/ullong_max: New file.
49666
49667         * modules/chdir-long, modules/openat: New files.
49668         * modules/save-cwd (Depends-on): Depend on chdir-long.
49669         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
49670
49671 2005-01-18  Jim Meyering  <jim@meyering.net>
49672
49673         Merge from coreutils.
49674         * m4/chdir-long.m4, m4/openat.m4: New files.
49675         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
49676         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
49677         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
49678         is sane and DOES follow symlinks.  Besides, testing 20 different
49679         systems found no broken chown implementations.
49680         Prompted by a change in rsync's copy of this macro.
49681         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
49682
49683         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
49684
49685         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
49686         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
49687         NULL-means-set-to-current-time semantics.
49688         Remove temporary file immediately, rather than waiting
49689         for configure's at-exit trap code to do it.
49690
49691 2005-01-18  Jim Meyering  <jim@meyering.net>
49692
49693         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49694
49695         * lib/utimens.c (futimens): Account for the fact that futimes
49696         can also fail with errno == ENOSYS or errno == ENOENT.
49697         Patch from Dmitry V. Levin.
49698
49699         Change the name of the robust chdir function from chdir to chdir_long.
49700         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
49701         (restore_cwd): Use chdir_long, not chdir.
49702         * lib/chdir-long.c: Renamed from chdir.c.
49703         * lib/chdir-long.h: Renamed from chdir.h.
49704         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
49705         Hurd.
49706
49707 2005-01-18  Bruno Haible  <bruno@clisp.org>
49708
49709         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
49710         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
49711         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
49712         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
49713         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
49714         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
49715         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
49716         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
49717         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
49718         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
49719         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
49720         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
49721         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
49722         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
49723         Use an all-permissive copyright notice, recommended by RMS.
49724
49725 2005-01-18  Bob Proulx  <bob@proulx.com>
49726
49727         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
49728         simplify offsetof() macro construct to avoid compile failure with
49729         native HP-UX 11.0 ANSI C compiler.
49730
49731 2005-01-17  Bruno Haible  <bruno@clisp.org>
49732
49733         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
49734         redundant because stpncpy.m4 takes care of it.
49735
49736 2005-01-17  Bruno Haible  <bruno@clisp.org>
49737
49738         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
49739
49740 2005-01-17  Bruno Haible  <bruno@clisp.org>
49741
49742         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
49743         used.
49744
49745 2005-01-17  Bruno Haible  <bruno@clisp.org>
49746
49747         * lib/fwriteerror.h (fwriteerror): Change specification to include
49748         fclose.
49749         * lib/fwriteerror.c: Include <stdbool.h>.
49750         (fwriteerror): At the end, close the file stream. Record whether
49751         stdout was already closed.
49752
49753 2005-01-17  Bruno Haible  <bruno@clisp.org>
49754
49755         * lib/execute.c (environ): Declare if needed.
49756         * lib/pipe.c (environ): Likewise.
49757         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
49758
49759 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49760
49761         * modules/argp: Depend on vsnprintf
49762
49763 2005-01-10  Jim Meyering  <jim@meyering.net>
49764
49765         * modules/closeout (Depends-on): Add atexit.
49766
49767 2005-01-06  Bruno Haible  <bruno@clisp.org>
49768
49769         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
49770
49771 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49772
49773         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
49774         definitions to be after all include files, to avoid collisions.
49775         Problem reported by Bob Proulx.
49776
49777 2005-01-04  Jim Meyering  <jim@meyering.net>
49778
49779         Changes imported from coreutils.
49780         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
49781         as the mkstemp template, use a temporary directory and an
49782         8.3-friendly template to avoid trouble on systems like DJGPP.
49783         Reported by Juan M. Guerrero via Stepan Kasal.
49784         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
49785         close. Remove the temporary directory right away, rather than waiting
49786         for configure's at-exit trap code to do it.
49787         Suggestion from Stepan Kasal.
49788
49789 2005-01-01  Simon Josefsson  <jas@extundo.com>
49790
49791         * gnulib-tool: Print #include directives when --import'ing.
49792
49793 2004-12-28  Simon Josefsson  <jas@extundo.com>
49794
49795         * tests/test-base64.c: Include required header files.  Remove
49796         unused variables.
49797
49798 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49799
49800         * modules/error (Depends-on): Remove gettext.
49801
49802 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49803
49804         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
49805         not needed.  This removes a dependency on the gettext module.
49806         [defined _LIBC]: Do not include <libintl.h>; not needed.
49807
49808 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49809
49810         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
49811         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
49812
49813 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49814
49815         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
49816         HAVE_DECL_STRTOLD.
49817
49818 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49819
49820         * modules/getdate (Depends-on): Remove alloca-opt.
49821
49822 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49823
49824         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
49825
49826 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49827
49828         * lib/argp-parse.c: Include <stddef.h>.
49829         (alignof, alignto): New macros.
49830         (parser_init): Don't assume that void * is aligned sufficiently
49831         for struct option.
49832
49833         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
49834         need to extend the stack.
49835         (YYINITDEPTH): New macro, so that the initial stack isn't overly
49836         large.
49837
49838 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49839
49840         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
49841
49842 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49843
49844         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
49845         (2004-10-24) change.  Apparently this was a false alarm.
49846
49847         * modules/getdate: Depend on alloca-opt, not alloca.
49848
49849 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49850
49851         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
49852         Remove now-obsolete comment about AIX.
49853         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
49854         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
49855         (YYMAXDEPTH): New macro.
49856
49857 2004-12-18  Simon Josefsson  <jas@extundo.com>
49858
49859         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
49860
49861 2004-12-18  Bruno Haible  <bruno@clisp.org>
49862
49863         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
49864
49865 2004-12-18  Bruno Haible  <bruno@clisp.org>
49866
49867         * lib/fatal-signal.c (fatal_signals): Make non-const.
49868         (init_fatal_signals): New function.
49869         (uninstall_handlers, install_handlers): Ignore signals that were set to
49870         SIG_IGN.
49871         (at_fatal_signal): Call init_fatal_signals.
49872         (init_fatal_signal_set): Likewise. Ignore signals that were set to
49873         SIG_IGN.
49874         Reported by Paul Eggert.
49875
49876 2004-12-18  Bruno Haible  <bruno@clisp.org>
49877
49878         * doc/alloca.texi: New file.
49879         * doc/alloca-opt.texi: New file.
49880
49881 2004-12-17  Jim Meyering  <jim@meyering.net>
49882
49883         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
49884         Otherwise, install-sh could exit with improper exit status when
49885         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
49886
49887 2004-12-16  Simon Josefsson  <jas@extundo.com>
49888
49889         * tests/test-base64.c: Add license.
49890
49891 2004-12-15  Stepan Kasal  <address@hidden>
49892
49893         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
49894
49895 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
49896
49897         * modules/getcwd (Files): Add m4/d-ino.m4.
49898         Suggested by Mark D. Baushke.
49899
49900 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49901
49902         * lib/getdate.y (textint): New member "negative".
49903         (time_zone_hhmm): New function.
49904         Expect 14 shift-reduce conflicts, not 13.
49905         (o_colon_minutes): New rule.
49906         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
49907         (yylex): Set the "negative" member of signed numbers.
49908
49909 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49910
49911         * doc/getdate.texi (Time of day items, Time zone items):
49912         Describe new formats +00:00, UTC+00:00.
49913
49914 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49915
49916         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
49917         spurious "-l"s.  Problem reported by Stepan Kasal.
49918
49919 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
49920
49921         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
49922         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
49923
49924 2004-12-04  Simon Josefsson  <jas@extundo.com>
49925
49926         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
49927         Vandoorselaere <yoann@prelude-ids.org>.
49928
49929 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49930
49931         Changes imported from coreutils.
49932         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
49933         exist.
49934         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
49935
49936 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49937
49938         Changes imported from coreutils.
49939         * lib/hard-locale.c: Assume <locale.h> exists.
49940         Include "strdup.h".
49941         (GLIBC_VERSION): New macro.
49942         (hard_locale): Assume setlocale exists.
49943         Rewrite to avoid #ifdef.
49944         Use strdup rather than malloc + strcpy.
49945         * lib/human.c: Assume <locale.h> exists.
49946         (human_readable): Assume localeconv exists.
49947
49948 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49949
49950         * modules/hard-locale (Depends-on): Add strdup.
49951
49952 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
49953
49954         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
49955         convert T2, not T.  (Imported from libc.)
49956
49957 2004-11-30  Simon Josefsson  <jas@extundo.com>
49958
49959         * modules/restrict (License): Change to LGPL.
49960
49961 2004-11-30  Simon Josefsson  <jas@extundo.com>
49962
49963         * m4/restrict.m4: Add copyright and copying conditions.
49964
49965 2004-11-30  Simon Josefsson  <jas@extundo.com>
49966
49967         * m4/base64.m4: New file.
49968
49969 2004-11-30  Simon Josefsson  <jas@extundo.com>
49970
49971         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
49972         base64.
49973
49974         * tests/test-base64.c: New file.
49975
49976         * modules/base64: New file.
49977
49978 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49979
49980         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
49981         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
49982
49983         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
49984
49985 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49986
49987         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
49988         (__getcwd.c): Don't restore errno; glibc doesn't.
49989         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
49990         first, falling back to our code only if its results look suspicious.
49991         Ensure that the resulting buffer is only as large as necessary.
49992
49993         * lib/readutmp.c: Include readutmp.h first.
49994         Include <errno.h>, since readutmp.h no longer does that.
49995         * lib/readutmp.h: Don't include <errno.h>,
49996         <sys/param.h>, <time.h>; not needed to establish interface.
49997         (errno): Remove decl.
49998         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
49999         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
50000         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
50001
50002 2004-11-28  Simon Josefsson  <jas@extundo.com>
50003
50004         * lib/base64.h, base64.c: New file.
50005
50006 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
50007
50008         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
50009
50010 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
50011
50012         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
50013         (Depends-on): Remove pathmax, same.  Add mempcpy.
50014         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
50015         (Makefile.am): Append getcwd.h to lib_SOURCES.
50016         (Include): Add getcwd.h.
50017         (Maintainer): Change from Jim Meyering to "all, glibc",
50018         since getdate now uses intended-for-glibc code.
50019         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
50020         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
50021
50022 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50023
50024         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
50025         HP's ANSI C compiler.
50026         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
50027         Declaring int functions causes warnings on some modern systems and
50028         shouldn't be needed to compile on ancient ones.
50029         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
50030         defined.
50031
50032         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
50033         with the following changes.
50034         (__set_errno): Parenthesize properly.
50035         Include <stdbool.h>.
50036         (MIN, MAX, MATCHING_INO): New macros.
50037         (__getcwd): Define with prototype, not K&R form.
50038         Use heuristics to allocate default buffer on stack if possible.
50039         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
50040         behavior, and to avoid the PATH_MAX limit when computing
50041         ../../../../...
50042         Use MATCHING_INO to compare inode number to file.
50043         Check for arithmetic overflow in size calculations.
50044         Fix bug in reallocation of dot array that caused getcwd to fail
50045         on directories nested deeper than 75.
50046         Be more careful about saving errno on error.
50047         Do not use realloc; use only free+malloc, as this is a bit
50048         more flexible and avoids a needless copy operation.
50049         Do not inspect st_dev and st_ino for symbolic links; POSIX
50050         doesn't specify the latter.
50051         Check for closedir errors.
50052         Avoid needless casts.
50053         Use "#ifdef weak_alias" around weak_alias, to be like other
50054         glibc code.
50055         The following changes to getcwd.c have effect only when used in
50056         gnulib; they have no effect inside glibc proper.
50057         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
50058         as alloca isn't used.
50059         (alloca, __alloca): Likewise.
50060         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
50061         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50062         unconditionally, as gnulib assumes C89 or better.
50063         Do not include <sys/param.h>.
50064         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
50065         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
50066         better.
50067         (NULL) [!defined NULL]: Remove; we assume C89 or better.
50068         Include <dirent.h> in a way that is compatible with modern Autoconf.
50069         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
50070         New macros, if not already defined.
50071         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
50072         Use "_LIBC", not "defined _LIBC", for consistency.
50073         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
50074         a mempcpy module.
50075         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
50076         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
50077         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
50078         credit only to Jim Meyering and adjust the copyright dates.
50079         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
50080         <stdlib.h>, <unistd.h>, "pathmax.h".
50081         Instead, include "xgetcwd.h" (first) and "getcwd.h".
50082         (INITIAL_BUFFER_SIZE): Remove.
50083         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
50084
50085 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50086
50087         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
50088         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
50089         Use the _ONCE methods, for efficiency.
50090         Check for fcntl.h.  In test program, include <errno.h>
50091         and <fcntl.h> if available.  Remove old K&R cruft from
50092         test program.  Check for common errors in GNU/Linux,
50093         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
50094         don't do AC_LIBOBJ, as that's getcwd.m4's job.
50095         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
50096         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
50097         name accordingly.
50098         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
50099         accommodate new getcwd.c.
50100         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
50101         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
50102         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
50103         that's all we need now.
50104
50105 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50106
50107         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
50108         argp-parse.c depends on getopt internals, that means we should
50109         always use our getopt, to be on the safe side.
50110         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
50111         order not to spoil the result of an eventual previous invocation
50112         of gl_GETOPT_SUBSTITUTE.
50113
50114 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50115
50116         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
50117         redefinition warnings. To avoid them, include the defines
50118         in `#if !defined __need_getopt ... #endif'. The only place
50119         where __getopt_argv_const is used is in definitions
50120         of getopt_long and getopt_long_only below, which are as well
50121         protected by `#ifndef __need_getopt'.
50122         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
50123         __need_getopt after including <stdio.h> and <unistd.h> These
50124         headers might have defined it.
50125
50126 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50127
50128         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
50129
50130 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50131
50132         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
50133         (futimens): New function, which uses futimes if available.
50134         (futimens, utimens): Support timespec==NULL, with same semantics
50135         as utime and utimens.
50136         * lib/utimens.h (futimens): New decl.
50137
50138 2004-11-23  Jim Meyering  <jim@meyering.net>
50139
50140         * lib/getopt_.h: Remove trailing blanks.
50141
50142 2004-11-23  Jim Meyering  <jim@meyering.net>
50143
50144         * lib/__fpending.c: Add comment.
50145
50146 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
50147
50148         * modules/canonicalize (Depends-on): Add xreadlink.
50149         Problem reported by James Youngman.
50150
50151 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
50152
50153         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
50154         New macros.
50155         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
50156         optopt): Use them instead of invoking ## directly; otherwise, the
50157         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
50158
50159 2004-11-19  Bruno Haible  <bruno@clisp.org>
50160
50161         * lib/strtok_r.c: Move comments from here...
50162         * lib/strtok_r.h: ... to here.
50163
50164 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
50167         implementations that mishandle size_t overflow.
50168
50169 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
50172         might fail.  Problem reported by Yoann Vandoorselaere.
50173         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
50174         implementations that mishandle size_t overflow.
50175
50176 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50177
50178         * modules/canon-host (Depends-on): Add strdup.
50179
50180 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50181
50182         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
50183
50184 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50185
50186         * lib/canon-host.c: Include "strdup.h".
50187         (canon_host): Use getaddrinfo if available, so that IPv6 works.
50188         Use strdup instead of malloc/strcpy to duplicate strings.
50189
50190         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
50191         (human_space_before_unit): New constant.
50192         * lib/human.c (human_readable): Support it.
50193
50194         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
50195         (xgetcwd): Set errno correctly when failing.
50196         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
50197         the failure is actually due to a PATH_MAX problem.
50198
50199         Further getopt changes to make it more likely that glibc will
50200         buy the changes back.
50201         * lib/getopt.c (POSIXLY_CORRECT): New constant.
50202         (getopt): Use it, so to preserve glibc semantic
50203         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
50204         when compiling for libc.
50205         * lib/getopt_.h (__getopt_argv_const): Bring it back.
50206         (getopt_long, getopt_long_only): Use it.
50207
50208         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50209         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
50210         (getopt): Argv is now char * const *, as per standard.
50211         (_getopt_internal_r, _getopt_internal): Argv is now char **,
50212         not char *__getopt_argv_const *.
50213         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50214         _getopt_long_only_r): Likewise.
50215         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
50216         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50217         _getopt_long_r, _getopt_long_only_r): Likewise.
50218         * lib/getopt_.h (__getopt_argv_const): Remove.
50219         (getopt): Argv is now char * const *, as per standard.
50220
50221         * lib/getdate.y (tORDINAL): New token.
50222         (day, relunit): Allow it for relative times.
50223         (relative_time_table): Use tORDINAL for ordinals.
50224
50225 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50226
50227         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
50228         Document that "second" isn't allowed as an ordinal number.
50229
50230 2004-11-16  Jim Meyering  <jim@meyering.net>
50231
50232         * modules/closeout (Depends-on): Add fpending.
50233
50234 2004-11-15  Jim Meyering  <jim@meyering.net>
50235
50236         * lib/closeout.c: Include "__fpending.h" once again.
50237         Include <stdbool.h>.
50238         (close_stdout): Don't fail just because stdout was closed initially,
50239         since some programs don't write to stdout in the normal course of
50240         operation (other than --version and --help), and we don't want this
50241         function to make e.g. `touch file >&-' fail.
50242         But do fail if it was closed and someone has tried to write to it.
50243         E.g., `printf foo >&-' must fail.
50244
50245 2004-11-13  Jim Meyering  <jim@meyering.net>
50246
50247         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
50248
50249 2004-11-12  Simon Josefsson  <jas@extundo.com>
50250
50251         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
50252         small doc fix is still pending.
50253
50254 2004-11-11  Simon Josefsson  <jas@extundo.com>
50255
50256         * modules/strtok_r: New file.
50257
50258         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50259         strtok_r.
50260
50261 2004-11-11  Simon Josefsson  <jas@extundo.com>
50262
50263         * m4/strtok_r.m4: New file.
50264
50265         * m4/getopt.m4: Replace opterr.
50266
50267 2004-11-11  Simon Josefsson  <jas@extundo.com>
50268
50269         * lib/strtok_r.h, strtok_r.c: New file.
50270
50271 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50272
50273         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
50274         of replacing opterr, getopt, etc.  This should handle the
50275         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
50276
50277 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50278
50279         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
50280         we can stop lying to compilers about the constness of argv when we
50281         are compiled outside glibc.
50282         (getopt, getopt_long, getopt_long_only): Use it.
50283         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50284         _getopt_internal, getopt): Likewise.
50285         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50286         _getopt_long_only_r): Likewise.
50287         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50288         _getopt_long_r, _getopt_long_only_r): Likewise.
50289
50290         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
50291         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
50292         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
50293         the other external symbols.
50294         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50295         declaration, since the above renaming now works around collisions.
50296
50297 2004-11-11  Jim Meyering  <jim@meyering.net>
50298
50299         * lib/linebreak.c: Remove trailing blanks.
50300         * lib/alloca_.h: Likewise.
50301         * lib/acosl.c: Likewise.
50302         * lib/euidaccess.c: Likewise.
50303         * lib/allocsa.h: Likewise.
50304
50305 2004-11-10  Simon Josefsson  <jas@extundo.com>
50306
50307         * m4/getaddrinfo.m4: New file.
50308
50309 2004-11-10  Simon Josefsson  <jas@extundo.com>
50310
50311         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
50312
50313 2004-11-10  Simon Josefsson  <jas@extundo.com>
50314
50315         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50316         getaddrinfo.
50317
50318         * modules/getaddrinfo: New file.
50319
50320 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50321
50322         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
50323
50324 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50325
50326         * lib/mktime.c (SHR): New macro, which is a portable
50327         substitute for >> that should work even on Crays.
50328         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
50329         Problem reported by Mark D. Baushke in
50330         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
50331         * lib/getdate.y (SHR): Likewise.
50332         (tm_diff): Use it.
50333         * lib/strftime.c (SHR): Likewise.
50334         (tm_diff): Use it.
50335         * lib/quotearg.c (struct quoting_options): Use unsigned int for
50336         quote_these_too, so that right shifts are well defined.  All uses
50337         changed.
50338
50339 2004-11-10  Jim Meyering  <jim@meyering.net>
50340
50341         Ensure that no close failure goes unreported.
50342         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
50343         return early when it seems there's nothing to flush.
50344         Don't include __fpending.h.
50345
50346 2004-11-10  Jim Meyering  <jim@meyering.net>
50347
50348         * modules/closeout (Depends-on): Remove fpending.
50349
50350 2004-11-10  Jim Meyering  <jim@meyering.net>
50351
50352         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
50353
50354 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50355
50356         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
50357         gl_FUNC_STRFTIME.
50358         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
50359         and AC_REQUIRE when possible, to avoid duplicate checks.
50360         Check for <wchar.h>.
50361
50362 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50363
50364         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
50365
50366 2004-11-09  Bruno Haible  <bruno@clisp.org>
50367
50368         * m4/sockpfaf.m4: New file.
50369
50370 2004-11-05  Bruno Haible  <bruno@clisp.org>
50371
50372         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
50373         Reported by Mark D. Baushke <mdb@cvshome.org>.
50374
50375 2004-11-04  Bruno Haible  <bruno@clisp.org>
50376
50377         2004-09-11  Bruno Haible  <bruno@clisp.org>
50378                 * allocsa.valgrind: New file.
50379         2004-02-06  Bruno Haible  <bruno@clisp.org>
50380                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
50381                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
50382                 Reported by Christopher Seip <chris.seip@hp.com>.
50383
50384 2004-11-04  Bruno Haible  <bruno@clisp.org>
50385
50386         * modules/allocsa (Files): Add lib/allocsa.valgrind.
50387         (Makefile.am): Distribute it.
50388
50389 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
50390
50391         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
50392         with errno == ERANGE if the buffer is too small.
50393         Problem reported by Mark D. Baushke.
50394
50395 2004-11-03  Albert Chin  <china@thewrittenword.com>
50396             Paul Eggert  <eggert@cs.ucla.edu>
50397
50398         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
50399         equivalent, substitute $ac_type for equivalent type rather than
50400         blindly using uint32_t *always* which won't work if uint32_t is not
50401         available.  Define _UINT32_T to work around typedef of uint32_t if
50402         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
50403         2.5.1.
50404
50405 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50406
50407         * m4/jm-macros.m4: Sync from coreutils.
50408         (gl_MACROS): Check for mbrlen, for pathchk.
50409         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
50410
50411 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50412
50413         * lib/xreadlink.c (MAXSIZE): New macro.
50414         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
50415         size does not exceed MAXSIZE.  Avoid cast.
50416         As suggested by Mark D. Baushke in
50417         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
50418         if readlink fails with buffer size just under MAXSIZE, try again
50419         with MAXSIZE.
50420
50421 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50422
50423         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
50424
50425 2004-11-02  Derek R. Price  <derek@ximbiot.com>
50426         and  Paul Eggert  <eggert@cs.ucla.edu>
50427
50428         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
50429         (get_date): Overparenthesize to avoid GCC warning.
50430
50431 2004-11-02  Bruno Haible  <bruno@clisp.org>
50432
50433         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
50434         returns void.
50435
50436 2004-11-02  Bruno Haible  <bruno@clisp.org>
50437
50438         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
50439         function returns void.
50440
50441 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50442
50443         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
50444         fflush_unlocked, flockfile, funlockfile, funlockfile,
50445         fputs_unlocked, putc_unlocked.
50446
50447 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50448
50449         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50450         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50451         already declared.
50452
50453 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50454
50455         * modules/getdate (Files): Add doc/getdate.texi.
50456         (Depends-on): Add setenv, xalloc.
50457
50458 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50459
50460         * lib/getdate.y: Add support for TZ="foo" within a date string.
50461         Fix some bugs near time_t boundaries.  Reject dates with
50462         out-of-range components, e.g., "Sept 31".
50463         Include <stdlib.h>, "setenv.h", "xalloc.h".
50464         (ISDIGIT_LOCALE): Remove; unused.
50465         Note that the TZ and time functions used here are not reentrant.
50466         (mktime_ok, get_tz): New functions.
50467         (TZBUFSIZE): New constant.
50468         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50469         This requires that we sometimes generate our own TZ="XXX..." setting.
50470
50471 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50472
50473         * doc/getdate.texi: New file, from coreutils with modifications for
50474         the new TZ parsing.
50475
50476 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50477
50478         * lib/mktime.c (not_equal_tm): Remove redundant check.
50479
50480 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50481
50482         * modules/regex (lib_SOURCES): Add regex.c.
50483         Reported by James Youngman in
50484         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50485
50486 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50487
50488         * lib/getdate.y: Use Bison 1.875 features, and some minor
50489         code cleanups.  This change does not affect semantics.
50490         Don't include <stdlib.h>; no longer needed.
50491         Don't include unlocked-io.h; only the "#if TEST" code uses
50492         stdio, and performance isn't crucial there.
50493         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50494         Bison 1.875 features as described below.
50495         All uses of "PC." replaced by "pc->".
50496         (YYSTYPE): Add a forward declaration.
50497         (yylex, yyerror): Use full prototypes in forward decls.
50498         Use "%pure-parser" rather than obsolescent "%pure_parser".
50499         Use %parse-param and %lex-param instead of obsolescent
50500         YYPARSE_PARAM and YYLEX_PARAM.
50501         (meridian_table, month_and_day_table, time_units_table,
50502         relative_time_table, time_zone_table, military_table,
50503         lookup_zone, lookup_word, get_date):
50504         Use NULL instead of 0 where appropriate.
50505         (to_hour): Avoid abort (), to avoid a dependency on
50506         stdlib.h.
50507         (yyerror, yylex): Now accepts parser_control * arg.
50508         (main) [TEST]: Use '\0' rather than 0 for char.
50509
50510 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50511
50512         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50513
50514 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50515
50516         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50517         It's now the caller's responsibility to handle the case where
50518         !HAVE_GETPAGESIZE && !defined getpagesize.
50519
50520         * lib/mktime.c (leapyear): Arg is long int, not int.
50521
50522 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50523
50524         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50525
50526 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50527
50528         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50529         missing.  Problem reported by James Youngman.
50530
50531 2004-10-16  Simon Josefsson  <jas@extundo.com>
50532
50533         * gnulib-tool: Fix comments.  Fix parse problem.
50534         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50535
50536 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50537
50538         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50539         implementation of getopt_long.  Problem reported by Alexander Taler in:
50540         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50541
50542 2004-10-15  Bruno Haible  <bruno@clisp.org>
50543
50544         * gnulib-tool: Untabify. Initialize supplied_libname.
50545         (func_usage): More homogenous output.
50546         (func_modules_transitive_closure, func_modules_to_filelist,
50547         func_emit_lib_Makefile_am): New functions.
50548         (func_import): New function, extracted from big case statement. Use
50549         func_get_license, func_modules_transitive_closure,
50550         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50551         opt_lgpl. Don't use test -a, as it's not portable.
50552         (func_create_testdir): Use func_modules_transitive_closure,
50553         func_modules_to_filelist, func_emit_lib_Makefile_am.
50554
50555 2004-10-15  Bruno Haible  <bruno@clisp.org>
50556
50557         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50558
50559 2004-10-15  Bruno Haible  <bruno@clisp.org>
50560
50561         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50562         the portions belonging to each module.
50563         Suggested by Derek Robert Price <derek@ximbiot.com>.
50564
50565 2004-10-12  Simon Josefsson  <jas@extundo.com>
50566
50567         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50568         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50569         to real functions.
50570
50571 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50572
50573         * modules/vsnprintf: New file.
50574
50575 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50576
50577         * m4/vsnprintf.m4: New file.
50578
50579 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50580
50581         * lib/vsnprintf.h: New file.
50582         * lib/vsnprintf.c: New file.
50583
50584 2004-10-11  Bruno Haible  <bruno@clisp.org>
50585
50586         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50587         vsnprintf.
50588
50589 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50590
50591         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50592
50593 2004-10-07  Bruno Haible  <bruno@clisp.org>
50594
50595         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50596         fits into the provided buffer.
50597
50598 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50599
50600         * lib/diacrit.c, diacrit.h: Add GPL notice.
50601
50602         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
50603         notice.
50604         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
50605         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
50606         This avoids a potential constant-folding bug.
50607
50608 2004-10-05  Bruno Haible  <bruno@clisp.org>
50609
50610         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
50611         for the declaration of strsep.
50612
50613 2004-10-05  Bruno Haible  <bruno@clisp.org>
50614
50615         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
50616
50617 2004-10-04  Simon Josefsson  <jas@extundo.com>
50618
50619         * modules/memmem: New file.
50620         * tests/test-memmem.c: New file.
50621         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
50622
50623 2004-10-04  Simon Josefsson  <jas@extundo.com>
50624
50625         * m4/memmem.m4: New file.
50626
50627 2004-10-04  Simon Josefsson  <jas@extundo.com>
50628
50629         * lib/memmem.h: New file.
50630         * lib/memmem.c: New file, taken from glibc.
50631
50632 2004-10-04  Simon Josefsson  <jas@extundo.com>
50633
50634         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
50635         '#ifdef USE_UNLOCKED_IO'.
50636
50637 2004-10-04  Simon Josefsson  <jas@extundo.com>
50638
50639         * config/srclist.txt: Add memmem from glibc.
50640
50641 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50642
50643         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
50644
50645         * modules/argmatch, modules/argp, modules/closeout, modules/error,
50646         modules/exclude, modules/getdate, modules/getline,
50647         modules/getndelim2, modules/getpass, modules/getpass-gnu,
50648         modules/getusershell, modules/linebuffer, modules/md5,
50649         modules/mountlist, modules/posixtm, modules/readtokens,
50650         modules/readutmp, modules/regex, modules/sha1,
50651         modules/version-etc, modules/yesno:
50652         Remove dependency on unlocked-io.
50653
50654 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50655
50656         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
50657
50658         * m4/unlocked-io.m4: Add copyright notice.
50659         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
50660
50661 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50662
50663         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
50664         * lib/xmalloc.c (xmemdup): Likewise.
50665         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
50666         XFREE): Remove these long-obsolescent macros.
50667         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
50668         * lib/xstrdup.c: Remove.
50669
50670         * lib/regex.c (re_comp): Cast gettext return value to char *,
50671         Problem reported by Martin Neitzel via Mark D. Baushke.
50672
50673 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50674
50675         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
50676         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
50677         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
50678         regex.c, sha1.c, version-etc.c, yesno.c:
50679         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
50680         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
50681         the includer's responsibility.
50682
50683         Sync from coreutils.
50684
50685         * lib/modechange.c (mode_compile): Don't decrement a pointer that
50686         points to the start of a string, as the C Standard says the
50687         resulting behavior is undefined.
50688
50689         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
50690         simple -> simple_backups, numbered_existing ->
50691         numbered_existing_backups, numbered -> numbered_backups
50692         to avoid shadowing problems.  All uses changed.
50693         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
50694         * lib/backupfile.c (check_extension, numbered_backup):
50695         Rename locals to avoid shadowing 'basename'.
50696         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
50697         once.
50698
50699         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
50700         * lib/.cvsignore: Add getopt.h.
50701
50702 2004-10-04  Bruno Haible  <bruno@clisp.org>
50703
50704         * modules/README: New file.
50705         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
50706         not a module.
50707
50708 2004-10-02  Jim Meyering  <jim@meyering.net>
50709
50710         * lib/dirfd.h, getpagesize.h: Add copyright notice.
50711
50712 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50713
50714         * modules/strsep: New file.
50715
50716 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50717
50718         * m4/strsep.m4: New file.
50719
50720 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50721
50722         * lib/strsep.h: New file.
50723         * lib/strsep.c: New file.
50724
50725 2004-10-01  Simon Josefsson  <jas@extundo.com>
50726
50727         * lib/snprintf.c (snprintf): Handle size==0.
50728
50729 2004-10-01  Simon Josefsson  <jas@extundo.com>
50730             Bruno Haible  <bruno@clisp.org>
50731
50732         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
50733         (snprintf): Declare 'args'.
50734
50735 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
50736
50737         * lib/snprintf.c: Remove comments as to why each header is needed.
50738
50739 2004-10-01  Bruno Haible  <bruno@clisp.org>
50740
50741         * MODULES.html.sh: Add strsep.
50742
50743 2004-09-30  Simon Josefsson  <jas@extundo.com>
50744
50745         * modules/snprintf: New file.
50746
50747 2004-09-30  Simon Josefsson  <jas@extundo.com>
50748
50749         * m4/snprintf.m4: New file.
50750
50751 2004-09-30  Simon Josefsson  <jas@extundo.com>
50752
50753         * lib/snprintf.h, lib/snprintf.c: New files.
50754
50755 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50756
50757         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
50758         (hol_entry_help): Never translate an empty string.
50759         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
50760         * lib/argp.h (OPTION_NO_TRANS): New option.
50761
50762 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50763
50764         * modules/argp (Maintainer): Replace Simon Josefsson
50765         by Sergey Poznyakoff.
50766
50767 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50768
50769         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
50770         changes merged back into glibc.
50771
50772 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50773
50774         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
50775
50776 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50777
50778         * lib/xvasprintf.c: Include xalloc.h.
50779         (xvasprintf): Use xalloc_die, not xmalloc_die.
50780
50781 2004-09-29  Bruno Haible  <bruno@clisp.org>
50782
50783         * modules/alloca-opt: New file, derived from modules/alloca.
50784         * modules/allocsa: Depend on alloca-opt instead of alloca.
50785         * modules/setenv: Likewise.
50786         * modules/vasnprintf: Likewise.
50787         * MODULES.html.sh: Add alloca-opt.
50788
50789 2004-09-28  Simon Josefsson  <jas@extundo.com>
50790
50791         * gnulib-tool: New parameter --lgpl, to asseert that modules are
50792         LGPL, and to replace license template from GPL to LGPL.
50793
50794 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50795
50796         * modules/dummy: Change license to LGPL.
50797
50798 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50799
50800         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
50801
50802 2004-09-24  Simon Josefsson  <jas@extundo.com>
50803
50804         * modules/minmax (License): Change from GPL to LGPL.
50805
50806 2004-09-23  Simon Josefsson  <jas@extundo.com>
50807
50808         * gnulib-tool (--import): Typo.
50809
50810 2004-09-23  Simon Josefsson  <jas@extundo.com>
50811
50812         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
50813
50814 2004-09-22  Bruno Haible  <bruno@clisp.org>
50815
50816         * modules/*: Add 'License' field.
50817         * gnulib-tool: Accept --extract-license option.
50818         (func_get_license): New function.
50819
50820 2004-09-21  Bruno Haible  <bruno@clisp.org>
50821
50822         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
50823         Reported by Simon Josefsson.
50824
50825 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50826
50827         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
50828         gl_AC_TYPE_LONG_LONG.
50829
50830 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50831
50832         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
50833
50834 2004-09-18  Simon Josefsson  <jas@extundo.com>
50835         and  Paul Eggert  <eggert@cs.ucla.edu>
50836
50837         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
50838         calls with autoreconf.  Define GL_LIB.
50839
50840 2004-09-14  Karl Berry  <karl@gnu.org>
50841
50842         * config/srclist.txt: unsync setenv.c, sigh.
50843
50844 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50845
50846         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
50847         Problem reported by Bruno Haible in:
50848         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
50849
50850 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50851
50852         * config/srclist.txt: Comment out argp-pvh.c.
50853
50854 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
50855
50856         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
50857         in case some system header has #define'd it.  Problem reported by
50858         Soeren D. Schulze in
50859         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
50860
50861 2004-09-09  Karl Berry  <karl@gnu.org>
50862
50863         * regex.[ch]: delete from the root.  These were supposed to be
50864                 synced with emacs cvs, but this has not happened for about
50865                 a year, and anyway nothing else uses emacs regex.[ch].
50866                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
50867                 lib/regex[.ch] is untouched.
50868
50869 2004-09-09  Bruno Haible  <bruno@clisp.org>
50870
50871         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
50872
50873 2004-09-09  Bruno Haible  <bruno@clisp.org>
50874
50875         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
50876         modifications.
50877         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
50878
50879 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50880
50881         * modules/xvasprintf: New file.
50882         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
50883
50884 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50885
50886         * lib/xvasprintf.h: New file.
50887         * lib/xvasprintf.c: New file.
50888         * lib/xasprintf.c: New file.
50889
50890 2004-09-08  Bruno Haible  <bruno@clisp.org>
50891
50892         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
50893
50894 2004-09-08  Bruno Haible  <bruno@clisp.org>
50895
50896         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
50897         length is > INT_MAX.
50898         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
50899         more.
50900
50901 2004-09-08  Bruno Haible  <bruno@clisp.org>
50902
50903         * lib/stdint_.h: New file, taken from GNU clisp.
50904
50905 2004-09-08  Bruno Haible  <bruno@clisp.org>
50906             Oskar Liljeblad  <oskar@osk.mine.nu>
50907
50908         * modules/stdint: New file.
50909         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
50910
50911 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50912
50913         Import from coreutils.
50914         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
50915         strings on unbounded length.  alloca's performance benefits aren't
50916         that important here.
50917         (V_STRDUP): Remove.
50918         (parse_with_separator): New function, with most of the internals
50919         of the old parse_user_spec.  Allow user to omit both user and group,
50920         for compatibility with FreeBSD.
50921         Clone only the user name, not the entire spec.
50922         Do not set *uid, *gid unless entirely successful.
50923         Avoid memory leak in some failing cases.
50924         Fix regression for USER.GROUP reported by Dmitry V. Levin in
50925         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
50926         (parse_user_spec): Rewrite to use parse_with_separator.
50927
50928 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50929
50930         * modules/userspec: Don't depend on alloca.
50931
50932 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50933
50934         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
50935
50936 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50937
50938         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
50939         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
50940         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
50941
50942 2004-08-16  Simon Josefsson  <jas@extundo.com>
50943
50944         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
50945         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
50946         Add --dry-run for --import.
50947         Let user provided command line parameters override configure.ac
50948         settings.
50949
50950 2004-08-12  Simon Josefsson  <jas@extundo.com>
50951
50952         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
50953         as discussed with Paul Eggert in threads rooted at
50954         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
50955         and
50956         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
50957         Before, the test was empty, and relied on ELIDE_CODE in source
50958         code.)
50959         (gl_PREREQ_GETOPT): New macro.
50960         (gl_GETOPT): Use them.
50961
50962 2004-08-12  Simon Josefsson  <jas@extundo.com>
50963
50964         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
50965         * lib/getopt_.h: Renamed from getopt.h.
50966
50967 2004-08-12  Simon Josefsson  <jas@extundo.com>
50968
50969         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
50970         Change default library name from libfoo to libgnu.
50971         Now, if you have a configure.ac that says:
50972                 gl_SOURCE_BASE(gl)
50973                 gl_M4_BASE(gl/m4)
50974                 gl_MODULES(error getopt etcetera)
50975                 gl_INIT
50976         you can import all you need by running:
50977                 ../gnulib/gnulib-tool --import
50978
50979         * modules/getopt (Files): Rename getopt.h to getopt_.h.
50980         (Makefile.am): Rewrite, use logic from argz.
50981         (Include): Use <getopt.h> instead of "getopt.h".
50982
50983 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50984
50985         * modules/argp (Files): Add m4/unlocked-io.m4.
50986         (Depends-on): Add extensions.
50987
50988 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50989
50990         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
50991         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
50992         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
50993         Check for program_invocation_name, program_invocation_short_name,
50994         flockfile, funlockfile, features.h, _getopt_long_only_r.
50995
50996 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50997
50998         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
50999         its complicated substitute.
51000         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
51001         and program_invocation_name.
51002         (__argp_basename) [!_LIBC]: Remove; the only use was
51003         replaced by its body.
51004         (__argp_short_program_name): Change condition from
51005         !defined __argp_short_program_name to
51006         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
51007         to match argp-namefrob.h.
51008         (__argp_failure): Don't assume strerror_r returns char *.
51009         * lib/argp-parse.c (N_): Define unconditionally.
51010         (argp_default_options): Fill out initializers with 0 to avoid
51011         gcc warnings.
51012
51013 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51014
51015         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
51016         getopt1.c.
51017
51018 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51019
51020         Merge from coreutils.
51021
51022         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
51023
51024         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
51025         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
51026
51027 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51028
51029         Merge from coreutils.
51030
51031         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
51032         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
51033         for Reliant Unix 5.43.
51034
51035         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
51036         (union fooround): Use uintmax_t, not long int.
51037         The rest is a merge from libc:
51038         [defined _LIBC]: Include <shlib-compat.h>.
51039         (_obstack) [defined _LIBC]: Remove after 2.3.4.
51040
51041         * lib/settime.c (settime): Recode to avoid warning with
51042         Sun Forte C 6U2.
51043
51044         * lib/strverscmp.c: Convert to UTF-8.
51045
51046 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51047
51048         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51049         m4/uintmax_t.m4.
51050
51051 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51052
51053         * modules/xalloc-die: New file.
51054         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
51055
51056         * modules/md5 (Files): Add m4/uint32_t.m4.
51057         * modules/sha1: Renamed from modules/sha.
51058         (Files):
51059         Rename lib/sha.h to lib/sha1.h.
51060         Rename lib/sha.c to lib/sha1.c.
51061         Rename m4/sha.m4 to m4/sha1.m4.
51062         (lib_SOURCES): Likewise.
51063         (configure.ac): Rename gl_SHA to gl_SHA1.
51064         (Include): sha.h -> sha1.h.
51065
51066 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51067
51068         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
51069         * m4/sha1.m4: Renamed from sha.m4.
51070         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
51071
51072 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51073
51074         * lib/obstack.h (obstack_empty_p):
51075         Don't assume that chunk->contents is suitably aligned.
51076         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
51077         Likewise. Problem reported by Benno in
51078         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
51079
51080         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
51081         readable.  This could be improved further but it'd take some work.
51082
51083 2004-08-08  Simon Josefsson  <jas@extundo.com>
51084
51085         * modules/xgethostname (Depends-on): Remove exit and error (not
51086         used).
51087
51088         * modules/getpass-gnu: Add getpass.h.
51089         (Depends-on): Add stdbool.
51090         * modules/getpass: Add getpass.h.
51091
51092 2004-08-08  Simon Josefsson  <jas@extundo.com>
51093
51094         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
51095         Check getpass declaration.
51096
51097 2004-08-08  Simon Josefsson  <jas@extundo.com>
51098
51099         * lib/xgethostname.c: Don't include error.h (not used).
51100
51101         * lib/getpass.h: Add.
51102         * lib/getpass.c: Include getpass.h first.
51103
51104 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
51105
51106         * lib/xalloc-die.c: New file.
51107         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
51108         All uses removed.
51109         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
51110         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
51111         xalloc-die.c.
51112         (_, N_, xalloc_die): Move to xalloc-die.c.
51113         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
51114         so that we needn't mess with xalloc_msg_memory_exhausted.
51115
51116         * lib/sha1.h: Renamed from sha.h.
51117         (SHA1_H): Renamed from _SHA_H.
51118         (sha1_ctx): Renamed from sha_ctx.
51119         (sha1_init_ctx): Renamed from sha_init_ctx.
51120         (sha1_process_block): Renamed from sha_process_block.
51121         (sha1_process_bytes): Renamed from sha_process_bytes.
51122         (sha1_finish_ctx): Renamed from sha_finish_ctx.
51123         (sha1_read_ctx): Renamed from sha_read_ctx.
51124         (sha1_stream): Renamed from sha_stream.
51125         (sha1_buffer): Renamed from sha_buffer.
51126         * lib/sha1.c: Likewise; renamed from sha.c.
51127         Do not include <sys/types.h>.
51128         Include <stddef.h> rather than <stdlib.h>.
51129
51130 2004-08-08  Bruno Haible  <bruno@clisp.org>
51131
51132         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
51133         FILESYSTEM_PREFIX_LEN.
51134         * lib/progreloc.c: Likewise.
51135         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
51136
51137 2004-08-06  Simon Josefsson  <jas@extundo.com>
51138
51139         * modules/progname (Depends-on): Don't depend on stdbool.
51140
51141 2004-08-06  Simon Josefsson  <jas@extundo.com>
51142
51143         * modules/getsubopt: New file.
51144         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51145         getsubopt.
51146
51147 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51148
51149         More merge from coreutils.
51150
51151         * m4/utimens.m4, m4/utimecmp.m4: New files.
51152         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
51153         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
51154         prereq.m4, sha.m4: Import changes from coreutils.
51155
51156 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51157
51158         More merge from coreutils.
51159         * modules/raise, modules/readtokens0, modules/utimens:
51160         * modules/utimecmp, module/xnanosleep: New files.
51161         * modules/strftime: Add lib/strftime.h.
51162         Change include from <time.h> to "strftime.h".
51163         * modules/yesno: Add lib/yesno.h.
51164         * modules/backupfile: Remove lib/addext.c.
51165         * modules/euidaccess: Add stat-macros.h.
51166         * modules/canonicalize, modules/euidaccess,
51167         modules/filemode, modules/lchown, modules/makepath,
51168         modules/rmdir, modules/stat: Likewise.
51169
51170 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51171
51172         Merge from tar.
51173         * lib/argp-help.c (make_hol, hol_append): Don't assume that
51174         SIZE_MAX is a valid preprocessor constant.
51175         (__argp_basename): Change from "#ifndef _LIBC"
51176         to "#ifndef __argp_short_program_name", so that
51177         we don't compile these functions for tar.
51178
51179         More merges from coreutils.
51180         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
51181         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
51182         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
51183         * lib/addext.c: Remove; no longer needed.
51184         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
51185         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
51186         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
51187         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
51188         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
51189         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
51190         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
51191         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
51192         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
51193         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51194         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
51195         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
51196         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
51197         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
51198         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
51199         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
51200         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
51201         Import changes from coreutils.
51202
51203 2004-08-05  Simon Josefsson  <jas@extundo.com>
51204
51205         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
51206
51207 2004-08-05  Simon Josefsson  <jas@extundo.com>
51208
51209         * m4/getsubopt.m4: New file.
51210
51211 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51212
51213         Merge from coreutils.
51214
51215         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
51216         * m4/getcwd-path-max.m4: New files.
51217
51218         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
51219         FILESYSTEM_PREFIX_LEN ->
51220         FILE_SYSTEM_PREFIX_LEN.
51221         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
51222         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
51223         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
51224         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
51225
51226         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
51227         prerequisite modules now handle the DOS stuff.
51228         Don't check for unistd.h.
51229
51230 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51231
51232         Merge from coreutils.
51233
51234         * lib/.gdb-history: Remove; this doesn't belong here.
51235
51236         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
51237         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
51238         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
51239         * lib/getcwd.c: New files.
51240
51241         * lib/dirname.h: Include <stdbool.h>.
51242         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
51243         for consistency with POSIX terminology.  All uses changed.
51244         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
51245         (strip_trailing_slashes): Use bool for booleans.
51246         * lib/stripslash.c (strip_trailing_slashes): Likewise.
51247
51248         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
51249         sometimes returns a positive errno value even when it succeeds.
51250         (print_errno_message) [!LIBC]: Fall back on strerror if
51251         __strerror_r fails.
51252
51253         * lib/path-concat.c (mempcpy): Don't define if a system header defines
51254         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
51255         (longest_relative_suffix): New function.
51256         (path_concat): Use it.  Assume first argument is not NULL.
51257         Port to DOS.  Omit redundant separators.
51258         Report an error instead of returning NULL.
51259         Use mempcpy instead of memcpy.
51260         (xpath_concat): Remove: not declared or used.
51261
51262         * lib/same.h: Include <stdbool.h>
51263         (same_name): Return bool, not int.
51264         * lib/same.c (same_name): Likewise.
51265         (errno): Don't declare; we assume C89 or better now.
51266
51267         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
51268         if not already defined.
51269
51270         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
51271         * lib/dup-safer.c (errno): Likewise.
51272
51273 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51274
51275         Merge from coreutils.
51276         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
51277         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
51278         * modules/path-concat: Don't depend on strdup.
51279
51280 2004-08-03  Simon Josefsson  <jas@extundo.com>
51281
51282         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
51283         * lib/progname.h: Don't include stdbool.h.
51284
51285 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51286
51287         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
51288         * MODULES.html.sh (func_all_modules): Remove fatal.
51289
51290 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51291
51292         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
51293
51294 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51295
51296         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51297         working.
51298
51299 2004-08-02  Simon Josefsson  <jas@extundo.com>
51300
51301         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51302         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51303         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
51304
51305 2004-08-01  Simon Josefsson  <jas@extundo.com>
51306
51307         * lib/xgetdomainname.c: Include stdlib.h, for free().
51308
51309 2004-07-19  Bruno Haible  <bruno@clisp.org>
51310
51311         * MODULES.html.sh (func_all_modules): Add dummy.
51312
51313 2004-07-16  Simon Josefsson  <jas@extundo.com>
51314
51315         * modules/dummy: New file.
51316
51317 2004-07-16  Simon Josefsson  <jas@extundo.com>
51318
51319         * lib/dummy.c: New file.
51320
51321 2004-07-16  Bruno Haible  <bruno@clisp.org>
51322
51323         * lib/backupfile.h: Add extern "C" for C++.
51324         * lib/closeout.h: Likewise.
51325         * lib/copy-file.h: Likewise.
51326         * lib/findprog.h: Likewise.
51327         * lib/full-write.h: Likewise.
51328         * lib/pathname.h: Likewise.
51329         * lib/progname.h: Likewise.
51330         * lib/stpcpy.h: Likewise.
51331         * lib/stpncpy.h: Likewise.
51332         * lib/strcase.h: Likewise.
51333         * lib/strstr.h: Likewise.
51334         * lib/xalloc.h: Likewise.
51335
51336         * lib/mbswidth.h: Add extern "C" for C++.
51337         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
51338
51339 2004-07-13  Robert Millan  <robertmh@gnu.org>
51340
51341         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
51342
51343 2004-07-09  Simon Josefsson  <jas@extundo.com>
51344
51345         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
51346         failed without this.)
51347
51348 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51349
51350         * modules/chown (Files): Add lib/fchown-stub.c, since
51351         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
51352
51353 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51354
51355         * lib/fchown-stub.c: New file.
51356
51357 2004-06-24  Jim Meyering  <jim@meyering.net>
51358
51359         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
51360
51361 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51362
51363         * modules/argz: Omit "#include".
51364
51365         * MODULES.html.sh (func_all_modules): Add calloc, to match
51366         2004-06-01 addition of calloc module.
51367
51368 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51369
51370         * m4/argz.m4: New file, which is autoupdated from libtool.
51371
51372 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51373
51374         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
51375         libtool.
51376
51377 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51378
51379         * config/srclist-update: Don't insist on "USA." before the
51380         close-comment, as libtool omits the period and puts the */ on a
51381         separate line.
51382         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
51383         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
51384
51385 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
51386
51387         * modules/argz: New file.
51388         * MODULES.html.sh (func_all_modules): Add argz.
51389
51390 2004-06-12  Jim Meyering  <jim@meyering.net>
51391         and  Paul Eggert  <eggert@cs.ucla.edu>
51392
51393         * modules/hash (Files): Add lib/xalloc.h.
51394         * modules/pipe (Depends-on): Add wait-process.
51395         * modules/stat (Depends-on): Add xalloc.
51396         * modules/userspec (Files): Add lib/userspec.h.
51397         * modules/xstrto
51398
51399         Upgrade from gettext-0.13.
51400         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
51401         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
51402         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
51403
51404 2004-06-10  Jim Meyering  <jim@meyering.net>
51405
51406         * lib/calloc.c: New file.
51407
51408 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
51409
51410         * lib/getdate.y (yylex): Allow space between sign and number.
51411         Problem reported by Dan Jacobson.
51412
51413 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51414
51415         Merge from coreutils CVS.
51416
51417         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
51418         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
51419         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
51420         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
51421         xstrtol.m4: Fix copyright date and/or serial number.
51422
51423         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
51424         See if we need an fchown replacement.
51425         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
51426         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
51427         and use the replacement function if we detect either defect.
51428
51429         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
51430         gl_UTIMECMP.
51431
51432 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51433         and  Jim Meyering  <jim@meyering.net>
51434
51435         Merge from coreutils CVS.
51436
51437         * lib/stat-macros.h: New file, with contents from file-type.h
51438         and coreutils' system.h.
51439         * lib/file-type.c: Include "stat-macros.h".
51440         * lib/file-type.h (file_type): Move all macro definitions to new file,
51441         stat-macros.h.
51442
51443         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
51444         Wrap old code with this conditional.
51445         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
51446         function that does not dereference symlinks.
51447         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
51448
51449         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51450         dependency problems.
51451         (xreadlink): Accept new arg SIZE, for efficiency.
51452         All decls and uses changed.
51453         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51454
51455         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51456         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51457
51458         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51459         sysexits.h.
51460
51461 2004-06-01  Jim Meyering  <jim@meyering.net>
51462
51463         * m4/calloc.m4: New file.
51464
51465 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51466
51467         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51468         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51469         Also, fix a typo in a diagnostic.
51470
51471 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51472
51473         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51474         or AC_FUNC_REALLOC.
51475
51476 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51477
51478         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51479         macros to be defined.
51480         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51481         the allocator returns NULL because the requested size is zero.
51482
51483 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51484
51485         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51486         var.  Add comment explaining why libc still defines it.  This
51487         merges the following patch from glibc:
51488         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51489
51490 2004-05-20  Andreas Schwab  <schwab@suse.de>
51491
51492         * m4/free.m4: Replace free if it not known to work, not the other
51493         way round.
51494
51495 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51496
51497         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51498         present in glibc since revision 1.1 of this file.
51499         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51500         obstack_alignment_mask, obstack_alloc, obstack_base,
51501         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51502         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51503         obstack_grow0, obstack_init, obstack_int_grow,
51504         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51505         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51506         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51507         nonexistent functions.
51508
51509 2004-05-18  Karl Berry  <karl@gnu.org>
51510
51511         * config/srclist.txt: break link for vasnprintf.c.
51512
51513 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51514
51515         Port obstack to the AS/400, where pointers are 16 bytes wide and
51516         you cannot cast an integer to a valid pointer.  This patch is
51517         currently waiting to be integrated into glibc; see
51518         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51519
51520         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51521         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51522         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51523         (struct obstack): temp member is now a union of a pointer and
51524         an integer, instead of an integer.  All integer uses changed.
51525         This does not affect the physical layout of struct obstack,
51526         except on hosts (like the AS/400) where the size or alignment of
51527         void * is greater than that of ptrdiff_t.
51528         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51529         __STDC__)]: Store temporary in pointer member of union, not
51530         integer member.
51531         * lib/obstack.c: Include <stddef.h>, for offsetof.
51532         (struct fooalign): Remove; it doesn't need a name.
51533         (union fooround): Change double to long double, and add void *.
51534         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51535         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51536         not a macro.  Hence the values are always int; so remove all
51537         casts-to-int in uses.
51538
51539 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51540
51541         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51542         we can get this patch merged into glibc.
51543
51544 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51545             Paul Eggert  <eggert@cs.ucla.edu>
51546
51547         * m4/argp: Depend on alloca.
51548
51549 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51550             Paul Eggert  <eggert@cs.ucla.edu>
51551
51552         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51553         freecoding.
51554
51555 2004-05-17  Bruno Haible  <bruno@clisp.org>
51556
51557         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51558         precision that consists of a '.' followed by an empty digit string.
51559         Patch by Tor Lillqvist <tml@iki.fi>.
51560
51561 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51562
51563         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51564         for backward compatibility with older code.  We need our own
51565         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51566         it under some other name, and our alloca.h will define it.
51567
51568 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51569             Derek Price  <derek@ximbiot.com>
51570
51571         * lib/alloca.c: Include <alloca.h>, to get our interface.
51572         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51573         include <alloca.h> first.  Use C89 prototype for alloca; this
51574         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51575         Use #elif for simplicity, since we can assume C89 now.
51576         Don't try to source the system alloca.h since it will not be found
51577         and to prevent recursively including its replacement.
51578         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51579         * lib/regex.c: Likewise.
51580
51581 2004-05-16  Derek Price  <derek@ximbiot.com>
51582             Paul Eggert  <eggert@cs.ucla.edu>
51583
51584         getline cleanup.  This changes the getndelim2 API: both order of
51585         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51586         no delimiter).
51587
51588         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51589         interface does that.
51590         (getline): Always use getdelim, so that we don't have two
51591         copies of this code.
51592         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51593         if available.
51594         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51595         (GETNDELIM2_MAXIMUM): New macro.
51596         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51597         instead of the old practice of delim2==0.  All callers changed.
51598         Return -1 on overflow, instead of returning junk.
51599         Do not set *linesize unless allocation succeeds.
51600         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
51601         that we include sys/types.h.
51602         * lib/getnline.h: Likewise.
51603         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
51604         (getndelim2): Reorder arguments.
51605         * lib/getnline.c (getnline, getndelim):
51606         Don't discard the NMAX argument.
51607         (getnline): Invoke getndelim, to avoid code duplication.
51608         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
51609         of (size_t) -1 by callers of the getnline family.
51610
51611 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51612
51613         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
51614         Check for gettimeofday.
51615         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
51616         Check for settimeofday, stime.
51617
51618 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51619
51620         * lib/nanosleep.c (suspended): Change its type from int to
51621         sig_atomic_t volatile.
51622         (first_call): Make it private to rpl_nanosleep, and have it
51623         be zero initially as that's a bit faster.
51624         (my_usleep): Round up fractional times instead of truncating them,
51625         as this is the usual meaning for 'sleep'.
51626
51627         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
51628         doesn't work.
51629         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
51630         (ENOSYS): Define if not defined.
51631         (settime): Fall back on stime if it exists and settimeofday fails.
51632         But don't bother with fallbacks if a method fails with errno == EPERM.
51633
51634 2004-05-11  Jim Meyering  <jim@meyering.net>
51635
51636         Prior to this change, the save_cwd caller required read access to the
51637         current directory on most systems (ones with the fchdir function).
51638
51639         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
51640         fails, try write-only, and finally, resort to using xgetcwd.
51641
51642 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51643
51644         * lib/obstack.c, obstack.h: Import changes from libc.
51645
51646 2004-04-28  Bruno Haible  <bruno@clisp.org>
51647
51648         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
51649         also implicitly appends .exe to executables.
51650         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
51651         accepts Windows pathnames.
51652         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51653         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51654         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51655         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51656         Reported by Derek Robert Price <derek@ximbiot.com>.
51657
51658 2004-04-21  Karl Berry  <karl@gnu.org>
51659
51660         * config/srclist.txt (localcharset.c): break sync.
51661
51662 2004-04-20  Paul Eggert  <eggert@twinsun.com>
51663
51664         * m4/host-os.m4: Add a copyright notice.
51665
51666 2004-04-20  Jim Meyering  <jim@meyering.net>
51667
51668         Change UTILS_ to gl_ in AC_DEFINE'd names.
51669         Change utils_- and jm_-prefixed variables, too.
51670         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
51671         UTILS_FUNC_MKDIR_TRAILING_SLASH.
51672         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
51673
51674         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
51675         Don't emit trailing blanks.
51676         Also rename jm_-prefixed variables to have gl_ prefix.
51677
51678         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
51679         Also rename jm_-prefixed variables to have gl_ prefix.
51680
51681         * m4/jm-macros.m4: Reflect the renamings.
51682         * m4/prereq.m4: Likewise.
51683
51684 2004-04-20  Jim Meyering  <jim@meyering.net>
51685
51686         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
51687         memory.
51688
51689 2004-04-20  Jim Meyering  <jim@meyering.net>
51690             Bruno Haible  <bruno@clisp.org>
51691
51692         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
51693         memory when realloc fails.
51694
51695 2004-04-19  Jim Meyering  <jim@meyering.net>
51696
51697         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
51698         now that readutmp.c may call `free (0)'.
51699
51700 2004-04-19  Bruno Haible  <bruno@clisp.org>
51701
51702         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
51703         * m4/inttypes_h.m4: Likewise.
51704         * m4/stdint_h.m4: Likewise.
51705         * m4/intmax_t.m4: Likewise.
51706         * m4/uintmax_t.m4: Likewise.
51707
51708 2004-04-18  Jim Meyering  <jim@meyering.net>
51709
51710         * m4/prereq.m4: Don't forbid jm_ prefix.
51711
51712         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
51713         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
51714         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
51715         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
51716         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
51717         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
51718         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
51719         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
51720         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
51721         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
51722         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
51723         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
51724         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
51725         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
51726         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
51727         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
51728         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
51729         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
51730         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
51731
51732 2004-04-18  Jim Meyering  <jim@meyering.net>
51733
51734         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
51735         failure, don't leak memory and do call END_UTMP_ENT.
51736
51737 2004-04-16  Jim Meyering  <jim@meyering.net>
51738
51739         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
51740         coreutils' stat program.
51741         (gl_PREREQ): Don't require jm_PREREQ_STAT.
51742
51743 2004-04-11  Paul Eggert  <eggert@twinsun.com>
51744
51745         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
51746         C89.
51747         (CHAR_BIT): Remove, since we assume C89.
51748         Include <stdint.h> if available, as per current Autoconf CVS advice.
51749
51750 2004-03-31  Jim Meyering  <jim@meyering.net>
51751
51752         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
51753         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
51754         * m4/xalloc.m4: Likewise.
51755
51756 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51757
51758         Merge from coreutils.
51759
51760         * m4/inttostr.m4: New file.
51761         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
51762         Require AM_STDBOOL_H and gl_TIMESPEC instead.
51763         Require gl_CLOCK_TIME.
51764         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
51765
51766 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51767
51768         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
51769         not bool, to be more consistent with Unix conventions.
51770         Suggested by Bruno Haible.
51771
51772         Merge from coreutils.
51773
51774         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
51775         * lib/umaxtostr.c: New files.
51776
51777         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
51778         the usual <time.h> dance.
51779         (get_date): Change signature to support fractional time stamps.
51780         All callers changed.
51781         * lib/getdate.y: Include "getdate.h" first, as we can now
51782         assume C89 and don't need to worry about 'const'.
51783         Similarly, include "unlocked-io.h" near start, not in middle.
51784         Include <limits.h>.
51785         (textint.value): Use long int rather than int.
51786         (textint.digits): Use size_t rather than int.
51787         (BILLION, LOG10_BILLION): New constants.
51788         (parser_control): New member rel_ns.  Members day_ordinal,
51789         time_zone, month, day, hour, minutes, rel_year, rel_month,
51790         rel_day, rel_hour, rel_minutes, rel_seconds
51791         are now long int, not int.  Member seconds is now struct timespec,
51792         not int.  New member timespec_seen.  Members dates_seen, days_seen,
51793         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
51794         not int.
51795         (%union.intval): Now long int, not int.
51796         New member timespec.
51797         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
51798         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
51799         (spec): Now is a timespec or an item list.
51800         (timespec, items): New nonterminals.
51801         (time, rel, relunit, number, get_date):
51802         Add support for fractional seconds.
51803         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
51804         (gmtime, localtime, mktime): Remove decls; not needed with C89.
51805         (to_hour): First arg is now long int, not int.
51806         (to_year): Returns long int, not int.
51807         Don't treat year -70 like 70.
51808         (tm_diff): Returns long int, not int.
51809         (lookup_word): Use bool instead of int when appropriate.
51810         (yylex): Use size_t for count, not int.
51811         Detect overflow when parsing large integer constants.
51812         Add support for fractions.
51813         (get_date): Make pointers 'const' if possible.
51814         Use more-portable code to detect integer overflow.
51815         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
51816         Don't use ctime; it's not reliable if the year has >4 digits.
51817
51818         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
51819         This is for compatibility with BSD.
51820
51821         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
51822         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
51823         From coreutils' system.h.
51824
51825         * lib/userspec.c: Don't include "posixver.h".
51826         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
51827         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
51828         compatible extension.  Simplify code by removing a boolean int
51829         that was always nonzero if a string was nonnull.
51830
51831 2004-03-30  Jim Meyering  <jim@meyering.net>
51832
51833         Merge from coreutils.
51834
51835         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
51836         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
51837         on some systems one must include <grp.h> before it.
51838         Reported by Christian Krackowizer.
51839
51840 2004-03-30  Jim Meyering  <jim@meyering.net>
51841
51842         Merge from coreutils.
51843
51844         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
51845
51846         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
51847         an empty input stream.
51848
51849         * lib/readtokens.c: Include <stdbool.h>.
51850         (readtoken): Use `size_t' rather than int/long.
51851         All callers adjusted.
51852         Use `bool' rather than `int' where appropriate.
51853         Use memset rather than an explicit loop.
51854         Use x2nrealloc rather than xrealloc.
51855         Allow the use of `\0' as a delimiter.
51856         (readtokens): Likewise.
51857         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
51858
51859 2004-03-30  Jim Meyering  <jim@meyering.net>
51860
51861         * m4/realloc.m4: Remove file, since now it does no more than
51862         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
51863         the `configure.ac' section of module/realloc.
51864         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
51865
51866 2004-03-30  Bruno Haible  <bruno@clisp.org>
51867
51868         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
51869         nonnull.
51870
51871 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51872
51873         Merge changes to getloadavg.c from coreutils and Emacs.
51874
51875         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
51876         Define to an expression, not to the empty string.
51877         Include cloexec.h and xalloc.h.
51878         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
51879         Use set_cloexec_flag rather than rolling our own.
51880         * lib/cloexec.c, lib/cloexec.h: New files.
51881
51882 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51883
51884         * m4/cloexec.m4: New file.
51885
51886 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51887
51888         * lib/getopt.h: Sync with libc CVS.
51889
51890 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51891             Bruno Haible  <bruno@clisp.org>
51892
51893         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
51894         mbswidth.
51895
51896 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51897             Bruno Haible  <bruno@clisp.org>
51898
51899         * lib/mbswidth.h: Include <wchar.h> only if
51900         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
51901         <wchar.h>.
51902         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
51903
51904 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51905
51906         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
51907         Sync with libc CVS.
51908         * lib/getopt_int.h: New file, also synced from libc.
51909
51910 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51911
51912         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
51913         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
51914         Bring back getopt.c, getopt.h, getopt1.c.
51915
51916 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51917
51918         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
51919         All uses changed.  Check for sa_sigaction member; this fixes
51920         a bug first reported by Jason Andrade in
51921         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51922
51923 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51924
51925         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
51926         '#if' expressions.  Unlike the code it replaces, it does not
51927         depend on (defined _SC_PAGESIZE).  However, it does depend on
51928         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
51929         first reported by Jason Andrade in
51930         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51931
51932 2004-02-25  Simon Josefsson  <jas@extundo.com>
51933
51934         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
51935
51936 2004-02-25  Simon Josefsson  <jas@extundo.com>
51937
51938         * lib/strdup.h: New file.
51939         * lib/strdup.c: Include it.
51940         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
51941         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
51942
51943 2004-02-23  Karl Berry  <karl@gnu.org>
51944
51945         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
51946         (from fencepost.gnu.org:/gd/gnuorg).
51947
51948 2004-02-23  Karl Berry  <karl@gnu.org>
51949
51950         * config/srclistvars.sh (GNUORG) [karl]: redefine.
51951         * config/srclist.txt: add maintain/standards documents.
51952
51953 2004-02-18  Bruno Haible  <bruno@clisp.org>
51954
51955         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
51956         Reported by Derek Robert Price <derek@ximbiot.com>.
51957
51958 2004-02-16  Karl Berry  <karl@gnu.org>
51959
51960         * config/mkinstalldirs, install-sh: update from automake.
51961
51962 2004-02-06  Karl Berry  <karl@gnu.org>
51963
51964         * m4/po.m4: update from gettext 0.14.1.
51965
51966 2004-02-06  Karl Berry  <karl@gnu.org>
51967
51968         * lib/config.charset: update from gettext 0.14.1.
51969
51970 2004-02-05  Paul Eggert  <eggert@twinsun.com>
51971
51972         Add comments and code, prompted by suggestions from Bruno Haible
51973         for sh-quote.
51974         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
51975         describing the enum quoting_style values.
51976         * lib/quotearg.c (quotearg_alloc): New function.
51977         (quotearg_buffer_restyled): Treat lone { and } as special.
51978         Treat = as special.  Work around bug with older shells
51979         that "see" a '\' that is really the 2nd byte of a multibyte char.
51980         Quote empty string with shell_quoting_style.
51981
51982 2004-02-03  Bruno Haible  <bruno@clisp.org>
51983
51984         * m4/pipe.m4: New file, from GNU gettext.
51985
51986 2004-02-03  Bruno Haible  <bruno@clisp.org>
51987
51988         * lib/pipe.h: New file, from GNU gettext.
51989         * lib/pipe.c: New file, from GNU gettext.
51990
51991 2004-01-27  Bruno Haible  <bruno@clisp.org>
51992
51993         * m4/execute.m4: New file, from GNU gettext.
51994
51995 2004-01-27  Bruno Haible  <bruno@clisp.org>
51996
51997         * lib/execute.h: New file, from GNU gettext.
51998         * lib/execute.c: New file, from GNU gettext.
51999         * lib/w32spawn.h: New file, from GNU gettext.
52000
52001 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52002
52003         Merge from diffutils.
52004
52005         * lib/file-type.c (file_type): Add typed memory objects.
52006         * lib/file-type.h (S_TYPEISTMO): New macro.
52007
52008         * lib/c-stack.h (c_stack_action): Remove argv argument.
52009         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
52010         (die): Don't calculate message unless segv_action returns.
52011         (get_stack_location, min_address_from_argv, max_address_from_argv,
52012         volatile stack_base, volatile_stack_size): Remove.
52013         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
52014         that every segmentation violation is a stack overflow.  (Ouch!)
52015         See Debian bug 136249 (still outstanding) for more info about why
52016         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
52017
52018 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52019
52020         Exit-status fix from coreutils.
52021
52022         Use exit_failure consistently in place of EXIT_FAILURE,
52023         so that program exit statuses are consistent on failure.
52024
52025         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
52026         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
52027         * lib/argmatch.h: Comment fix to match the above.
52028         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
52029         Now a macro referring to exit_failure, instead of a separate
52030         variable.  Include "exitfail.h" to get it.
52031         * lib/xstrtol.h: Include "exitfail.h".
52032         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
52033
52034         * lib/long-options.c (parse_long_options): Use prototype
52035         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
52036         for clarity.
52037
52038 2004-01-21  Jim Meyering  <jim@meyering.net>
52039
52040         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
52041         so as not to conflict with a different-sized __mktime_internal
52042         function in GNU libc.
52043         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
52044         Problem building statically-linked `ls' reported by Michael Brunnbauer.
52045
52046 2004-01-20  Karl Berry  <karl@gnu.org>
52047
52048         * config/config.guess: update from config.
52049
52050         * config/srclistvars.sh: GNUWWWLICENSES for karl.
52051
52052 2004-01-20  Bruno Haible  <bruno@clisp.org>
52053
52054         Safer stack allocation.
52055         * lib/setenv.c: Include allocsa.h.
52056         (alloca): Remove fallback definition.
52057         (freea): Remove macro.
52058         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
52059         instead of freea.
52060
52061 2004-01-20  Bruno Haible  <bruno@clisp.org>
52062
52063         * m4/eealloc.m4: New file, from GNU gettext.
52064
52065 2004-01-20  Bruno Haible  <bruno@clisp.org>
52066
52067         * m4/allocsa.m4: New file, from GNU gettext.
52068
52069 2004-01-20  Bruno Haible  <bruno@clisp.org>
52070
52071         * lib/xallocsa.h: New file, from GNU gettext.
52072         * lib/xallocsa.c: New file, from GNU gettext.
52073
52074 2004-01-20  Bruno Haible  <bruno@clisp.org>
52075
52076         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
52077
52078 2004-01-20  Bruno Haible  <bruno@clisp.org>
52079
52080         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
52081         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
52082         specially.
52083
52084 2004-01-20  Bruno Haible  <bruno@clisp.org>
52085
52086         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
52087         patch.
52088
52089 2004-01-20  Bruno Haible  <bruno@clisp.org>
52090
52091         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
52092
52093 2004-01-20  Bruno Haible  <bruno@clisp.org>
52094
52095         * lib/eealloc.h: New file.
52096
52097 2004-01-20  Bruno Haible  <bruno@clisp.org>
52098
52099         * lib/binary-io.h: Avoid warnings on Cygwin.
52100
52101 2004-01-20  Bruno Haible  <bruno@clisp.org>
52102
52103         * lib/allocsa.h: New file, from GNU gettext.
52104         * lib/allocsa.c: New file, from GNU gettext.
52105
52106 2004-01-18  Karl Berry  <karl@gnu.org>
52107
52108         * doc/gpl.texi, doc/lgpl.texi: new files.
52109
52110 2004-01-18  Karl Berry  <karl@gnu.org>
52111
52112         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
52113         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
52114
52115 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52116
52117         Merge from coreutils.
52118
52119         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
52120         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
52121         (gl_DEFAULT_POSIX2_VERSION): Move
52122         the documentation from 'configure' into 'config.hin',
52123         so that 'configure --help' isn't burdened by it and
52124         we don't have to worry about its formatting there.
52125         Reword the documentation so that it's more succinct
52126         and can be run together into a single paragraph.
52127         * m4/same.m4 (gl_SAME): Check for pathconf.
52128
52129 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52130
52131         Merge from coreutils.
52132
52133         * lib/posixver.c: Include posixver.h.
52134
52135         * lib/same.c: Include <stdbool.h>, <limits.h>.
52136         (_POSIX_NAME_MAX): Define if not defined.
52137         (MIN): New macro.
52138         (same_name): If file names are silently truncated, report
52139         that the file names are the same if they are the same after
52140         the silent truncation.
52141
52142         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
52143         conversion function.
52144         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
52145         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
52146         longer needed.
52147
52148 2004-01-15  Jim Meyering  <jim@meyering.net>
52149
52150         Merge from coreutils.
52151
52152         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
52153         if no library is required.
52154         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
52155         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
52156         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
52157         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
52158         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
52159         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
52160         value, $ac_cv_search_crypt, if it's "none required".
52161         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
52162         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
52163         not gl_FUNC_GETLOADAVG.
52164         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
52165         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
52166
52167 2004-01-15  Jim Meyering  <jim@meyering.net>
52168
52169         Merge from coreutils.
52170
52171         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
52172         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
52173         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
52174
52175         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
52176         optional configure-time default.
52177
52178         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52179
52180         * lib/xreadlink.c (xreadlink): Correct outdated comment.
52181
52182 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
52183
52184         Merge from coreutils.
52185
52186         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
52187         value, $ac_cv_search_nanosleep, if it's "none required".
52188
52189 2004-01-14  Paul Eggert  <eggert@twinsun.com>
52190
52191         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
52192         with like-named macro in fnmatch.c.
52193         (EXT): Use an internal constant instead.
52194
52195         Merge fnmatch patches from glibc.
52196         * lib/fnmatch.c (mbsinit): Remove define.
52197         Add libc_hidden_ver (__fnmatch, fnmatch).
52198         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
52199         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
52200
52201 2004-01-14  Karl Berry  <karl@gnu.org>
52202
52203         * config/install-sh: update from automake.
52204
52205 2004-01-13  Karl Berry  <karl@gnu.org>
52206
52207         * config/install-sh: update from automake.
52208
52209 2004-01-09  Karl Berry  <karl@gnu.org>
52210
52211         * config/install-sh: update from automake.
52212
52213 2004-01-05  Karl Berry  <karl@gnu.org>
52214
52215         * config/config.{sub,guess}: update from config.
52216
52217 2003-12-31  Karl Berry  <karl@gnu.org>
52218
52219         * config/depcomp: update from automake.
52220
52221 2003-12-14  Karl Berry  <karl@gnu.org>
52222
52223         * lib/config.charset: update from gettext-runtime.
52224
52225 2003-12-03  Paul Eggert  <eggert@twinsun.com>
52226
52227         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
52228         Bug reported by Alfred M. Szmidt.
52229
52230 2003-12-03  Bruno Haible  <bruno@clisp.org>
52231
52232         * m4/gettext.m4: Upgrade from gettext-0.13.
52233         * m4/po.m4: Upgrade from gettext-0.13.
52234         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
52235         * m4/intmax.m4: New file, from gettext-0.13.
52236         * m4/printf-posix.m4: New file, from gettext-0.13.
52237
52238 2003-11-29  Karl Berry  <karl@gnu.org>
52239
52240         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
52241
52242 2003-11-25  Paul Eggert  <eggert@twinsun.com>
52243             Bruno Haible  <bruno@clisp.org>
52244
52245         * lib/printf-parse.h: Don't include sys/types.h.
52246         (ARG_NONE): New macro.
52247         (char_directive): Change type of *arg_index fields to size_t.
52248         * lib/printf-parse.c: Don't include sys/types.h.
52249         (SSIZE_MAX): Remove macro.
52250         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
52251         Remove unnecessary overflow check.
52252         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
52253         fields.
52254
52255 2003-11-25  Bruno Haible  <bruno@clisp.org>
52256
52257         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
52258
52259 2003-11-25  Bruno Haible  <bruno@clisp.org>
52260
52261         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
52262         gt_TYPE_SSIZE_T.
52263
52264 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52265
52266         * modules/alloca: Remove dependency on xalloc.
52267
52268 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52269
52270         * lib/alloca.c: Remove dependency on xalloc module.
52271         (xalloc_die): Remove.
52272         (memory_full) [!defined emacs]: New macro.
52273         [!defined emacs]: Don't include xalloc.h.
52274         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
52275         address arithmetic overflows.  Change datatypes a bit to avoid
52276         unnecessary casts.
52277
52278 2003-11-22  Jim Meyering  <jim@meyering.net>
52279
52280         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
52281         s/size/size_t/.
52282
52283 2003-11-21  Karl Berry  <karl@gnu.org>
52284
52285         * config/config.{sub,guess}: update from config.
52286
52287 2003-11-18  Karl Berry  <karl@gnu.org>
52288
52289         * config/config.{sub,guess}: update from config.
52290
52291         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
52292
52293 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52294
52295         * README: Mention that S+T cannot overflow if S is the size of
52296         an existing object and T is sufficiently small.
52297
52298 2003-11-17  Jim Meyering  <jim@meyering.net>
52299
52300         On systems without utime and without a utimes function capable of
52301         dealing with a NULL struct utimbuf* argument, this utime replacement
52302         could -- in unusual circumstances -- leak a file descriptor.
52303         * lib/utime.c: Include <unistd.h> and <errno.h>.
52304         (utime_null): Be sure to close `fd' and to preserve errno.
52305         Reported by Geoff Collyer via Arnold Robbins.
52306
52307 2003-11-17  Bruno Haible  <bruno@clisp.org>
52308
52309         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
52310         (Depends-on): Add xsize.
52311
52312 2003-11-17  Bruno Haible  <bruno@clisp.org>
52313
52314         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
52315
52316 2003-11-17  Bruno Haible  <bruno@clisp.org>
52317
52318         * lib/vasnprintf.c (alloca): Remove fallback definition.
52319         (freea): Remove definition.
52320         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
52321         Reported by Paul Eggert.
52322
52323 2003-11-16  Paul Eggert  <eggert@twinsun.com>
52324             Bruno Haible  <bruno@clisp.org>
52325
52326         Protect against address arithmetic overflow.
52327         * lib/printf-args.h: Include stddef.h.
52328         (arguments): Change type of field 'count' to size_t.
52329         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
52330         'unsigned int' where appropriate.
52331         * lib/printf-parse.h: Include sys/types.h.
52332         (char_directive): Change type of *arg_index fields to ssize_t.
52333         (char_directives): Change type of fields 'count', max_*_length to
52334         size_t.
52335         * lib/printf-parse.c: Include sys/types.h and xsize.h.
52336         (SSIZE_MAX): Define fallback value.
52337         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
52338         instead of 'int' where appropriate. Check a_allocated, d_allocated
52339         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
52340         * lib/vasnprintf.c: Include xsize.h.
52341         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
52342         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
52343         overflow. Avoid wraparound when converting a width or precision from
52344         decimal to binary.
52345
52346 2003-11-16  Bruno Haible  <bruno@clisp.org>
52347
52348         Update from GNU gettext.
52349         * lib/printf-parse.c: Generalize to it can be compiled for wide
52350         strings.
52351         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
52352         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
52353         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
52354         SNPRINTF): New macros.
52355         Don't include <alloca.h> if the file is used inside libintl.
52356         (local_wcslen): New function, for Solaris 2.5.1.
52357         (VASNPRINTF): Use it instead of wcslen.
52358
52359 2003-11-16  Bruno Haible  <bruno@clisp.org>
52360
52361         * lib/xsize.h (xmax): New function.
52362         (xsum, xsum3, xsum4): Declare as "pure" functions.
52363
52364 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52365
52366         * modules/xalloc (Files): Undo latest change, since xalloc.h
52367         no longer needs SIZE_MAX or PTRDIFF_MAX.
52368
52369 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52370
52371         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
52372         gl_PTRDIFF_MAX.
52373
52374 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52375
52376         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
52377         "return", to pacify some unknown compiler.  Problem reported
52378         by Joerg Schilling.
52379
52380 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52381
52382         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
52383         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
52384         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
52385         heuristic is just as accurate as far as we know, and it removes a
52386         dependency on size_max.m4 and ptrdiff_max.m4.
52387
52388 2003-11-11  Bruno Haible  <bruno@clisp.org>
52389
52390         * modules/xsize (Files): Add m4/size_max.m4.
52391         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
52392
52393 2003-11-11  Bruno Haible  <bruno@clisp.org>
52394
52395         * m4/size_max.m4: New file.
52396         * m4/ptrdiff_max.m4: New file.
52397         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
52398         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
52399         (gl_XALLOC): Invoke it.
52400
52401 2003-11-11  Bruno Haible  <bruno@clisp.org>
52402
52403         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
52404         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
52405         defined.
52406
52407 2003-11-10  Paul Eggert  <eggert@twinsun.com>
52408
52409         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
52410         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
52411         rejected some allocations of exactly SIZE_MAX - 2 bytes.
52412         From Bruno Haible.
52413         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
52414         not (size_t) -1, since it's defined here.
52415
52416 2003-11-09  Karl Berry  <karl@gnu.org>
52417
52418         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
52419
52420 2003-11-06  Paul Eggert  <eggert@twinsun.com>
52421
52422         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
52423         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
52424         Reject sizes of exactly SIZE_MAX bytes.
52425         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
52426         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
52427
52428 2003-11-05  Bruno Haible  <bruno@clisp.org>
52429
52430         * lib/xsize.h: Include limits.h, to avoid a possible collision with
52431         SIZE_MAX defined in <limits.h> on Solaris.
52432
52433 2003-11-04  Jim Meyering  <jim@meyering.net>
52434
52435         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
52436         variable names, rather than @VAR@.
52437         * modules/poll: Likewise.
52438
52439 2003-11-04  Bruno Haible  <bruno@clisp.org>
52440
52441         * modules/xsize: New file.
52442         * modules/linebreak: Depend on xsize.
52443         * MODULES.html.sh (func_all_modules): Add xsize.
52444
52445 2003-11-04  Bruno Haible  <bruno@clisp.org>
52446
52447         * m4/xsize.m4: New file.
52448
52449 2003-11-04  Bruno Haible  <bruno@clisp.org>
52450
52451         * lib/xsize.h: New file.
52452         * lib/linebreak.c: Include xsize.h.
52453         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52454         argument for overflow.
52455         Suggested by Paul Eggert.
52456
52457 2003-11-03  Karl Berry  <karl@gnu.org>
52458
52459         * config/config.{guess,sub}: update from config.
52460
52461 2003-11-03  Jim Meyering  <jim@meyering.net>
52462
52463         * modules/userspec (lib_SOURCES): Add userspec.h.
52464         (Include): Add "userspec.h".
52465         Improve description.
52466
52467 2003-11-03  Jim Meyering  <jim@meyering.net>
52468
52469         * lib/userspec.c: Include "userspec.h".
52470         * lib/userspec.h: New file.
52471
52472 2003-11-03  Bruno Haible  <bruno@clisp.org>
52473
52474         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52475
52476 2003-11-03  Bruno Haible  <bruno@clisp.org>
52477
52478         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52479         available, to avoid (extremely rare) race condition.
52480         Suggested by Paul Eggert.
52481
52482 2003-11-02  Karl Berry  <karl@gnu.org>
52483
52484         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52485
52486 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52487
52488         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52489         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52490         (read_filesystem_list): Set and use me_type_malloced.
52491         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52492         whatever the type happens to be), for brevity and consistency.
52493         Check for size calculation overflow on Alphas running OSF/1.
52494
52495 2003-10-31  Jim Meyering  <jim@meyering.net>
52496
52497         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52498
52499         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52500
52501 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52502             Bruno Haible  <bruno@clisp.org>
52503
52504         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52505         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52506
52507 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52508
52509         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52510         netbsd*-gnu*.  Suggested by Robert Millan.
52511
52512 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52513
52514         * modules/group-member: Depend on stdbool.
52515
52516 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52517
52518         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52519
52520 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52521
52522         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52523         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52524         after the 'gnu' in these cases.  This fixes some bugs in the
52525         previous change, and is based on suggestions by Robert Millan.
52526
52527 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52528
52529         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52530         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52531         no longer needed.
52532         * lib/quotearg.c (quotearg_n_options): Use it.
52533         * lib/group-member.c: Include <stdbool.h>.
52534         (free_group_info): Arg is now const *; don't free arg.
52535         (get_group_info): Now returns bool and accepts struct group_info *,
52536         rather than returning a malloc'ed struct group_info *.
52537         All uses changed.  Check for overflow in internal size calculation.
52538
52539         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52540         rather than xmalloc/xrealloc.
52541         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52542         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52543         conformance bug: the old code used a pointer after freeing the
52544         storage that it addressed.
52545         * lib/hash.c (hash_initialize): Simplify the code by using
52546         xalloc_oversized rather than doing it by hand.
52547         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52548         the buffer preserved.  Use free and xmalloc instead.
52549         * lib/quotearg.c (quotearg_n_options): Likewise.
52550         Use a simpler test for size overflow.  Don't use xalloc_oversized
52551         because unsigned int might be wider than size_t (!); this suggests
52552         that we should switch from unsigned int to size_t for slot numbers.
52553
52554 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52555
52556         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52557         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52558         NetBSD kernels.  Requested by Richard Stallman.
52559
52560 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52561
52562         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52563         to allocate the returned structure.  Do not allocate a subarray,
52564         as x2nrealloc will do that.
52565         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52566         instead of xnrealloc.
52567         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52568
52569 2003-10-27  Bruno Haible  <bruno@clisp.org>
52570
52571         * lib/stdbool_.h: Better support for BeOS.
52572
52573 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52574
52575         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52576         now uses inline.
52577
52578 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52579
52580         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52581         callers that want to do their own size-overflow checking.  Include
52582         <stdbool.h>, since xalloc_oversized returns bool.
52583         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52584         to use xalloc_oversized.
52585
52586         Add two functions x2realloc, x2nrealloc, for programs that grow
52587         arrays dynamically by doubling their sizes.
52588         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52589         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52590         New functions.
52591
52592         Port to C99 semantics for 'inline' of external functions.
52593         Bug reported by Bruno Haible.
52594         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52595         with the old contents of xnmalloc.
52596         (xnmalloc, xmalloc): Use it.
52597         (xnrealloc_inline): New static inline function,
52598         with the old contents of xnrealloc.
52599         (xnrealloc, xrealloc): Use it.
52600
52601         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
52602         that.
52603
52604 2003-10-26  Karl Berry  <karl@gnu.org>
52605
52606         * config/srclist.txt (COPYING.DOC): no longer available from
52607         /gd/gnuorg; don't know where the ultimate source is.
52608
52609 2003-10-25  Paul Eggert  <eggert@twinsun.com>
52610
52611         Fix several address-calculation bugs in the hash modules,
52612         plus some minor code cleanup.
52613
52614         * lib/hash.h: Include <stdbool.h>, for bool.
52615         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
52616         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
52617         hash_get_n_entries, hash_get_max_bucket_length,
52618         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
52619         hash_rehash): Use size_t rather than unsigned.
52620         * lib/hash.c (struct hash_table, hash_get_n_buckets,
52621         hash_get_n_buckets_used, hash_get_n_entries,
52622         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
52623         hash_get_entries, hash_do_for_each, hash_string, is_prime,
52624         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
52625         Likewise.
52626         (SIZE_MAX): Define if not defined.
52627         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
52628         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
52629         hash_print):
52630         Use const * when possible.
52631         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
52632         (check_tuning): Fix bug: if tuning parameters were very close to
52633         0 or 1, rounding errors could have caused subscript violations.
52634         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
52635         (hash_initialize): Add 'fail:' label
52636         to free table and return NULL, and use it to simplify code.
52637         Use calloc rather than clearing the storage ourself.
52638         (hash_initialize, hash_rehash): Check for arithmetic overflow in
52639         buffer size calculations.
52640         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
52641         Include <stddef.h>, for size_t.
52642         * lib/hash-pjw.c (hash_pjw): Likewise.
52643         Switch to method described by Bruno Haible.
52644         Include <limits.h>, for CHAR_BIT.
52645         (SIZE_BITS): New macro.
52646
52647 2003-10-23  Paul Eggert  <eggert@twinsun.com>
52648
52649         * m4/getline.m4 (AM_FUNC_GETLINE):
52650         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
52651         hosts.  Problem reported by Derek Robert Price in
52652         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
52653         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
52654         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
52655
52656 2003-10-21  Paul Eggert  <eggert@twinsun.com>
52657
52658         * lib/getndelim2.c (getndelim2): When size calculation overflows,
52659         ceiling the allocation at NMAX bytes rather than silently
52660         discarding input bytes before NMAX is reached.  This makes
52661         a difference only if NMAX exceeds SIZE_MAX / 2.
52662
52663         * lib/obstack.c: Merge from glibc.
52664         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
52665         Add libc_hidden_def (_obstack_newchunk).
52666         (_obstack_free) [! defined _LIBC]: Remove.
52667         [defined _LIBC]: Make a strong alias from obstack_free, rather than
52668         a clone of the function body.
52669         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
52670         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
52671
52672         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
52673         glibc.
52674         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
52675         arg to memcpy.
52676
52677         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
52678         (obstack_ptr_grow_fast, obstack_int_grow_fast):
52679         Don't use lvalue casts, as GCC plans to remove support for them
52680         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
52681         was also present in the non-GCC version, indicating that this
52682         code had always been buggy and had never been widely used.
52683         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
52684         Use the fast variant of each macro, rather than copying the
52685         definiens of the fast variant; that way, we'll be more likely to
52686         catch future bugs in the fast variants.
52687
52688 2003-10-20  Bruno Haible  <bruno@clisp.org>
52689
52690         * modules/wait-process: New file.
52691         * MODULES.html.sh (func_all_modules): Add wait-process.
52692
52693 2003-10-20  Bruno Haible  <bruno@clisp.org>
52694
52695         * m4/wait-process.m4: New file.
52696
52697 2003-10-20  Bruno Haible  <bruno@clisp.org>
52698
52699         * lib/wait-process.h: New file, from GNU gettext.
52700         * lib/wait-process.c: New file, from GNU gettext.
52701
52702 2003-10-19  Jim Meyering  <jim@meyering.net>
52703
52704         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
52705         HPUX 10.20.
52706
52707 2003-10-18  Karl Berry  <karl@gnu.org>
52708
52709         * config/config.guess: update from config.
52710
52711 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52712
52713         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
52714         (getgroups): First arg is int, not size_t.
52715         Don't let 'free' mangle errno.
52716
52717 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52718
52719         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
52720
52721 2003-10-16  Karl Berry  <karl@gnu.org>
52722
52723         * config/config.{guess,sub}: update from config.
52724
52725 2003-10-16  Jim Meyering  <jim@meyering.net>
52726
52727         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
52728         memcpy.
52729
52730 2003-10-15  Paul Eggert  <eggert@twinsun.com>
52731
52732         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
52733         (SIZE_MAX): Remove.
52734         (new_exclude, add_exclude_file): Initial size no longer needs to
52735         be a power of 2.
52736         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
52737         our own address arithmetic overflow checking.
52738
52739         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
52740         (fnmatch): Do not alloca more than 2000 wide characters;
52741         instead, use malloc for large buffers.
52742         Check for address arithmetic overflow, and return -1
52743         with errno set to ENOMEM in that case.
52744         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
52745         (NEW_PATTERN): Do not alloca more than 8000 bytes;
52746         instead, return -1.  Check for address arithmetic overflow.
52747
52748 2003-10-14  Paul Eggert  <eggert@twinsun.com>
52749
52750         Handle invalid suffixes and overflow independently, so that
52751         callers can treat them independently as needed.  Fix some bugs in
52752         suffix handling, e.g., "100k@" was not diagnosed as an invalid
52753         suffix for a human-readable blocksize.  The major caller-visible
52754         change is the addition of a new
52755         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
52756         that both overflow and suffix chars were found.
52757
52758         * lib/human.c (humblock): Don't check separately for invalid suffix
52759         char; that is xstrtoumax's job (now that its bug is fixed).
52760         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
52761         INTMAX_MAX]: New macros.
52762         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
52763         TYPE_MAXIMUM): New macros.
52764         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
52765         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
52766         if overflow occurs, as it's what __strtol does and it's more useful
52767         in practice.
52768         (__xstrtol): If __strtol reports some error other than ERANGE,
52769         reflect it to the caller as LONGINT_INVALID.  If it reports
52770         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
52771         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
52772         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
52773         value.
52774         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
52775         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
52776         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
52777         [defined UINTMAX_MAX]: New macros.
52778
52779 2003-10-14  Bruno Haible  <bruno@clisp.org>
52780
52781         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
52782
52783 2003-10-14  Bruno Haible  <bruno@clisp.org>
52784
52785         * m4/sig_atomic_t: New file, from GNU gettext.
52786         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
52787
52788 2003-10-14  Bruno Haible  <bruno@clisp.org>
52789
52790         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
52791         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
52792         Also use volatile where needed.
52793
52794 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52795
52796         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
52797         Change maintainer from Bruno Haible to 'all'.
52798
52799 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52800
52801         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
52802
52803 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52804
52805         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
52806         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
52807         and define in terms of the other primitives.
52808         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
52809         (SIZE_MAX): Define if not already defined.
52810         (array_size_overflow): New function.
52811         (xalloc_die): Abort instead of exiting if 'error' returns.
52812         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
52813         (xmalloc, xrealloc): Use them.
52814         (xcalloc): Check for address arithmetic overflow.
52815         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
52816         a bit faster than strcpy.
52817
52818 2003-10-10  Simon Josefsson  <jas@extundo.com>
52819
52820         * modules/argp (Depends-on): Add restrict and strcase.
52821
52822 2003-10-10  Simon Josefsson  <jas@extundo.com>
52823
52824         * m4/argp.m4: Add AC_C_INLINE.
52825
52826 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52827
52828         Merge getpass from libc, plus a few fixes.
52829
52830         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
52831         Include <stdbool.h>.
52832         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
52833         __fsetlocking to empty.
52834         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
52835         do include <bits/libc-lock.h>.
52836         Do not include <fcntl.h>; not needed.
52837         [_LIBC]: Include <wchar.h>.
52838         (NOTCANCEL_MODE): New macro.
52839         (flockfile, funlockfile) [_LIBC]: New macros.
52840         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
52841         [!_LIBC]: New macros.
52842         (call_fclose): New function.
52843         (getpass): Use it.  Save tty stream separately; this simplifies the
52844         code and makes it more reliable if stdin happens to equal stdout.
52845         Invoke __fsetlocking on tty.
52846         Handle thread cancellation if needed.
52847         Namespace cleanup (use __tcgetattr, __getline).
52848         Use bool for Booleans.
52849         [USE_IN_LIBIO]: Handle wide streams.
52850         [!_LIBC]: Unconditionally do the fseek, since we don't know what
52851         stream might go where.
52852
52853         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
52854         doesn't have to include <stdio.h> before us.
52855         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
52856         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
52857         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
52858         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
52859         if not declared, so that we can use getpass.c code from libc without
52860         rewriting it.
52861         (flockfile, ftrylockfile, funlockfile): New macros.
52862
52863 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52864
52865         * modules/getpass: Depend on stdbool.
52866
52867 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52868
52869         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52870
52871 2003-10-07  Karl Berry  <karl@gnu.org>
52872
52873         * config/config.{guess,sub}: update from config.
52874
52875 2003-10-06  Jim Meyering  <jim@meyering.net>
52876             Bruno Haible  <bruno@clisp.org>
52877
52878         This lets translators provide better translations for the
52879         "Written by ..." part of --version output.
52880         * lib/version-etc.h: Include stdarg.h.
52881         (version_etc_copyright): Declare as readonly.
52882         (version_etc): Make this function variadic with a NULL-terminated list
52883         of author name strings.
52884         (version_etc_va): New declaration.
52885         * lib/version-etc.c: Include stdarg.h, stdlib.h.
52886         (version_etc_copyright): Declare as readonly.
52887         (version_etc_va): New function. Provide a different translatable string
52888         for each possible number of authors < 10. Abbreviate when there are 10
52889         authors or more.
52890         (version_etc): Make this function variadic. Call version_etc_va.
52891         Suggestion from Gary V. Vaughan.
52892
52893         * lib/long-options.h (parse_long_options): Change prototype: the
52894         authors string is moved to the end and becomes variadic.
52895         * lib/long-options.c: Include stdarg.h.
52896         (parse_long_options): Make this function variadic, too.
52897         Call version_etc_va, not version_etc.
52898
52899 2003-10-06  Bruno Haible  <bruno@clisp.org>
52900
52901         * modules/version-etc-2: Remove file.
52902         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
52903
52904 2003-10-06  Bruno Haible  <bruno@clisp.org>
52905
52906         * modules/fatal-signal: New file.
52907         * MODULES.html.sh (func_all_modules): Add fatal-signal.
52908
52909 2003-10-06  Bruno Haible  <bruno@clisp.org>
52910
52911         * m4/fatal-signal.m4: New file.
52912         * m4/signalblocking.m4: New file, from GNU gettext.
52913
52914 2003-10-06  Bruno Haible  <bruno@clisp.org>
52915
52916         * lib/version-etc-2.h: Remove file.
52917         * lib/version-etc-2.c: Remove file.
52918
52919 2003-10-06  Bruno Haible  <bruno@clisp.org>
52920
52921         * lib/fatal-signal.h: New file, from GNU gettext.
52922         * lib/fatal-signal.c: New file, from GNU gettext.
52923
52924 2003-10-05  Paul Eggert  <eggert@twinsun.com>
52925
52926         * README: Rework advice for preventing empty .o files.
52927         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
52928         not <sys/types.h>.
52929
52930 2003-10-04  Karl Berry  <karl@gnu.org>
52931
52932         * lib/argp*: update from libc.
52933
52934 2003-10-04  Karl Berry  <karl@gnu.org>
52935
52936         * config/config.{guess,sub}: update from config.
52937
52938 2003-10-02  Bruno Haible  <bruno@clisp.org>
52939
52940         * modules/lchown (Include): Add lchown.h.
52941         * modules/time_r (Include): Use "..." syntax.
52942         * modules/xgetdomainname (Include): Add xgetdomainname.h.
52943
52944 2003-10-01  Simon Josefsson  <jas@extundo.com>
52945
52946         * MODULES.html.sh (func_all_modules): Move gethostname from section
52947         'based on' to section 'lacking' POSIX:2001.
52948
52949 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
52950
52951         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
52952         to output mode on the same stream.
52953
52954 2003-09-29  Paul Eggert  <eggert@twinsun.com>
52955
52956         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
52957         Fix arg typo in previous patch.
52958
52959 2003-09-28  Jim Meyering  <jim@meyering.net>
52960
52961         * lib/error.c: Correct cpp indentation.
52962
52963 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52964
52965         * modules/free: New file.
52966
52967 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52968
52969         * m4/free.m4: New file.
52970
52971 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52972
52973         * lib/minmax.h (MIN, MAX)
52974         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
52975         Omit the special code that used __typeof__, since we worry that
52976         it could be more trouble than it's worth.  See:
52977         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
52978         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
52979
52980         * lib/free.c: New file.
52981
52982 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
52983
52984         Trivial fixes to Makefile.am parts of module listings.
52985         * modules/strstr: Append strstr.h to lib_SOURCES.
52986         * modules/strcase: Likewise, for strcase.h.
52987
52988 2003-09-27  Karl Berry  <karl@gnu.org>
52989
52990         * config/mkinstalldirs: update from automake.
52991
52992 2003-09-26  Paul Eggert  <eggert@twinsun.com>
52993
52994         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
52995         (error_tail): Do not loop, reallocating temporary buffer, since
52996         the output cannot contain more wide characters than the input
52997         contains bytes, the size must be big enough already.  This avoids
52998         one potential size overflow calculation.  Check for size overflow
52999         when calculating temporary buffer size.  Free temporary buffer
53000         when done, if it was allocated with malloc; this plugs a memory
53001         leak.  Remove casts from void * to pointers, that are no longer
53002         needed now that we're assuming C89 or better.
53003
53004         Merge error changes from glibc.
53005
53006         * lib/error.c, error.h: Update copyright notice header to match glibc.
53007         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
53008         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
53009         Disable cancellation while printing error.
53010         * lib/error.h: Prepend __ to parameter names.
53011
53012 2003-09-26  Jim Meyering  <jim@meyering.net>
53013
53014         * lib/error.c (error_tail): Move some declarations
53015         into inner scope where the local variables are used.
53016
53017 2003-09-26  Bruno Haible  <bruno@clisp.org>
53018
53019         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
53020         stpncpy().
53021         Don't define stpncpy through config.h; it's now done through stpncpy.h.
53022
53023 2003-09-26  Bruno Haible  <bruno@clisp.org>
53024
53025         * lib/stpncpy.h (gnu_stpncpy): New declaration.
53026         (stpncpy): Define as alias for gnu_stpncpy.
53027         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
53028
53029 2003-09-25  Simon Josefsson  <jas@extundo.com>
53030
53031         * lib/xgetdomainname.h: New file.
53032         * lib/xgetdomainname.c: New file.
53033
53034 2003-09-25  Simon Josefsson  <jas@extundo.com>
53035             Bruno Haible  <bruno@clisp.org>
53036
53037         * modules/getdomainname: New file.
53038         * modules/xgetdomainname: New file.
53039         * MODULES.html.sh (func_all_modules): Add getdomainname,
53040         xgetdomainname.
53041
53042 2003-09-25  Simon Josefsson  <jas@extundo.com>
53043             Bruno Haible  <bruno@clisp.org>
53044
53045         * m4/getdomainname.m4: New file.
53046
53047 2003-09-25  Simon Josefsson  <jas@extundo.com>
53048             Bruno Haible  <bruno@clisp.org>
53049
53050         * lib/getdomainname.h: New file.
53051         * lib/getdomainname.c: New file.
53052
53053 2003-09-25  Karl Berry  <karl@gnu.org>
53054
53055         * lib/argp-fmtstream.c, argp-help.c: update from libc.
53056
53057 2003-09-25  Karl Berry  <karl@gnu.org>
53058
53059         * config/install-sh: update from automake.
53060
53061 2003-09-25  Bruno Haible  <bruno@clisp.org>
53062
53063         * modules/version-etc-2: New file, from modules/version-etc with
53064         modifications.
53065         * MODULES.html.sh (func_all_modules): Add version-etc-2.
53066
53067 2003-09-25  Bruno Haible  <bruno@clisp.org>
53068
53069         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
53070         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
53071
53072 2003-09-24  Simon Josefsson  <jas@extundo.com>
53073
53074         * modules/xgethostname: Add xgethostname.h.
53075
53076 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53077
53078         * lib/linebuffer.c (freebuffer): Don't free the argument, just
53079         the buffer associated with the argument.  Bug reported by
53080         Simon Josefsson.
53081
53082 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53083
53084         * README: Document assumptions that 'int' is at least 32 bits
53085         wide, that integer arithmetic is 2's complement without overflow,
53086         that there are no holes in integer values, that adding sizes of
53087         two nonoverlapping objects can't overflow, and that all-bits-zero
53088         yields scalar zero.  Fix spelling and capitalization typos.
53089
53090 2003-09-19  Karl Berry  <karl@gnu.org>
53091
53092         * lib/argp.h: update from libc.
53093
53094 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53095
53096         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
53097         to avoid spurious warnings like "AC_RUN_IFELSE was called before
53098         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
53099
53100 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53101
53102         * gnulib-tool: Use "test -h", not "test -L", for portability
53103         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
53104         (tags_regexp): Remove, since \| doesn't conform to POSIX.
53105         (sed_extract_prog): Issue s commands one-by-one, rather than
53106         using \| in one s command.
53107
53108 2003-09-16  Paul Eggert  <eggert@twinsun.com>
53109
53110         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
53111         input error, instead of returning NULL the next time we are called
53112         (and therefore losing track of errno).
53113
53114 2003-09-16  Bruno Haible  <bruno@clisp.org>
53115
53116         * gnulib-tool (func_create_testdir): Warn about duplicated
53117         dependencies.
53118
53119 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53120
53121         * modules/argmatch, modules/fatal, modules/obstack,
53122         modules/xalloc, modules/xgethostname: Sort dependencies by
53123         importance, not alphabetically.
53124
53125 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53126
53127         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
53128         fails, so that the caller gets the proper errno.
53129
53130         * lib/readutmp.c (read_utmp): Likewise.
53131         Check for fstat error.  Close stream and free storage
53132         when failing.
53133
53134 2003-09-14  Karl Berry  <karl@gnu.org>
53135
53136         * config/srclist.txt (strdup.c): disable for c89 changes.
53137
53138 2003-09-14  Jim Meyering  <jim@meyering.net>
53139
53140         * lib/getloadavg.c: Correct cpp indentation.
53141         * lib/strdup.c: Likewise.
53142         * lib/vasnprintf.c: Likewise.
53143
53144 2003-09-14  Bruno Haible  <bruno@clisp.org>
53145
53146         * modules/fwriteerror: New file.
53147         * MODULES.html.sh (func_all_modules): Add fwriteerror.
53148
53149 2003-09-14  Bruno Haible  <bruno@clisp.org>
53150
53151         * lib/fwriteerror.h: New file.
53152         * lib/fwriteerror.c: New file.
53153
53154 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53155
53156         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
53157         modules/xgethostname, modules/xalloc: Depend on exit.
53158
53159 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53160
53161         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
53162
53163         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
53164         and AC_MINIX, too, so that their extensions are available.
53165
53166         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
53167         This macro has been superseded by gl_BACKUPFILE.
53168
53169         More patches to assume C89 or better.
53170
53171         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
53172
53173         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
53174         unconditionally.
53175         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
53176         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
53177         Include <string.h>, <stdlib.h> unconditionally.
53178         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
53179         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
53180         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
53181         headers or for string.h.
53182         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
53183         or strtoul.
53184
53185         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
53186         headers.
53187         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
53188         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53189         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
53190         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
53191         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53192         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
53193         memcpy, memset.
53194         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
53195         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
53196         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
53197         strtol.
53198         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
53199         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
53200         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
53201         strtoul.
53202
53203 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53204
53205         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
53206         * lib/obstack.c [!defined _LIBC]: Likewise.
53207         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
53208         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
53209         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
53210
53211         More changes to assume C89 or better.
53212
53213         * lib/error.c (error_tail): Assume vprintf.
53214
53215         * lib/argmatch.c (getenv): Remove decl.
53216         * lib/progreloc.c (get_full_program_name): Define via prototype.
53217         * lib/setenv.c (clearenv): Likewise.
53218         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
53219         needed.
53220         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
53221         (malloc, memcpy): Remove decls.
53222         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
53223         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
53224         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53225         (memcpy): Remove macro.
53226         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
53227         (__P): Remove.  All uses removed.
53228         (PTR): Remove.  All uses changed to void *.
53229         (CHAR_BIT, NULL): Remove.
53230         (spaces, zeros, memset_space, memset_zero)
53231         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
53232         Remove.
53233         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
53234         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
53235         Define with prototype.
53236         Remove now-unnecessary prototype decl.
53237         (extra_args_spec): Assume ANSI C.  All uses changed.
53238         (extra_args_spec_iso): Remove.
53239         (my_strftime, emacs_strftimeu): Define via prototype.
53240         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
53241         unconditionally.
53242         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
53243         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
53244         (strtoul, strtol): Remove decls.
53245         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
53246         LONG_MAX): Remove.
53247         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53248         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
53249         (LOCALE_PARAM_PROTO): New macro.
53250         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
53251         (INTERNAL (strtol), strtol): Define with a prototype.
53252         (PARAMS): Remove.  All uses removed.
53253         * lib/tempname.c: Include <string.h> unconditionally.
53254         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
53255         * lib/xgethostname.c (main): Define with a prototype.
53256         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
53257         Include <stdlib.h> unconditionally.
53258         (calloc, malloc, realloc, free): Remove decls.
53259         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
53260         Include <stdlib.h> unconditionally.  Sort include file names.
53261         (strtod): Remove.
53262         (xstrtod): Define with a prototype.
53263         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
53264         (strtol, strtoul): Remove decls.
53265
53266 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53267
53268         More patches to assume C89 or better.
53269         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
53270         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
53271         string.h, memchr, STDC_HEADERS.
53272
53273 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53274
53275         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
53276         Include <stdlib.h>, <string.h> unconditionally.
53277         Remove now-unnecessary cast to char *.
53278         * lib/strnlen.c: Include <string.h> unconditionally.
53279         * lib/yesno.c (yesno): Define with a prototype.
53280
53281 2003-09-11  Bruno Haible  <bruno@clisp.org>
53282
53283         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
53284
53285 2003-09-10  Jim Meyering  <jim@meyering.net>
53286
53287         * lib/error.c: Correct indentation of cpp directives.
53288
53289 2003-09-10  Bruno Haible  <bruno@clisp.org>
53290
53291         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
53292         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
53293         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53294         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53295         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53296         <stdlib.h> and <string.h> checks.
53297         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53298         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53299
53300 2003-09-10  Bruno Haible  <bruno@clisp.org>
53301
53302         * lib/strcspn.c: Include <string.h> unconditionally.
53303         * lib/strpbrk.c: Include <string.h> unconditionally.
53304         * lib/strstr.c: Include <string.h> unconditionally.
53305         * lib/unicodeio.c: Include <string.h> unconditionally.
53306         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
53307         * lib/unsetenv.c: Likewise.
53308         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
53309         * lib/yesno.c: Include <stdlib.h> unconditionally.
53310         (rpmatch): Add prototype.
53311
53312 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53313
53314         More patches to assume C89 or better.
53315         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
53316         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
53317         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
53318         or for string.h.
53319         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
53320         stdlib.h.
53321         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
53322         C headers.
53323         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
53324         string.h.
53325         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
53326         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
53327         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
53328         or for string.h.
53329         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
53330         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
53331         C headers.
53332         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
53333         memcpy.
53334         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
53335         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
53336         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
53337         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
53338         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
53339         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
53340         string.h, free.
53341         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
53342         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
53343         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
53344         C headers, or for string.h.
53345         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
53346         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
53347         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
53348         headers, memory.h, stdlib.h, string.h, strings.h.
53349         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
53350         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
53351         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
53352         strchr.
53353         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
53354         headers, memory.h, string.h.
53355         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
53356         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
53357         free.
53358         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
53359         headers.
53360         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
53361         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
53362         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
53363         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
53364         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
53365
53366 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53367
53368         More K&R removal.
53369
53370         * lib/acosl.c (main): Use a prototype.
53371         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
53372         tanl.c: Likewise.
53373
53374         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
53375
53376         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
53377         (getopt, etopt_long, getopt_long_only, _getopt_internal)
53378         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
53379         with a prototype.
53380         * lib/getopt.c (const): Remove macro.
53381         Include <string.h> unconditionally.
53382         (my_index): Remove; all uses changed to strchr.
53383         (strlen): Remove decl.
53384         (exchange): Remove forward decl; no longer needed.
53385         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
53386         Define with prototype.
53387         * lib/getopt1.c (const): Remove macro.
53388         (getopt_long, getopt_long_only, main): Define with prototype.
53389
53390         * lib/getugroups.c: Include <string.h> unconditionally.
53391
53392         * lib/getusershell.c: Include <stdlib.h> unconditionally.
53393         (getusershell, setusershell, endusershell, readname, main):
53394         Define with prototypes.
53395
53396         * lib/group-member.c: Include group-member.h first.
53397         Include <stdlib.h> unconditionally.
53398
53399         * lib/hard-locale.c: Include hard-locale.h first.
53400         Include <stdlib.h>, <string.h> unconditionally.
53401
53402         * lib/hash.c (free, malloc): Remove decls.
53403         Include <stdlib.h> unconditionally.
53404
53405         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
53406         (getenv): Do not declare.
53407
53408         * lib/idcache.c: Include <string.h> unconditionally.
53409
53410         * lib/long-options.c: Include long-options.h first, to test interface.
53411         Include <stdlib.h> unconditionally.
53412
53413         * lib/makepath.c: Include makepath.h first, to test interface.
53414         Include <stdlib.h> and <string.h> unconditionally.
53415
53416         * lib/linebuffer.c: Include <stdlib.h>.
53417         (free): Remove decl.
53418
53419         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
53420         stddef.h. rpl_malloc returns void *, not char *.
53421         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
53422         prototype.
53423
53424         * lib/md5.h: Include <limits.h> unconditionally.
53425         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
53426         (__P): Remove; all uses removed.
53427         * lib/md5.c: Include "md5.h" first.
53428         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
53429         md5_buffer, md5_process_bytes, md5_process_block):
53430         Define with prototypes.
53431         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
53432         * lib/sha.c: Include "sha.h" first.
53433         Include <stdlib.h>, <string.h> unconditionally.
53434
53435         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
53436         * lib/memcmp.c (__ptr_t): Likewise.
53437         * lib/memrchr.c (__ptr_t): Likewise.
53438         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
53439         Include <string.h> unconditionally.
53440         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
53441         * lib/memchr.c: Include <stdlib.h> unconditionally.
53442         * lib/memchr.c (LONG_MAX): Remove.
53443         * lib/memrchr.c (LONG_MAX): Likewise.
53444         * lib/memchr.c (__memchr): Define via a prototype.
53445         * lib/memrchr.c (__memrchr): Likewise.
53446         * lib/memcmp.c (__P): Remove, and remove all uses.
53447         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
53448         Remove forward decls; no longer needed.
53449         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53450         Use types required by C89 in prototype.
53451
53452         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53453         * lib/savedir.c: Likewise.
53454         * lib/mkdir.c (free): Remove decl.
53455         * lib/rmdir.c (rmdir): Define with a prototype.
53456         * lib/savedir.c: Include savedir.h first, to test interface.
53457
53458         * lib/mktime.c (STDC_HEADERS): Remove.
53459         Include <stdlib.h>, <string.h> unconditionally.
53460
53461         * lib/modechange.c: Include <stdlib.h> unconditionally.
53462         (malloc): Remove decl.
53463
53464         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53465         (free): Remove decl.
53466
53467         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53468         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53469         (This type really should be intptr_t, but that's a C99ism.)
53470         (_obstack_memcpy): Remove: all uses changed to memcpy.
53471         Include <string.h> unconditionally.
53472         (struct obstack): Assume __STDC__ for types of members
53473         chunkfun, freefun, extra_arg.
53474         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53475         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53476         obstack_begin, obstack_specify_allocation,
53477         obstack_specify_allocation_with_arg, obstack_chunkfun,
53478         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53479         Remove unprototyped decls and the macros that use them.
53480         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53481         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53482         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53483         (defined __STDC__ && __STDC__)]:
53484         Remove nonprototyped code.
53485         Include <stdlib.h> unconditionally.
53486         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53487         _obstack_allocated_p, _obstack_free, obstack_free,
53488         _obstack_memory_used, print_and_abort):
53489         Define using prototypes.
53490         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53491         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53492         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53493         obstack_next_free, obstack_object_size, obstack_room) [0]:
53494         Remove unused, unprototyped code.
53495
53496         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53497
53498         * lib/physmem.c (physmem_total, physmem_available, main): Define
53499         with prototypes.
53500
53501         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53502         (main): Define with a prototype.
53503
53504         * lib/posixver.c (getenv): Remove decl.
53505
53506         * lib/putenv.c (malloc): Returns void *, not char *.
53507         Include <string.h> unconditionally.
53508         (strchr, memcpy, NULL): Do not define.
53509
53510         * lib/readtokens.c: Include readtokens.h first, to test interface.
53511         Include <stdlib.h>, <string.h> unconditionally.
53512         (init_tokenbuffer): Define with a prototype.
53513
53514         * lib/regex.c (PARAMS): Remove.  All uses removed.
53515         All uses of _RE_ARGS removed, too.
53516         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53517         unconditionally.
53518         (bzero): Assume memset exists.
53519         (memcmp, memcpy, NULL): Remove.
53520         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53521         char, or assignments to local vars of type signed char.
53522         (init_syntax_once, PREFIX(extract_number_and_incr),
53523         PREFIX(print_partial_compiled_pattern),
53524         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53525         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53526         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53527         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53528         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53529         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53530         wcs_compile_range, byte_compile_range, truncate_wchar,
53531         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53532         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53533         count_mbs_length, wcs_re_match_2_internal,
53534         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53535         PREFIX(alt_match_null_string_p),
53536         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53537         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53538         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53539         now-unnecessary declaration, if any.
53540         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53541         regcomp, regexec):
53542         Remove now-unnecessary casts among pointer types.
53543         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53544
53545         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53546         (free): Remove decl.
53547
53548         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53549
53550         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53551         (free): Remove decl.
53552
53553         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53554         * lib/xgetcwd.c: Likewise.
53555
53556         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53557         (free): Remove decl.
53558
53559         * lib/strchrnul.c (strchrnul): Define with a prototype.
53560         Fix bug: c_in was not converted to char before searching.
53561
53562         The following changes are not K&R related:
53563
53564         * lib/group-member.h: Include <sys/types.h>, so that this file is
53565         self-contained.
53566         * lib/makepath.h: Likewise.
53567
53568         * lib/getusershell.c (readname, default_index, line_size, readname):
53569         Use size_t, not int, for sizes.
53570         (readname): If the size overflows, report an error instead of
53571         looping forever.
53572
53573 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53574
53575         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53576         libc.
53577
53578 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53579
53580         * README: New section: portability guidelines.
53581
53582 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53583
53584         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53585         C89 spec.
53586
53587 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53588
53589         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53590
53591 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53592
53593         Assume C89 or better; remove K&R cruft.
53594         A few of these changes were first proposed by Derek Robert Price
53595         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53596
53597         * lib/addext.c: Include <string.h> unconditionally.
53598         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
53599         Don't declare getenv or malloc.
53600
53601         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
53602         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
53603         (NULL): Remove.
53604         (find_stack_direction, alloca): Use prototypes.
53605
53606         * lib/atexit.c (atexit): Define using a prototype.
53607
53608         * lib/basename.c, dirname.c, stripslash.c:
53609         Include <string.h> unconditionally.
53610
53611         * lib/bcopy.c: Include <stddef.h>.
53612         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
53613
53614         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
53615
53616         * lib/error.h (error, error_at_line, error_print_progname)
53617         [! (defined (__STDC__) && __STDC__)]: Remove decls.
53618         * lib/error.c: Include error.h first, to check interface.
53619         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53620         (VA_START): Remove; all uses changeed to va_start.
53621         (exit, strerror): Remove decls.
53622         (error_print_progname): Prototype uncondionally.
53623         Don't include <errno.h>; no longer needed.
53624         (private_strerror): Remove.
53625         (error_tail): Always define.
53626         (error, error_at_line): Assume C89 or better; always use prototypes.
53627         * lib/fatal.c: Include "fatal.h" first, to test interface.
53628         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53629         (VA_START): Remove; all uses changed to va_start.
53630         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
53631         this case.
53632         (exit): Remove decl.
53633         (fatal): Prototype unconditionally.  Assume va_start works.
53634         Abort at end, to pacify gcc.
53635
53636         * lib/euidaccess.c (main): Define with a prototype.
53637
53638         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
53639
53640         * lib/exitfail.c: Include <stdlib.h> unconditionally.
53641
53642         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
53643         prototypes.
53644         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
53645         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
53646         (getenv): Remove decl.
53647         (fnmatch): Define using a prototype.
53648         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
53649         (FCT): Define using a prototype.
53650
53651         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
53652
53653         * lib/gethostname.c: Include <stddef.h>.
53654         (gethostname): Define with prototype.  Length is size_t, not int.
53655
53656 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53657
53658         Assume C89 or better; remove K&R cruft.
53659         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
53660         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
53661         string.h, getenv, malloc.
53662         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
53663         headers.
53664         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
53665         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
53666         do not check for strerror.
53667         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
53668         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
53669         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
53670         do not check for doprnt or vprintf.
53671         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
53672         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
53673
53674 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53675
53676         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
53677         getversion.c should have been removed then, but was accidentally
53678         preserved.
53679
53680         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
53681         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
53682
53683 2003-09-08  Karl Berry  <karl@gnu.org>
53684
53685         * config/config.sub, config.guess, srclistvars.sh: update from savannah
53686                 config, forget about prep.
53687
53688         * config/depcomp, missing: update from automake.
53689
53690 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53691
53692         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
53693         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53694
53695 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53696
53697         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
53698         copy_tm_result.  Bug reported by Simon Josefsson in
53699         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53700
53701 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53702
53703         * m4/time_r.m4: New file.
53704         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
53705         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
53706         is. Check for timegm declaration.
53707         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
53708         Do not check for gmtime_r.
53709         Replace mktime if __mktime_internal does not exist and if mktime
53710         hasn't been replaced already.
53711
53712 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53713
53714         * lib/time_r.c, lib/time_r.h: New files.
53715
53716         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
53717         __localtime_r.
53718         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
53719         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
53720
53721         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
53722         __gmtime_r.
53723         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
53724         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
53725         Include <time_r.h>.
53726
53727         * lib/timegm.c: Switch to glibc implementation, with the following
53728         changes:
53729         [defined HAVE_CONFIG_H]: Include <config.h>.
53730         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
53731         (__mktime_internal) [!defined _LIBC]: New decl.
53732         (__gmtime_r) [!defined _LIBC]: New macro and function.
53733         (timegm): Use a prototype, since gnulib assumes C89.
53734         Do not bother declaring tmp to be const, as it's not really usefu.
53735         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
53736         (timegm): Declare only if HAVE_DECL_TIMEGM.
53737
53738 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53739
53740         * MODULES.html.sh (func_all_modules): Add time_r.
53741         * modules/time_r: New file.
53742         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
53743         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
53744
53745 2003-09-03  Paul Eggert  <eggert@twinsun.com>
53746
53747         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
53748         Bug reported by Lute Kamstra in
53749         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
53750
53751         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
53752         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
53753         course with correspondingly smaller numbers for tomorrow and
53754         yesterday.  From Tadayoshi Funaba.  Originally installed into
53755         sh-utils on 1999-08-07, but the patch got lost (I guess during the
53756         coreutils merge?).
53757
53758 2003-08-31  Simon Josefsson  <jas@extundo.com>
53759
53760         * modules/timegm: New file.
53761         * MODULES.html.sh (func_all_modules): Add timegm.
53762
53763 2003-08-31  Simon Josefsson  <jas@extundo.com>
53764
53765         * m4/timegm.m4: New file.
53766
53767 2003-08-31  Simon Josefsson  <jas@extundo.com>
53768
53769         * lib/timegm.h: New file.
53770         * lib/timegm.c: New file.  Based on
53771         wget-1.8.2/src/http.c:mktime_from_utc.
53772
53773 2003-08-31  Karl Berry  <karl@gnu.org>
53774
53775         * lib/argp.h: update from libc.
53776
53777 2003-08-28  Bruno Haible  <bruno@clisp.org>
53778
53779         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
53780         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
53781         followed by '#define fnmatch fnmatch_posix' gives an error.
53782
53783 2003-08-28  Bruno Haible  <bruno@clisp.org>
53784
53785         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
53786         warning on QNX, which defines O_BINARY to 000000.
53787
53788 2003-08-27  Jim Meyering  <jim@meyering.net>
53789
53790         * m4/mkstemp.m4: Require that the system mkstemp be able to create
53791         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
53792         would fail after 32.  Reported by Danny Levinson.  Details here:
53793         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
53794
53795 2003-08-24  Bruno Haible  <bruno@clisp.org>
53796
53797         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
53798         MSVC7 <stdio.h> is included later.
53799
53800 2003-08-22  Simon Josefsson  <jas@extundo.com>
53801
53802         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
53803
53804 2003-08-20  Karl Berry  <karl@gnu.org>
53805
53806         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
53807
53808 2003-08-20  Bruno Haible  <bruno@clisp.org>
53809
53810         * modules/progname: New file.
53811         * MODULES.html.sh (func_all_modules): Add progname.
53812
53813 2003-08-20  Bruno Haible  <bruno@clisp.org>
53814
53815         * lib/progname.h: New file, from GNU gettext.
53816         * lib/progname.c: New file, from GNU gettext.
53817         * lib/progreloc.c: New file, from GNU gettext.
53818
53819 2003-08-19  Jim Meyering  <jim@meyering.net>
53820
53821         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
53822         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
53823
53824 2003-08-19  Bruno Haible  <bruno@clisp.org>
53825
53826         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
53827         more.
53828
53829 2003-08-19  Bruno Haible  <bruno@clisp.org>
53830
53831         * lib/xstrdup.c: Assume <string.h> exists.
53832
53833 2003-08-18  Paul Eggert  <eggert@twinsun.com>
53834
53835         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
53836         in makefile rules.
53837
53838 2003-08-18  Jim Meyering  <jim@meyering.net>
53839
53840         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
53841         * m4/lib-ld.m4: Likewise.
53842
53843 2003-08-18  Jim Meyering  <jim@meyering.net>
53844
53845         * lib/setenv.h: Indent nested cpp directive.
53846         * lib/vasnprintf.c: Remove trailing blanks.
53847
53848 2003-08-17  Simon Josefsson  <jas@extundo.com>
53849
53850         * modules/xstrndup: New file.
53851         * MODULES.html.sh (func_all_modules): Add xstrndup.
53852
53853 2003-08-17  Simon Josefsson  <jas@extundo.com>
53854
53855         * modules/argp: Fix autoconf macro name. Add more dependencies.
53856
53857 2003-08-17  Simon Josefsson  <jas@extundo.com>
53858
53859         * m4/xstrndup.m4: New file.
53860
53861 2003-08-17  Simon Josefsson  <jas@extundo.com>
53862
53863         * m4/argp.m4: New file.
53864
53865 2003-08-17  Simon Josefsson  <jas@extundo.com>
53866             Bruno Haible  <bruno@clisp.org>
53867
53868         * lib/xstrndup.h: New file.
53869         * lib/xstrndup.c: New file.
53870
53871 2003-08-17  Bruno Haible  <bruno@clisp.org>
53872
53873         * modules/strndup (Files, Include): Add lib/strndup.h.
53874
53875 2003-08-17  Bruno Haible  <bruno@clisp.org>
53876
53877         * modules/euidaccess (Files): Add lib/euidaccess.h.
53878
53879 2003-08-17  Bruno Haible  <bruno@clisp.org>
53880
53881         * lib/strndup.h: New file.
53882
53883 2003-08-17  Bruno Haible  <bruno@clisp.org>
53884
53885         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
53886         like AC_GNU_SOURCE.
53887         * modules/extensions (configure.ac): Comment out the invocation of
53888         gl_USE_SYSTEM_EXTENSIONS.
53889
53890 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53891
53892         Merges from coreutils, etc.
53893         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
53894         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
53895         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
53896         fixing a typo.
53897         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
53898         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
53899
53900 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53901
53902         Document merge from coreutils.
53903         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
53904         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
53905         * modules/utime: Add m4/utimes-null.m4.
53906
53907 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53908
53909         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
53910         space, undoing this 2003-08-12 change:
53911         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53912
53913 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53914
53915         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
53916         strtoul.c from libc, undoing this 2003-08-12 change:
53917         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53918
53919 2003-08-16  Jim Meyering  <jim@meyering.net>
53920
53921         Merges from coreutils.
53922         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
53923         prefix.  Adjust cache variables similarly.  Create 500 rather than
53924         just 300 files, to exercise bug on Darwin6.5, too.
53925         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
53926         $missing_dir.
53927         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
53928         AM_SYS_POSIX_TERMIOS.
53929         Reported by mkc@mathdogs.com.
53930         Also change use of $am_cv_sys_posix_termios
53931         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
53932         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
53933         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
53934         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
53935         in /proc/mounts until it finds one with matching device number.  This
53936         is unnecessary when the FILE argument *is* a mount point.  No stat call
53937         is necessary in that case.  So, disable the statvfs-testing code on
53938         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
53939         as RedHat bug# 84846.
53940         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53941         to 1MB, so as not to render systems with no stack size limit (e.g.,
53942         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53943         Include <unistd.h>.  On some systems,
53944         it is required for the definition of _SC_PAGESIZE.
53945
53946 2003-08-16  Jim Meyering  <jim@meyering.net>
53947
53948         Merge from coreutils.
53949         * lib/xstrtoimax.c: #else #if -> #elif.
53950         * lib/xstrtoumax.c: Likewise.
53951
53952 2003-08-16  Jim Meyering  <jim@meyering.net>
53953
53954         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
53955         * m4/utimes.m4: Removed.
53956         * m4/utimes-null.m4: Renamed from utimes.m4.
53957
53958         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53959         to 1MB, so as not to render systems with no stack size limit (e.g.,
53960         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53961         Include <unistd.h>.  On some systems,
53962         it is required for the definition of _SC_PAGESIZE.
53963
53964 2003-08-16  Jim Meyering  <jim@meyering.net>
53965         and Paul Eggert  <eggert@cs.ucla.edu>
53966
53967         Merges from coreutils, etc.
53968
53969         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
53970         using the latest version from cvs.  This avoids problems with #line
53971         directives using a vendor (Sun) compiler.
53972         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
53973         Don't set GETGROUPS_LIB here; now it's
53974         done via getgroups.m4's wrapper function.
53975         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
53976         rather than just in sh-util/configure.in, so that the
53977         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
53978         same.
53979         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
53980         AC_FUNC_GETLOADAVG where to find getloadavg.c.
53981         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
53982         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
53983         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
53984         Remove code that is now done by the newly-required macros.
53985         Append $(EXEEXT) to DF_PROG.
53986         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
53987         Do not invoke or require the following here,
53988         since prereq.m4 or some gnulib .m4 now does this for us:
53989         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
53990         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
53991         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
53992         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
53993         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
53994         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
53995         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
53996         AC_FUNC_OBSTACK.
53997         Do not replace the following functions, as this is now the job
53998         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
53999         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
54000         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
54001         atexit getpass, strdup, getpagesize.
54002         Replace 'raise'.
54003         Do not check for the following functions, as this is now the job
54004         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
54005         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
54006         setregid.
54007         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
54008         Check for sys/sysctl.h.
54009         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
54010         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
54011         of checking for ssize_t ourselves.
54012
54013         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
54014         Require every macro that gnulib/modules/* suggests for us.
54015         (jm_PREREQ_ADDEXT): New macro.
54016         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
54017         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
54018
54019         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
54020         (gl_PHYSMEM): Use it.
54021         Also check for `table' function.
54022         Check for new headers and functions.
54023         Add check for sys/sysmp.h.
54024         With suggestions from Kaveh Ghazi.
54025         Ignore headers that are present but cannot be compiled.  This
54026         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
54027         C 5.4.
54028
54029 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54030
54031         Document merge from coreutils.
54032         * modules/userspec: Depend on posixver.
54033         * modules/strftime: Depend on tzset.
54034
54035 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54036
54037         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
54038         rather than tab, after '#' in shell-script copyright notices.
54039         Suggested by Bruno Haible.
54040
54041 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54042
54043         * config/srclist-update: Use three spaces, rather than tab, after '#'
54044         in shell-script copyright notices.  Suggested by Bruno Haible.
54045         Remove unnecessary parenthesization in regular expression.
54046
54047 2003-08-15  Jim Meyering  <jim@meyering.net>
54048
54049         Merge from coreutils.
54050         * lib/xgethostname.c: Include <stdlib.h>.
54051         (xghostname): Don't exit for anything other than memory-related
54052         failure; just return NULL.
54053         * lib/userspec.c: Include "posixver.h".
54054         (parse_user_spec): Accept `.' as a separator only
54055         in pre-POSIX-200112 mode.
54056         * lib/strtoimax.c: Use #elif rather than #else #if.
54057         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
54058         Remove function, now that we can rely on a working tzset function.
54059         [!_LIBC]: Ensure that the required autoconf test has been run.
54060         [!defined _NL_CURRENT && HAVE_STRFTIME]:
54061         Use underlying_strftime for %r.
54062         * lib/sha.c: Merge in some clean-up and optimization changes from
54063         glibc.
54064         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
54065         Ensure that it is a multiple of 64.
54066         Rearrange loop exit tests so as to avoid performing an
54067         additional fread after encountering an error or EOF.
54068         * lib/realloc.c: Update copyright date.
54069
54070 2003-08-15  Jim Meyering  <jim@meyering.net>
54071         and Paul Eggert  <eggert@twinsun.com>
54072
54073         Merge from coreutils.
54074         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
54075         member but strut utmpx does not.  Needed for AIX 4.3.3.
54076         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
54077
54078 2003-08-15  Jim Meyering  <jim@meyering.net>
54079         and Paul Eggert  <eggert@cs.ucla.edu>
54080
54081         Merges from coreutils, etc.
54082         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
54083         Require gl_FUNC_TZSET_CLOBBER.
54084         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
54085         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
54086         members.
54087
54088 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54089
54090         Help the merge from coreutils.
54091         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
54092         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
54093         * m4/tzset.m4: Use it too.
54094
54095 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54096
54097         * modules/tzset: New file.
54098
54099 2003-08-14  Jim Meyering  <jim@meyering.net>
54100
54101         Merges from coreutils.
54102         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
54103         variable names, rather than @FNMATCH_H@.
54104         * modules/alloca: Likewise for $(ALLOCA_H).
54105
54106         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
54107         the three copies of the literal target, `fnmatch.h'.
54108         * modules/alloca (alloca.h): Likewise.
54109
54110 2003-08-14  Jim Meyering  <jim@meyering.net>
54111
54112         Merge from coreutils.
54113         * m4/tzset.m4: New file.
54114         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
54115         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
54116         otherwise, AIX 5.1 systems would end up using the latter.
54117         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
54118         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
54119         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
54120         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
54121
54122 2003-08-14  Jim Meyering  <jim@meyering.net>
54123
54124         Merge from coreutils.
54125         * lib/obstack.h: Whitespace changes.
54126         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
54127         and xcalloc return values.
54128         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
54129         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
54130         hang on OSF/1 5.1 for DIR on both local and remote file systems.
54131         Reported by (and fix confirmed by) Nelson H. F. Beebe.
54132         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54133         error from mntctl.
54134         Use mntctl's return value to drive the entry-processing loop, since
54135         we can't rely on the value of the vmt_length member in the last
54136         entry.  On some systems doing so could result in exhausting
54137         virtual memory.  Based in part on a patch from Mike Jetzer.
54138
54139 2003-08-14  Jim Meyering  <jim@meyering.net>
54140         and Paul Eggert  <eggert@twinsun.com>
54141
54142         Merges from coreutils, plus other fixes.
54143         * lib/physmem.c: Merge in portability changes from gcc/libiberty
54144         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
54145         for credits and details.  Thanks to Kaveh Ghazi for helping
54146         to keep these files in sync.
54147         (ARRAY_SIZE): Define it.
54148         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
54149         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
54150         (memcasecmp): Don't assume size_t fits in unsigned int.
54151         Remove casts and duplicate code.
54152         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
54153         (memcpy): Remove definition.
54154         Merge in some clean-up and optimization changes from glibc.
54155         [BLOCKSIZE]: Move definition to top of file.
54156         Ensure that it is a multiple of 64.
54157         Rearrange loop exit tests so as to avoid performing an
54158         additional fread after encountering an error or EOF.
54159         * lib/md5.h (md5_uintptr): Define.
54160         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
54161         return to the initial working directory.  Preserve errno
54162         for caller.
54163         * lib/idcache.c: Include "xalloc.h".
54164         (xmalloc, xrealloc): Remove decls.
54165         (getuser): Remove casts no longer required in C89.
54166         * lib/human.c: Include stdio.h, for sprintf.
54167         * lib/group-member.c: Include "xalloc.h".
54168         (xmalloc, xrealloc): Remove decls.
54169         (get_group_info): Remove casts no longer required in C89.
54170         * lib/getusershell.c (readname): Remove casts no longer required in
54171         C89.
54172         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
54173         * lib/getline.c: Whitespace fix, from coreutils.
54174
54175 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54176
54177         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
54178         Check for isascii.
54179
54180         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54181         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54182         Undo previous (whitespace-only) change.
54183
54184 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54185
54186         * lib/exclude.c: Include <ctype.h>
54187         (IN_CTYPE_DOMAIN): New macro.
54188         (is_space): New fn.
54189         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
54190         and empty lines.
54191
54192         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54193         Undo previous (whitespace-only) change.
54194
54195 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54196
54197         * config/srclist-update: Change update back to the old behavior,
54198         leaving whitespace alone.  Use one 'sed' command rather than a
54199         pipeline.
54200         (fixlicense): Now a variable, not a function.
54201         (remove_trailing_blanks): Remove.
54202         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
54203         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54204         Undo previous (whitespace-only) change.
54205
54206 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54207
54208         Merge from coreutils.
54209         * modules/euidaccess: Add lib_SOURCES, include for new
54210         file euidaccess.h
54211
54212 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54213
54214         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54215         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54216         Normalize leading white space and remove trailing white space.
54217
54218         Merge from coreutils
54219         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
54220
54221         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
54222         0.12.1.  These files are now being upgraded automatically by
54223         ../config/srclist-update.
54224
54225 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54226
54227         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54228         Normalize leading white space and remove trailing white space.
54229         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
54230         notice, as per ../config/srclist-update.
54231
54232         Merge from coreutils.
54233         * lib/euidaccess.h: New file.
54234         * lib/euidaccess.c: Include it.
54235         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
54236         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
54237         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
54238
54239 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54240
54241         * config/srclist-update: Add copyright notice.
54242         (remove_id_lines, remove_trailing_blanks): New constants.
54243         (fixfile): Use them to normalize spacing a bit in copied files.
54244         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54245         Normalize leading white space and remove trailing white space.
54246
54247         * config/texinfo.tex: Sync with texinfo.
54248
54249         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
54250         strtoul.c from libc, to merge coreutils whitespace changes.
54251
54252         * config/srclist.txt: Get the following m4 files from gettext:
54253         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
54254         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
54255         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
54256         wint_t.m4.
54257
54258 2003-08-12  Karl Berry  <karl@gnu.org>
54259
54260         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
54261         been made.
54262
54263 2003-08-11  Paul Eggert  <eggert@twinsun.com>
54264
54265         * modules/gnu-source, m4/gnu-source.m4:
54266         Remove; we're assuming Autoconf 2.54 or later now.
54267         Suggested by Bruno Haible.
54268         * MODULES.html.sh (func_all_modules): Remove gnu-source.
54269
54270 2003-08-11  Bruno Haible  <bruno@clisp.org>
54271
54272         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
54273
54274 2003-08-11  Bruno Haible  <bruno@clisp.org>
54275
54276         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
54277         (vasnprintf): Use it instead of wcslen.
54278
54279 2003-08-11  Bruno Haible  <bruno@clisp.org>
54280
54281         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
54282         value to ensure that _Bool promotes to int. Use #define for _Bool when
54283         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
54284
54285 2003-08-10  Karl Berry  <karl@gnu.org>
54286
54287         * lib/regex.h: update from libc (whitespace fix).
54288
54289 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54290
54291         Merge some files from coreutils.  These changes were
54292         originally made by Jim Meyering.
54293         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54294         many older Unixes require this.
54295         * lib/alloca.c (alloca): Remove cast to argument of free;
54296         no longer needed in C89.
54297         * lib/alloca_.h, regex.h: Fix white space to match
54298         what GNU indent does.
54299
54300 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54301
54302         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54303         apparently Emacs's Unicode mode got confused before my 2003-08-05
54304         checkin.
54305
54306 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54307
54308         * m4/extensions.m4: New file.
54309         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
54310         Require gl_USE_SYSTEM_EXTENSIONS.
54311         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
54312         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
54313
54314 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54315
54316         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
54317         * modules/extensions, modules/gnu-source: New files.
54318         * modules/timespec, modules/unlocked-io: Depend on extensions.
54319
54320 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54321
54322         * modules/restrict: New file.
54323         * MODULES.html.sh (func_all_modules): Add restrict.
54324         * modules/regex: Depend on restrict.
54325
54326 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54327
54328         * m4/restrict.m4: New file.
54329         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
54330
54331 2003-08-07  Bruno Haible  <bruno@clisp.org>
54332
54333         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
54334         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
54335
54336 2003-08-07  Bruno Haible  <bruno@clisp.org>
54337
54338         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
54339         makes the module 'getndelim2' compatible with the module 'getline'.
54340
54341 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54342
54343         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
54344         byte with "\201" to avoid glitches when editing that source file
54345         with multi-gnome-terminal.
54346
54347 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54348
54349         * lib/bumpalloc.h: Remove.
54350
54351 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54352
54353         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
54354         * modules/bumpalloc: Remove.
54355
54356 2003-08-04  Paul Eggert  <eggert@twinsun.com>
54357
54358         * lib/getloadavg.c: Change copyright notice and spacing to conform to
54359         GNU coding style.
54360
54361         Merge from coreutils.
54362         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
54363         1. From glibc.
54364         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
54365         from Karl Berry, implemented by Jim Meyering.
54366         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
54367         from Dmitry V. Levin.
54368         Remove anachronistic cast of xrealloc.
54369         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
54370         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
54371         type. Otherwise, it wouldn't compile with at least /bin/cc on
54372         ymp-cray-unicos9.0.2.X.
54373         Combine two mostly-identical uses of alloca into one.
54374         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
54375
54376 2003-08-04  Dave Love  <d.love@dl.ac.uk>
54377
54378         [From Emacs.]
54379
54380         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
54381         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
54382         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
54383         obsolete NLIST_NAME_UNION.
54384         [__GNU__]: Undef BSD and FSCALE.
54385         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
54386
54387 2003-08-03  Paul Eggert  <eggert@twinsun.com>
54388
54389         * lib/stdbool_.h (_Bool): Make it signed char, instead of
54390         an enum type, so that it's guaranteed to promote to int.  See:
54391         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
54392
54393 2003-08-03  Karl Berry  <karl@gnu.org>
54394
54395         * config/depcomp: update from automake.
54396
54397 2003-07-31  Paul Eggert  <eggert@twinsun.com>
54398
54399         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
54400         (strerror): Don't assume that a printable int fits in 14 bytes.
54401
54402 2003-07-31  Bruno Haible  <bruno@clisp.org>
54403
54404         * modules/getpass-gnu: New file.
54405         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
54406
54407 2003-07-31  Bruno Haible  <bruno@clisp.org>
54408
54409         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
54410
54411 2003-07-24  Karl Berry  <karl@gnu.org>
54412
54413         * config/missing: update from automake.
54414
54415 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
54416             Bruno Haible  <bruno@clisp.org>
54417
54418         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
54419         * lib/getline.c (getline, getdelim): Likewise.
54420         Remove _GNU_SOURCE define; now it's defined in config.h through
54421         m4/getline.m4.
54422
54423 2003-07-23  Karl Berry  <karl@gnu.org>
54424
54425         * config/config.sub: update from prep.
54426
54427 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54428
54429         * modules/xalloc (Depends-on): Add exitfail.
54430         * modules/xmemcoll: Likewise.
54431
54432 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54433
54434         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
54435         over-parenthesization in macros.
54436
54437         Sync with coreutils.
54438
54439         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
54440         required by C99.
54441
54442         Use `exit_failure' for xalloc and xmemcoll instead of their own
54443         private exit-failure variables.
54444         * lib/xalloc.h (xalloc_exit_failure): Remove.
54445         * lib/xmalloc.c: Likewise.  Include exitfail.h.
54446         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
54447         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
54448         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
54449         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54450
54451 2003-07-20  Jim Meyering  <jim@meyering.net>
54452
54453         * modules/closeout (Depends-on): Add exitfail.
54454         Suggestion from Bruno Haible.
54455
54456 2003-07-19  Karl Berry  <karl@gnu.org>
54457
54458         * config/config.sub: update from prep.
54459
54460 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54461
54462         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54463         Remove.
54464         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54465         to test that it can stand by itself.  Include "exitfail.h".
54466         Clients should set exit_failure instead.
54467         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54468
54469 2003-07-18  Bruno Haible  <bruno@clisp.org>
54470
54471         * modules/getndelim2: New file.
54472         * modules/getline: Share files with module getndelim2.
54473         * modules/getnline: Depend on getndelim2 instead of sharing files with
54474         it. Add getnline.c to lib_SOURCES.
54475         * MODULES.html.sh (func_all_modules): Add getndelim2.
54476
54477 2003-07-18  Bruno Haible  <bruno@clisp.org>
54478
54479         * m4/getndelim2.m4: New file.
54480         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54481         invoke gl_PREREQ_GETNDELIM2.
54482         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54483         gl_PREREQ_GETNDELIM2.
54484         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54485         gl_GETNDELIM2.
54486
54487 2003-07-18  Bruno Haible  <bruno@clisp.org>
54488
54489         * lib/getndelim2.h: New file.
54490         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54491         getndelim2.h.
54492         (getndelim2): Make non-static. Change return type to ssize_t.
54493         * lib/getline.h: Change argument names.
54494         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54495         * lib/getnline.c: Include getndelim2.h.
54496
54497 2003-07-18  Andreas Schwab  <schwab@suse.de>
54498
54499         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54500
54501 2003-07-17  Karl Berry  <karl@gnu.org>
54502
54503         * config/config.sub: update from prep.
54504
54505 2003-07-17  Bruno Haible  <bruno@clisp.org>
54506
54507         * modules/getnline: New file.
54508         * modules/getline: Add lib/getndelim2.c to source file list.
54509         * MODULES.html.sh (func_all_modules): Add getnline.
54510
54511 2003-07-17  Bruno Haible  <bruno@clisp.org>
54512
54513         * m4/getnline.m4: New file.
54514
54515 2003-07-17  Bruno Haible  <bruno@clisp.org>
54516
54517         * m4/Makefile.am.in: Remove file.
54518         * m4/Makefile.am: Remove file.
54519         * m4/Makefile.in: Remove file.
54520
54521 2003-07-17  Bruno Haible  <bruno@clisp.org>
54522
54523         * lib/getnline.h: New file.
54524         * lib/getnline.c: New file.
54525         * lib/getndelim2.c: New file, extracted from getline.c.
54526         (getndelim2): Renamed from getdelim2, with added nmax argument.
54527         * lib/getline.c: Include getndelim2.c.
54528         (getdelim2): Moved out to getndelim2.c.
54529         (getline, getdelim): Update.
54530
54531 2003-07-17  Bruno Haible  <bruno@clisp.org>
54532
54533         * lib/Makefile.am: Remove file.
54534         * lib/Makefile.in: Remove file.
54535
54536 2003-07-17  Bruno Haible  <bruno@clisp.org>
54537
54538         * configure.in: Remove file.
54539         * Makefile.in: Remove file.
54540
54541 2003-07-17  Bruno Haible  <bruno@clisp.org>
54542
54543         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54544
54545 2003-07-16  Karl Berry  <karl@gnu.org>
54546
54547         * config/srclist-update: was running fixlicense twice, which caused
54548                 texinfo.tex to be nullified for some reason.  Simplify,
54549                 $gplsrc is no longer needed as far as I can see?
54550
54551 2003-07-16  Jim Meyering  <jim@meyering.net>
54552
54553         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54554
54555 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54556
54557         * config/srclist.txt: Get the following files from gettext-runtime/intl
54558         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54559         ref-del.sin.  From Bruno Haible.
54560         * config/srclist-update (fixfile): Change grep pattern again, since the
54561         previous fix didn't work (there was another trailing $).  Use
54562         '[$]' to escape the $s.
54563
54564 2003-07-15  Karl Berry  <karl@gnu.org>
54565
54566         * lib/vasnprintf.c: update from gettext.
54567
54568 2003-07-15  Karl Berry  <karl@gnu.org>
54569
54570         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54571         gets expanded when surrounded by '$'.
54572
54573 2003-07-15  Jim Meyering  <jim@meyering.net>
54574
54575         * modules/save-cwd: Don't depend on error.  From Derek Price.
54576
54577 2003-07-15  Jim Meyering  <jim@meyering.net>
54578
54579         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54580
54581 2003-07-14  Simon Josefsson  <jas@extundo.com>
54582
54583         * modules/mempcpy: New file.
54584         * MODULES.html.sh (func_all_modules): Add mempcpy.
54585
54586 2003-07-14  Simon Josefsson  <jas@extundo.com>
54587
54588         * m4/mempcpy.m4: New file.
54589
54590 2003-07-14  Simon Josefsson  <jas@extundo.com>
54591
54592         * lib/mempcpy.h: New file.
54593         * lib/mempcpy.c: New file.
54594
54595 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54596
54597         * modules/getdate, modules/posixtm: Depend on mktime.
54598
54599 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54600
54601         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
54602         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
54603         unicodeio.c, unicodeio.h, unlocked-io.h:
54604         Switch from LGPL to GPL.
54605
54606 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54607
54608         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
54609         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
54610         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
54611         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
54612         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
54613         updated automatically by ../config/srclist-update.  This changes
54614         their license from LPGL to GPL.
54615
54616 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54617
54618         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
54619         assumed to refer to the root of the most recent stable gettext version.
54620         * config/srclistvars.sh: Add defaults for eggert.
54621         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
54622         Match "This program" as well as "The program".  This is needed
54623         for gettext.
54624
54625 2003-07-14  Jim Meyering  <jim@meyering.net>
54626
54627         Don't emit diagnostics.  Let callers do that.
54628         * lib/save-cwd.c: Don't include "error.h".
54629         (save_cwd): Don't call error.  Ensure that errno is valid
54630         when returning nonzero.
54631
54632         * lib/save-cwd.h (restore_cwd): Update prototype.
54633         * lib/save-cwd.c (restore_cwd): Remove two parameters.
54634         Simplify.  Don't call error upon failure.  Let callers do that.
54635         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
54636         when auditing is enabled.  But don't bother updating the #if.
54637
54638 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
54639
54640         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
54641         it breaks C++ compilation.
54642         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
54643
54644 2003-07-10  Simon Josefsson  <jas@extundo.com>
54645
54646         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54647
54648 2003-07-10  Jim Meyering  <jim@meyering.net>
54649
54650         * m4/clock_time.m4: Remove trailing blank.
54651         * m4/intmax_t.m4: Likewise.
54652
54653 2003-07-10  Jim Meyering  <jim@meyering.net>
54654
54655         * lib/vasnprintf.c: Remove trailing blanks.
54656         Make cpp indentation consistent.
54657
54658 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54659
54660         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
54661         posixver.c, strftime.c, strnlen.c, strverscmp.c:
54662         Switch from LGPL to GPL.
54663
54664 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54665
54666         * config/srclist.txt: Sort sublists.  Add
54667         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
54668         that differ from gnulib for one reason or another; we'd like this list
54669         to be smaller but for now let's document what we have.
54670
54671 2003-07-08  Paul Eggert  <eggert@twinsun.com>
54672
54673         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
54674         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
54675         and sweeter "eval x=$x".
54676         * config/srclist.txt: Get lib/argp* from glibc.
54677
54678 2003-07-07  Paul Eggert  <eggert@twinsun.com>
54679
54680         * lib/mktime.c: Fix some boundary cases and remove need for floating
54681         point.
54682
54683         Issue a compile-time diagnostic if time_t is floating point, or if
54684         two's complement arithmetic is not in effect, or if arithmetic
54685         right shift does not propagate the sign.  These assumptions were
54686         all in the original code but they weren't checked.
54687
54688         (TIME_T_MIDPOINT, verify): New macros.
54689         (__isleap): Remove; it has integer overflow problems.
54690         (leapyear): New function, without those problems.
54691         (ydhms_tm_diff): Remove; splitting into two parts.
54692         (ydhms_diff): New function, containing the arithmetic part of
54693         the old ydhms_tm_diff function.  Issue a compile-time
54694         diagnostic if we are not using C99 integer division.
54695         Avoid casts when possible.
54696         (guess_time_tm): New function, containing the checking part of
54697         the old ydhms_tm_diff function.  Return the new value, rather than
54698         the difference between it and the old.  Accept a new argument T
54699         so that *T specifies the old value.  Check for overflow in the result.
54700
54701         (__mktime_internal): Use a time_t offset, not a long int offset.
54702         This undoes the 2003-06-04 change, which is no longer needed now
54703         that we have better overflow checking.
54704         (localtime_offset): Likewise.
54705
54706         (__mktime_internal): Avoid harmful overflow on hosts where time_t
54707         and long are 64-bit but int is only 32-bit.
54708         (ydhms_diff): Use long int to store year1 and yday1.
54709         Issue a compile-time diagnostic if long int is not wide enough.
54710
54711         (__mktime_internal): Use long int to store adjusted year and yday.
54712         Use plain C rather than preprocessor commands, if that doesn't
54713         affect efficiency.
54714         Check for overflow (and try to repair) after each probe
54715         rather than checking only at the very end.  This avoids some bugs
54716         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
54717         does not equal GMT offset at maximum time).
54718         Use integer to check for overflow rather than floating point; this
54719         is more portable to non-IEEE hosts, and is a tad faster.
54720         When we detect that we are oscillating between two values,
54721         don't check whether tm_isdst has the requested value, since
54722         we already know the answer.  When tm_isdst has the wrong value,
54723         use a different heuristic to find the right one, based on the
54724         extreme values actually observed in practice in tz2003a,
54725         rather than the (overly optimistic) "previous 3 calendar quarters".
54726
54727         (not_equal_tm, print_tm, check_result): Use "const T" rather than
54728         "T const" to accommodate glibc style.
54729         (check_result): Use less-confusing report format.  "long" -> "long int.
54730         (main): Likewise.
54731         Don't loop if the iteration overflows time_t.
54732         Allow a negative step in the iteration.
54733
54734 2003-07-06  Karl Berry  <karl@gnu.org>
54735
54736         * config/depcomp: update from automake.
54737         * config/config.sub: update from prep.
54738
54739 2003-07-03  Karl Berry  <karl@gnu.org>
54740
54741         * config/config.guess: update from prep.
54742
54743 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54744
54745         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
54746         xreadlink.c now includes it unconditionally.
54747
54748 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54749
54750         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
54751         having it depend on HAVE_SYS_TYPES_H.
54752
54753 2003-07-01  Bruno Haible  <bruno@clisp.org>
54754
54755         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
54756         <sys/types.h> should be sufficient.
54757         Reported by Paul Eggert.
54758
54759 2003-06-26  Karl Berry  <karl@gnu.org>
54760
54761         * config/depcomp: update from automake.
54762
54763 2003-06-26  Bruno Haible  <bruno@clisp.org>
54764
54765         * modules/human: Depend on module stdbool.
54766
54767 2003-06-25  Bruno Haible  <bruno@clisp.org>
54768
54769         * modules/readlink: New file.
54770         * modules/xreadlink: Depend on it.
54771         * MODULES.html.sh (func_all_modules): Add readlink.
54772
54773 2003-06-25  Bruno Haible  <bruno@clisp.org>
54774
54775         * m4/readlink.m4: New file.
54776
54777 2003-06-25  Bruno Haible  <bruno@clisp.org>
54778
54779         * lib/readlink.c: New file.
54780
54781 2003-06-22  Karl Berry  <karl@gnu.org>
54782
54783         * config/srclist.txt: update mkinstalldirs from automake.
54784         * config/mkinstalldirs: update.
54785
54786 2003-06-22  Bruno Haible  <bruno@clisp.org>
54787
54788         Portability to mingw32.
54789         * m4/ssize_t.m4: New file, from GNU gettext.
54790         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
54791         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
54792
54793 2003-06-22  Bruno Haible  <bruno@clisp.org>
54794
54795         * modules/safe-read: Add m4/ssize_t.m4.
54796         * modules/xreadlink: Add m4/ssize_t.m4.
54797
54798 2003-06-20  Bruno Haible  <bruno@clisp.org>
54799
54800         Assume C89, so PARAMS isn't needed.
54801         * lib/unicodeio.h (PARAMS): Remove.
54802         * lib/unicodeio.c: Don't use PARAMS.
54803
54804 2003-06-18  Karl Berry  <karl@gnu.org>
54805
54806         * config/config.{guess,sub}: update from prep.
54807
54808 2003-06-18  Jim Meyering  <jim@meyering.net>
54809
54810         Merge changes from coreutils.
54811         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
54812         Remove explicit declarations of xmalloc and realloc.
54813         Include xalloc.h.
54814         (read_utmp): Remove anachronistic cast of xmalloc.
54815
54816 2003-06-17  Paul Eggert  <eggert@twinsun.com>
54817
54818         Assume C89, so PARAMS isn't needed.
54819         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
54820         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
54821         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
54822         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
54823         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
54824         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
54825         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
54826         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
54827         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
54828         lib/xstrtod.h, lib/xstrtol.h: Likewise.
54829         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
54830         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
54831         no longer needed. Anyway, config.h should always be included before any
54832         other file.
54833
54834 2003-06-11  Simon Josefsson  <jas@extundo.com>
54835
54836         * modules/sysexits: New file.
54837         * MODULES.html.sh (func_all_modules): Add sysexits.
54838
54839 2003-06-11  Simon Josefsson  <jas@extundo.com>
54840
54841         * lib/sysexit_.h: New file.
54842
54843 2003-06-11  Derek Price  <derek@ximbiot.com>
54844
54845         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
54846         necessary.
54847
54848 2003-06-11  Bruno Haible  <bruno@clisp.org>
54849
54850         * m4/sysexits.m4: New file.
54851
54852 2003-06-10  Simon Josefsson  <jas@extundo.com>
54853
54854         * lib/argp.h: New file, from glibc.
54855         * lib/argp-ba.c: New file, from glibc.
54856         * lib/argp-eexst.c: New file, from glibc.
54857         * lib/argp-fmtstream.c: New file, from glibc.
54858         * lib/argp-fmtstream.h: New file, from glibc.
54859         * lib/argp-fs-xinl.c: New file, from glibc.
54860         * lib/argp-help.c: New file, from glibc.
54861         * lib/argp-namefrob.h: New file, from glibc.
54862         * lib/argp-parse.c: New file, from glibc.
54863         * lib/argp-pv.c: New file, from glibc.
54864         * lib/argp-pvh.c: New file, from glibc.
54865         * lib/argp-xinl.c: New file, from glibc.
54866
54867 2003-06-10  Simon Josefsson  <jas@extundo.com>
54868
54869         * modules/strchrnul: New file.
54870
54871 2003-06-10  Simon Josefsson  <jas@extundo.com>
54872
54873         * modules/argp: New file.
54874
54875 2003-06-10  Simon Josefsson  <jas@extundo.com>
54876
54877         * m4/strchrnul.m4: New file.
54878
54879 2003-06-10  Simon Josefsson  <jas@extundo.com>
54880
54881         * lib/strchrnul.h: New file.
54882         * lib/strchrnul.c: New file.
54883
54884 2003-06-10  Bruno Haible  <bruno@clisp.org>
54885
54886         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
54887
54888 2003-06-07  Karl Berry  <karl@gnu.org>
54889
54890         * config/config.{guess,sub}: update from prep.
54891
54892 2003-06-07  Jim Meyering  <jim@meyering.net>
54893
54894         * modules/strtod: Use $(...) notation, not @...@ for
54895         AC_REPLACE'd variables.
54896         * modules/localcharset: Likewise.
54897
54898 2003-06-07  Jim Meyering  <jim@meyering.net>
54899
54900         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
54901         in place of my name in the copyright comment.
54902         Remove definition and uses of __P.
54903
54904         From coreutils.
54905         * lib/stat.c: Don't declare xmalloc explicitly.
54906         Instead, include "xalloc.h".
54907         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
54908         xrealloc, and xcalloc return values.
54909         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
54910         Improve comment.
54911         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
54912
54913 2003-06-07  Bruno Haible  <bruno@clisp.org>
54914
54915         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
54916         avoid AC_CONFIG_LINKS.
54917         * modules/fnmatch (Makefile.am): Use explicit creation rule for
54918         fnmatch.h, to avoid AC_CONFIG_LINKS.
54919         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
54920
54921 2003-06-07  Bruno Haible  <bruno@clisp.org>
54922
54923         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
54924         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
54925         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54926         directory.
54927         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
54928         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54929         directory.
54930
54931 2003-06-06  Jim Meyering  <jim@meyering.net>
54932
54933         Merge from coreutils.
54934         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
54935         Consolidate declarations and initializations of *_base* locals.
54936
54937         Merge from coreutils.
54938         This avoids a core dump on systems without GNU putenv,
54939         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
54940         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
54941         (unsetenv): New static function, from GNU libc.
54942         (rpl_putenv): Use it.
54943
54944         * lib/modechange.c: Remove trailing blanks.
54945
54946         Merge from coreutils.
54947         * lib/fsusage.c: Remove declaration of statfs.
54948         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
54949
54950         * lib/posixtm.c: Include <stdbool.h> unconditionally.
54951
54952 2003-06-06  Jim Meyering  <jim@meyering.net>
54953
54954         * lib/stdbool_.h: Renamed from stdbool.h.in.
54955
54956 2003-06-06  Jim Meyering  <jim@meyering.net>
54957             Bruno Haible  <bruno@clisp.org>
54958
54959         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
54960         Adjust Makefile.am snippet not to redirect directly to target.
54961         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
54962
54963 2003-06-05  Paul Eggert  <eggert@twinsun.com>
54964
54965         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
54966         mismatch, look in future quarters as well as past.  This fixes a
54967         bug when processing fall-backwards gaps immediately after a long
54968         period of daylight-saving time.
54969
54970         * lib/mktime.c: Assume freestanding C89 or better.
54971         (HAVE_LIMITS_H): Remove.  Assume it's 1.
54972         (__P): Remove; not used.
54973         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
54974         (mktime, not_equal_tm, print_tm, check_result,
54975         main): Use prototypes.  Use const * where appropriate.
54976         (main): Fix typo in testing code that uncovered by above changes.
54977         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
54978
54979 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54980
54981         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
54982         locale.h, localeconv.  This merges changes from coreutils.
54983
54984         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
54985         It can be removed after the next Autoconf is released.
54986         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
54987         needed.
54988
54989 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54990
54991         * lib/mktime.c: Fix Debian bug 177940
54992         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
54993         (localtime_offset): Now long int, not time_t, because we want it
54994         to be guaranteed to be signed.  All uses changed.
54995         (__mktime_internal): If overflow would occur when adding offset,
54996         don't add it.
54997
54998         Merge 'human' changes from coreutils.  Rewrite to support
54999         locale-specific notations like thousands separators.
55000         * lib/human.c: Simplify authorship notice.
55001         Include human.h immediately after config.h.
55002         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
55003         <limits.h>: Do not include, since human.h does.
55004         (SIZE_MAX, UINTMAX_MAX): New macros.
55005         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
55006         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
55007         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
55008         (power_letter): Renamed from suffixes.
55009         (generate_suffix_backwards): Remove.
55010         (adjust_value): Now takes int style (because of human.h changes)
55011         and long double value (for greater precision on some platforms).
55012         (group_number): New function.
55013         (human_readable): Use it.  Use integer options, not enum.
55014         Put the options before the sizes in the arg list.
55015         Support all the new options.
55016         The old human_readable function has been removed;
55017         use inttostr.h instead.
55018         (human_readable, default_block_size, humblock):
55019         Use uintmax_t, not int, for block sizes.
55020         (human_readable_inexact, block_size_types): Remove.
55021         (block_size_opts): New constant.
55022         (human_options): Renamed from human_block_size, with new signature
55023         that allows block sizes up to UINTMAX_MAX.  All callers changed.
55024         * lib/human.h: Add copyright and authorship notice.
55025         Include <limits.h> and <stdbool.h> unconditionally.
55026         (PARAMS): Remove.  All uses removed.
55027         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
55028         (enum human_inexact_style): Remove tag; now a nameless enum.
55029         (human_floor, human_ceiling, human_round_to_even): Now have
55030         values 2, 0, 1 rather than -1, 1, 0.
55031         (human_group_digits, human_suppress_point_zero, human_autoscale,
55032         human_base_1024, human_SI, human_B): New constants.
55033         (human_readable_inexact, human_block_size): Remove.
55034         (human_readable): Size args are now uintmax_t, not int.
55035         (human_options): New decl.
55036
55037         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
55038         unnecessary now that we assume C89 or better.  This change
55039         imported from coreutils.
55040
55041         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55042         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
55043         in the 2003-05-30 sync from glibc.
55044
55045         .h files should stand alone, but we shouldn't include <sys/types.h>
55046         if we can get away with just <stddef.h>.
55047
55048         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
55049         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
55050         rather than <sys/types.h>, as we merely need size_t.
55051         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
55052         to get size_t.
55053         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
55054         Include <stdio.h>, to get FILE.
55055         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
55056         memcasecmp.h has included <stddef.h> and all we need is size_t.
55057         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
55058         our interface, instead of including <sys/types.h>
55059
55060 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55061
55062         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
55063         now, as glibc mktime is buggy on non-glibc systems.
55064
55065 2003-06-03  Karl Berry  <karl@gnu.org>
55066
55067         * config/config.sub: update from prep.
55068
55069 2003-06-02  Paul Eggert  <eggert@twinsun.com>
55070
55071         [from coreutils]
55072         Fix some minor time-related bugs with POSIX time arguments.
55073         Some valid time stamps were being rejected (notably -1, and
55074         time stamps before 1900 on 64-bit hosts).  And some invalid
55075         time stamps were being accepted, e.g. September 31.
55076
55077         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
55078         that we can return (time_t) -1 successfully.
55079         * lib/posixtm.c: Likewise.
55080         [HAVE_STDBOOL_H]: Include <stdbool.h>.
55081         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
55082         (t): Remove static var.
55083         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
55084         of static var.  All uses changed.
55085         (year): Do not reject years before 1900; they can occur with
55086         64-bit time_t.
55087         (posix_time_parse): Do not check for out-of-range components;
55088         that is now the caller's responsibility, since our checks were
55089         only approximations.
55090         (posixtime): Use mktime to check for out-of-range components,
55091         since it knows them exactly.
55092         If mktime returns (time_t) -1, check whether an error actually occurred
55093         by invoking localtime on -1.
55094         (main) [TEST_POSIXTIME]: Check for input data errors, and report
55095         posixtime failures better.
55096         Improve the test data (in comments only).
55097
55098 2003-06-02  Karl Berry  <karl@gnu.org>
55099
55100         * config/mkinstalldirs (version): new variable.
55101         (--version): new option.
55102         (usage): improve message.
55103
55104 2003-05-30  Karl Berry  <karl@gnu.org>
55105
55106         * lib/mktime.c: update from libc.
55107
55108 2003-05-30  Bruno Haible  <bruno@clisp.org>
55109
55110         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
55111         * config/config.rpath: Upgrade to gettext-0.12.1.
55112
55113 2003-05-30  Bruno Haible  <bruno@clisp.org>
55114
55115         * m4/gettext.m4: Upgrade to gettext-0.12.1.
55116         * m4/nls.m4: New file, from gettext-0.12.1.
55117         * m4/po.m4: New file, from gettext-0.12.1.
55118         * m4/progtest.m4: Upgrade to gettext-0.12.1.
55119
55120 2003-05-30  Bruno Haible  <bruno@clisp.org>
55121
55122         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
55123         * lib/localcharset.h: Likewise.
55124         * lib/localcharset.c: Likewise.
55125
55126 2003-05-29  Karl Berry  <karl@gnu.org>
55127
55128         * config/config.rpath: update from gettext.
55129
55130 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55131
55132         Assume the headers required for C89 freestanding compilers.
55133         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
55134         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
55135         * m4/human.m4 (gl_HUMAN): Likewise.
55136         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
55137         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
55138         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55139         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
55140         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55141         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
55142
55143 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55144
55145         Assume the headers required for C89 freestanding compilers.
55146         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
55147         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
55148         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
55149         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
55150         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
55151         define, since <limits.h> is guaranteed to do that.
55152         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
55153         * lib/exclude.c: Include <stdbool.h> unconditionally.
55154         * lib/tempname.c: Include <stddef.h> unconditionally.
55155         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
55156         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
55157         <stddef.h> does that.
55158         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
55159         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
55160         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
55161         needed.
55162         * lib/xstrtol.c: Likewise.
55163         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
55164         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
55165
55166         * lib/addext.c (addext): Use assignment rather than cast, to avoid
55167         warnings on some platforms.
55168
55169         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55170         arbitrarily.
55171
55172 2003-05-26  Jim Meyering  <jim@meyering.net>
55173
55174         Merge in a change from coreutils:
55175         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
55176         that is guaranteed to be `no'.  Use `no_such_member' to indicate
55177         that condition, rather than `-1' which is slightly misleading.
55178         Change the name of the cache variable to have the gl_ prefix.
55179         Prompted by a patch from Richard Dawe for DJGPP.
55180
55181 2003-05-24  Karl Berry  <karl@gnu.org>
55182
55183         * config/config.guess: update from prep.
55184
55185 2003-05-22  Karl Berry  <karl@gnu.org>
55186
55187         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
55188
55189 2003-05-20  Karl Berry  <karl@gnu.org>
55190
55191         * config/config.guess: update from prep.
55192
55193 2003-05-18  Karl Berry  <karl@gnu.org>
55194
55195         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
55196         might actually be set by the user.
55197
55198         * config/depcomp, install-sh, mdate-sh: update from automake.
55199
55200 2003-05-17  Bruno Haible  <bruno@clisp.org>
55201
55202         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
55203         invalid expansion for AC_EGREP_CPP.
55204         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
55205         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
55206         Suggested by Akim Demaille <akim@epita.fr> in
55207         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
55208
55209 2003-05-12  Jim Meyering  <jim@meyering.net>
55210
55211         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
55212         the space-padded-by-default conversion specifiers, %e, %k, %l.
55213
55214 2003-05-12  Bruno Haible  <bruno@clisp.org>
55215
55216         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
55217         the string is longer than 4 KB.
55218
55219 2003-05-11  Karl Berry  <karl@gnu.org>
55220
55221         * config/config.{guess,sub}: update from prep.
55222
55223 2003-05-09  Bruno Haible  <bruno@clisp.org>
55224
55225         * modules/error: Add m4/strerror_r.m4 to file list.
55226
55227 2003-05-03  Bruno Haible  <bruno@clisp.org>
55228
55229         Upgrade to Unicode-4.0.
55230         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
55231         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
55232         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
55233         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
55234         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
55235         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
55236         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
55237         Change width of U+E0100..U+E01EF from 1 to 0.
55238
55239 2003-04-25  Jim Meyering  <jim@meyering.net>
55240
55241         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
55242         of type size_t, not int.
55243
55244 2003-04-25  Bruno Haible  <bruno@clisp.org>
55245
55246         * lib/copy-file.c: Include <stddef.h>, for size_t.
55247
55248 2003-04-21  Paul Eggert  <eggert@twinsun.com>
55249
55250         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
55251         code which expansion is under static control.  Patch imported from
55252         Akim Demaille's patch to Bison; see
55253         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
55254
55255 2003-04-14  Bruno Haible  <bruno@clisp.org>
55256
55257         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
55258
55259 2003-04-11  Jim Meyering  <jim@meyering.net>
55260
55261         Merge changes from Coreutils.
55262
55263         2003-03-22  Jim Meyering  <jim@meyering.net>
55264
55265         * lib/strftime.c (widen): Cast alloca return value to proper type.
55266
55267         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
55268
55269         From GNU libc.
55270         * lib/strftime.c (my_strftime): Handle very large width
55271         specifications for numeric values correctly.  Improve checks for
55272         overflow.
55273
55274         2003-01-19  Jim Meyering  <jim@meyering.net>
55275
55276         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
55277         definitions.
55278         (nl_get_alt_digit) [! defined my_strftime]: Define.
55279         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
55280         _nl_get_alt_digit and _nl_get_walt_digit.
55281
55282         * lib/strftime.c (my_strftime): Merge in locale-related changes from
55283         libc. These changes have no effect outside of _LIBC.
55284
55285 2003-04-10  Bruno Haible  <bruno@clisp.org>
55286
55287         * modules/findprog: New file.
55288         * MODULES.html.sh (func_all_modules): Add it.
55289
55290 2003-04-10  Bruno Haible  <bruno@clisp.org>
55291
55292         * m4/findprog.m4: New file.
55293         * m4/eaccess.m4: New file.
55294
55295 2003-04-10  Bruno Haible  <bruno@clisp.org>
55296
55297         * lib/findprog.h: New file, from GNU gettext.
55298         * lib/findprog.c: New file, from GNU gettext.
55299
55300 2003-04-05  Jim Meyering  <jim@meyering.net>
55301
55302         Merge changes from Coreutils.
55303
55304         * lib/exclude.h (PARAMS): Remove definition and uses.
55305         * lib/exclude.c: Remove uses of `PARAMS'.
55306
55307         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
55308         Add test-cases for DOS filenames. Declare program_name.
55309         (main): Set up program_name.  Patch by Rich Dawe.
55310
55311         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55312         error from mntctl.
55313         Use mntctl's return value to drive the entry-processing loop, since
55314         we can't rely on the value of the vmt_length member in the last
55315         entry.  On some systems doing so could result in exhausting
55316         virtual memory.  Based in part on a patch from Mike Jetzer.
55317
55318 2003-04-04  Bruno Haible  <bruno@clisp.org>
55319
55320         * modules/linebreak: New file.
55321         * MODULES.html.sh (func_all_modules): Add it.
55322
55323 2003-04-04  Bruno Haible  <bruno@clisp.org>
55324
55325         * m4/linebreak.m4: New file.
55326
55327 2003-04-04  Bruno Haible  <bruno@clisp.org>
55328
55329         * lib/linebreak.h: New file, from GNU gettext.
55330         * lib/linebreak.c: New file, from GNU gettext with slight
55331         modifications.
55332         * lib/lbrkprop.h: New file, from GNU gettext.
55333
55334 2003-04-03  Bruno Haible  <bruno@clisp.org>
55335
55336         * modules/utf8-ucs4: New file.
55337         * modules/utf16-ucs4: New file.
55338         * modules/ucs4-utf8: New file.
55339         * modules/ucs4-utf16: New file.
55340         * MODULES.html.sh (func_all_modules): Add them.
55341
55342 2003-04-03  Bruno Haible  <bruno@clisp.org>
55343
55344         * m4/utf-ucs4.m4: New file.
55345         * m4/ucs4-utf.m4: New file.
55346
55347 2003-04-03  Bruno Haible  <bruno@clisp.org>
55348
55349         * lib/utf8-ucs4.h: New file, from GNU gettext.
55350         * lib/utf16-ucs4.h: New file, from GNU gettext.
55351         * lib/ucs4-utf8.h: New file, from GNU gettext.
55352         * lib/ucs4-utf16.h: New file, from GNU gettext.
55353
55354 2003-04-02  Bruno Haible  <bruno@clisp.org>
55355
55356         * modules/binary-io: New file.
55357         * MODULES.html.sh (func_all_modules): Add it.
55358
55359 2003-04-02  Bruno Haible  <bruno@clisp.org>
55360
55361         * lib/binary-io.h: New file, from GNU gettext.
55362
55363 2003-04-01  Bruno Haible  <bruno@clisp.org>
55364
55365         * modules/pathname: New file.
55366         * MODULES.html.sh (func_all_modules): Add it.
55367
55368 2003-04-01  Bruno Haible  <bruno@clisp.org>
55369
55370         * lib/pathname.h: New file, from GNU gettext.
55371         * lib/concatpath.c: New file, from GNU gettext.
55372
55373 2003-03-30  Bruno Haible  <bruno@clisp.org>
55374
55375         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
55376
55377 2003-03-30  Bruno Haible  <bruno@clisp.org>
55378
55379         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
55380         function chown() doesn't exist.
55381
55382 2003-03-28  Bruno Haible  <bruno@clisp.org>
55383
55384         * modules/copy-file: New file.
55385         * MODULES.html.sh (func_all_modules): Add it.
55386
55387 2003-03-28  Bruno Haible  <bruno@clisp.org>
55388
55389         * m4/copy-file.m4: New file.
55390
55391 2003-03-28  Bruno Haible  <bruno@clisp.org>
55392
55393         * lib/copy-file.h: New file, from GNU gettext.
55394         * lib/copy-file.c: New file, from GNU gettext.
55395
55396 2003-03-18  Jim Meyering  <jim@meyering.net>
55397
55398         * lib/quote.c (quote_n): Fix typo in comment.
55399
55400 2003-03-18  Bruno Haible  <bruno@clisp.org>
55401
55402         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
55403         checking.
55404         * m4/onceonly_2_57.m4: Likewise.
55405
55406 2003-03-17  Bruno Haible  <bruno@clisp.org>
55407
55408         * m4/onceonly.m4: Require autoconf 2.54 or newer.
55409         (m4_quote): Remove macro.
55410         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
55411
55412 2003-03-14  Jim Meyering  <jim@meyering.net>
55413
55414         Merge changes from Coreutils.
55415         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
55416         to be const, in order to avoid warnings.
55417         (obstack_room): Likewise.
55418         (obstack_empty_p): Likewise.
55419
55420 2003-03-14  Bruno Haible  <bruno@clisp.org>
55421
55422         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
55423         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
55424
55425 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55426
55427         Merge changes from Bison.
55428         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
55429         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
55430         when compiling Bison 1.875's `bitset bset = obstack_alloc
55431         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
55432         * lib/hash.c: Include <stdbool.h> unconditionally.
55433
55434 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55435
55436         * m4/onceonly.m4 (m4_quote): New macro.
55437         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
55438         Quote AC_FOREACH variable-expansions properly.
55439
55440 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55441
55442         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
55443
55444 2003-03-09  Paul Eggert  <eggert@twinsun.com>
55445
55446         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
55447         Reported by Bruce Becker; see:
55448         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
55449
55450 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55451             Bruno Haible  <bruno@clisp.org>
55452
55453         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55454         Reported by John Hughes, see
55455         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55456
55457 2003-02-20  Bruno Haible  <bruno@clisp.org>
55458
55459         * MODULES.html.sh (func_all_modules): Add poll.
55460
55461 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55462
55463         * modules/poll: New file.
55464
55465 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55466
55467         * lib/poll_.h: New file.
55468         * lib/poll.c: New file.
55469
55470 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55471
55472         * m4/poll.m4: New file.
55473
55474 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55475
55476         * modules/mathl: New file.
55477
55478 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55479
55480         * lib/mathl.h: New file.
55481         * lib/acosl.c: New file.
55482         * lib/asinl.c: New file.
55483         * lib/atanl.c: New file.
55484         * lib/ceill.c: New file.
55485         * lib/cosl.c: New file.
55486         * lib/expl.c: New file.
55487         * lib/floorl.c: New file.
55488         * lib/frexpl.c: New file.
55489         * lib/ldexpl.c: New file.
55490         * lib/logl.c: New file.
55491         * lib/sincosl.c: New file.
55492         * lib/sinl.c: New file.
55493         * lib/sqrtl.c: New file.
55494         * lib/tanl.c: New file.
55495         * lib/trigl.c: New file.
55496         * lib/trigl.h: New file.
55497
55498 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55499
55500         * m4/mathl.m4: New file.
55501
55502 2003-02-18  Bruno Haible  <bruno@clisp.org>
55503
55504         * MODULES.html.sh (func_all_modules): Add mathl.
55505
55506 2003-02-17  Bruno Haible  <bruno@clisp.org>
55507
55508         * modules/mkdtemp: New module.
55509         * MODULES.html.sh (func_all_modules): Add it.
55510
55511 2003-02-17  Bruno Haible  <bruno@clisp.org>
55512
55513         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55514
55515 2003-02-17  Bruno Haible  <bruno@clisp.org>
55516
55517         * lib/mkdtemp.h: New file, from GNU gettext.
55518         * lib/mkdtemp.c: New file, from GNU gettext.
55519
55520 2003-02-02  Jim Meyering  <jim@meyering.net>
55521
55522         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55523         e.g. glibc-2.2.93.
55524
55525 2003-01-31  Bruno Haible  <bruno@clisp.org>
55526
55527         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55528         'rpl_rename'.
55529         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55530         'rpl_strnlen'.
55531         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55532         'rpl_strtod'.
55533         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55534         'rpl_utime'.
55535
55536 2003-01-31  Bruno Haible  <bruno@clisp.org>
55537
55538         * lib/rename.c: #undef rename before defining rpl_rename.
55539         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55540
55541 2003-01-30  Bruno Haible  <bruno@clisp.org>
55542
55543         * modules/vasnprintf, modules/vasprintf: New modules.
55544         * MODULES.html.sh (func_all_modules): Add them.
55545
55546 2003-01-30  Bruno Haible  <bruno@clisp.org>
55547
55548         * m4/signed.m4: New file, from GNU gettext.
55549         * m4/longdouble.m4: New file, from GNU gettext.
55550         * m4/wchar_t.m4: New file, from GNU gettext.
55551         * m4/wint_t.m4: New file, from GNU gettext.
55552         * m4/vasnprintf.m4: New file.
55553         * m4/vasprintf.m4: New file.
55554
55555 2003-01-30  Bruno Haible  <bruno@clisp.org>
55556
55557         * lib/printf-args.h: New file, from GNU gettext.
55558         * lib/printf-args.c: New file, from GNU gettext.
55559         * lib/printf-parse.h: New file, from GNU gettext.
55560         * lib/printf-parse.c: New file, from GNU gettext.
55561         * lib/vasnprintf.h: New file, from GNU gettext.
55562         * lib/vasnprintf.c: New file, from GNU gettext.
55563         * lib/asnprintf.c: New file, from GNU gettext.
55564         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55565         * lib/vasprintf.c: New file, from GNU gettext.
55566         * lib/asprintf.c: New file, from GNU gettext.
55567
55568 2003-01-29  Bruno Haible  <bruno@clisp.org>
55569
55570         * modules/stpncpy: New module.
55571         * MODULES.html.sh (func_all_modules): Add it.
55572
55573 2003-01-29  Bruno Haible  <bruno@clisp.org>
55574
55575         * m4/stpncpy.m4: New file.
55576
55577 2003-01-29  Bruno Haible  <bruno@clisp.org>
55578
55579         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55580         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55581
55582 2003-01-28  Bruno Haible  <bruno@clisp.org>
55583
55584         * modules/c-ctype: New module.
55585         * MODULES.html.sh (func_all_modules): Add it.
55586
55587 2003-01-28  Bruno Haible  <bruno@clisp.org>
55588
55589         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55590         Paul Eggert.
55591         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55592         Paul Eggert.
55593
55594 2003-01-27  Bruno Haible  <bruno@clisp.org>
55595
55596         * modules/xsetenv: New module.
55597         * MODULES.html.sh (func_all_modules): Add it.
55598
55599 2003-01-27  Bruno Haible  <bruno@clisp.org>
55600
55601         * lib/xsetenv.h: New file, from GNU gettext.
55602         * lib/xsetenv.c: New file, from GNU gettext.
55603
55604 2003-01-23  Jim Meyering  <jim@meyering.net>
55605
55606         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
55607         from working on systems without dirfd (at least Irix and OSF1/Tru64).
55608
55609 2003-01-23  Bruno Haible  <bruno@clisp.org>
55610
55611         * modules/minmax: New module.
55612         * MODULES.html.sh (func_all_modules): Add it.
55613
55614 2003-01-23  Bruno Haible  <bruno@clisp.org>
55615
55616         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
55617         Eggert.
55618
55619 2003-01-22  Bruno Haible  <bruno@clisp.org>
55620
55621         * modules/exit: New module.
55622         * MODULES.html.sh (func_all_modules): Add it.
55623
55624 2003-01-22  Bruno Haible  <bruno@clisp.org>
55625
55626         * lib/exit.h: New file, from GNU gettext.
55627
55628 2003-01-19  Bruno Haible  <bruno@clisp.org>
55629
55630         * gnulib-tool: Recognize option --extract-maintainer.
55631         (func_get_maintainer): New function.
55632         * modules/*: Add Maintainer entry.
55633
55634 2003-01-16  Jim Meyering  <jim@meyering.net>
55635
55636         * m4/regex.m4: The `regex' struct is both input and output.
55637         Initialize it before each use.  Patch by Tim Waugh.
55638
55639 2003-01-16  Bruno Haible  <bruno@clisp.org>
55640
55641         * MODULES.html.sh: Add a table of contents. Add the module name as
55642         leftmost column. Add hyperlinks.
55643
55644 2003-01-15  Bruno Haible  <bruno@clisp.org>
55645
55646         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
55647
55648 2003-01-15  Bruno Haible  <bruno@clisp.org>
55649
55650         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
55651         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
55652         suffix.
55653
55654 2003-01-15  Bruno Haible  <bruno@clisp.org>
55655
55656         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
55657
55658 2003-01-15  Bruno Haible  <bruno@clisp.org>
55659
55660         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
55661         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
55662
55663 2003-01-14  Jim Meyering  <jim@meyering.net>
55664
55665         * lib/same.c (same_name): Tweak a comment.
55666
55667 2003-01-14  Bruno Haible  <bruno@clisp.org>
55668
55669         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
55670         when a string comparison is sufficient.
55671
55672 2003-01-14  Bruno Haible  <bruno@clisp.org>
55673
55674         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
55675         'unsigned int'.
55676
55677 2003-01-14  Bruno Haible  <bruno@clisp.org>
55678
55679         * lib/hash-pjw.c: Add comment about low quality of this function.
55680
55681 2003-01-13  Bruno Haible  <bruno@clisp.org>
55682
55683         * modules/stpcpy: Distribute lib/stpcpy.h.
55684         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
55685
55686 2003-01-13  Bruno Haible  <bruno@clisp.org>
55687
55688         * modules/*: Add a description.
55689         * modules/strpbrk: Fix Makefile.am snippet.
55690         * modules/strtoimax: Fix dependencies.
55691         * modules/strtoumax: Likewise.
55692
55693 2003-01-13  Bruno Haible  <bruno@clisp.org>
55694
55695         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
55696         * modules/alloca (Makefile.am): All object files depend on alloca.h.
55697         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
55698
55699 2003-01-13  Bruno Haible  <bruno@clisp.org>
55700
55701         * gnulib-tool (func_create_testdir): Store config/* files in the main
55702         directory.
55703         * config.rpath: Move to ...
55704         * config/config.rpath: ... here.
55705         * modules/gettext: Contains config/config.rpath, not config.rpath.
55706         * modules/iconv: Likewise.
55707
55708 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55709
55710         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55711         to avoid collisions with libcurses and libreadline.
55712
55713         * m4/getstr.m4: Remove.
55714         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
55715
55716 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55717
55718         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55719         to avoid collisions with libcurses and libreadline.
55720
55721         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
55722         * lib/getstr.h, getstr.c: Remove.
55723         * lib/getline.c: Include "getline.h", to check interface.
55724         Move body of old getstr.c here: this defines MIN_CHUNK and
55725         declares getdelim2, which is renamed from getstr.
55726         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
55727
55728         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
55729         All uses changed.
55730         * lib/linebuffer.h: Likewise.
55731         (readline): Remove backward-compatibility macro.
55732
55733 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55734
55735         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55736         to avoid collisions with libcurses and libreadline.
55737         * getstr: Remove.
55738         * MODULES.html.sh: Remove getstr.
55739         * modules/getline: Depend on unlocked-io, not getstr.
55740
55741 2003-01-12  Jim Meyering  <jim@meyering.net>
55742
55743         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
55744
55745 2003-01-10  Bruno Haible  <bruno@clisp.org>
55746
55747         * modules/alloca: Change Makefile.am requirements. Simplify Include
55748         requirements. Add lib/alloca_.h to file list.
55749
55750 2003-01-10  Bruno Haible  <bruno@clisp.org>
55751
55752         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
55753
55754 2003-01-10  Bruno Haible  <bruno@clisp.org>
55755
55756         * lib/alloca_.h: New file.
55757         * lib/getdate.y: Unconditionally include alloca.h.
55758         * lib/makepath.c: Likewise.
55759         * lib/setenv.c: Likewise.
55760         * lib/userspec.c: Likewise.
55761
55762 2003-01-09  Karl Berry  <karl@gnu.org>
55763
55764         * MODULES.html.sh: include `dirname $0` in PATH, to find
55765         gnulib-tool.
55766
55767 2003-01-09  Bruno Haible  <bruno@clisp.org>
55768
55769         * modules/stdbool: Change configure.ac, Makefile.am requirements.
55770         Simplify Include requirements. Add lib/stdbool.h.in to file list.
55771
55772 2003-01-09  Bruno Haible  <bruno@clisp.org>
55773
55774         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
55775
55776 2003-01-09  Bruno Haible  <bruno@clisp.org>
55777
55778         * lib/stdbool.h.in: New file.
55779
55780 2003-01-09  Bruno Haible  <bruno@clisp.org>
55781
55782         * gnulib-tool (func_all_modules): Ignore files ending in ~.
55783         * MODULES.html.sh: Likewise.
55784
55785 2003-01-08  Jim Meyering  <jim@meyering.net>
55786
55787         * lib/full-write.c: Undefine and define-away `const' after inclusion
55788         of errno.h, not before.  Suggestion from Bruno Haible.
55789
55790 2003-01-08  Bruno Haible  <bruno@clisp.org>
55791
55792         * modules/full-read: Depend on full-write.
55793
55794 2003-01-08  Bruno Haible  <bruno@clisp.org>
55795
55796         * lib/safe-read.c: Include specification header first, to ensure its
55797         selfcontainedness.
55798         * lib/full-write.c: Likewise.
55799
55800 2003-01-07  Jim Meyering  <jim@meyering.net>
55801
55802         * lib/full-write.c: Rework so that it may serve to define full_read,
55803         too.
55804         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
55805
55806 2003-01-07  Bruno Haible  <bruno@clisp.org>
55807
55808         * lib/strtoimax.c: Include <stdint.h> as an alternative to
55809         <inttypes.h>.
55810         * lib/xstrtol.h: Likewise.
55811         * lib/xstrtoimax.c: Likewise.
55812         * lib/xstrtoumax.c: Likewise.
55813         * lib/human.h: Likewise.
55814
55815         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
55816         on systems that have <inttypes.h> but not <stdint.h>.
55817
55818 2003-01-07  Bruno Haible  <bruno@clisp.org>
55819
55820         * MODULES.html.sh: Add copyright notice.
55821         (missed_files): Omit CVS directory entries.
55822         (func_module): Make it work with sed-3.02.
55823         * MODULES.txt: Remove file.
55824
55825 2003-01-06  Jim Meyering  <jim@meyering.net>
55826
55827         * lib/version-etc.c: Update year in translatable copyright string.
55828
55829 2003-01-03  Karl Berry  <karl@gnu.org>
55830
55831         * config/config.{guess,sub}: update from prep.
55832
55833 2003-01-02  Karl Berry  <karl@gnu.org>
55834
55835         * doc/COPYING.DOC: belatedly updated to 1.2.
55836
55837 2003-01-01  Karl Berry  <karl@gnu.org>
55838
55839         * gnulib-tool (func_verify_module): report module name $module in
55840         error message, not $1.
55841         * gnulib-tool (create-testdir): don't complain if destdir couldn't
55842         be created, only if it doesn't exist.
55843         * gnulib-tool (last_checkin_date): don't expand the $Date here.
55844
55845 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55846
55847         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
55848
55849 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55850
55851         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
55852         memcmp if strcoll doesn't work.
55853
55854 2002-12-31  Bruno Haible  <bruno@clisp.org>
55855
55856         * lib/utime.c (utime_null): No need to call ftruncate if the file was
55857         nonempty.
55858
55859 2002-12-31  Bruno Haible  <bruno@clisp.org>
55860
55861         * lib/memcoll.c (STRCOLL): New macro.
55862         (memcoll): Use it.
55863
55864 2002-12-31  Bruno Haible  <bruno@clisp.org>
55865
55866         * lib/localcharset.h: New file.
55867         * lib/localcharset.c: Include it.
55868         * lib/unicodeio.c: Likewise.
55869
55870 2002-12-31  Bruno Haible  <bruno@clisp.org>
55871
55872         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
55873         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
55874
55875 2002-12-31  Bruno Haible  <bruno@clisp.org>
55876
55877         * lib/getline.h: Include <stddef.h>, for size_t.
55878
55879         * lib/unicodeio.h: Include <stddef.h>, for size_t.
55880         * lib/unicodeio.c: Don't include <stddef.h>.
55881
55882 2002-12-31  Bruno Haible  <bruno@clisp.org>
55883
55884         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
55885         HAVE_TM_ZONE.
55886
55887 2002-12-24  Karl Berry  <karl@gnu.org>
55888
55889         * config/config.guess: update from prep.
55890
55891 2002-12-24  Bruno Haible  <bruno@clisp.org>
55892
55893         General infrasructure.
55894         * m4/README: Rewritten.
55895         * m4/onceonly.m4: New file.
55896         * m4/onceonly_2_57.m4: New file.
55897
55898         Module atexit.
55899         * m4/atexit.m4: New file.
55900
55901         Module strtod.
55902         * m4/strtod.m4: New file.
55903
55904         Module strtol.
55905         * m4/strtol.m4: New file.
55906
55907         Module strtoul.
55908         * m4/strtoul.m4: New file.
55909
55910         Module memchr.
55911         * m4/memchr.m4: New file.
55912
55913         Module memcmp.
55914         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
55915         (jm_FUNC_MEMCMP): Invoke it.
55916
55917         Module memcpy.
55918         * m4/memcpy.m4: New file.
55919
55920         Module memmove.
55921         * m4/memmove.m4: New file.
55922
55923         Module memset.
55924         * m4/memset.m4: New file.
55925
55926         Module strcspn.
55927         * m4/strcspn.m4: New file.
55928
55929         Module strpbrk.
55930         * m4/strpbrk.m4: New file.
55931
55932         Module strstr.
55933         * m4/strstr.m4: New file.
55934
55935         Module strerror.
55936         * m4/strerror.m4: New file.
55937
55938         Module mktime.
55939         * m4/mktime.m4: Renamed from jm-mktime.m4.
55940         (gl_PREREQ_MKTIME): New macro.
55941         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
55942
55943         Module malloc.
55944         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
55945         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
55946         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
55947
55948         Module realloc.
55949         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
55950         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
55951         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
55952
55953         Module strftime.
55954         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
55955         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
55956         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
55957         gl_TM_GMTOFF.
55958         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
55959
55960         Module xalloc.
55961         * m4/xalloc.m4: New file.
55962
55963         Module alloca.
55964         * m4/alloca.m4: New file.
55965
55966         Module putenv.
55967         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
55968         (jm_FUNC_PUTENV): Invoke it.
55969
55970         Module setenv.
55971         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
55972         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
55973         when invoked twice.
55974         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
55975         gt_FUNC_SETENV.
55976
55977         Module memrchr.
55978         * m4/memrchr.m4: New file.
55979
55980         Module stpcpy.
55981         * m4/stpcpy.m4: New file.
55982
55983         Module strcase.
55984         * m4/strcase.m4: New file.
55985
55986         Module strdup.
55987         * m4/strdup.m4: New file.
55988
55989         Module strnlen.
55990         * m4/strnlen.m4: New file.
55991
55992         Module strndup.
55993         * m4/strndup.m4: New file.
55994
55995         Module xstrtod.
55996         * m4/xstrtod.m4: New file.
55997
55998         Module xstrtol.
55999         * m4/xstrtol.m4: New file.
56000
56001         Module getdate.
56002         * m4/getdate.m4: New file.
56003
56004         Module unlocked-io.
56005         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
56006         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
56007         * m4/jm-glibc-io.m4n: Remove file.
56008
56009         Module long-options.
56010         * m4/long-options.m4: New file.
56011
56012         Module md5.
56013         * m4/md5.m4: New file.
56014
56015         Module sha.
56016         * m4/sha.m4: New file.
56017
56018         Module getstr.
56019         * m4/getstr.m4: New file.
56020
56021         Module getline.
56022         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
56023         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
56024         <sys/types.h>, for size_t. Use the function name gnu_getline, not
56025         simply getline. Infoke gl_PREREQ_GETLINE.
56026
56027         Module obstack.
56028         * m4/obstack.m4: New file.
56029
56030         Module hash.
56031         * m4/hash.m4: New file.
56032
56033         Module readtokens.
56034         * m4/readtokens.m4: New file.
56035
56036         Module strverscmp.
56037         * m4/strverscmp.m4: New file.
56038
56039         Module stdbool.
56040         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
56041         OSF/1.
56042
56043         Module strtoll.
56044         * m4/strtoll.m4: New file.
56045
56046         Module strtoull.
56047         * m4/strtoull.m4: New file.
56048
56049         Module strtoimax.
56050         * m4/strtoimax.m4: New file.
56051
56052         Module strtoumax.
56053         * m4/strtoumax.m4: New file.
56054
56055         Module xstrtoimax.
56056         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
56057         jm_AC_PREREQ_XSTRTOIMAX.
56058         Moved the strtol prerequisites to strtol.m4.
56059         Moved the strtoll prerequisites to strtoll.m4.
56060         Moved the strtoimax prerequisites to strtoimax.m4.
56061
56062         Module xstrtoumax.
56063         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
56064         jm_AC_PREREQ_XSTRTOUMAX.
56065         Moved the strtoul prerequisites to strtoul.m4.
56066         Moved the strtoull prerequisites to strtoull.m4.
56067         Moved the strtoumax prerequisites to strtoumax.m4.
56068
56069         Module chown.
56070         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
56071         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
56072
56073         Module dup2.
56074         * m4/dup2.m4: New file.
56075
56076         Module ftruncate.
56077         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
56078         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
56079
56080         Module getgroups.
56081         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
56082         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
56083
56084         Module gettimeofday.
56085         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
56086         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
56087         gl_PREREQ_GETTIMEOFDAY.
56088
56089         Module mkdir.
56090         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
56091         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
56092
56093         Module mkstemp.
56094         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
56095         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
56096         jm_AC_TYPE_UINTMAX_T.
56097         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
56098
56099         Module stat.
56100         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
56101         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
56102
56103         Module lstat.
56104         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
56105         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
56106
56107         Module timespec.
56108         * m4/timespec.m4 (gl_TIMESPEC): New macro.
56109         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
56110         * m4/st_mtim.m4: Indentation.
56111
56112         Module nanosleep.
56113         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
56114         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
56115         gl_PREREQ_NANOSLEEP.
56116
56117         Module regex.
56118         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
56119         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
56120         (gl_REGEX): New macro.
56121
56122         Module rename.
56123         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
56124         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
56125
56126         Module rmdir.
56127         * m4/rmdir.m4: New file.
56128
56129         Module utime.
56130         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
56131         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
56132         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
56133
56134         Module dirname.
56135         * m4/dirname.m4: New file.
56136
56137         Module getopt.
56138         * m4/getopt.m4: New file.
56139
56140         Module unistd-safer.
56141         * m4/unistd-safer.m4: New file.
56142
56143         Module fnmatch.
56144         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
56145         declaration.
56146         (gl_PREREQ_FNMATCH_EXTRA): New macro.
56147         (gl_FUNC_FNMATCH_POSIX): New macro.
56148         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
56149         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
56150         simply fnmatch.
56151
56152         Module exclude.
56153         * m4/exclude.m4: New file.
56154
56155         Module human.
56156         * m4/human.m4: New file.
56157
56158         Module acl.
56159         * m4/acl.m4: Nop.
56160
56161         Module backupfile.
56162         * m4/backupfile.m4: New file.
56163         * m4/d-ino.m4: Indentation.
56164
56165         Module fsusage.
56166         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
56167         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
56168         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
56169
56170         Module dirfd.
56171         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
56172         requirements.
56173
56174         Module euidaccess.
56175         * m4/euidaccess.m4: New file.
56176
56177         Module file-type.
56178         * m4/file-type.m4: New file.
56179
56180         Module fileblocks.
56181         * m4/fileblocks.m4: New file.
56182
56183         Module filemode.
56184         * m4/filemode.m4: New file.
56185
56186         Module isdir.
56187         * m4/isdir.m4: New file.
56188
56189         Module lchown.
56190         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
56191         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
56192
56193         Module makepath.
56194         * m4/makepath.m4: New file.
56195
56196         Module modechange.
56197         * m4/modechange.m4: New file.
56198
56199         Module mountlist.
56200         * m4/mountlist.m4: New file.
56201         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
56202         Indentation.
56203
56204         Module path-concat.
56205         * m4/path-concat.m4: New file.
56206
56207         Module pathmax.
56208         * m4/pathmax.m4: New file.
56209
56210         Module same.
56211         * m4/same.m4: New file.
56212
56213         Module save-cwd.
56214         * m4/save-cwd.m4: New file.
56215
56216         Module savedir.
56217         * m4/savedir.m4: New file.
56218
56219         Module xgetcwd.
56220         * m4/xgetcwd.m4: New file.
56221         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
56222
56223         Module xreadlink.
56224         * m4/xreadlink.m4: New file.
56225
56226         Module safe-read.
56227         * m4/safe-read.m4: New file.
56228
56229         Module safe-write.
56230         * m4/safe-write.m4: New file.
56231
56232         Module closeout.
56233         * m4/closeout.m4: New file.
56234
56235         Module stdio-safer.
56236         * m4/stdio-safer.m4: New file.
56237
56238         Module getpass.
56239         * m4/getpass.m4: New file.
56240
56241         Module getugroups.
56242         * m4/getugroups.m4: New file.
56243
56244         Module group-member.
56245         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
56246         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
56247
56248         Module idcache.
56249         * m4/idcache.m4: New file.
56250
56251         Module userspec.
56252         * m4/userspec.m4: New file.
56253
56254         Module gettime.
56255         * m4/clock_time.m4: New file.
56256         * m4/gettime.m4: New file.
56257
56258         Module settime.
56259         * m4/settime.m4: New file.
56260
56261         Module posixtm.
56262         * m4/posixtm.m4: New file.
56263
56264         Module gethostname.
56265         * m4/gethostname.m4: New file.
56266
56267         Module canon-host.
56268         * m4/canon-host.m4: New file.
56269
56270         Module gettext.
56271         * m4/codeset.m4: New file, from gettext-0.11.5.
56272         * m4/gettext.m4: New file, from gettext-0.11.5.
56273         * m4/glibc21.m4: New file, from gettext-0.11.5.
56274         * m4/iconv.m4: New file, from gettext-0.11.5.
56275         * m4/intdiv0.m4: New file, from gettext-0.11.5.
56276         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
56277         * m4/inttypes.m4: New file, from gettext-0.11.5.
56278         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
56279         * m4/isc-posix.m4: New file, from gettext-0.11.5.
56280         * m4/lcmessage.m4: New file, from gettext-0.11.5.
56281         * m4/lib-ld.m4: New file, from gettext-0.11.5.
56282         * m4/lib-link.m4: New file, from gettext-0.11.5.
56283         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
56284         * m4/progtest.m4: New file, from gettext-0.11.5.
56285         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
56286         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
56287         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
56288
56289         Module localcharset.
56290         * m4/localcharset.m4: New file.
56291
56292         Module hard-locale.
56293         * m4/hard-locale.m4: New file.
56294
56295         Module mbswidth.
56296         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56297         onceonly macros.
56298         * m4/mbrtowc.m4: Add comment.
56299
56300         Module memcasecmp.
56301         * m4/memcasecmp.m4: New file.
56302
56303         Module memcoll.
56304         * m4/memcoll.m4: New file.
56305
56306         Module unicodeio.
56307         * m4/unicodeio.m4: New file.
56308
56309         Module rpmatch.
56310         * m4/rpmatch.m4: New file.
56311
56312         Module yesno.
56313         * m4/yesno.m4: New file.
56314
56315         Module exitfail.
56316         * m4/exitfail.m4: New file.
56317
56318         Module c-stack.
56319         * m4/c-stack.m4 (gl_C_STACK): New macro.
56320         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
56321
56322         Module error.
56323         * m4/error.m4 (gl_ERROR): New macro.
56324         (jm_PREREQ_ERROR): Use onceonly macros.
56325
56326         Module fatal.
56327         * m4/fatal.m4: New file.
56328
56329         Module getloadavg.
56330         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
56331         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
56332
56333         Module getpagesize.
56334         * m4/getpagesize.m4: New file.
56335
56336         Module getusershell.
56337         * m4/getusershell.m4: New file.
56338
56339         Module physmem.
56340         * m4/physmem.m4: New file.
56341
56342         Module posixver.
56343         * m4/posixver.m4: New file.
56344
56345         Module quotearg.
56346         * m4/quotearg.m4: New file.
56347
56348         Module quote.
56349         * m4/quote.m4: New file.
56350
56351         Module readutmp.
56352         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
56353
56354         Module sig2str.
56355         * m4/sig2str.m4: New file.
56356
56357         Other.
56358         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
56359         ulonglong.m4.
56360         * m4/intmax_t.m4: New file.
56361         * m4/d-type.m4: Indentation.
56362         * m4/jm-macros.m4: Update.
56363         * m4/prereq.m4 (jm_PREREQ): Update.
56364         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
56365         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
56366         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
56367         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
56368         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
56369         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
56370         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
56371         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
56372         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
56373         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
56374         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
56375         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
56376         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
56377         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
56378         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
56379         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
56380         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
56381         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
56382         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
56383
56384 2002-12-24  Bruno Haible  <bruno@clisp.org>
56385
56386         * MODULES.txt: Update according to m4/ changes.
56387
56388         Module gettext.
56389         * config.rpath: New file, from gettext-0.11.5.
56390
56391         * modules/*: New module descriptions.
56392         * gnulib-tool: New file.
56393         * MODULES.html.sh: New file.
56394
56395 2002-12-21  Karl Berry  <karl@gnu.org>
56396
56397         * doc/fdl.texi: update to version 1.2.
56398
56399 2002-12-19  Karl Berry  <karl@gnu.org>
56400
56401         * config/config.guess: update from prep.
56402
56403 2002-12-18  Bruno Haible  <bruno@clisp.org>
56404
56405         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
56406         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
56407
56408 2002-12-17  Bruno Haible  <bruno@clisp.org>
56409
56410         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
56411         stdlib.h, string.h.
56412
56413 2002-12-17  Bruno Haible  <bruno@clisp.org>
56414
56415         * lib/canon-host.c (strdup): Remove unused declaration.
56416
56417         * lib/fsusage.c: Include full_read.h.
56418         (get_fs_usage): Use full_read instead of safe_read.
56419
56420         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
56421
56422 2002-12-12  Karl Berry  <karl@gnu.org>
56423
56424         * config/config.guess: update from prep.
56425
56426 2002-12-11  Bruno Haible  <bruno@clisp.org>
56427
56428         * m4/setenv.m4: New file, from gettext-0.11.5.
56429
56430 2002-12-11  Bruno Haible  <bruno@clisp.org>
56431
56432         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
56433         not unsetenv().
56434         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
56435         modifications:
56436
56437         2002-12-11  Bruno Haible  <bruno@clisp.org>
56438
56439                 * setenv.c (alloca): Fall back to malloc.
56440                 (freea): New macro.
56441                 (setenv): Use freea() to free memory allocated with alloca().
56442
56443         2002-11-13  Bruno Haible  <bruno@clisp.org>
56444
56445                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
56446                 function declarations.
56447                 * unsetenv.c (unsetenv): Likewise.
56448
56449         2002-03-04  Bruno Haible  <bruno@clisp.org>
56450
56451                 Portability to AIX 4.3.3.
56452                 * unsetenv.c: New file, extracted from setenv.c.
56453                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56454
56455         2001-12-20  Bruno Haible  <bruno@clisp.org>
56456
56457                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56458                 use malloc instead. For SunOS 4.
56459
56460         2001-12-11  Bruno Haible  <bruno@clisp.org>
56461
56462                 * setenv.c: Declare alloca.
56463                 (compar_fn_t): New typedef.
56464                 (KNOWN_VALUE, STORE_VALUE): Use it.
56465
56466         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56467         setenv.h.
56468
56469 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56470
56471         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56472         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56473         Choose values that are less likely to collide with system fnmatch
56474         options.
56475         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56476         defined (e.g., a pure POSIX system).
56477         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56478         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56479
56480 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56481
56482         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56483         a pain in practice to deal with generated m4 files.  This change
56484         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56485
56486         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56487         and jm-glibc-io.m4, as they are no longer a special case.
56488         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56489         kludge and the auto-generation stuff.  Check only whether the
56490         functions are declared, not whether they exist, since older hosts
56491         that don't declare the functions can't use the optimization anyway.
56492
56493 2002-12-06  Jim Meyering  <jim@meyering.net>
56494
56495         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56496
56497         Merge in changes from libc's misc/error.c, in preparation
56498         for the merge of gnulib's changes back into libc.
56499
56500         * lib/error.c (_): Define only if not already defined.
56501         Move definition to follow all #include directives.
56502         Include unlocked-io.h only if !_LIBC.
56503         [_LIBC]: Include <libio/libioP.h>.
56504         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56505         (fflush): Tweak definition to use INTUSE.
56506         (putc): Define.
56507
56508 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56509
56510         * lib/alloca.c [defined emacs]: Include "lisp.h".
56511         (xalloc_die) [defined emacs]: New macro.
56512         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56513         [! defined emacs]: Include <xalloc.h>.
56514         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56515         (pointer): Typedef to POINTER_TYPE *.
56516         (malloc): Remove decl; we now always use xmalloc.
56517         (alloca): Use old-style definition, since Emacs needs this.
56518         Check for arithmetic overflow when computing combined size.
56519
56520 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56521
56522         Do not generate unlocked-io.h automatically, since it's easier to
56523         maintain it by hand.
56524
56525         * lib/unlocked-io.h: New file, from GNU diffutils,
56526         but with proper copyright notice and attribution.
56527         * lib/gen-uio: Remove.
56528         * lib/Makefile.am: Add copyright notice.
56529         (libfetish_a_SOURCES): Add unlocked-io.h.
56530         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56531         (DISTCLEANFILES, io_functions): Remove macros.
56532         (EXTRA_DIST): Remove gen_uio.
56533         (unlocked-io.h): Remove rule.
56534
56535 2002-12-04  Jim Meyering  <jim@meyering.net>
56536
56537         Reflect the fact that stat.c and lstat.c are no longer generated.
56538         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56539         (DISTCLEANFILES): Likewise.
56540         (EXTRA_DIST): Likewise.
56541         (all_local): Don't depend on stat.c or lstat.c.
56542         (stat.c, lstat.c): Remove rules.
56543         (EXTRA_DIST): Remove xstat.in.
56544
56545         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56546         * lib/stat.c: New file.  Contents mostly from xstat.in.
56547         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56548         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56549
56550         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56551         too.
56552         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56553
56554 2002-12-03  Jim Meyering  <jim@meyering.net>
56555
56556         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56557         but not semantics, to minimize the differences between these two files.
56558         (safe_read): Change comment to mention SAFE_READ_ERROR.
56559
56560         * lib/safe-read.c (IS_EINTR): Define.
56561         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56562
56563 2002-12-02  Jim Meyering  <jim@meyering.net>
56564
56565         * lib/safe-read.c (EINTR): Define.
56566         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56567         (INT_MAX): Provide fallback.
56568         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56569
56570         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56571
56572 2002-12-02  Bruno Haible  <bruno@clisp.org>
56573
56574         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56575         Define, taken from safe-read.c.
56576         (INT_MAX): Provide fallback.
56577         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56578         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56579
56580         * lib/safe-read.c (EINTR): Remove definition.
56581         (safe_read): Don't use EINTR if it is absent.
56582
56583 2002-12-01  Jim Meyering  <jim@meyering.net>
56584
56585         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56586         zero.
56587         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56588
56589 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56590
56591         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56592         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56593         with `if (! (value < limit)) abort ();', for readability.
56594
56595 2002-11-26  Karl Berry  <karl@gnu.org>
56596
56597         * lib/strdup.c: copy from libc again, with jim's ok.
56598         * lib/.cppi-disable: re-add strdup.c
56599
56600 2002-11-25  Karl Berry  <karl@gnu.org>
56601
56602         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
56603         instead of "strtol.c".
56604
56605 2002-11-25  Karl Berry  <karl@gnu.org>
56606
56607         * config/install-sh: update from automake for variable quoting, $0 in
56608         error msgs, etc.
56609
56610         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
56611         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
56612         entry.
56613
56614 2002-11-25  Jim Meyering  <jim@meyering.net>
56615
56616         * lib/mktime.c: Sync from libc, now that it has the latest fix.
56617
56618 2002-11-24  Karl Berry  <karl@gnu.org>
56619
56620         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
56621         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
56622
56623 2002-11-24  Jim Meyering  <jim@meyering.net>
56624
56625         Update from coreutils:
56626
56627         * lib/mktime.c: Merge in changes from libc.
56628
56629         Avoid a link-time failure on some Linux systems.
56630         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
56631         (otherwise).
56632         (__mon_yday): Declare with the STATIC attribute.
56633         (__mktime_internal): Likewise.
56634         Based on a report from Greg Schafer.
56635
56636 2002-11-23  Jim Meyering  <jim@meyering.net>
56637
56638         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
56639         Use `unsigned', not `int', as type of index.
56640
56641         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
56642
56643         * lib/fsusage.c: Remove unneeded parentheses around operands of
56644         `defined'.
56645
56646 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56647
56648         * lib/quotearg.h: Allow multiple inclusion by surrounding with
56649         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
56650         so that we can be included first.
56651         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
56652         * lib/quotearg.c: Include quotearg.h immediately after config.h.
56653         No need to include stddef.h or sys/types.h any more.
56654         Surround local include files with "", not "<>".
56655         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
56656         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
56657         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
56658         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
56659         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
56660         (ISPRINT): Remove; no longer needed now that we assume C89.
56661
56662         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
56663         Preserve errno.
56664
56665         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
56666         quotearg_char): Use SIZE_MAX rather than
56667         (size_t) -1 when we are talking about "infinity".
56668
56669         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
56670
56671 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56672
56673         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
56674         hint that one should use `if (! x) abort ();' rather than `assert
56675         (x);', and anyway it's one less thing to worry about configuring.
56676         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
56677         hash_rehash, hash_insert): Use abort rather than assert.
56678
56679 2002-11-22  Bruno Haible  <bruno@clisp.org>
56680
56681         * lib/safe-read.h: Assume C89. Add comments.
56682         (safe_read): Change return type to size_t.
56683         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
56684         byte counts > SSIZE_MAX correctly.
56685         * lib/safe-write.h: New file.
56686         * lib/safe-write.c: New file.
56687         * lib/full-read.h: New file.
56688         * lib/full-read.c: New file.
56689         * lib/full-write.h: Assume C89. Add comments.
56690         * lib/full-write.c: Include safe-write.h.
56691         (full_write): Rewritten to use safe_write.
56692         Suggested by Jim Meyering and Paul Eggert.
56693
56694 2002-11-21  Jim Meyering  <jim@meyering.net>
56695
56696         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
56697
56698         Merge in changes from the coreutils.
56699
56700         2002-09-25  Paul Eggert  <eggert@twinsun.com>
56701         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
56702         <stdint.h>.
56703         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
56704         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
56705         int.  Work more efficiently if X is the same width as uintmax_t.
56706         Do not compare X to -1, to avoid bogus compiler warning.
56707         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
56708         Don't assume that f_frsize and f_bsize are the same type.
56709
56710         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
56711         warning on FreeBSD.
56712
56713         * lib/makepath.c (make_path): Restore umask *before* creating the final
56714         component.
56715         (make_path): Minor reformatting.
56716
56717         * lib/xmalloc.c: Adjust to work with new autoconf macros,
56718         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
56719         HAVE_MALLOC/HAVE_REALLOC.
56720
56721         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
56722         dummy ones.  At least on GNU/Linux systems, `auto' means something
56723         else.
56724         From Michael Stone.
56725
56726 2002-11-21  Bruno Haible  <bruno@clisp.org>
56727
56728         Remove case insensitive option matching.
56729         * lib/argmatch.h (argcasematch): Remove declaration.
56730         (ARGCASEMATCH): Remove macro.
56731         (__xargmatch_internal): Remove case_sensitive argument.
56732         (XARGMATCH): Update.
56733         (XARGCASEMATCH): Remove macro.
56734         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
56735         case_sensitive argument.
56736         (argcasematch): Remove function.
56737         (__xargmatch_internal): Remove case_sensitive argument.
56738         (main): Use XARGMATCH instead of XARGCASEMATCH.
56739
56740         * lib/xmalloc.c: Change compile-time error message. Add comment about
56741         required autoconf version.
56742
56743 2002-11-20  Paul Eggert  <eggert@twinsun.com>
56744
56745         Merge argmatch cleanups from Bison.  Assume C89.
56746
56747         * lib/argmatch.c: Include config.h here, not in argmatch.h.
56748         Include stdlib.h, for EXIT_FAILURE.
56749         Always include <string.h>, since we assume C89.
56750         (EXIT_FAILURE): Remove pre-C89 bug workaround.
56751         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
56752         Include <stddef.h> instead, since it's all we need for size_t.
56753         (PARAMS): Remove.  All uses removed.
56754         (ARRAY_CARDINALITY): Do not bother to #undef.
56755         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
56756         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56757         Remove unnecessary parentheses.
56758         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56759         Insert necessary parentheses.
56760         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
56761         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
56762
56763 2002-11-19  Bruno Haible  <bruno@clisp.org>
56764
56765         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
56766         * lib/mbswidth.h: Include <stddef.h>, for size_t.
56767
56768         * lib/mbswidth.h (PARAMS): Remove macro.
56769         (mbswidth, mbsnwidth): Use ANSI C function declarations.
56770         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
56771
56772         * lib/gcd.h (PARAMS): Remove macro.
56773         (gcd): Use ANSI C function declarations.
56774         * lib/gcd.c (gcd): Likewise.
56775
56776 2002-11-15  Bruno Haible  <bruno@clisp.org>
56777
56778         * lib/strcspn.c: Include <stddef.h>.
56779         (strcspn): Use ANSI C function declaration. Change return type to
56780         size_t. Use NULL.
56781         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
56782         (strpbrk): Use NULL.
56783         * lib/strpbrk.h (PARAMS): Remove macro.
56784         (strpbrk): Use ANSI C function declaration.
56785         * lib/strstr.c: Don't include <sys/types.h>.
56786         * lib/strstr.h (PARAMS): Remove macro.
56787         (strstr): Use ANSI C function declarations.
56788
56789 2002-11-14  Karl Berry  <karl@gnu.org>
56790
56791         * config/mkinstalldirs: `do' on separate line, instead of
56792         `for var; do'.
56793
56794 2002-11-06  Bruno Haible  <bruno@clisp.org>
56795
56796         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
56797         * lib/gcd.c (gcd): Likewise.
56798
56799 2002-11-05  Bruno Haible  <bruno@clisp.org>
56800
56801         * lib/gcd.h: New file, from gettext-0.11.5.
56802         * lib/gcd.c: New file, from gettext-0.11.5.
56803
56804 2002-11-05  Bruno Haible  <bruno@clisp.org>
56805
56806         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56807         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56808         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56809         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56810
56811         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
56812         <libintl.h>.
56813         * lib/makepath.c: Include gettext.h instead of <locale.h> and
56814         <libintl.h>.
56815
56816         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
56817         * lib/human.c: Include gettext.h instead of <libintl.h>.
56818         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
56819         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
56820         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
56821         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
56822         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
56823         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
56824         (textdomain): Remove definition.
56825         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
56826
56827         * lib/long-options.c: Remove include of <libintl.h> and definition of
56828         _.
56829         * lib/same.c: Remove include of <libintl.h> and definition of _.
56830
56831 2002-11-04  Owen Taylor  <otaylor@redhat.com>
56832
56833         * lib/config.charset: A few additions for Solaris.
56834
56835 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56836
56837         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
56838         * lib/localcharset.c (locale_charset): Declare as extern "C".
56839
56840 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56841
56842         * lib/config.charset: msdos in uk_UA uses CP1125.
56843
56844 2002-11-04  Bruno Haible  <bruno@clisp.org>
56845
56846         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
56847         * lib/strcase.h: New file, from GNU gettext-0.11.5.
56848         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
56849         * lib/strstr.h: New file, from GNU gettext-0.11.5.
56850         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
56851
56852 2002-11-04  Bruno Haible  <bruno@clisp.org>
56853
56854         * lib/localcharset.c (locale_charset): Don't return an empty string.
56855
56856 2002-11-04  Bruno Haible  <bruno@clisp.org>
56857
56858         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
56859         aliases.
56860
56861 2002-11-04  Bruno Haible  <bruno@clisp.org>
56862
56863         * lib/config.charset: Update for newest glibc. Add canonical names
56864         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
56865
56866 2002-11-04  Bruno Haible  <bruno@clisp.org>
56867
56868         * lib/config.charset: Add support for NetBSD.
56869
56870 2002-11-04  Bruno Haible  <bruno@clisp.org>
56871
56872         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
56873
56874 2002-11-01  Bruno Haible  <bruno@clisp.org>
56875
56876         * configure.in: Add AC_CONFIG_AUX_DIR call.
56877         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
56878         test/Makefile.
56879         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
56880
56881 2002-09-28  Karl Berry  <karl@gnu.org>
56882
56883         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
56884         installed automake until the next release, since changes have been
56885         made.
56886
56887 2002-09-25  Karl Berry  <karl@gnu.org>
56888
56889         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
56890         * lib/getopt*: copy from libc/posix.
56891         * lib/gettext.h: copy from gettext.
56892         * lib/.cppi-disable: add strdup.c, gettext.h.
56893
56894 2002-09-25  Karl Berry  <karl@gnu.org>
56895
56896         * config/srclist.txt: enable gettext.h check.
56897         * config/config.{guess,sub}: update from prep.
56898         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
56899                 from automake 1.6.3.
56900         See srclist*.
56901
56902 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
56903
56904         * regex.c (PATFETCH): Remove the translating fetch.
56905         (PATFETCH_RAW): Rename to PATFETCH.
56906         (set_image_of_range): New fun.
56907         (SET_RANGE_TABLE_WORK_AREA): Use it.
56908         (regex_compile): Don't translate the pattern chars so eagerly.
56909         Only do it when inserting an `exactn' bytecode or when handling
56910         a char-range.
56911         (mutually_exclusive_p): Avoid empty statement.
56912
56913 2002-07-06  Jim Meyering  <meyering@lucent.com>
56914
56915         * m4/README: Don't mention Makefile.am.in.
56916         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
56917
56918 2002-07-01  Jim Meyering  <meyering@lucent.com>
56919
56920         * lib/c-stack.c: Include sys/time.h.
56921         From Volker Borchert.
56922
56923 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56924
56925         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
56926
56927 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56928
56929         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
56930         New macro.  Use it uniformly instead of
56931         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
56932         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
56933         reported by Vin Shelton.
56934
56935 2002-06-22  Paul Eggert  <eggert@twinsun.com>
56936
56937         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
56938         Do not assume SA_SIGINFO behavior.
56939         Bug reported by Jim Meyering on NetBSD 1.5.2.
56940
56941 2002-06-22  Jim Meyering  <meyering@lucent.com>
56942
56943         * m4/c-stack.m4: New file, from diffutils-2.8.2.
56944         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
56945
56946         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
56947         now that configure.ac uses AC_GNU_SOURCE.
56948         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
56949         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
56950
56951         Update to latest tools.  Suggestions from Paul Eggert.
56952         * m4/stdbool.m4: New file, from diffutils-2.8.2.
56953         * m4/gnu-source.m4: Update from diffutils-2.8.2.
56954         * m4/fnmatch.m4: Likewise.
56955         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
56956         to AC_HEADER_STDBOOL
56957
56958 2002-06-22  Jim Meyering  <meyering@lucent.com>
56959
56960         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
56961         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
56962
56963 2002-06-22  Jim Meyering  <meyering@lucent.com>
56964
56965         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
56966
56967         * lib/exitfail.c, exitfail.h: Likewise.
56968         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
56969
56970         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
56971         of fnmatch.h.
56972         (EXTRA_DIST): Add fnmatch_loop.c.
56973         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
56974
56975         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
56976         * lib/fnmatch.c: Update from diffutils-2.8.2.
56977         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
56978         * lib/fnmatch.h: Remove file.
56979
56980 2002-06-21  Jim Meyering  <meyering@lucent.com>
56981
56982         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
56983         * m4/mbrtowc.m4: Likewise.
56984
56985         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
56986         * m4/mbswidth.m4: Reflect name change:
56987         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
56988         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
56989
56990         * m4/lib-link.m4: Update from gettext-0.11.2.
56991         * m4/gettext.m4: Likewise.
56992
56993         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
56994         From Alfred M. Szmidt.
56995
56996 2002-06-18  Paul Eggert  <eggert@twinsun.com>
56997
56998         * lib/file-type.h: Report an error if neither S_ISREG nor
56999         S_IFREG is defined, instead of using a test specific to glibc
57000         2.2.  This should be safe, since POSIX requires S_ISREG and
57001         Unix Version 7 had S_IFREG.  We don't need to check for
57002         <sys/types.h> since we don't use any symbols that it defines.
57003
57004 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
57005
57006         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
57007         $@-t, so that each temporary file name is unique and valid in the first
57008         8 characters, for operation under DOS.
57009
57010 2002-06-15  Paul Eggert  <eggert@twinsun.com>
57011
57012         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
57013
57014 2002-06-15  Jim Meyering  <meyering@lucent.com>
57015
57016         Work even with DJGPP 2.03, which lacks support for symlinks.
57017         From Richard Dawe.
57018         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
57019         is defined.
57020         * lib/lchown.c (S_ISLNK): Likewise.
57021
57022 2002-06-15  Jim Meyering  <meyering@lucent.com>
57023
57024         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
57025         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
57026         have been included before this file.
57027
57028 2002-06-14  Jim Meyering  <meyering@lucent.com>
57029
57030         * lib/file-type.h: Use the version from diffutils-2.8.2.
57031         * lib/file-type.c: Likewise.
57032
57033 2002-06-07  Jim Meyering  <meyering@lucent.com>
57034
57035         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
57036         They're needed at least for NetBSD 1.5.2.
57037         ($statxfs_includes): Include those same headers.
57038         ($statxfs_includes): Include sys/vfs.h if available.
57039         ($statxfs_includes): Likewise for sys/statvfs.h.
57040         Check for the following members in both structs statfs and statvfs:
57041         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
57042
57043 2002-06-01  Jim Meyering  <meyering@lucent.com>
57044
57045         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
57046         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
57047
57048 2002-05-28  Jim Meyering  <meyering@lucent.com>
57049
57050         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
57051         Reported by Volker Borchert.
57052
57053 2002-05-27  Jim Meyering  <meyering@lucent.com>
57054
57055         Fix a problem seen only on nonconforming systems whereby ls.c's
57056         use of localtime, and then of gettimeofday would cause trouble:
57057         the localtime call used to initialize rpl_gettimeofday's save
57058         mechanism would clobber ls's current local time information so
57059         that in any long listing the first file would always be listed
57060         with date 1970-01-01.  Analysis by Volker Borchert.
57061
57062         * lib/gettimeofday.c (localtime): Undefine.
57063         (rpl_localtime): New function.
57064
57065 2002-05-27  Jim Meyering  <meyering@lucent.com>
57066
57067         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
57068         localtime.
57069
57070         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
57071         use the replacement function; it wouldn't resolve at link time.
57072         Reported by Volker Borchert.
57073
57074 2002-05-22  Jim Meyering  <meyering@lucent.com>
57075
57076         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
57077         file-type.h.
57078         * lib/file-type.h: New file.
57079         * lib/file-type.c (file_type): New file/function.  Extracted from
57080         diffutils.
57081
57082 2002-04-30  Jim Meyering  <meyering@lucent.com>
57083
57084         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
57085
57086 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57087
57088         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
57089
57090 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57091
57092         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
57093         Do not check for alloca.h (no longer used) or stdbool.h (was never
57094         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
57095
57096 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57097
57098         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
57099
57100 2002-04-29  Jim Meyering  <meyering@lucent.com>
57101
57102         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
57103         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
57104         Use AC_FUNC_STRNLEN here instead.
57105
57106         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
57107         With autoconf-2.53a, it's part of AC_PROG_CC.
57108
57109 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57110
57111         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
57112         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
57113
57114 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57115
57116         * lib/sig2str.h, lib/sig2str.c: New files.
57117         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
57118
57119 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57120
57121         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
57122         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
57123         of 127, since 64 is the largest conceivable number for ancient
57124         nonstandard hosts.
57125         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
57126
57127 2002-04-28  Jim Meyering  <meyering@lucent.com>
57128
57129         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
57130
57131 2002-04-24  Jim Meyering  <meyering@lucent.com>
57132
57133         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
57134         (jm_PREREQ): Use it.
57135
57136         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
57137         mach/mach.h fcntl.h.
57138         Check for this function: setlocale.
57139
57140 2002-04-24  Jim Meyering  <meyering@lucent.com>
57141
57142         * lib/gettext.h: New file, from Gettext.
57143         * lib/Makefile.am (INCLUDES): Remove -I../intl.
57144         (libfetish_a_SOURCES): Add gettext.h.
57145
57146 2002-04-16  Jim Meyering  <meyering@lucent.com>
57147
57148         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
57149         ut_pid, ut_id, ut_exit.
57150
57151 2002-04-16  Jim Meyering  <meyering@lucent.com>
57152
57153         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
57154         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
57155         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
57156
57157 2002-04-12  Jim Meyering  <meyering@lucent.com>
57158
57159         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
57160         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
57161         existence of the getmntinfo function.  Needed for Darwin 5.3.
57162
57163         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
57164         This is necessary at least on Darwin 5.3.
57165
57166         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
57167         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
57168         strnlen.o in the library, and that makes some versions of ranlib
57169         object.
57170
57171 2002-04-12  Jim Meyering  <meyering@lucent.com>
57172
57173         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
57174
57175 2002-04-09  Jim Meyering  <meyering@lucent.com>
57176
57177         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
57178         to be more precise.  Rather than saying we're checking whether the
57179         function `works', say what we're testing.
57180         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
57181         Reported by Bruno Haible.
57182
57183 2002-03-10  Jim Meyering  <meyering@lucent.com>
57184
57185         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
57186         Suggestion from Santiago Vila.
57187
57188 2002-03-08  Jim Meyering  <meyering@lucent.com>
57189
57190         * lib/rename.c: Mention that this wrapper is needed also on
57191         mips-dec-ultrix4.4 systems.
57192
57193 2002-03-02  Jim Meyering  <meyering@lucent.com>
57194
57195         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
57196         not HAVE_CLOCK_SETTIME.
57197
57198 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57199
57200         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
57201         Check for clock_settime.
57202
57203 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57204
57205         * lib/nanosleep.h: Rename to....
57206         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
57207
57208         * lib/gettime.c: New file.
57209         * lib/settime.c: New file.
57210         * lib/stime.c: Remove.
57211
57212         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
57213         timespec.h.  Remove nanosleep.h.
57214
57215 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57216
57217         * m4/acl.m4: New file.
57218         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
57219         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
57220
57221 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57222
57223         * lib/acl.c, lib/acl.h: New files.
57224         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
57225
57226 2002-02-24  Jim Meyering  <meyering@lucent.com>
57227
57228         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
57229         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
57230         cause trouble.  Reported by Nelson Beebe.
57231
57232 2002-02-23  Paul Eggert  <eggert@twinsun.com>
57233
57234         * lib/path-concat.c (xpath_concat): Reorder code to pacify
57235         compilers that don't know that xalloc_die never returns.
57236
57237 2002-02-20  Jim Meyering  <meyering@lucent.com>
57238
57239         * lib/getdate.c: Regenerate using bison-1.33.
57240
57241 2002-02-17  Jim Meyering  <meyering@lucent.com>
57242
57243         * config/config.guess (main): Don't use `head -1'; it's no longer
57244         portable. Use `sed 1q' instead.
57245
57246 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
57247
57248         * m4/codeset.m4: Upgrade to gettext-0.11.
57249         * m4/gettext.m4: Upgrade to gettext-0.11.
57250         * m4/glibc21.m4: Upgrade to gettext-0.11.
57251         * m4/iconv.m4: Upgrade to gettext-0.11.
57252         * m4/isc-posix.m4: Upgrade to gettext-0.11.
57253         * m4/lcmessage.m4: Upgrade to gettext-0.11.
57254         * m4/lib-ld.m4: New file, from gettext-0.11.
57255         * m4/lib-link.m4: New file, from gettext-0.11.
57256         * m4/lib-prefix.m4: New file, from gettext-0.11.
57257         * m4/progtest.m4: Upgrade to gettext-0.11.
57258
57259 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57260
57261         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
57262         (jm_PREREQ): Use it.
57263
57264 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57265
57266         * lib/posixver.c, lib/posixver.h: New files.
57267         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57268
57269 2002-02-02  Paul Eggert  <eggert@twinsun.com>
57270             Bruno Haible  <bruno@clisp.org>
57271
57272         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
57273         (fwrite_success_callback): New declaration.
57274         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
57275         print_unicode_char. Call failure callback instead of error.
57276         (fwrite_success_callback): New function.
57277         (exit_failure_callback): New function.
57278         (fallback_failure_callback): New function.
57279         (print_unicode_char): Call unicode_to_mb.
57280
57281 2002-01-26  Jim Meyering  <meyering@lucent.com>
57282
57283         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
57284         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
57285
57286 2002-01-26  Jim Meyering  <meyering@lucent.com>
57287
57288         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
57289
57290 2002-01-22  Paul Eggert  <eggert@twinsun.com>
57291
57292         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
57293
57294 2002-01-22  Jim Meyering  <meyering@lucent.com>
57295
57296         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57297         Otherwise, some versions of automake would omit the rule that makes
57298         Makefile from Makefile.in.
57299
57300 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57301
57302         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57303         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57304         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
57305         (memcoll): Set errno to zero if there is no error.
57306
57307         * lib/quotearg.c (quotearg_buffer_restyled):
57308         Fix bug with quoting buffers containing NUL when backslashing escapes.
57309         This bug was exposed by the other changes in this patch.
57310         (quotearg_n_options): New arg ARGSIZE.
57311         All callers changed.
57312         (quoting_options_from_style): New function.
57313         (quotearg_n_style): Use it.
57314         (quotearg_n_style_mem): New function.
57315
57316         * lib/quotearg.h (quotearg_n_style_mem): New function.
57317
57318 2002-01-19  Jim Meyering  <meyering@lucent.com>
57319
57320         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
57321         Remove useless quotes: DF_PROG="df".
57322         * m4/strnlen.m4: New file.
57323
57324 2002-01-16  Paul Eggert  <eggert@twinsun.com>
57325
57326         * lib/backupfile.c (ISDIGIT): Comment fix.
57327         * lib/getdate.y (ISDIGIT): Likewise.
57328         * lib/posixtm.c (ISDIGIT, year): Likewise.
57329         * lib/strverscmp.c (ISDIGIT): Likewise.
57330         * lib/userspec.c (ISDIGIT): Likewise.
57331
57332 2002-01-16  Jim Meyering  <meyering@lucent.com>
57333
57334         * lib/getdate.y: Add three semicolons, each just before a closing
57335         brace. Bison (as of version 1.31) no longer papers over that mistake.
57336
57337 2002-01-05  Jim Meyering  <meyering@lucent.com>
57338
57339         * lib/version-etc.c (version_etc_copyright): Update copyright year.
57340
57341 2001-12-19  Paul Eggert  <eggert@twinsun.com>
57342
57343         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
57344         not silently exit merely because the output buffer happens to
57345         have nothing pending.
57346
57347 2001-12-18  Paul Eggert  <eggert@twinsun.com>
57348
57349         See the big note in ../ChangeLog.
57350         * lib/human.c (suffixes): Prefer K to k for 1024.
57351         (generate_suffix_backwards): New function.
57352         (human_readable_inexact): Use it.
57353         * lib/xstrtol.c (__xstrtol): If there is no number but there
57354         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
57355         Accept 'K' as well as 'k'.
57356
57357 2001-12-15  Jim Meyering  <meyering@lucent.com>
57358
57359         * lib/regex.h (__restrict_arr): Update from libc.
57360
57361         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
57362         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
57363         (STREQ): Define.
57364
57365 2001-12-14  Jim Meyering  <meyering@lucent.com>
57366
57367         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
57368         Suggestion from Bruno Haible.
57369
57370 2001-12-10  Jim Meyering  <meyering@lucent.com>
57371
57372         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
57373         xrealloc, Instead, include "xalloc.h".
57374         (initbuffer): Don't cast xmalloc return value to char*.
57375         (readline): Reword comment.
57376         Don't cast xrealloc return value to char*
57377         Return NULL, not 0.
57378
57379 2001-12-09  Jim Meyering  <meyering@lucent.com>
57380
57381         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
57382         about `signed and unsigned type in conditional expression'.
57383         * lib/posixtm.c (posix_time_parse): Likewise.
57384
57385         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
57386
57387         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
57388         to avoid a pedantic warning.
57389
57390         * lib/getstr.c: Don't include assert.h.
57391         (getstr): Remove warning-evoking assertions.
57392         Return -1 if offset parameter is out of bounds.
57393         Change the type of a local from int to size_t.
57394
57395         * lib/strftime.c (my_strftime_localtime_r): Include this function
57396         definition in the `#if ! HAVE_TM_GMTOFF' block.
57397
57398         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
57399         Include xalloc.h instead.
57400
57401 2001-12-02  Jim Meyering  <meyering@lucent.com>
57402
57403         * lib/tempname.c: Don't declare getenv, thus reverting the change of
57404         2001-11-18.  It's no longer necessary, now that stdlib.h is always
57405         included.
57406
57407         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
57408         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
57409
57410 2001-11-30  Akim Demaille  <akim@epita.fr>
57411
57412         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
57413         before being defined.
57414
57415 2001-11-27  Paul Eggert  <eggert@twinsun.com>
57416
57417         * lib/quotearg.h (quotearg_n, quotearg_n_style):
57418         First arg is int, not unsigned.
57419         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
57420         (SIZE_MAX, UINT_MAX): New macros.
57421         (quotearg_n_options): Abort if N is negative.
57422         Avoid overflow check on hosts where size_t is 64 bits and int
57423         is 32 bits, as overflow is impossible there.
57424         Fix off-by-one typo that caused unnecessary reallocation.
57425
57426 2001-11-27  Jim Meyering  <meyering@lucent.com>
57427
57428         * lib/tempname.c: Merge with version from libc.
57429         * lib/regex.c: Likewise.
57430
57431         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
57432         systems for which STDC_HEADERS is 0, it was not included, resulting in
57433         a warning about an integer-to-pointer conversion problem with getenv.
57434         Reported by Volker Borchert.
57435
57436 2001-11-26  Jim Meyering  <meyering@lucent.com>
57437
57438         * lib/gtod.h: Remove file.
57439         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
57440         * lib/gettimeofday.c: Don't include gtod.h.
57441         (GTOD_init): Remove function.
57442         (rpl_gettimeofday): Do its job here instead, rather than aborting.
57443         Suggestion from Volker Borchert.
57444
57445 2001-11-23  Jim Meyering  <meyering@lucent.com>
57446
57447         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
57448         it.
57449         * lib/hash.c (struct hash_table): Define it here instead.
57450
57451 2001-11-22  Jim Meyering  <meyering@lucent.com>
57452
57453         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57454
57455 2001-11-20  Jim Meyering  <meyering@lucent.com>
57456
57457         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57458         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57459
57460 2001-11-19  Jim Meyering  <meyering@lucent.com>
57461
57462         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57463         directory.  Use "conftestXXXXXX" as the template.
57464         Suggestion from Paul Eggert.
57465
57466         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57467         immediately, so the test doesn't mistakenly hit the max-open-files
57468         limit.
57469
57470 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57471
57472         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57473         (TEMPORARIES): New macro.
57474         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57475         removes an artificial limitation (e.g. HP-UX 10.20, where
57476         TMP_MAX is 17576).
57477
57478 2001-11-18  Jim Meyering  <meyering@lucent.com>
57479
57480         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57481
57482 2001-11-18  Jim Meyering  <meyering@lucent.com>
57483
57484         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57485         on SunOS 4.
57486
57487         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57488         files will be created before anything else.
57489
57490 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57491
57492         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57493         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57494
57495 2001-11-17  Jim Meyering  <meyering@lucent.com>
57496
57497         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57498         Prompted by a report from Bob Proulx.
57499
57500         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57501         Instead, require UTILS_FUNC_MKSTEMP.
57502
57503 2001-11-17  Jim Meyering  <meyering@lucent.com>
57504
57505         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57506         Now, that's done as part of AC_FUNC_STRTOD.
57507
57508 2001-11-17  Jim Meyering  <meyering@lucent.com>
57509
57510         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57511         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57512         rather than group writable.  Patch by Juan F. Codagnone.
57513
57514         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57515         xrealloc, Instead, include "xalloc.h".
57516
57517         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57518         Remove explicit declarations of xmalloc, xrealloc,
57519         and xstrdup.  Instead, include "xalloc.h".
57520
57521         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57522         unlocked-io.h.
57523         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57524         Likewise.
57525         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57526
57527         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57528         Reported by Padraig Brady.
57529
57530         * lib/mkstemp.c: #undef mkstemp.
57531         Include config.h.
57532         (rpl_mkstemp): Rename from mkstemp.
57533         Protoize.
57534
57535 2001-11-16  Jim Meyering  <meyering@lucent.com>
57536
57537         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57538         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57539         determine the amount of total physical memory, use pstat_getstatic.
57540         HPUX-11 doesn't define _SC_PHYS_PAGES.
57541         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57542         If sysconf couldn't be used to determine the amount of available
57543         physical memory, use both pstat_getstatic and pstat_getdynamic.
57544         Based on a patch from Bob Proulx.
57545
57546 2001-11-10  Jim Meyering  <meyering@lucent.com>
57547
57548         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57549         (jm_PREREQ): Use it.
57550
57551 2001-11-09  Jim Meyering  <meyering@lucent.com>
57552
57553         * m4/jm-macros.m4: Require autoconf-2.52f.
57554         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57555         Use these AC_-prefixed names, not the AM_-prefixed ones.
57556
57557         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57558
57559 2001-11-05  Jim Meyering  <meyering@lucent.com>
57560
57561         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57562
57563 2001-11-04  Jim Meyering  <meyering@lucent.com>
57564
57565         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57566         $DEFS.
57567
57568 2001-11-03  Jim Meyering  <meyering@lucent.com>
57569
57570         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57571         of AC_DEFUN.
57572
57573         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57574         know the name of the variable in the macro definition.
57575
57576 2001-11-03  Jim Meyering  <meyering@lucent.com>
57577
57578         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57579         in argmatch_to_argument call.
57580
57581         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57582         argument.
57583
57584         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57585         e.g., a fault due to an attempt to free a NULL pointer.
57586
57587 2001-11-01  Jim Meyering  <meyering@lucent.com>
57588
57589         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57590         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57591
57592 2001-11-01  Jim Meyering  <meyering@lucent.com>
57593
57594         * lib/dirfd.c, lib/dirfd.h: New files.
57595         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57596
57597         * lib/hash.c (hash_print) [TESTING]: Clean up.
57598
57599 2001-10-22  Paul Eggert  <eggert@twinsun.com>
57600
57601         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
57602         to avoid a warning if -Wall.
57603
57604 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
57605
57606         * README: New file
57607         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
57608         (per RMS's instructions, this is now the canonical source)
57609         * lgpl/, gpl/: New directories.
57610
57611 2001-10-21  Paul Eggert  <eggert@twinsun.com>
57612
57613         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
57614
57615 2001-10-21  Jim Meyering  <meyering@lucent.com>
57616
57617         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
57618         this code would end up calling gettext even in packages built
57619         with --disable-nls.
57620         * lib/getopt.c (_): Likewise.
57621         * lib/regex.c (_): Likewise.
57622
57623 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57624
57625         * m4/error.m4 (jm_PREREQ_ERROR):
57626         Do not invoke AC_CHECK_FUNCS with strerror_r, as
57627         AC_FUNC_STRERROR_R does that.
57628         Check for strerror declaration.
57629
57630         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
57631         are supposed to have them these days.
57632         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
57633         Merge changes from latest Autoconf CVS.
57634         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
57635         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
57636         POSIX decided to standardize on the int flavor of strerror_r.
57637
57638 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57639
57640         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
57641         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
57642         Use strerror_r that is only a macro, even if it is not a function.
57643         (strerror): Check for HAVE_DECL_STRERROR before declaring.
57644         (private_strerror): Use prototypes, not old-style function definition.
57645         (print_errno_message): New function.
57646         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
57647         char*-flavored one.
57648         (error_tail, error, error_at_line): Use it.
57649
57650 2001-10-11  Jim Meyering  <meyering@lucent.com>
57651
57652         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
57653         and quote_n (1, ... to avoid clobbering a buffer.
57654
57655 2001-10-05  Jim Meyering  <meyering@lucent.com>
57656
57657         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
57658         hash-pjw.h.
57659         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
57660         * lib/hash-pjw.h: New file.
57661
57662 2001-09-30  Jim Meyering  <meyering@lucent.com>
57663
57664         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
57665         `struct fsstat' has the `f_fstypename' member.
57666         Use that to define FS_TYPE, which is now used to make
57667         the getfsstat link test tighter.
57668
57669 2001-09-30  Jim Meyering  <meyering@lucent.com>
57670
57671         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
57672         Include <sys/ucred.h>, for Apple Darwin.
57673         Include sys/mount.h and sys/fs_types.h only if available.
57674         (FS_TYPE): Define.
57675         (read_filesystem_list): Use FS_TYPE.
57676
57677 2001-09-29  Paul Eggert  <eggert@twinsun.com>
57678
57679         * lib/exclude.c (excluded_filename): 0 -> false, since it's
57680         a boolean context.
57681
57682 2001-09-29  Jim Meyering  <meyering@lucent.com>
57683
57684         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57685         [one-argument getmntent function]): Include stdio.h before mntent.h.
57686         SunOS 4.1.x needs it for the declaration of `FILE'.
57687         Patch by Volker Borchert.
57688
57689         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57690         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
57691         sys/fs_types.h, and make the link-test for getfsstat guard #include
57692         directives with appropriate #if HAVE_*_H tests so that we can
57693         detect getfsstat on Apple Darwin1.3.7 systems.
57694         Reported by Nelson Beebe.
57695         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
57696
57697 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57698
57699         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57700         #defines strtoimax.  Also treat the other strto* functions
57701         like strtoimax.
57702
57703         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57704         Check for strtoul and strtoumax,
57705         as those declarations are made even in the signed case.
57706         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
57707         Likewise, for strtol and strtoimax.
57708
57709 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57710
57711         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57712         #defines strtoimax.  Also treat the other strto* functions
57713         like strtoimax.
57714
57715         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
57716         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
57717         (strtoimax, strtoumax): Do not declare if already defined as a macro.
57718
57719 2001-09-26  Jim Meyering  <meyering@lucent.com>
57720
57721         Most macros in unlocked-io.h had the wrong number of arguments.
57722         * lib/gen-uio: New script.
57723         (USE_UNLOCKED_IO): Define to 1 if not already defined.
57724         * lib/unlocked-io.hin: Remove file.
57725         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
57726         rather than trying to embed it here.
57727         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
57728         Reported by Padraig Brady.
57729
57730 2001-09-25  Volker Borchert  <bt@teknon.de>
57731
57732         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
57733         `result'.
57734
57735 2001-09-24  Jim Meyering  <meyering@lucent.com>
57736
57737         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
57738
57739 2001-09-23  Jim Meyering  <meyering@lucent.com>
57740
57741         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
57742         instead of the mere test for existence of mntent.h.  The latter
57743         would get a false-positive on AIX 3.4 systems.
57744         In the outer getmntent if-block, don't die if neither of the getmntent
57745         tests succeeds.  Instead, just fall through and continue with the
57746         remaining tests.
57747
57748 2001-09-23  Jim Meyering  <meyering@lucent.com>
57749
57750         * lib/mountlist.c: Remove useless parentheses in #if directives.
57751         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
57752         the deprecated MOUNTED symbol is no longer defined in mntent.h.
57753
57754 2001-09-22  Jim Meyering  <meyering@lucent.com>
57755
57756         * m4/gettext.m4: New file.  From gettext.
57757         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
57758         * m4/progtest.m4: Likewise
57759         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
57760         * m4/glibc21.m4: Likewise.
57761
57762         * m4/libintl.m4: Remove.  No longer used.
57763
57764 2001-09-22  Jim Meyering  <meyering@lucent.com>
57765
57766         * lib/localcharset.c: Update from latest gettext.
57767         * lib/config.charset: Likewise.
57768
57769 2001-09-20  Jim Meyering  <meyering@lucent.com>
57770
57771         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
57772         strtoimax.
57773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
57774         strtoumax.
57775
57776 2001-09-20  Jim Meyering  <meyering@lucent.com>
57777
57778         * lib/xstrtol.c (strtoimax): Guard declaration with
57779         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
57780         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
57781         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
57782         (strtoumax): Likewise, for completeness (it wasn't necessary).
57783
57784 2001-09-17  Paul Eggert  <eggert@twinsun.com>
57785
57786         * lib/strtoimax.c (HAVE_LONG_LONG):
57787         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
57788         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
57789         to work around bug in IBM C compiler.
57790
57791 2001-09-17  Jim Meyering  <meyering@lucent.com>
57792
57793         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
57794         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
57795         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
57796         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
57797         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
57798         whenever the right hand side need not be expanded by the shell.
57799
57800 2001-09-16  Paul Eggert  <eggert@twinsun.com>
57801
57802         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
57803         library.  It's not correct, as some older glibcs are buggy.
57804         fnmatch wasn't fixed until glibc 2.2.
57805
57806         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
57807         special shell magic here.
57808
57809 2001-09-16  Jim Meyering  <meyering@lucent.com>
57810
57811         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
57812         * m4/jm-macros.m4: Require it.
57813
57814 2001-09-16  Jim Meyering  <meyering@lucent.com>
57815
57816         * lib/mkdir.c: New file.
57817
57818 2001-09-15  Jim Meyering  <meyering@lucent.com>
57819
57820         * m4/jm-macros.m4: Check for help2man.
57821
57822 2001-09-11  Jim Meyering  <meyering@lucent.com>
57823
57824         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
57825         The body, by Paul Eggert, was moved here from configure.in.
57826         * m4/jm-macros.m4: Require UTILS_HOST_OS.
57827
57828 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57829
57830         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
57831         (jm_PREREQ): Use it.
57832
57833 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57834
57835         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
57836         Use ssize_t, not int, to store result of readlink.
57837         Check for ssize_t overflow as well as size_t overflow,
57838         as POSIX says the result of readlink is implementation-defined
57839         when ssize_t overflows.
57840         Remove unnecessary cast to char*.
57841         Use free+malloc instead of realloc, as the storage doesn't need
57842         to be preserved and it's clearer and can be more efficient that way.
57843         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
57844         * lib/xreadlink.h (xreadlink): Update prototype.
57845
57846 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57847
57848         * lib/xgetcwd.c: Revert some of the previous change; intead,
57849         fix the HAVE_GETCWD_NULL code to behave more like the
57850         !HAVE_GETCWD_NULL code used to.
57851
57852         Include "xalloc.h".
57853         (xgetcwd): Do not return NULL when memory is exhausted; instead,
57854         invoke xalloc_die.
57855
57856 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57857
57858         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
57859         sys/param.h, as pathmax.h includes them.
57860
57861 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57862
57863         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
57864         (jm_PREREQ_XGETCWD): New macro.
57865
57866         * m4/getcwd.m4: New file.
57867
57868 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57869
57870         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
57871         like the HAVE_GETCWD_NULL code.
57872         Include pathmax.h if not HAVE_GETCWD.
57873         Do not include xalloc.h.
57874         (INITIAL_BUFFER_SIZE): New symbol.
57875         Do not use xmalloc / xrealloc, since the caller is responsible for
57876         handling errors.  Preserve errno around `free' during failure.
57877         Do not overrun buffer when using getwd.
57878
57879 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57880
57881         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
57882         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
57883         getcwd (NULL, 0).
57884
57885 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57886
57887         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
57888         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
57889         spotted by Jim Meyering.
57890
57891 2001-09-03  Jim Meyering  <meyering@lucent.com>
57892
57893         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
57894         failure.
57895
57896 2001-09-02  Jim Meyering  <meyering@lucent.com>
57897
57898         * lib/error.c: Update from GNU libc.
57899
57900 2001-09-01  Jim Meyering  <meyering@lucent.com>
57901
57902         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
57903         Used by df.
57904
57905 2001-09-01  Jim Meyering  <meyering@lucent.com>
57906
57907         * lib/xreadlink.c: New file.
57908         * lib/xreadlink.h: New file.
57909         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
57910         xreadlink.h.
57911
57912         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
57913         doesn't conflict with sparc Solaris 7's definition in
57914         /usr/include/sys/int_types.h.
57915
57916         * lib/exclude.c: Use `""', not `<>' to #include non-system header
57917         files.
57918         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
57919         and strncasecmp as r-values.  Unixware didn't have declarations.
57920
57921 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57922
57923         * lib/xstrtol.h: Add copyright notice.
57924         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
57925         LONGINT_INVALID_SUFFIX_CHAR.
57926
57927 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57928
57929         * lib/xstrtol.c (strtoimax): New decl.
57930
57931 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57932
57933         * lib/xgetcwd.c: Don't include pathmax.h.
57934         Include stdlib.h and unistd.h if available.
57935         Include xalloc.h.
57936         (xmalloc, xstrdup, free): Remove decls.
57937         (xgetcwd): Don't assume sizes fit in unsigned.
57938         Check for overflow when computing sizes.
57939         Simplify reallocation code.
57940
57941 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57942
57943         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
57944         a directory's st_size can have an arbitrary value, so the old
57945         usage could waste an arbitrary amount of memory.  All uses
57946         changed.
57947         * lib/savedir.h: Update prototype.
57948
57949 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57950
57951         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
57952
57953         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
57954         old strtoimax.c.
57955
57956         Also, make the following further changes to make this file's
57957         configuration more similar to that of strtol.c:
57958         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
57959         (strtoumax, uintmax_t, strtoull, strtol): Remove.
57960         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
57961         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
57962         changed to signed values.
57963
57964         And make the following changes as well:
57965         Fix copyright notice, as 1999 was missing.
57966         (verify): New macro.
57967         (strtoimax): Check sizes at compile-time, not run-time.
57968         Prefer strtol to strtoll if both work.
57969         (main): Remove; it was not that useful and was a pain to maintain.
57970
57971         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
57972
57973 2001-08-31  Jim Meyering  <meyering@lucent.com>
57974
57975         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
57976         Use an initial, malloc'd, buffer of length 128 rather than
57977         a statically allocated one of length 1024.
57978
57979 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57980
57981         Simplify code, partly by assuming autoconf 2.52 semantics.
57982
57983         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
57984
57985         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
57986         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
57987         All uses removed.
57988         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
57989         Move AC_REQUIRE to next-to-top level, to avoid confusion.
57990         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
57991         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
57992         jm_AC_HEADER_INTTYPES_H.
57993         * m4/jm-macros.m4 (jm_MACROS): Likewise.
57994
57995         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
57996
57997         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57998         Quote first arg of AC_DEFUN.
57999         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
58000         since they are needed to parse the include file even if we need
58001         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
58002         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
58003         but with opposite signedness.
58004
58005 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58006
58007         Merge 'exclude' changes from tar 1.13.22.
58008         This fixes one or two unlikely storage allocation overflow bugs,
58009         but doesn't change user-visible behavior otherwise.
58010
58011 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58012
58013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
58014         (jm_PREREQ_EXCLUDE): New macro.
58015
58016 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58017
58018         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
58019         tm to be declared.
58020
58021 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58022
58023         * lib/hash.c: Remove '2001' from copyright notice.
58024
58025 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58026
58027         * lib/full-write.h: New file.
58028         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
58029         * lib/full-write.c: Correct credits, as cccp.c no longer
58030         exists and anyway it was so heavily changed from the old cccp
58031         code as to be unrecognizable.  Include full-write.h.
58032         (full_write) Return size_t, with short writes meaning failure.
58033         All callers changed.  This fixes a bug with large buffers
58034         on 64-bit hosts.
58035         * lib/utime.c: Include full-write.h.
58036
58037 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58038
58039         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
58040         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
58041         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
58042         Include if available.
58043         (<xalloc.h>): Include
58044         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
58045         (verify): New macro.  Use it to verify that EXCLUDE macros do not
58046         collide with FNM macros.
58047         (struct patopts): New struct.
58048         (struct exclude): Use it, as exclude patterns now come with options.
58049         (new_exclude): Support above changes.
58050         (new_exclude, add_exclude_file):
58051         Initial size must now be a power of two to simplify overflow checking.
58052         (free_exclude, fnmatch_no_wildcards): New function.
58053         (excluded_filename): No longer requires options arg, as the options
58054         are determined by add_exclude.  Now returns bool, not int.
58055         (excluded_filename, add_exclude):
58056         Add support for the fancy new exclusion options.
58057         (add_exclude, add_exclude_file): Now takes int options arg.
58058         Check for arithmetic overflow when computing sizes.
58059         (add_exclude_file): xrealloc might modify errno, so don't
58060         realloc until after errno might be used.
58061
58062         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
58063         New macros.
58064         (free_exclude): New decl.
58065         (add_exclude, add_exclude_file): Now takes int options arg.
58066         (excluded_filename): No longer requires options arg, as the options
58067         are determined by add_exclude.  Now returns bool, not int.
58068
58069 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58070
58071         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
58072
58073 2001-08-27  Jim Meyering  <meyering@lucent.com>
58074
58075         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
58076
58077         * lib/version-etc.c (N_): Remove definition.
58078         Revert most of last change.
58079         Instead, simply don't mark the `Copyright...' string for translation.
58080         Based on advice from Paul Eggert.
58081
58082         * lib/strtoxmax.c: Tweak comment.
58083
58084 2001-08-26  Jim Meyering  <meyering@lucent.com>
58085
58086         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
58087
58088         * m4/xstrtoimax.m4: New file.
58089         * m4/xstrtoumax.m4: Add comments explaining why we
58090         AC_REPLACE_FUNCS(strtol).
58091
58092 2001-08-26  Jim Meyering  <meyering@lucent.com>
58093
58094         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
58095         of copyright with `%s' so translators don't get an untranslated
58096         message in 2002.
58097         (COPYRIGHT_YEAR): Define.
58098         (version_etc): Use fprintf rather than fputs.
58099         Suggestion from Ulrich Drepper.
58100
58101         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
58102
58103         * lib/strtoll.c: New file, from GNU libc.
58104         * lib/xstrtoimax.c: New file.
58105
58106         * lib/xstrtol.h: Add xstrtoimax.
58107         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
58108         * lib/strtoimax.c: New file.  Likewise, but first define
58109         STRTOUXMAX_SIGNED.
58110
58111         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
58112         ...
58113         * lib/strtoxmax.c: ... then renamed to this.
58114
58115 2001-08-18  Paul Eggert  <eggert@twinsun.com>
58116
58117         * m4/inttypes.m4: Add AC_PREREQ(2.13).
58118         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
58119         (jm_AC_TYPE_INTMAX_T): New macro.
58120         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
58121
58122         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
58123
58124         * m4/longlong.m4: Renamed from ulonglong.m4.
58125         * m4/inttypes.m4: Renamed from inttypes_h.m4.
58126         * m4/uintmax_t.m4: Removed.
58127
58128 2001-08-13  Paul Eggert  <eggert@twinsun.com>
58129
58130         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
58131         Port to Solaris 8, where 'sed' requires a space after the 'r'
58132         command, and where sh dislikes "$/".  Clean up the spacing a bit.
58133         Redirect output to $tmp just once.
58134
58135 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
58136
58137         * lib/addext.c (<errno.h>): Include.
58138         (errno): Declare if not defined.
58139         (addext): Work correctly when pathconf returns -1 and leaves
58140         errno alone because there is no limit.  Also, work even if
58141         pathconf returns a value greater than SIZE_MAX.
58142
58143 2001-08-12  Jim Meyering  <meyering@lucent.com>
58144
58145         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
58146         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
58147         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
58148         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
58149         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
58150         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
58151         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
58152         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
58153         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
58154         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
58155         utime.m4, utimes.m4, xstrtoumax.m4:
58156         Quote the first argument in each use of AC_DEFUN.
58157
58158 2001-08-12  Jim Meyering  <meyering@lucent.com>
58159
58160         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
58161         Simply `return getcwd (NULL, 0);'.
58162         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
58163         Use 1300 as initial value for length, not PATH_MAX.
58164
58165         * lib/pathmax.h: Clean up cpp syntax.
58166
58167 2001-08-12  Jim Meyering  <meyering@lucent.com>
58168
58169         * lib/gettimeofday.c: New file.
58170         * lib/gtod.h: New file.
58171         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
58172
58173 2001-08-05  Jim Meyering  <meyering@lucent.com>
58174
58175         * m4/jm-macros.m4: Require autoconf-2.52.
58176
58177 2001-08-04  Jim Meyering  <meyering@lucent.com>
58178
58179         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
58180         stmt, to get in sync with glibc.
58181
58182 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58183
58184         The following changes are from gettext 0.10.39 as maintained by
58185         Bruno Haible.
58186
58187         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
58188         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
58189         with inverted sense.  All uses changed.
58190
58191         * lib/mbswidth.c: Don't include <limits.h>.
58192         Include <stdlib.h> and <string.h> unconditionally.
58193         (iswcntrl, mbsinit, ISCNTRL): New macros.
58194         (mbsnwidth): Use K&R style function declarations.
58195         Don't bother checking for MB_LEN_MAX == 1, since the compiler
58196         can optimize it when MB_CUR_MAX == 1.
58197         The width of control characters is zero, not 1.
58198
58199 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58200
58201         The following changes are from gettext 0.10.39 as maintained by
58202         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
58203
58204         * m4/codeset.m4: Upgrade to serial AM1.
58205         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
58206         all uses changed.  Quote first arg of AC_DEFUN.
58207         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
58208
58209         * m4/iconv.m4: Upgrade to serial AM2.
58210         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
58211         Add --with-libconv-prefix.
58212         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
58213         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
58214         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
58215         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
58216         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
58217
58218         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
58219         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
58220         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
58221         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
58222         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
58223         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
58224         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
58225         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
58226         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
58227
58228         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
58229         string.h any more.
58230
58231         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
58232         not the default value.
58233
58234         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
58235         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
58236         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
58237         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
58238         Also check for iswcntrl, used for wcwidth fallback.
58239         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
58240         to Autoconf 2.13.
58241
58242 2001-08-03  Jim Meyering  <meyering@lucent.com>
58243
58244         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
58245         as it was in the original.  Reported by Paul Eggert.
58246
58247 2001-07-16  Jim Meyering  <meyering@lucent.com>
58248
58249         * m4/gettimeofday.m4: New file.
58250         Prompted by a report from Bernhard Baehr.
58251
58252 2001-07-15  Jim Meyering  <meyering@lucent.com>
58253
58254         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
58255         stuff. Now it's in ../Makefile.cfg.
58256
58257 2001-07-15  Jim Meyering  <meyering@lucent.com>
58258
58259         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
58260         (BUILT_SOURCES): Add unlocked-io.h.
58261         (io_functions): Define.
58262         (unlocked-io.h): New rule.
58263         (DISTCLEANFILES): Add unlocked-io.h.
58264         (all-local): Depend on unlocked-io.h, to ensure it is created.
58265
58266         * lib/unlocked-io.hin: New file
58267
58268         * lib/regex.c: Update from glibc.
58269
58270 2001-07-05  Jim Meyering  <meyering@lucent.com>
58271
58272         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
58273         recommendation.
58274         (libfetish_a_SOURCES): Put all .h files here instead.
58275         Remove a thus-exposed (better checks in automake) duplicate and
58276         two unnecessary .h files.
58277
58278 2001-07-04  Jim Meyering  <meyering@lucent.com>
58279
58280         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
58281         that generates jm-glibc-io.m4 so that it doesn't trigger any make
58282         distcheck failure.
58283
58284 2001-07-02  Jim Meyering  <meyering@lucent.com>
58285
58286         The following changes were prompted by suggestions from Bruno Haible.
58287
58288         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
58289         is now generated.
58290         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
58291         definition of EXTRA_DIST.
58292         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
58293         ensure that the generated file is created/updated whenever the list
58294         of $(unlocked_functions) is changed.
58295         (jm-glibc-io.m4): New rule.
58296         (unlocked-io.h): New rule -- currently unused.
58297
58298 2001-06-24  Jim Meyering  <meyering@lucent.com>
58299
58300         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58301         unmatched right bracket, rather than kludging it with an extra,
58302         falsely-matching quote in a comment.  Patch by Akim Demaille.
58303
58304 2001-06-11  Jim Meyering  <meyering@lucent.com>
58305
58306         * lib/regex.c: Update from GNU libc.
58307
58308 2001-05-27  Jim Meyering  <meyering@lucent.com>
58309
58310         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
58311         Check for ut_type in struct utmp.
58312
58313 2001-05-27  Jim Meyering  <meyering@lucent.com>
58314
58315         * lib/readutmp.h (UT_TYPE): Define.
58316
58317 2001-05-24  Jim Meyering  <meyering@lucent.com>
58318
58319         * lib/argmatch.c: Include "quote.h".
58320         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
58321         quote function.  Reported by Göran Uddeborg.
58322
58323 2001-05-22  Jim Meyering  <meyering@lucent.com>
58324
58325         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
58326         now that we use the package-supplied version unconditionally.
58327         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
58328
58329 2001-05-21  Jim Meyering  <meyering@lucent.com>
58330
58331         * m4/regex.m4: Change a couple backticks to single quotes to avoid
58332         shell syntax errors.
58333
58334 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58335
58336         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
58337
58338 2001-05-20  Paul Eggert  <eggert@twinsun.com>
58339
58340         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
58341         Don't bother to check library strftime, since
58342         we'll be using our own my_strftime function anyway.
58343         Define my_strftime instead of strftime.
58344
58345 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
58346
58347         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
58348         which is not yet declared.
58349
58350 2001-05-15  Jim Meyering  <meyering@lucent.com>
58351
58352         * m4/regex.m4: Use proper quoting so brackets appear in the test
58353         program.
58354         Reported by, and with help from, Bruno Haible.
58355
58356 2001-05-13  Jim Meyering  <meyering@lucent.com>
58357
58358         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
58359         undefined.
58360
58361 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58362
58363         dirname code cleanup.  base_name now behaves more compatibly
58364         with POSIX basename when given file names that have trailing
58365         slashes, and similarly for dir_name.  Add new primitives
58366         base_len and dir_len.  Put the directory-name-related decls
58367         into dirname.h.
58368
58369         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
58370         * lib/backupfile.c (base_name): Likewise.
58371         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
58372         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
58373         * lib/makepath.c (strip_trailing_slashes): Likewise.
58374         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
58375         ISSLASH): Likewise.
58376         * lib/rename.c (strip_trailing_slashes): Likewise.
58377         * lib/same.c (base_name): Likewise.
58378         * lib/stripslash.c (ISSLASH): Likewise.
58379
58380         * lib/addext.c: Include <dirname.h> after size_t is defined.
58381         * lib/backupfile.c: Likewise.
58382
58383         * lib/addext.c (addext): Use base_len to trim redundant
58384         trailing slashes instead of doing it ourselves.
58385         But do not trim the last slash if it is not redundant.
58386
58387         * lib/backupfile.c (find_backup_file_name,
58388         max_backup_version): Use base_len instead of rolling it ourselves.
58389         Handle the case of "" and (on DOS) "C:" correctly.
58390
58391         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
58392         needed. Include <string.h>, <dirname.h>.
58393         (base_name): Allow file names ending in slashes, other than names
58394         that are all slashes.  In this case, return the basename followed
58395         by the slashes.  This is more general, and can be used in places
58396         where the original base_name purposely had an assertion failure.
58397         (base_len): New function.
58398
58399         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
58400         Do not include <assert.h>; no longer needed.
58401         Include xalloc.h.
58402         (memrchr): Remove decl.
58403         (dir_name_r): Remove.
58404         (dir_len): Renamed from dirlen.  All callers changed.
58405         Rewrite in terms of base_name, for simplicity and consistency.
58406         (dir_name): Never return NULL.  All callers changed.
58407         Do not include <stdlib.h> in test program; no longer needed.
58408         return 0; is fine for test program.
58409
58410         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
58411         New macros.
58412         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
58413
58414         * lib/path-concat.c (path_concat): Use base_len to compute
58415         base length, not strlen; this means we cannot rely on memcpy
58416         to null-terminate.
58417
58418         * lib/same.c (STREQ): Remove.
58419         (same_name): Handle the case where the basename ends in trailing '/'.
58420
58421         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
58422         a slash was stripped.  Do not strip the last slash after a
58423         file system prefix.
58424
58425 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58426
58427         * lib/Makefile.am (libfetish_a_SOURCES):
58428         Add strftime.c, since we now compile it on all hosts.
58429
58430         * lib/strftime.c (my_strftime):
58431         Define to nstrftime if emacs, but only if my_strftime is not defined.
58432         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
58433         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
58434         Add one more extra argument: a nanoseconds value.
58435         All uses changed.
58436         (ns): New macro.
58437         (my_strftime function): Add %N format.
58438         (emacs_strftimeu): Renamed from emacs_strftime,
58439         with extra ut argument.
58440
58441 2001-05-09  Paul Eggert  <eggert@twinsun.com>
58442
58443         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
58444
58445 2001-04-21  Jim Meyering  <meyering@lucent.com>
58446
58447         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
58448         doesn't interfere.
58449
58450 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58451
58452         * m4/ftruncate.m4: Check for chsize.
58453         Link with ftruncate.o unconditionally if ftruncate is missing.
58454         This was required when cross-compiling to i586-mingw32msvc.
58455
58456 2001-04-08  Jim Meyering  <meyering@lucent.com>
58457
58458         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58459         recomputed; that's necessary when the offset spans a DST transition.
58460         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58461
58462 2001-04-02  Jim Meyering  <meyering@lucent.com>
58463
58464         * lib/regex.h, regex.c: Update from GNU libc.
58465
58466 2001-03-24  Jim Meyering  <meyering@lucent.com>
58467
58468         * m4/jm-macros.m4: Require autoconf-2.49d.
58469
58470 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58471
58472         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58473
58474 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58475
58476         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58477
58478 2001-03-17  Jim Meyering  <meyering@lucent.com>
58479
58480         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58481         now that the version in autoconf is equivalent.
58482         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58483
58484         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58485         Suggestion from Akim Demaille.
58486
58487         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58488         (jm_PREREQ_TEMPNAME): New function.
58489
58490 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58491
58492         * lib/tempname.c (uint64_t): Define to uintmax_t if
58493         not defined, and if UINT64_MAX is not defined.
58494         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58495         Reported by John David Anglin.
58496
58497 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58498
58499         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58500         resolve alias if codeset is empty.
58501         * lib/config.charset (BeOS): Use wildcard syntax.
58502
58503 2001-03-13  Jim Meyering  <meyering@lucent.com>
58504
58505         * lib/path-concat.c (path_concat)
58506         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58507         concatenating e.g., `C:' and `foo'.
58508         From Bruno Haible.
58509
58510 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58511
58512         * lib/localcharset.c (locale_charset): Don't use
58513         setlocale(LC_CTYPE,NULL). Don't return NULL.
58514         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58515
58516 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58517
58518         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58519         support for DOS/DJGPP.
58520
58521 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58522
58523         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58524         lacks mkstemp.  Compile our own tempname.c if we compile our own
58525         mkstemp.c, as mkstemp relies on tempname.
58526
58527 2001-03-01  Jim Meyering  <meyering@lucent.com>
58528
58529         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58530         AH_VERBATIM really does output its argument verbatim.
58531
58532 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58533
58534         * lib/Makefile.am (libfetish_a_SOURCES):
58535         Add dup-safer.c, fopen-safer.c.
58536         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58537
58538         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58539         * lib/unistd-safer.h: New files.
58540
58541 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58542
58543         The mkstemp replacement is taken from glibc 2.2.2, with some
58544         portability fixes for use outside glibc, as follows:
58545
58546         * lib/tempname.c (struct_stat64): New macro.
58547         (direxists, __gen_tempname): Use it.
58548         This avoids a portability problem with Solaris 8.
58549
58550         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58551         (<stddef.h>, <stdint.h>, <string.h>):
58552         Include only if STDC_HEADERS || _LIBC.
58553         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58554         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58555         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58556         (__set_errno): Define this macro if <errno.h> doesn't.
58557         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58558         Define these macros if <stdio.h> doesn't.
58559         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58560         Define these macros if <sys/stat.h>
58561         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58562         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58563         __xstat64): Define if not _LIBC.
58564         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58565         (__gen_tempname): Invoke gettimeofday only if
58566         HAVE_GETTIMEOFDAY || _LIBC;
58567         otherwise, fall back on plain "time".
58568         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58569
58570         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58571
58572         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58573
58574 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58575
58576         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58577
58578 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58579
58580         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58581         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58582         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58583         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58584
58585 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58586
58587         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58588         Remove workaround macros for hosts that have mbrtowc but not
58589         mbstate_t, as we now insist on proper declarations for both
58590         before using mbrtowc.
58591
58592 2001-02-17  Jim Meyering  <meyering@lucent.com>
58593
58594         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58595         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58596         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58597         UnixWare 7.1.1.
58598
58599         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
58600         rather than AC_CACHE_VAL.
58601
58602 2001-02-17  Jim Meyering  <meyering@lucent.com>
58603
58604         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
58605         around included file name.
58606
58607         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
58608
58609         * lib/strftime.c: Update from GNU libc (the only changes were to
58610         comments).
58611
58612 2001-02-17  Jim Meyering  <meyering@lucent.com>
58613
58614         * lib/regex.c: Update from libc.
58615
58616 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
58617
58618         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
58619         clash.
58620
58621 2001-02-16  Paul Eggert  <eggert@twinsun.com>
58622
58623         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
58624         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
58625         Reported by Mark Hounschell via Paul Eggert.
58626
58627 2001-02-07  Jim Meyering  <meyering@lucent.com>
58628
58629         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
58630
58631 2001-02-05  Jim Meyering  <meyering@lucent.com>
58632
58633         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
58634         it includes the patch required for `large file' support with at least
58635         HP-UX's 10.20 /bin/cc.
58636
58637 2001-02-03  Jim Meyering  <meyering@lucent.com>
58638
58639         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
58640         AS_IF, now that it works once again (mysteriously).
58641         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58642
58643 2001-01-30  Jim Meyering  <meyering@lucent.com>
58644
58645         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
58646         * m4/chown.m4: Rename conftestchown to conftest.chown.
58647         * m4/rename.m4: s/conftestdir/conftest.d1/ and
58648         s/conftestdir2/conftest.d2/.
58649         * m4/utimes.m4: s/conftestdata/conftest.data/
58650         Inspired by Pavel Roskin's change in autoconf.
58651
58652 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
58653
58654         * lib/config.charset: Update for FreeBSD 4.2.
58655
58656 2001-01-27  Jim Meyering  <meyering@lucent.com>
58657
58658         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
58659         a use of AS_IF.
58660         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58661
58662 2001-01-26  Jim Meyering  <meyering@lucent.com>
58663
58664         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
58665         quotearg.c includes it.
58666
58667 2001-01-26  Jim Meyering  <meyering@lucent.com>
58668
58669         * lib/quotearg.c: Include stddef.h.
58670         * lib/quote.c: Include stddef.h.
58671         Reported by Axel Kittenberger.
58672
58673         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
58674         line in double quotes so that it evokes a better diagnostic.
58675         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
58676         Reported by Axel Kittenberger.
58677
58678 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
58679
58680         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
58681         as if it was a `charset'.
58682
58683 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58684
58685         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
58686         has const.
58687
58688 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58689
58690         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
58691         to avoid a warning.  Add back 'const' to inptr.
58692
58693 2001-01-20  Jim Meyering  <meyering@lucent.com>
58694
58695         Be sure that headers are checked before used in code compiled
58696         for the type checks.
58697         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
58698         In place of that, invoke jm_CHECK_ALL_TYPES.
58699         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
58700         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
58701         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
58702         The check for ssize_t was mistakenly run before the test for unistd.h.
58703
58704         The configure-time check for stdbool.h was missing.
58705         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
58706         (jm_PREREQ_HASH): New function.
58707
58708 2001-01-17  Jim Meyering  <meyering@lucent.com>
58709
58710         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
58711         for autoconf-2.49c.
58712         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
58713
58714 2001-01-16  Jim Meyering  <meyering@lucent.com>
58715
58716         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
58717         From Bruno Haible.
58718
58719 2001-01-14  Jim Meyering  <meyering@lucent.com>
58720
58721         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
58722         foo and bar.  Create conftestdir/ in the script, not in the C code.
58723         Remove directories in the script, not in the C code.
58724         Remove conftestdir{,2} before trying to create the directory.
58725         Make the entire configure script fail if the mkdir fails.
58726
58727 2001-01-14  Jim Meyering  <meyering@lucent.com>
58728
58729         * lib/rename.c: New file.  From Volker Borchert.
58730         Include stdlib.h, string.h or strings.h, and xalloc.h.
58731         Use strip_trailing_slashes rather than open-coding it.
58732
58733 2001-01-03  Paul Eggert  <eggert@twinsun.com>
58734
58735         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
58736
58737 2001-01-03  Jim Meyering  <meyering@lucent.com>
58738
58739         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
58740         of local `inptr' to avoid warning with some system declarations of
58741         iconv.
58742
58743 2001-01-02  Volker Borchert  <bt@teknon.de>
58744
58745         * m4/rename.m4: New file.
58746         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
58747
58748 2001-01-01  Jim Meyering  <meyering@lucent.com>
58749
58750         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
58751         even on systems with utmpx.h.  It's necessary for the declaration of
58752         utmp's ut_user member.  Reported by Andreas Jaeger.
58753
58754         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
58755         available. They are required for the declarations of getgrgid and
58756         getpwuid resp.
58757         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
58758         Reported by Andreas Jaeger.
58759
58760 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
58761
58762         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
58763         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
58764         so `make install' also works in VPATH builds.
58765
58766 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
58767
58768         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
58769         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
58770         can be used in subdirectories.
58771
58772 2000-12-29  Paul Eggert  <eggert@twinsun.com>
58773
58774         * lib/modechange.c: Do not assume that mode_t uses the
58775         traditional octal encoding.  E.g. "chmod 1 FOO" should set
58776         the other-execute bit of FOO even if S_IXOTH != 1.
58777
58778         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
58779         WOTH, XOTH, ALLM): New macros.
58780         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
58781          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
58782         Use them.
58783         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
58784         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
58785         (mode_compile):
58786         No need to use uintmax_t; unsigned long is long enough.
58787         Don't bother to get suffix since we don't use it.
58788
58789 2000-12-26  Jim Meyering  <meyering@lucent.com>
58790
58791         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
58792         better with autoheader.
58793
58794 2000-12-24  Jim Meyering  <meyering@lucent.com>
58795
58796         * lib/hash.c (is_prime): Return explicit boolean values.
58797         (hash_get_first): Return NULL to appease Irix5.6's 89.
58798         Reported by Nelson Beebe.
58799
58800 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
58801
58802         * lib/localcharset.c (locale_charset): Add support for Win32.
58803
58804 2000-12-18  Paul Eggert  <eggert@twinsun.com>
58805
58806         * lib/physmem.h, lib/physmem.c: New files.
58807
58808         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
58809         (noinst_HEADERS): Add physmem.h.
58810
58811         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
58812         't' for compatibility with Solaris 8 sort.
58813
58814 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
58815
58816         * lib/config.charset: Add support for BeOS.
58817
58818 2000-12-17  Jim Meyering  <meyering@lucent.com>
58819
58820         * m4/dos.m4 (jm_AC_DOS): New file and macro.
58821         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
58822
58823 2000-12-16  Jim Meyering  <meyering@lucent.com>
58824
58825         This bug had a serious impact on chown: `chown N:M FILE' (for integer
58826         N and M) would have treated it like `chown N:N FILE'.
58827
58828         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
58829
58830 2000-12-16  Jim Meyering  <meyering@lucent.com>
58831
58832         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
58833         SHELLS_FILE to a file name that's useful on djgpp systems.
58834         Include stdlib.h.
58835         (ADDITIONAL_DEFAULT_SHELLS): Define.
58836         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
58837         Based mostly on a patch from Prashant TR.
58838
58839 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
58840
58841         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
58842         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
58843         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
58844
58845 2000-12-08  Andreas Schwab  <schwab@suse.de>
58846
58847         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
58848         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
58849
58850 2000-12-07  Jim Meyering  <meyering@lucent.com>
58851
58852         * lib/stripslash.c (ISSLASH): Define.
58853         (strip_trailing_slashes): Use ISSLASH rather than comparing against
58854         `/'.
58855         From Prashant TR.
58856
58857         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
58858         (dir_name_r): Declare this function as static.
58859         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
58860         manifest itself on a name containing a mix of slashes and
58861         backslashes.
58862         Make this function work with names starting with a DOS-style
58863         drive letter and colon prefix.
58864         (dir_name): Append `.' if necessary.
58865         Based mostly on patches from Prashant TR and Eli Zaretskii.
58866
58867         * lib/dirname.h (dir_name_r): Remove prototype.
58868
58869 2000-12-06  Paul Eggert  <eggert@twinsun.com>
58870
58871         * m4/off_t-format.m4: Remove this file.
58872         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
58873
58874 2000-12-06  Jim Meyering  <meyering@lucent.com>
58875
58876         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
58877         replacement strtoull, we may well need the replacement strtoul, too.
58878         Check for declarations of strtoul and strtoull.
58879         Check for strtol.  Mainly as a cue to cause automake to include
58880         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
58881         Check for limits.h -- strtol.c needs it.
58882
58883 2000-12-05  Jim Meyering  <meyering@lucent.com>
58884
58885         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
58886
58887 2000-12-04  Jim Meyering  <meyering@lucent.com>
58888
58889         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
58890         Also include memory.h, stdlib.h, unistd.h if appropriate.
58891         Reported by Andreas Jaeger (conflicting declaration of malloc).
58892
58893 2000-12-02  Jim Meyering  <meyering@lucent.com>
58894
58895         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
58896         * m4/jm-macros.m4 (jm_MACROS): require it.
58897
58898 2000-12-02  Jim Meyering  <meyering@lucent.com>
58899
58900         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
58901
58902 2000-12-01  Paul Eggert  <eggert@twinsun.com>
58903
58904         * lib/memrchr.c: Include <config.h> before any system include file.
58905
58906 2000-11-30  Jim Meyering  <meyering@lucent.com>
58907
58908         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
58909
58910 2000-11-30  Jim Meyering  <meyering@lucent.com>
58911
58912         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
58913
58914 2000-11-29  Paul Eggert  <eggert@twinsun.com>
58915
58916         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
58917
58918 2000-11-26  Jim Meyering  <meyering@lucent.com>
58919
58920         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
58921
58922 2000-11-22  Paul Eggert  <eggert@twinsun.com>
58923
58924         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
58925         size of (size_t) -1; it's not portable.
58926
58927 2000-11-17  Jim Meyering  <meyering@lucent.com>
58928
58929         * lib/strstr.c: Update from GNU libc.
58930
58931 2000-11-17  Akim Demaille  <akim@epita.fr>
58932
58933         * lib/obstack.h: Formatting changes.
58934         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
58935         prevent type checking.
58936         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
58937         cast the value to (void *): assigning a `foo *' to a `void *'
58938         variable is valid.
58939         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
58940
58941 2000-11-16  Jim Meyering  <meyering@lucent.com>
58942
58943         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
58944
58945 2000-11-11  Jim Meyering  <meyering@lucent.com>
58946
58947         * lib/error.c: Add a couple #includes, merging from GNU libc version.
58948
58949 2000-11-10  Jim Meyering  <meyering@lucent.com>
58950
58951         * lib/obstack.h: Update from GNU libc.
58952         * lib/obstack.c: Likewise.
58953
58954 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
58955
58956         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
58957
58958 2000-11-06  Paul Eggert  <eggert@twinsun.com>
58959
58960         * lib/getusershell.c (setusershell): Use rewind rather than
58961         fseek/fseeko, to avoid configuration hassles with fseeko.
58962         Don't bother opening SHELLS_FILE if shellstream is NULL;
58963         it's not necessary.
58964
58965 2000-11-05  Jim Meyering  <meyering@lucent.com>
58966
58967         * lib/makepath.h (make_dir): Declare.
58968         * lib/makepath.c (make_dir): Remove `static' attribute.
58969         Tweak a comment.
58970
58971 2000-11-04  Jim Meyering  <meyering@lucent.com>
58972
58973         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
58974
58975 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
58976
58977         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
58978         last one in a bucket, advance to the next bucket.
58979
58980 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
58981
58982         * lib/fnmatch.c: Do not comment out all the code if we are using
58983         the GNU C library, because in some cases we are replacing buggy
58984         code in the GNU C library itself.
58985
58986 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
58987
58988         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
58989         (regex_compile): Catch bogus \(\1\).
58990
58991 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58992
58993         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
58994         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
58995         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
58996
58997 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58998
58999         * lib/error.h, getline.h, modechange.h:
59000         Remove "2000" from Copyright line, as the file hasn't been
59001         changed this year other than in the copyright notice.
59002
59003         * lib/xalloc.h: Add "2000" to Copyright line, as this file
59004         was changed this year.
59005
59006 2000-10-29  Jim Meyering  <meyering@lucent.com>
59007
59008         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
59009         renaming.
59010         * m4/ls-mntd-fs.m4: Likewise
59011
59012 2000-10-29  Jim Meyering  <meyering@lucent.com>
59013
59014         * lib/xstat.in: Fix grammar in comment.
59015
59016 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
59017
59018         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
59019         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
59020         doesn't define __restrict_arr.
59021
59022 2000-10-28  Jim Meyering  <meyering@lucent.com>
59023
59024         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
59025         (jm_PREREQ_MEMCHR): New function.
59026
59027 2000-10-28  Jim Meyering  <meyering@lucent.com>
59028
59029         * lib/memchr.c: Update from libc.
59030         Adjust for portability:
59031         [HAVE_STDLIB_H]: Include stdlib.h.
59032         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
59033         Undef __memchr, too.
59034         [!weak_alias]: Define __memchr to memchr.
59035
59036         * lib/regex.c: Update from libc.
59037         * lib/regex.h: Likewise.
59038         * lib/getopt1.c: Likewise.
59039         * lib/memcmp.c: Likewise.
59040
59041         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
59042         Avoid using fseek, when possible -- it's broken by design.
59043         Patch by Ulrich Drepper.
59044
59045 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
59046
59047         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
59048         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
59049         Giving in to popular pressure to shut up the compiler with casts.
59050
59051 2000-10-26  Jim Meyering  <meyering@lucent.com>
59052
59053         * lib/strftime.c: Update from libc.
59054
59055 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
59056
59057         * regex.c: More `unsigned char' -> `re_char' changes.
59058         Also change several `int' into `re_wchar_t'.
59059         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
59060         (PUSH_FAILURE_POINTER): Don't cast any more.
59061         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
59062         We want GCC to complain, since this piece of code makes
59063         re_match non-reentrant, which *should* be fixed.
59064         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
59065         (EXTEND_BUFFER): Use RETALLOC.
59066         (SET_LIST_BIT): Don't cast.
59067         (re_wchar_t): New type.
59068         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
59069         that those two functions will always properly return.
59070         (IMMEDIATE_QUIT_CHECK): Cast to void.
59071         (analyse_first): Use recursion rather than an explicit stack.
59072         (re_compile_fastmap): Can't fail anymore.
59073         (re_search_2): Don't check re_compile_fastmap for failure.
59074         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
59075         Now also sets the new value (passed in a new argument).
59076         (re_match_2_internal): Use it.
59077         Also, use a new var `reg' of type size_t when looping through regs
59078         rather than reuse the inappropriate `mcnt'.
59079
59080 2000-10-25  Jim Meyering  <meyering@lucent.com>
59081
59082         * lib/obstack.c: Update from libc.
59083
59084 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
59085
59086         * regex.c (regex_compile): Change the way of handling a range from
59087         a char less than 256 to a char not less than 256.
59088
59089 2000-10-24  Andrew Innes  <andrewi@gnu.org>
59090
59091         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
59092         NT-Emacs only.
59093         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
59094         so that re_search functions only quit when callers expect them to.
59095
59096 2000-10-23  Jim Meyering  <meyering@lucent.com>
59097
59098         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
59099         wrong.  That set_locale call must not have any side effects.
59100         From Paul Eggert.
59101
59102 2000-10-22  Jim Meyering  <meyering@lucent.com>
59103
59104         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
59105         [CYCLIC]: Remove now-unused definition.
59106
59107         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
59108         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
59109         Suggestion from Ulrich Drepper.
59110
59111 2000-10-21  Jim Meyering  <meyering@lucent.com>
59112
59113         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
59114         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
59115         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
59116
59117 2000-10-21  Jim Meyering  <meyering@lucent.com>
59118
59119         * lib/dirname.c (memrchr): Declare if necessary.
59120         (dir_name): Remove the restriction that there be no
59121         trailing slashes.  Now, this code skips past them, effectively
59122         ignoring them.
59123         [TEST_DIRNAME] (main): New unit tests.
59124
59125         * lib/memrchr.c: New file from GNU libc.
59126         Undef __memrchr, too.
59127         [!weak_alias]: Define __memrchr to memrchr.
59128         Guard weak_alias use with `#ifdef weak_alias'.
59129
59130 2000-10-21  Jim Meyering  <meyering@lucent.com>
59131
59132         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
59133         (dir_name): Use dir_name_r.
59134         * lib/dirname.h (dir_name_r): Declare it.
59135
59136 2000-10-17  Jim Meyering  <meyering@lucent.com>
59137
59138         * lib/quote.h (PARAMS): Define and use.
59139         Reported by Akim Demaille.
59140
59141         * lib/getopt.c: Update from libc.
59142
59143 2000-10-16  Jim Meyering  <meyering@lucent.com>
59144
59145         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
59146         setlocale.
59147         From Jan Fedak.
59148
59149 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
59150
59151         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
59152
59153 2000-09-25  Jim Meyering  <meyering@lucent.com>
59154
59155         * lib/md5.h (rol): Define (from GnuPG).
59156
59157         * lib/sha.c: Give credit (GnuPG) where due.
59158         (M): Use rol rather than open-coding it.
59159         Add a FIXME comment.
59160
59161 2000-09-21  Jim Meyering  <meyering@lucent.com>
59162
59163         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
59164         Reported by Michael Stone.
59165
59166 2000-09-20  Jim Meyering  <meyering@lucent.com>
59167
59168         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
59169         (noinst_HEADERS): Add sha.h.
59170         Based on code from Scott G. Miller and from GnuPG.
59171
59172 2000-09-18  Jim Meyering  <meyering@lucent.com>
59173
59174         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
59175         LIBS. Otherwise, everyone ends up linking with -lelf for some
59176         configurations.
59177         Reported by Mike Stone.
59178
59179 2000-09-15  Jim Meyering  <meyering@lucent.com>
59180
59181         * lib/regex.c: Update from libc.
59182
59183 2000-09-10  Jim Meyering  <meyering@lucent.com>
59184
59185         * lib/getopt.c (_getopt_internal): Update from glibc.
59186
59187 2000-09-09  Jim Meyering  <meyering@lucent.com>
59188
59189         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
59190         think it should be used as a general replacement for isascii.
59191         * lib/fnmatch.c: Likewise.
59192         * lib/mbswidth.c: Likewise
59193         * lib/regex.c: Likewise.
59194
59195         Don't use atoi.
59196         * lib/userspec.c: Include sys/param.h and limits.h.
59197         Include xstrtol.h.
59198         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59199         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
59200         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
59201         UID, GID.  Check range.
59202
59203 2000-09-06  Jim Meyering  <meyering@lucent.com>
59204
59205         * lib/getopt.c (_getopt_internal): Update from glibc.
59206
59207 2000-08-30  Jim Meyering  <meyering@lucent.com>
59208
59209         * lib/strftime.c: Merge in changes from GNU libc.
59210
59211 2000-08-26  Jim Meyering  <meyering@lucent.com>
59212
59213         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
59214         * m4/fpending.m4: New file.
59215
59216 2000-08-26  Jim Meyering  <meyering@lucent.com>
59217
59218         * lib/closeout.c: Include "__fpending.h".
59219         (close_stdout_status): Return right away if there's nothing to flush.
59220
59221         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
59222         * lib/__fpending.c: New file.
59223         * lib/__fpending.h: New file.
59224
59225 2000-08-20  Jim Meyering  <meyering@lucent.com>
59226
59227         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
59228         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
59229         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
59230
59231 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
59232
59233         Improve fileutils installation on systems where running
59234         programs (like install) can't be unlinked.
59235         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
59236         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
59237
59238 2000-08-07  Paul Eggert  <eggert@twinsun.com>
59239
59240         Standardize on "memory exhausted" instead of "Memory exhausted"
59241         or "virtual memory exhausted".
59242         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
59243         "virtual memory exhausted".
59244         * lib/same.c (same_name): Invoke xalloc_die instead of printing
59245         our own message.
59246         * lib/userspec.c (parse_user_spec): Likewise.
59247         * lib/bumpalloc.h: comment fix
59248         * lib/same.c, userspec.c: Include xalloc.h.
59249
59250         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
59251         not char *const and pointing to a constant array.
59252         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
59253         (xrealloc): Comment fix.
59254
59255         * lib/userspec.c (parse_user_spec):
59256         Don't translate a message until just before returning,
59257         to avoid unnecessary translation.
59258
59259 2000-08-07  Jim Meyering  <meyering@lucent.com>
59260
59261         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
59262         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
59263         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
59264         getgroups.c, gethostname.c, getopt.h, group-member.c,
59265         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
59266         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
59267         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
59268         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
59269         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
59270         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
59271         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
59272         yesno.c: Back out Copyright date changes for each file with no change
59273         this year.  This eases coordination with other programs using the same
59274         source code modules.  From Paul Eggert.
59275
59276 2000-08-06  Paul Eggert  <eggert@twinsun.com>
59277
59278         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
59279         not char, for compatibility with glibc 2.1.3 strftime.c.
59280
59281 2000-08-03  Greg McGary  <greg@mcgary.org>
59282
59283         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
59284         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
59285         (EXTEND_BUFFER): Use them.
59286
59287 2000-08-01  Jim Meyering  <meyering@lucent.com>
59288
59289         * lib/dirname.c (ISSLASH): Define.
59290         (BACKSLASH_IS_PATH_SEPARATOR): Define.
59291         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
59292         both `\' and `/' may be use as path separators.
59293         Based on a patch from Prashant TR.
59294
59295 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59296
59297         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59298         slot vector a constant, since it might get modified.
59299
59300 2000-07-31  Jim Meyering  <meyering@lucent.com>
59301
59302         * lib/xmalloc.c: Use `virtual memory exhausted', not
59303         `Memory exhausted'.
59304         * lib/obstack.c (print_and_abort): Likewise.
59305
59306 2000-07-30  Paul Eggert  <eggert@twinsun.com>
59307
59308         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
59309         buffer, so that the caller can always quote one small
59310         component of a "memory exhausted" message in slot 0.
59311         From a suggestion by Jim Meyering.
59312
59313 2000-07-30  Jim Meyering  <meyering@lucent.com>
59314
59315         * lib/makepath.c (make_path): Quote the other instance, too.
59316
59317         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
59318         (STATIC_BUF_SIZE): Define.
59319         (quotearg_n_options): Use only statically allocated storage when
59320         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
59321         than STATIC_BUF_SIZE.
59322
59323 2000-07-29  Jim Meyering  <meyering@lucent.com>
59324
59325         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
59326         * lib/dirname.c (dir_name): Likewise.
59327
59328         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
59329         `/'.
59330
59331         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
59332         (dir_name): Assert that there are no trailing slashes.
59333
59334 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
59335
59336         * lib/mbswidth.h (mbswidth): Add a flags argument.
59337         (mbswidth): New declaration.
59338         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
59339         * lib/mbswidth.c (mbswidth): Add a flags argument.
59340         (mbsnwidth): New function.
59341
59342 2000-07-24  Jim Meyering  <meyering@lucent.com>
59343
59344         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
59345
59346 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59347
59348         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
59349
59350 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59351
59352         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
59353         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
59354         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
59355         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
59356         invoke multibyte primitives.
59357
59358 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59359
59360         * lib/quotearg.c:
59361         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
59362         so that mbstate_t is always defined.
59363
59364         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
59365         be 1 in at least one GCC installation, and this configuration
59366         error is likely to be common.  Ignoring MB_LEN_MAX hurts
59367         performance on hosts that have mbrtowc but have only unibyte
59368         locales, but I assume these hosts are rare.
59369
59370 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59371
59372         * lib/mbswidth.c (_XOPEN_SOURCE):
59373         Don't define; this causes problems on Solaris 7.
59374         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
59375
59376 2000-07-23  Jim Meyering  <meyering@lucent.com>
59377
59378         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
59379         too: getgrgid, getpwuid, getuid.
59380
59381 2000-07-23  Jim Meyering  <meyering@lucent.com>
59382
59383         * lib/basename.c (base_name): Add an assertion.
59384
59385 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
59386
59387         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
59388         shadow its mbsinit function.
59389
59390 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59391
59392         * lib/mbswidth.h: New file.
59393         * lib/mbswidth.c: New file.
59394         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
59395         (noinst_HEADERS): Add mbswidth.h.
59396
59397 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59398
59399         * lib/config.charset: Add support for FreeBSD. Improve support for
59400         HP-UX and IRIX 6.
59401
59402 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
59403
59404         * m4/mbswidth.m4: New file.
59405         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
59406
59407 2000-07-15  Jim Meyering  <meyering@lucent.com>
59408
59409         * lib/makepath.c: Include quote.h.
59410         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
59411         corresponding argument in a `quote (...)' call.
59412         Give better diagnostics.
59413
59414         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
59415         (noinst_HEADERS): Add quote.h.
59416
59417         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
59418         from tar's src/misc.c.
59419         * lib/quote.h: New file.  Prototypes for same.
59420
59421 2000-07-14  Paul Eggert  <eggert@twinsun.com>
59422
59423         From a suggestion by Bruno Haible.
59424         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
59425         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
59426         to decide whether to define the BeOS workaround macro;
59427         this adjusts to the change to AC_MBSTATE_T.
59428
59429 2000-07-14  Jim Meyering  <meyering@lucent.com>
59430
59431         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
59432         jm_AC_TYPE_UINTMAX_T.
59433
59434 2000-07-13  Paul Eggert  <eggert@twinsun.com>
59435
59436         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
59437
59438         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
59439         quotearg_buffer_restyled): Add support for
59440         clocale_quoting_style.  Undo previous change to
59441         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
59442         and "{RIGHT QUOTATION MARK}" msgids.
59443
59444 2000-07-10  Paul Eggert  <eggert@twinsun.com>
59445
59446         From a suggestion by Bruno Haible.
59447         * m4/mbstate_t.m4 (AC_MBSTATE_T):
59448         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
59449         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59450         and mbstate_t, to a single-part test that simply defines mbstate_t.
59451         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59452         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59453
59454 2000-07-10  Jim Meyering  <meyering@lucent.com>
59455
59456         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59457
59458         * m4/gnu-source.m4: Output to confdefs.h directly.
59459         Suggestion from Akim Demaille.
59460
59461 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59462
59463         The old behavior of quoting `like this' doesn't look good with
59464         newer, ISO-style fonts.  See:
59465         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59466
59467         Instead, quote "like this" by default.  Let the translator
59468         tailor the locale-specific quoting behavior by providing
59469         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59470
59471         * lib/quotearg.c (N_): New macro.
59472         (gettext_default): New function.
59473         (quotearg_buffer_restyled): Use
59474         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59475         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59476
59477 2000-07-09  Jim Meyering  <meyering@lucent.com>
59478
59479         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59480         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59481
59482         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59483         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59484
59485 2000-07-09  Jim Meyering  <meyering@lucent.com>
59486
59487         * lib/Most files: Update copyright dates to include 2000.
59488
59489 2000-07-08  Jim Meyering  <meyering@lucent.com>
59490
59491         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59492         if not defined.
59493         (xgethostname): Remove now-unnecessary #ifdef.
59494         Move declaration of `err' into loop where it's used.
59495
59496 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59497         and Bruno Haible  <haible@clisp.cons.org>
59498
59499         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59500         only if the test for an object-type mbstate_t fails.  This
59501         prevents us from mistakenly reporting that mbstate_t is a
59502         system object type after we "#define mbstate_t int" to work
59503         around its lack.
59504
59505 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59506         and Bruno Haible  <haible@clisp.cons.org>
59507
59508         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59509
59510 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59511
59512         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59513         to strerror_r.
59514         Include <ctype.h> for use of isalpha.
59515
59516 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59517
59518         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59519         by allocating a larger buffer. Test the gethostname return value for
59520         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59521         returns an error and ENAMETOOLONG isn't defined.
59522
59523 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59524
59525         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59526         dimension.
59527
59528 2000-07-04  Jim Meyering  <meyering@lucent.com>
59529
59530         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59531         of the deprecated AC_CHECKING.
59532
59533 2000-07-04  Jim Meyering  <meyering@lucent.com>
59534
59535         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59536         Reported by Bruno Haible.
59537
59538 2000-07-04  Jim Meyering  <meyering@lucent.com>
59539
59540         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59541         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59542         lacks mbrtowc.
59543
59544 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59545
59546         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59547         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59548
59549 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59550         and Bruno Haible  <haible@clisp.cons.org>
59551
59552         * lib/quotearg.c (mbrtowc):
59553         Assign to *pwc, and return 1 only if result is nonzero.
59554         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59555
59556 2000-07-03  Jim Meyering  <meyering@lucent.com>
59557
59558         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59559
59560 2000-07-03  Jim Meyering  <meyering@lucent.com>
59561
59562         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59563         This is necessary to get a definition of e.g., UTMP_FILE on
59564         HP-UX 10.20.
59565         From Bob Proulx.
59566
59567 2000-07-02  Jim Meyering  <meyering@lucent.com>
59568
59569         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59570
59571         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59572         AC_LIBOBJ(function_name).
59573         * m4/chown.m4: Likewise.
59574         * m4/fnmatch.m4: Likewise.
59575         * m4/ftruncate.m4: Likewise.
59576         * m4/getgroups.m4: Likewise.
59577         * m4/getline.m4: Likewise.
59578         * m4/group-member.m4: Likewise.
59579         * m4/jm-macros.m4: Likewise.
59580         * m4/lstat.m4: Likewise.
59581         * m4/malloc.m4: Likewise.
59582         * m4/memcmp.m4: Likewise.
59583         * m4/nanosleep.m4: Likewise.
59584         * m4/putenv.m4: Likewise.
59585         * m4/realloc.m4: Likewise.
59586         * m4/regex.m4: Likewise.
59587         * m4/stat.m4: Likewise.
59588         * m4/strftime.m4: Likewise.
59589
59590 2000-07-02  Jim Meyering  <meyering@lucent.com>
59591
59592         * lib/quotearg.c (mbstate_t): Don't define here.
59593
59594 2000-07-02  Jim Meyering  <meyering@lucent.com>
59595
59596         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59597
59598 2000-07-01  Jim Meyering  <meyering@lucent.com>
59599
59600         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
59601
59602 2000-07-01  Jim Meyering  <meyering@lucent.com>
59603
59604         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
59605         problem.
59606
59607 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59608
59609         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
59610         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
59611
59612 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59613
59614         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
59615         per change in ../m4/ls-mntd-fs.m4.
59616         (read_filesystem_list): Ignore symbolic links.
59617
59618 2000-06-29  Jim Meyering  <meyering@lucent.com>
59619
59620         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
59621         for declaration of strcmp.
59622
59623         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
59624
59625         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
59626         Avoid warning by casting result to `char *' to remove `const'.
59627
59628 2000-06-28  Jim Meyering  <meyering@lucent.com>
59629
59630         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
59631         included by quotearg.c, for which we perform this test.  From
59632         Bruno Haible.
59633
59634 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59635
59636         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
59637         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
59638         <utmpx.h> exists, put readutmp.o into LIBOBJS.
59639
59640 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59641
59642         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
59643
59644 2000-06-26  Paul Eggert  <eggert@twinsun.com>
59645
59646         savedir now sets errno on failure and invokes xmalloc to get memory.
59647         Fix a couple of other minor bugs while we're at it.
59648
59649         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
59650         (NAMLEN): Remove macro.
59651         (malloc, realloc): Remove decls.
59652         (stpcpy): Likewise.
59653         ("xalloc.h"): Include.
59654         (NAME_SIZE_DEFAULT): New macro.
59655         (savedir): Use xmalloc / xrealloc to allocate memory.
59656         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
59657         Skip "" directory entries.
59658         Use strlen to calculate directory entry length, since the old method
59659         is rarely used these days and isn't worth supporting.
59660         Don't use a pointer after freeing it.
59661         Check for integer overflow when calculating allocation size.
59662         Use memcpy to copy entries, instead of stpcpy.
59663         Set errno properly when returning NULL.
59664         Check for readdir error.
59665
59666 2000-06-26  Jim Meyering  <meyering@lucent.com>
59667
59668         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
59669
59670 2000-06-25  Jim Meyering  <meyering@lucent.com>
59671
59672         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
59673         Linux header bug when _XOPEN_SOURCE is defined to 500.
59674
59675 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59676
59677         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
59678         deficiency.
59679
59680 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59681
59682         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
59683         Include xalloc.h.
59684         Don't include <stdlib.h>.  Don't declare malloc, realloc.
59685
59686 2000-06-24  Jim Meyering  <meyering@lucent.com>
59687
59688         * m4/strerror_r.m4: Revive this file -- to try out an experimental
59689         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
59690         for which strerror does return char*, but which lacks a conveniently
59691         accessible declaration of the function.  If the compile-test says
59692         strerror_r doesn't work, then resort to a `run'-test that works on
59693         BeOS and segfaults on DEC Unix.
59694
59695 2000-06-24  Jim Meyering  <meyering@lucent.com>
59696
59697         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
59698
59699 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59700
59701         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
59702         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
59703
59704 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59705
59706         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
59707         (mbrtowc, mbstate_t): Define substitutes if
59708         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
59709         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
59710         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
59711
59712 2000-06-23  Jim Meyering  <meyering@lucent.com>
59713
59714         * m4/afs.m4: Add missing AC_MSG_RESULT.
59715         Reported by Bruno Haible.
59716
59717         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
59718         Suggestion from Bruno Haible.
59719
59720 2000-06-23  Jim Meyering  <meyering@lucent.com>
59721
59722         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
59723
59724 2000-06-21  Jim Meyering  <meyering@lucent.com>
59725
59726         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
59727
59728 2000-06-21  Jim Meyering  <meyering@lucent.com>
59729
59730         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
59731         (noinst_HEADERS): Add getstr.h.
59732
59733         * lib/getline.c (getstr): Move into a separate file.
59734         * lib/getstr.c (getstr): New file, extracted from getline.c, with
59735         the following changes: new parameter, delim2; both delim[12]
59736         parameters have type `int', not `char'.  The latter would lose
59737         with 8-bit delimiters.
59738         * lib/getstr.h: New file.
59739
59740 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59741
59742         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
59743         than 1024, return a memory chunk of least possible size, instead
59744         of size PATH_MAX + 2. In the loop, increment the size proportionally.
59745         Use free/xmalloc instead of xrealloc to avoid copying for very long
59746         paths.
59747
59748 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59749
59750         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
59751         the empty string.
59752
59753 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59754
59755         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
59756         address, not strdup.  Include <stdlib.h> and don't declare free().
59757
59758 2000-06-19  Jim Meyering  <meyering@lucent.com>
59759
59760         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
59761
59762 2000-06-18  Jim Meyering  <meyering@lucent.com>
59763
59764         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
59765
59766         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
59767         `checking whether...' message to be consistent with that of the
59768         lstat test.
59769
59770 2000-06-18  Jim Meyering  <meyering@lucent.com>
59771
59772         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
59773         Besides, these days every porting target provides a mkdir function.
59774
59775         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
59776         needed. (this snippet comes from src/system.h).
59777
59778 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
59779
59780         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
59781
59782 2000-06-15  Paul Eggert  <eggert@twinsun.com>
59783
59784         * lib/human.c (adjust_value): New function.
59785         (human_readable_inexact): Apply rounding style even when
59786         printing approximate values.
59787
59788 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59789
59790         * lib/human.c (human_readable_inexact): Allow an input block
59791         size that is not a multiple of the output block size, and vice versa.
59792         Reported by Piergiorgio Sartor.
59793
59794 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59795
59796         * lib/getdate.y (get_date): Apply relative times after time
59797         zone indicator, not before.  Reported by Todd A. Jacobs.
59798
59799 2000-06-13  Jim Meyering  <meyering@lucent.com>
59800
59801         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
59802
59803         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
59804
59805 2000-06-12  Paul Eggert  <eggert@twinsun.com>
59806
59807         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
59808
59809 2000-06-12  Jim Meyering  <meyering@lucent.com>
59810
59811         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
59812         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
59813         optional argument.
59814         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
59815         the optional argument, `lib'.
59816
59817 2000-06-08  Jim Meyering  <meyering@lucent.com>
59818
59819         * m4/largefile.m4: Remove file (now that it's part of autoconf).
59820
59821 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59822
59823         Rewrite largefile configuration so that we don't need to run
59824         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
59825         AC_CANONICAL_HOST in configure.in -- jmm]
59826
59827         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
59828         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
59829         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
59830         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
59831         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
59832         All uses changed.
59833         Instead of inspecting the output of getconf, try to compile the
59834         test program without and with the macro definition.
59835         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
59836         for getconf.  Instead, check for the needed flags by compiling
59837         test programs.
59838
59839 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59840
59841         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
59842
59843 2000-06-04  Jim Meyering  <meyering@lucent.com>
59844
59845         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
59846         SunOS 4.1.4 for which gid_t is an unsigned type.
59847
59848 2000-06-03  Jim Meyering  <meyering@lucent.com>
59849
59850         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
59851         now that autoconf requires that.
59852
59853         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
59854         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
59855         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
59856
59857 2000-06-03  Jim Meyering  <meyering@lucent.com>
59858
59859         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
59860
59861 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59862
59863         * m4/glibc21.m4: New file.
59864         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
59865
59866 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59867
59868         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
59869         newer, don't install charset.alias.
59870         * lib/config.charset: Change the Linux/glibc rules so they become empty
59871         on glibc-2.1 or newer.
59872
59873 2000-06-02  Jim Meyering  <meyering@lucent.com>
59874
59875         * lib/mountlist.c: Back out last change.  Instead, do this...
59876         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
59877         me_dummy member using the same `ignore'-testing code.
59878         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
59879         fs_type strings.
59880         From Mark D. Roth.
59881
59882 2000-05-29  Jim Meyering  <meyering@lucent.com>
59883
59884         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
59885         mounts with the `ignore' attribute.  Based on a patch from
59886         Mark D. Roth.
59887
59888 2000-05-28  Jim Meyering  <meyering@lucent.com>
59889
59890         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
59891         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59892         * m4/stat.m4: Likewise.
59893         * m4/lstat.m4: Likewise.
59894         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
59895
59896         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
59897         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
59898
59899 2000-05-26  Jim Meyering  <meyering@lucent.com>
59900
59901         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
59902
59903 2000-05-24  Jim Meyering  <meyering@lucent.com>
59904
59905         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
59906         autoconf requires that.
59907         * m4/lib-check.m4: Likewise.
59908         * m4/jm-macros.m4: Likewise.
59909         * m4/strftime.m4: Likewise.
59910
59911         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
59912         AC_CHECK_DECLS, now that autoconf requires that.
59913
59914 2000-05-22  Jim Meyering  <meyering@lucent.com>
59915
59916         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59917         * m4/lstat.m4: Likewise.
59918
59919 2000-05-22  Jim Meyering  <meyering@lucent.com>
59920
59921         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
59922
59923 2000-05-20  Jim Meyering  <meyering@lucent.com>
59924
59925         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
59926         (jm_PREREQ): Use it.
59927
59928 2000-05-18  Jim Meyering  <meyering@lucent.com>
59929
59930         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
59931         back, too, since it may have been modified by allocate_entry.
59932         (hash_delete): Rewrite to use neither the assignment operator
59933         nor the comma operator in an if-expression.
59934
59935 2000-05-15  Paul Eggert  <eggert@twinsun.com>
59936
59937         * lib/closeout.c:
59938         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
59939         Remove; no longer needed.
59940         "quotearg.h": Add include.
59941         (file_name): Do not bother to explicitly initialize to NULL; it's less
59942         efficient on some hosts.
59943         (close_stdout_status): Remove test as to whether stdout was already
59944         closed; it breaks for the case "echo x | sort >&-".
59945         Quote file name colons.
59946         Do not assume that _("write error") lacks format strings.
59947
59948 2000-05-15  Jim Meyering  <meyering@lucent.com>
59949
59950         * lib/version-etc.c (version_etc_copyright): Update the copyright
59951         string used in all --version output.
59952
59953 2000-05-14  Jim Meyering  <meyering@lucent.com>
59954
59955         * lib/closeout.c (close_stdout_set_file_name): New function.
59956         (close_stdout_status): Use new file-scoped global.
59957         Return right away if fstat says the stdout file descriptor is invalid.
59958         * lib/closeout.h (close_stdout_set_file_name): Declare.
59959
59960 2000-05-10  Jim Meyering  <meyering@lucent.com>
59961
59962         * lib/closeout.c [default_exit_status]: New file-scoped variable.
59963         (close_stdout_set_status): New function.
59964         * lib/closeout.h (close_stdout_set_status): Declare.
59965
59966 2000-05-09  Jim Meyering  <meyering@lucent.com>
59967
59968         * m4/gettext.m4: Rename this...
59969         * m4/libintl.m4: ...to this.
59970
59971 2000-05-08  Jim Meyering  <meyering@lucent.com>
59972
59973         * lib/long-options.c: Don't include closeout.h.
59974         (parse_long_options): Don't call close_stdout for --version.
59975
59976 2000-05-06  Paul Eggert  <eggert@twinsun.com>
59977
59978         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
59979         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
59980         2.1.3 bug.  This avoids a clash when files like regex.c define
59981         _GNU_SOURCE.
59982
59983 2000-05-06  Jim Meyering  <meyering@lucent.com>
59984
59985         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
59986         (AC_REPLACE_FUNCS): Add strnlen.
59987
59988         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
59989         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
59990
59991         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
59992         AC_SEARCH_LIBS call for nanosleep.
59993         (LIB_NANOSLEEP): Set and AC_SUBST.
59994
59995 2000-05-06  Jim Meyering  <meyering@lucent.com>
59996
59997         * lib/strnlen.c: Undefine __strnlen and strnlen.
59998         [!weak_alias]: Define __strnlen to strnlen.
59999
60000         * lib/atexit.c: New file, from libiberty.
60001
60002 2000-05-06  Jim Meyering  <meyering@lucent.com>
60003
60004         * lib/closeout.c (close_stdout_status): Also check for errors on the
60005         stderr stream.
60006
60007 2000-05-05  Jim Meyering  <meyering@lucent.com>
60008
60009         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
60010         AC_SEARCH_LIBS call for clock_gettime.
60011         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
60012
60013         * m4/search-libs.m4: Update from autoconf.
60014
60015         su doesn't work on Solaris 2.6.
60016         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
60017         <shadow.h>.  Reported by Dragos Harabor.
60018
60019 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
60020
60021         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
60022         memcpy instead of xmalloc, xrealloc, path_concat.
60023         (locale_charset): Treat empty environment variables as absent.
60024         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
60025
60026 2000-05-04  Jim Meyering  <meyering@lucent.com>
60027
60028         * lib/getopt.c: Update from glibc.
60029         * lib/obstack.c: Likewise.
60030         * lib/obstack.h: Likewise.
60031         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
60032         file
60033
60034         * lib/regex.h: Likewise.
60035         * lib/strndup.c: Likewise.
60036         * lib/strnlen.c: New file, from glibc.
60037
60038 2000-05-03  Jim Meyering  <meyering@lucent.com>
60039
60040         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
60041
60042 2000-05-02  Paul Eggert  <eggert@twinsun.com>
60043
60044         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
60045         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
60046         compile-time test, rather than inspecting host and OS, to
60047         decide whether to define _LARGEFILE_SOURCE.
60048
60049 2000-05-01  Jim Meyering  <meyering@lucent.com>
60050
60051         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
60052
60053         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
60054         Based on a patch from Bruno Haible.
60055
60056 2000-05-01  Jim Meyering  <meyering@lucent.com>
60057
60058         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
60059
60060 2000-04-29  Jim Meyering  <meyering@lucent.com>
60061
60062         * lib/path-concat.c: Declare strdup only if it's not defined.
60063         * lib/canon-host.c: Likewise.
60064
60065 2000-04-28  Jim Meyering  <meyering@lucent.com>
60066
60067         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
60068         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
60069         is included first, then limits.h is included by locale.h by libintl.h.
60070         From John David Anglin.
60071
60072 2000-04-25  Jim Meyering  <meyering@lucent.com>
60073
60074         * lib/makepath.c (S_IRWXUGO): Define.
60075         (make_path): Always perform explicit chmod if MODE specifies any
60076         of the `special' permission bits.  Prompted by a bug report against
60077         install from Mate Wierdl and Joost van Baal.
60078
60079 2000-04-18  Jim Meyering  <meyering@lucent.com>
60080
60081         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
60082         (jm_PREREQ): Use it.
60083
60084 2000-04-18  Jim Meyering  <meyering@lucent.com>
60085
60086         * lib/README: New file.
60087
60088         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
60089         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
60090
60091 2000-04-17  Jim Meyering  <meyering@lucent.com>
60092
60093         Get it right :-)
60094         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
60095         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
60096         Suggestion from Akim Demaille.
60097
60098 2000-04-17  Jim Meyering  <meyering@lucent.com>
60099
60100         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
60101         the definition of it to rpl_strftime also defined-away the system's
60102         declaration.
60103
60104 2000-04-15  Jim Meyering  <meyering@lucent.com>
60105
60106         Use `C' to denote so-called `contiguous' files, the same way
60107         that tar does.
60108         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
60109         (ftypelet): Use S_ISCTG.
60110         From Michael Deutschmann.
60111
60112 2000-04-14  Jim Meyering  <meyering@lucent.com>
60113
60114         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
60115         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
60116         clobbered.
60117
60118 2000-04-14  Jim Meyering  <meyering@lucent.com>
60119
60120         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
60121
60122 2000-04-13  Jim Meyering  <meyering@lucent.com>
60123
60124         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
60125         AH_VERBATIM to insert required #ifndef into config.h.in.
60126         Suggestion from Akim Demaille.
60127
60128 2000-04-12  Jim Meyering  <meyering@lucent.com>
60129
60130         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
60131         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
60132         Christian Krackowizer.
60133
60134         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
60135         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
60136         (AC_SYS_LARGEFILE): Require.
60137         (AM_C_PROTOTYPES): Require.
60138
60139 2000-04-08  Jim Meyering  <meyering@lucent.com>
60140
60141         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
60142         names don't conflict.  Reported by Eli Zaretskii.
60143
60144 2000-04-07  Jim Meyering  <meyering@lucent.com>
60145
60146         * lib/putenv.c: Move inclusion of errno.h so it follows that of
60147         sys/types.h, to work around system header problems on AIX 3.2.5.
60148         From Bruno Haible.
60149
60150 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
60151
60152         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
60153         bug.  Deal with the different error behavior of Irix iconv.
60154
60155 2000-04-05  Paul Eggert  <eggert@twinsun.com>
60156
60157         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
60158         IRIX if the installer said otherwise.
60159
60160 2000-04-05  Jim Meyering  <meyering@lucent.com>
60161
60162         Portability tweaks required for ultrix4.3.
60163         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
60164         (jm_CHECK_DECLS): Add getutent to the list of functions.
60165         (_jm_DECL_HEADERS): Add utmpx.h.
60166         From John David Anglin.
60167
60168         * m4/strftime.m4: Back out the 2000-04-02 change.
60169         Instead of that change, simply undefine putenv in the test program.
60170
60171 2000-04-05  Jim Meyering  <meyering@lucent.com>
60172
60173         Portability tweaks required for ultrix4.3.
60174         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
60175         getutent.
60176         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
60177         * lib/canon-host.c: Declare strdup.
60178         * lib/path-concat.c: Likewise.
60179         From John David Anglin.
60180
60181 2000-04-04  Jim Meyering  <meyering@lucent.com>
60182
60183         Be more DOS 8.3-friendly.
60184         * lib/ref-add.sin: Renamed from ref-add.sed.in.
60185         * lib/ref-del.sin: Renamed from ref-del.sed.in.
60186         * lib/Makefile.am: Reflect renaming.
60187         Reported by Eli Zaretskii.
60188
60189         Use a temporary file name that won't clash with `charset.alias'
60190         in the DOS 8.3 name space.
60191         * lib/Makefile.am (charset_tmp): Define.
60192         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60193         (uninstall-local): Likewise.
60194         Reported by Eli Zaretskii.
60195
60196 2000-04-03  Jim Meyering  <meyering@lucent.com>
60197
60198         * m4/gettext.m4: Fix typo in comment.
60199
60200         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
60201         textutils/configure.in).  Suggestion from Paul Eggert.
60202         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
60203
60204 2000-04-02  Paul Eggert  <eggert@twinsun.com>
60205
60206         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
60207         variable in the shell rather than using putenv, which isn't
60208         portable.  This avoids the configure-time inter-test dependency
60209         on the potentially-renamed putenv function.
60210
60211 2000-03-30  Paul Eggert  <eggert@twinsun.com>
60212
60213         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
60214         before checking struct stat.st_blksize, so that
60215         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
60216
60217 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60218
60219         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
60220         since strftime.c uses HAVE_STRFTIME to decide whether to use
60221         the underlying strftime.
60222
60223 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60224
60225         * lib/time/strftime.c (my_strftime): Make sure we call the system
60226         strftime, not ourselves, when invoking the underlying strftime.
60227
60228 2000-03-24  Jim Meyering  <meyering@lucent.com>
60229
60230         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
60231         (charset_alias): Define.
60232         (install-exec-local): Factor out common code.
60233         (uninstall-local): Split lines longer than 80.
60234         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
60235         (SUFFIXES): Define.
60236         (.sed.in.sed): New rule.  Don't redirect directly to $@.
60237         (CLEANFILES): Add ref-add.sed and ref-del.sed.
60238
60239 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
60240
60241         * lib/config.charset: Output a line containing "Packages using this
60242         file".
60243         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
60244         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
60245         ref-del.sed): New rules.
60246
60247 2000-03-17  Jim Meyering  <meyering@lucent.com>
60248
60249         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
60250         Otherwise, include <strings.h>
60251
60252 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
60253
60254         * lib/unicodeio.c (utf8_wctomb): New function.
60255         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
60256         format instead of in UCS-4 with platform dependent endianness.
60257
60258 2000-03-10  Jim Meyering  <meyering@lucent.com>
60259
60260         * m4/lib-check.m4: Look for getspnam in -lgen, too.
60261         From Marco Franzen.
60262
60263 2000-03-07  Paul Eggert  <eggert@twinsun.com>
60264
60265         * lib/savedir.c (savedir): Work even if directory size is
60266         negative; this can happen with some screwy NFS configurations.
60267
60268 2000-03-06  Jim Meyering  <meyering@lucent.com>
60269
60270         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
60271         if it's NULL (because we ran out of memory).  From Bruno Haible.
60272
60273 2000-03-05  Jim Meyering  <meyering@lucent.com>
60274
60275         * lib/localcharset.c ("path-concat.h"): Include.
60276         (get_charset_aliases): Use path_concat instead of ANSI string
60277         concatenation.
60278
60279         * lib/unicodeio.h (PARAMS): Define.
60280         Use it to guard prototype.
60281
60282 2000-03-04  Jim Meyering  <meyering@lucent.com>
60283
60284         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
60285         for lib/localcharset.c.
60286
60287 2000-03-04  Jim Meyering  <meyering@lucent.com>
60288
60289         * lib/Makefile.am (install-exec-local): Create $(libdir) before
60290         installing into it.
60291         (uninstall-local): Uncomment this rule so `make distcheck' works
60292         once again.
60293
60294         * lib/unicodeio.c (<errno.h>): Include it.
60295         (errno): Declare if not defined.
60296
60297         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60298
60299         * lib/config.charset: New version, incorporating remarks from a linux
60300         i18n mailing list.  From Bruno Haible.
60301
60302 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60303
60304         * m4/codeset.m4: New file.
60305         * m4/iconv.m4: New file.
60306         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
60307
60308 2000-03-03  Jim Meyering  <meyering@lucent.com>
60309
60310         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
60311
60312 2000-03-02  Jim Meyering  <meyering@lucent.com>
60313
60314         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
60315         the messages come out on separate lines.
60316
60317         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
60318         rather than jm_CHECK_DECLARATIONS.
60319         * m4/decl.m4: Remove now-unused file.
60320
60321         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
60322         geteuid.
60323
60324 2000-03-02  Jim Meyering  <meyering@lucent.com>
60325
60326         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
60327
60328 2000-03-01  Jim Meyering  <meyering@lucent.com>
60329
60330         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
60331         * lib/unicodeio.c: Likewise.
60332
60333 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
60334
60335         * lib/config.charset: New file.
60336         * lib/localcharset.c: New file.
60337         * lib/unicodeio.h, lib/unicodeio.c: New files.
60338         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
60339         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
60340         (noinst_HEADERS): Add unicodeio.h.
60341         (all-local, install-exec-local, charset.alias): New targets.
60342
60343 2000-02-28  Paul Eggert  <eggert@twinsun.com>
60344
60345         * lib/quotearg.c (ALERT_CHAR): New macro.
60346         (quotearg_buffer_restyled): Use it.
60347
60348 2000-02-27  Jim Meyering  <meyering@lucent.com>
60349
60350         * m4/check-decl.m4: Add getenv to the list.
60351
60352 2000-02-27  Jim Meyering  <meyering@lucent.com>
60353
60354         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
60355         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
60356
60357         * lib/backupfile.c: Guard inclusion of stdlib.h with
60358         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
60359         Declare malloc if needed.
60360
60361         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
60362         `#ifndef HAVE_DECL..'
60363         now that autoconf always defines the HAVE_DECL_ symbols.
60364         * lib/human.c: Likewise.
60365         * lib/same.c: Likewise.
60366         * lib/strtoumax.c: Likewise.
60367
60368         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
60369         declaration check was not run.
60370         * lib/hash.c: Likewise.
60371         * lib/human.c: Likewise.
60372         * lib/same.c: Likewise.
60373         * lib/strtoumax.c: Likewise.
60374
60375         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
60376         `.', then first look up the entire `.'-containing string as a login
60377         name.
60378
60379 2000-02-23  Jim Meyering  <meyering@lucent.com>
60380
60381         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
60382         in place of my hack.
60383
60384 2000-02-18  Paul Eggert  <eggert@twinsun.com>
60385
60386         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
60387         (textint): New typedef.
60388         (parser_control): Member year changed from int to textint.
60389         All uses changed.
60390         (YYSTYPE): Removed; replaced by %union with int and textint members.
60391         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
60392         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
60393         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
60394         (tSNUMBER, tUNUMBER): Now of type <textintval>.
60395         (date, number, to_year): Use width of number in digits, not its value,
60396         to determine whether it's a 2-digit year, or a 2-digit time.
60397         (yylex): Store number of digits of numeric tokens.
60398         Reported by John Kendall.
60399
60400         (parser_control): Changed from struct parser_control to typedef (for
60401         consistency).  All uses changed.
60402
60403         (tID): Removed; not used.
60404         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
60405
60406 2000-02-14  Paul Eggert  <eggert@twinsun.com>
60407
60408         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
60409         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
60410
60411 2000-02-12  Jim Meyering  <meyering@lucent.com>
60412
60413         * lib/userspec.c (ISDIGIT): Define it.
60414         (isdigit): Remove definition.
60415         (is_number): Use ISDIGIT, not isdigit.
60416         <libintl.h>: Include.
60417         (_ and N_): Define.
60418         (parse_user_spec): Mark translatable strings.
60419
60420 2000-02-10  Jim Meyering  <meyering@lucent.com>
60421
60422         With these changes, nanosleep.[ch] are finally enough like the other
60423         lib/* replacement files to compile on a few more losing systems.
60424
60425         * lib/nanosleep.h: Don't include config.h.
60426         Remove prototype from declaration of nanosleep.
60427         (PARAMS): Remove now-unneeded definition.
60428         * lib/nanosleep.c: #undef nanosleep.
60429         (rpl_nanosleep): Rename from nanosleep.
60430
60431 2000-02-10  Jim Meyering  <meyering@lucent.com>
60432
60433         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
60434         gnu_nanosleep to rpl_nanosleep.
60435
60436 2000-02-09  Jim Meyering  <meyering@lucent.com>
60437
60438         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
60439         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
60440
60441 2000-02-08  Akim Demaille  <akim@epita.fr>
60442
60443         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
60444         `[' and `]' and remove uses of `changequote'.
60445         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
60446         (AC_SYS_LARGEFILE): Likewise.
60447         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
60448         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
60449         of changequote.
60450         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60451         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60452         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60453         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60454
60455 2000-02-05  Jim Meyering  <meyering@lucent.com>
60456
60457         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60458         Remove explicit use of AC_HEADER_TIME.  It is required by
60459         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60460         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60461         in autoconf whereby the expansion of the latter ended up preceding
60462         the expansion of its prerequisite, AC_HEADER_TIME.
60463         Reported by Volker Borchert.
60464
60465 2000-02-03  Jim Meyering  <meyering@lucent.com>
60466
60467         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60468
60469 2000-02-03  Jim Meyering  <meyering@lucent.com>
60470
60471         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60472         rather than with `#if HAVE_UTMPNAME'.
60473
60474 2000-02-02  Jim Meyering  <meyering@lucent.com>
60475
60476         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60477         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60478         Reported by Eli Zaretskii.
60479
60480 2000-02-01  Jim Meyering  <meyering@lucent.com>
60481
60482         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60483
60484 2000-01-31  Jim Meyering  <meyering@lucent.com>
60485
60486         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60487         functions.  Add the time.h and sys/time.h headers along with the
60488         AC_REQUIRE'ment of AC_HEADER_TIME.
60489
60490 2000-01-31  Jim Meyering  <meyering@lucent.com>
60491
60492         * lib/nanosleep.h (nanosleep): Guard declaration with
60493         `#if ! HAVE_DECL_NANOSLEEP'.
60494         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60495         the declaration in that vendor's sys/timers.h.
60496         Reported by Christian Krackowizer.
60497
60498         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60499         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60500         (ISPRINT): Likewise.
60501         Reported by Tom Tromey.
60502
60503 2000-01-30  Jim Meyering  <meyering@lucent.com>
60504
60505         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60506
60507         * m4/prereq.m4 (utmp_includes): Define.
60508         Check for ut_user and ut_name members in both struct utmpx
60509         and struct utmp.
60510
60511 2000-01-30  Jim Meyering  <meyering@lucent.com>
60512
60513         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60514         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60515         header files where only utmpx.ut_user is declared.
60516
60517         * lib/readutmp.h (UT_USER): Define.
60518
60519 2000-01-29  Jim Meyering  <meyering@lucent.com>
60520
60521         * m4/lib-check.m4: New file containing library-related checks from
60522         fileutils and sh-utils (textutils had none).
60523
60524 2000-01-28  Jim Meyering  <meyering@lucent.com>
60525
60526         * m4/perl.m4: Change format of warning message to look more like that
60527         from the missing script.  Suggestion from François Pinard.
60528
60529 2000-01-25  Jim Meyering  <meyering@lucent.com>
60530
60531         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60532         well as time.h in the compile check.
60533         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60534         Fix typo in cross-compiling case: s/yes/no/.
60535
60536 2000-01-23  Jim Meyering  <meyering@lucent.com>
60537
60538         * m4/jm-macros.m4: Move df-related tests here from
60539         fileutils/configure.in
60540
60541         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60542         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60543
60544         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60545         s/space/ac_fsusage_space/.
60546         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60547
60548         * m4/ftruncate.m4: New file (derived from part of
60549         fileutils/configure.in).
60550         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60551         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60552
60553         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60554         AC_SUBST these here, rather than just in sh-util/configure.in, so
60555         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60556         all the same.
60557         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60558         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60559         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60560         (AC_SUBST(POW_LIBM)): Likewise.
60561         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60562
60563 2000-01-23  Jim Meyering  <meyering@lucent.com>
60564
60565         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60566         obstack.c.
60567
60568 2000-01-22  Jim Meyering  <meyering@lucent.com>
60569
60570         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60571
60572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60573
60574         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60575         configure.in
60576         (AC_CHECK_HEADERS): Likewise for sh-utils.
60577         (AC_CHECK_HEADERS): Likewise for textutils.
60578         Merge the three lists of headers.
60579
60580         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60581         from fileutils' configure.in.
60582
60583         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60584         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60585         check-decl.m4.
60586
60587         * m4/check-decl.m4: Use #if rather than #ifdef.
60588         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60589         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60590         (_jm_DECL_HEADERS): Define new function.
60591         (jm_CHECK_DECLARATIONS): Require it.
60592
60593 2000-01-22  Jim Meyering  <meyering@lucent.com>
60594
60595         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60596         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60597         Required for some AIX systems.  Reported by Christian Krackowizer.
60598         [TESTING] (main): New function.
60599
60600         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
60601         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
60602         letters.
60603
60604         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
60605         iswprint.
60606
60607         * lib/strverscmp.c (ISDIGIT): Define.
60608         (strverscmp): Use ISDIGIT, not isdigit.
60609
60610 2000-01-19  Jim Meyering  <meyering@lucent.com>
60611
60612         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
60613         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
60614         defines `struct timespec' in <sys/time.h>
60615
60616         * m4/c-bs-a.m4: Remove uses of changequote altogether.
60617         Thanks to Akim for explaining.
60618
60619 2000-01-17  Paul Eggert  <eggert@twinsun.com>
60620
60621         * lib/nanosleep.c (nanosleep):
60622         Don't use SA_INTERRUPT to decide whether to call sigaction, as
60623         POSIX.1 doesn't require SA_INTERRUPT and some systems
60624         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
60625         it's been part of POSIX.1 since day 1 (in 1988).
60626
60627 2000-01-17  Jim Meyering  <meyering@lucent.com>
60628
60629         * lib/interlock: Remove unused file.  Reported by François Pinard.
60630
60631 2000-01-16  Paul Eggert  <eggert@twinsun.com>
60632
60633         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
60634         alert, backslash, formfeed, and vertical tab unnecessarily in
60635         shell quoting style.
60636
60637 2000-01-16  Jim Meyering  <meyering@lucent.com>
60638
60639         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
60640         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
60641         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
60642         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
60643
60644 2000-01-16  Jim Meyering  <meyering@lucent.com>
60645
60646         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
60647         because the latter didn't work.
60648
60649 2000-01-15  Jim Meyering  <meyering@lucent.com>
60650
60651         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
60652         (AC_REPLACE_FUNCS): Add memcpy and memset.
60653         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
60654         Add strpbrk.
60655         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
60656
60657 2000-01-12  Jim Meyering  <meyering@lucent.com>
60658
60659         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
60660         (jm_PREREQ): Use it.
60661         (jm_PREREQ_READUTMP): New macro.
60662         (jm_PREREQ): Use it.
60663
60664 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60665
60666         Quote multibyte characters correctly.
60667         * m4/c-bs-a.m4: New file.
60668         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
60669         (jm_PREREQ): Use it.
60670
60671 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60672
60673         * m4/uintmax_t.m4: Port to autoconf 2.13.
60674
60675 2000-01-08  Jim Meyering  <meyering@ascend.com>
60676
60677         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
60678         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
60679
60680 2000-01-04  Jim Meyering  <meyering@ascend.com>
60681
60682         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
60683         jm_STRUCT_DIRENT_D_TYPE.
60684         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
60685         jm_STRUCT_DIRENT_D_INO.
60686         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
60687         jm_STRUCT_UTIMBUF.
60688         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
60689         renamings.
60690         * m4/utime.m4: Likewise.
60691
60692         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
60693         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
60694
60695 2000-01-03  Paul Eggert  <eggert@twinsun.com>
60696
60697         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
60698         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
60699
60700 2000-01-02  Jim Meyering  <meyering@ascend.com>
60701
60702         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
60703         remember if this is necessary.
60704
60705 1999-12-26  Jim Meyering  <meyering@ascend.com>
60706
60707         * m4/jm-macros.m4: Use it here.
60708         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
60709
60710 1999-12-23  Jim Meyering  <meyering@ascend.com>
60711
60712         * m4/jm-macros.m4: Check for clock_gettime (moved from
60713         fileutils/configure.in)
60714         Check for gettimeofday.
60715
60716 1999-12-20  Jim Meyering  <meyering@ascend.com>
60717
60718         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
60719         autoconf-2.14a-1999-12-20.
60720
60721 1999-12-19  Jim Meyering  <meyering@ascend.com>
60722
60723         * m4/lstat-slash.m4: New file.
60724         * m4/jm-macros.m4: Use the new macro:
60725         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60726
60727 1999-12-07  Jim Meyering  <meyering@ascend.com>
60728
60729         * m4/perl.m4: Require that File::Compare be available, too.
60730         Too many systems seem to lack it.
60731
60732         * m4/strftime.m4: Add checks for most of the cpp macros tested in
60733         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
60734
60735 1999-11-18  Paul Eggert  <eggert@twinsun.com>
60736
60737         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
60738         problem with the QNX 4.25 shell, which doesn't propagate exit
60739         status of failed commands inside shell assignments.
60740
60741 1999-11-17  Jim Meyering  <meyering@ascend.com>
60742
60743         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
60744
60745 1999-11-07  Jim Meyering  <meyering@ascend.com>
60746
60747         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
60748
60749 1999-11-06  Jim Meyering  <meyering@ascend.com>
60750
60751         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
60752         * m4/jm-macros.m4 (jm_MACROS): Use it here.
60753
60754 1999-11-05  Jim Meyering  <meyering@ascend.com>
60755
60756         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
60757         configure.in of textutils, fileutils, and sh-utils into this one
60758         (shared between those packages) file.
60759         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
60760         AC_STRUCT_ST_BLKSIZE.
60761
60762 1999-11-03  Jim Meyering  <meyering@ascend.com>
60763
60764         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
60765         of AC_CHECK_TYPE checks includes unistd.h.
60766         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
60767         Suggestion from Akim Demaille.
60768
60769 1999-10-30  Jim Meyering  <meyering@ascend.com>
60770
60771         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
60772         m4-quoted string.
60773         * m4/ls-mntd-fs.m4: Likewise.
60774         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
60775         * m4/jm-winsz1.m4: Likewise.
60776
60777         * m4/const.m4: Remove file, since the fix made it into the experimental
60778         version of autoconf.
60779         * m4/mktime.m4: Likewise.
60780
60781         * m4/check-type.m4: Remove file, now that the latest version of
60782         AC_CHECK_TYPE takes a third arg to specify additional #includes.
60783
60784         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
60785         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
60786         AC_CHECK_TYPE.
60787
60788 1999-10-04  Jim Meyering  <meyering@ascend.com>
60789
60790         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
60791
60792 1999-09-22  Paul Eggert  <eggert@twinsun.com>
60793
60794         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
60795         2.95.1 bug with HP-UX 10.20.
60796
60797 1999-09-17  Jim Meyering  <meyering@ascend.com>
60798
60799         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
60800         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
60801         due to missing strdup (against sh-utils-2.0).
60802
60803 1999-08-29  Jim Meyering  <meyering@ascend.com>
60804
60805         * m4/jm-macros.m4: Require jm_BISON.
60806         * m4/bison.m4: New file.
60807
60808 1999-08-17  Paul Eggert  <eggert@twinsun.com>
60809
60810         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
60811         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
60812
60813 1999-08-05  Jim Meyering  <meyering@ascend.com>
60814
60815         * m4/getline.m4: Rename test file from conftestdata to conftest.data
60816         to avoid conflicts with `conftest' on 8+3 filesystems.
60817         Suggestion from Eli Zaretskii.
60818
60819 1999-08-04  Jim Meyering  <meyering@ascend.com>
60820
60821         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
60822         fileutils and sh-utils (textutils's getline test was inadequate).
60823         (AM_FUNC_GETLINE): Run this test.
60824         (AC_CHECK_FUNCS): Check for getdelim.
60825         Reported by Bob Proulx.
60826
60827 1999-08-02  Jim Meyering  <meyering@ascend.com>
60828
60829         * m4/jm-macros.m4: Add a comment.
60830
60831 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60832
60833         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
60834         <inttypes.h> defines strtoumax as a macro (and not as a
60835         function).
60836
60837 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60838
60839         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
60840         that we can shift, multiply and divide unsigned long long
60841         values; Ultrix cc can't do it.
60842
60843 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60844
60845         * m4/mktime.m4: New file, which is a preview of what should appear
60846         in the next public autoconf release.
60847
60848 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60849
60850         * m4/lfs.m4: Remove this file.
60851         * m4/largefile.m4: New file.  It contains the old contents of
60852         lfs.m4, except that all names with prefix AC_LFS have been
60853         changed to use the prefix AC_SYS_LARGEFILE instead, to be
60854         compatible with future autoconf versions.  Also, some minor m4
60855         quoting problems have been fixed.
60856
60857 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60858
60859         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
60860         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
60861         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
60862         and simplify the shell code.
60863
60864 1999-08-01  Jim Meyering  <meyering@ascend.com>
60865
60866         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
60867         m4.
60868
60869 1999-07-20  Jim Meyering  <meyering@ascend.com>
60870
60871         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
60872
60873 1999-07-15  Jim Meyering  <meyering@ascend.com>
60874
60875         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
60876
60877 1999-05-22  Jim Meyering  <meyering@ascend.com>
60878
60879         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
60880
60881 1999-05-20  Jim Meyering  <meyering@ascend.com>
60882
60883         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
60884         Add a colon after each `then' in case $4 is empty.
60885
60886 1999-05-16  Jim Meyering  <meyering@ascend.com>
60887
60888         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
60889
60890 1999-05-10  Jim Meyering  <meyering@ascend.com>
60891
60892         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
60893
60894         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
60895         AC_FUNC_MKTIME.
60896
60897 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60898
60899         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
60900
60901 1999-05-04  Paul Eggert  <eggert@twinsun.com>
60902
60903         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
60904         not CPPFLAGS, so that linking works correctly in IRIX.
60905
60906 1999-04-30  Paul Eggert  <eggert@twinsun.com>
60907
60908         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
60909
60910 1999-04-20  Paul Eggert  <eggert@twinsun.com>
60911
60912         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
60913         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
60914         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
60915         jm_AC_TYPE_UNSIGNED_LONG_LONG.
60916         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
60917
60918         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
60919
60920 1999-04-20  Jim Meyering  <meyering@ascend.com>
60921
60922         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
60923         AC_REPLACE xstroull if necessary.  From Paul Eggert.
60924         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
60925
60926 1999-04-18  Jim Meyering  <meyering@ascend.com>
60927
60928         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
60929         * m4/jm-macros.m4: Use it.
60930
60931 1999-04-06  Jim Meyering  <meyering@ascend.com>
60932
60933         * m4/strftime.m4: Remove test for %f.
60934
60935 1999-03-29  Jim Meyering  <meyering@ascend.com>
60936
60937         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
60938         superset of the AC_TYPE_* checks in the textutils, fileutils,
60939         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
60940         AC_TYPE_PID_T.
60941
60942 1999-03-28  Jim Meyering  <meyering@ascend.com>
60943
60944         * m4/jm-macros.m4: Define GNU_PACKAGE here.
60945         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
60946         replaced e.g., in the *.sh files of the sh-utils.
60947
60948 1999-03-20  Jim Meyering  <meyering@ascend.com>
60949
60950         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
60951         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
60952         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
60953
60954 1999-03-19  Jim Meyering  <meyering@ascend.com>
60955
60956         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
60957
60958 1999-03-12  Jim Meyering  <meyering@ascend.com>
60959
60960         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
60961
60962 1999-03-07  Jim Meyering  <meyering@ascend.com>
60963
60964         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
60965         declared.
60966
60967 1999-02-17  Jim Meyering  <meyering@ascend.com>
60968
60969         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
60970         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
60971
60972 1999-02-07  Jim Meyering  <meyering@ascend.com>
60973
60974         * m4/group-member.m4: New file -- extracted from sh-utils'
60975         configure.in.
60976
60977         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
60978         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
60979
60980 1999-02-06  Jim Meyering  <meyering@ascend.com>
60981
60982         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
60983         * m4/fnmatch.m4: Likewise.
60984         * m4/getgroups.m4: Likewise.
60985         * m4/lstat.m4: Likewise.
60986         * m4/malloc.m4: Likewise.
60987         * m4/putenv.m4: Likewise.
60988         * m4/realloc.m4: Likewise.
60989         * m4/regex.m4: Likewise.
60990         * m4/stat.m4: Likewise.
60991         * m4/strftime.m4: Likewise.
60992         Suggestion from Alain Magloire.
60993
60994         * m4/chown.m4: Use `.$ac_objext', not `.o'.
60995         * m4/fnmatch.m4: Likewise.
60996         * m4/getgroups.m4: Likewise.
60997         * m4/getline.m4: Likewise.
60998         * m4/lstat.m4: Likewise.
60999         * m4/malloc.m4: Likewise.
61000         * m4/memcmp.m4: Likewise.
61001         * m4/putenv.m4: Likewise.
61002         * m4/realloc.m4: Likewise.
61003         * m4/regex.m4: Likewise.
61004         * m4/stat.m4: Likewise.
61005         * m4/strftime.m4: Likewise.
61006         Suggestion from Alain Magloire.
61007
61008         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
61009         an argument.
61010
61011         * m4/regex.m4: Add a run-time Test for proper operation of
61012         re_compile_pattern.
61013
61014 1999-01-31  Jim Meyering  <meyering@ascend.com>
61015
61016         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
61017
61018 1999-01-30  Jim Meyering  <meyering@ascend.com>
61019
61020         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
61021
61022         * m4/jm-mktime.m4: Make this a wrapper around the official
61023         AM_FUNC_MKTIME rather than my private copy, now that the official one
61024         is up to date.
61025         * m4/mktime.m4: Remove file.
61026
61027         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
61028         * m4/uptime.m4: Likewise.
61029         * m4/uintmax_t.m4: Likewise.
61030
61031 1999-01-28  Jim Meyering  <meyering@ascend.com>
61032
61033         * m4/jm-macros.m4: Use jm_AFS.
61034         * m4/afs.m4: New file (from fileutils' configure.in).
61035
61036         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
61037         * m4/chown.m4: Likewise.
61038         * m4/d-ino.m4: Likewise.
61039         * m4/d-type.m4: Likewise.
61040         * m4/fnmatch.m4: Likewise.
61041         * m4/getgroups.m4: Likewise.
61042         * m4/gettext.m4: Likewise.
61043         * m4/jm-mktime.m4: Likewise.
61044         * m4/jm-winsz2.m4: Likewise.
61045         * m4/lcmessage.m4: Likewise.
61046         * m4/ls-mntd-fs.m4: Likewise.
61047         * m4/malloc.m4: Likewise.
61048         * m4/memcmp.m4: Likewise.
61049         * m4/putenv.m4: Likewise.
61050         * m4/realloc.m4: Likewise.
61051         * m4/st_mtim.m4: Likewise.
61052         * m4/strftime.m4: Likewise.
61053
61054 1999-01-16  Jim Meyering  <meyering@ascend.com>
61055
61056         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
61057         (ARGMATCH_DIE_DECL): Define.
61058
61059 1999-01-12  Jim Meyering  <meyering@ascend.com>
61060
61061         * m4/Makefile.am.in: Rewrite to avoid using fmt.
61062         Reported by Lars Hecking.
61063
61064 1999-01-10  Jim Meyering  <meyering@ascend.com>
61065
61066         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
61067         gross kludge.
61068         * m4/inttypes_h.m4: Likewise.
61069         * m4/lstat.m4: Likewise.
61070         * m4/malloc.m4: Likewise.
61071         * m4/readdir.m4: Likewise.
61072         * m4/realloc.m4: Likewise.
61073         * m4/st_dm_mode.m4: Likewise.
61074         * m4/stat.m4: Likewise.
61075         * m4/utimbuf.m4: Likewise.
61076         * m4/utimes.m4: Likewise.
61077
61078         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
61079         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
61080         comments in config.h.in are meaningful.
61081
61082         * m4/jm-macros.m4: Require autoconf-2.13 here.
61083
61084         * m4/regex.m4: By default, don't use the included regex.c on systems
61085         with glibc 2.  Suggestion from Uli Drepper.
61086
61087 1999-01-02  Jim Meyering  <meyering@ascend.com>
61088
61089         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
61090
61091 1998-12-18  Jim Meyering  <meyering@ascend.com>
61092
61093         * m4/Makefile.am.in (Makefile.am): Simplify rule.
61094         Based on a suggestion from Lars Hecking.
61095
61096 1998-11-16  Paul Eggert  <eggert@twinsun.com>
61097
61098         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
61099
61100 1998-11-16  Jim Meyering  <meyering@ascend.com>
61101
61102         * m4/lfs.m4: Double-quote the `uname...` expression.
61103
61104 1998-11-14  Jim Meyering  <meyering@ascend.com>
61105
61106         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
61107         * m4/stat.m4: Likewise.
61108
61109 1998-11-03  Jim Meyering  <meyering@ascend.com>
61110
61111         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
61112         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
61113
61114 1998-10-18  Jim Meyering  <meyering@ascend.com>
61115
61116         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
61117
61118 1998-10-17  Jim Meyering  <meyering@ascend.com>
61119
61120         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
61121         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
61122         calls for those previously hard-coded headers.  Instead, take a new
61123         parameter.
61124         (jm_CHECK_DECLARATIONS): Reflect interface change.
61125         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
61126         (jm_CHECK_DECL_LOCALTIME_R): New macro.
61127
61128         * m4/mktime.m4: Test for spring-forward gap before long-running test.
61129
61130 1998-10-14  Jim Meyering  <meyering@ascend.com>
61131
61132         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
61133         instead of "TZ=America/Vancouver".  From Paul Eggert.
61134
61135 1998-10-11  Jim Meyering  <meyering@ascend.com>
61136
61137         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
61138         This adds a test for a recently added compatibility fix for mktime.c.
61139         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
61140
61141 1998-09-27  Jim Meyering  <meyering@ascend.com>
61142
61143         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
61144
61145         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
61146         ../configure.in, including a change from Gordon Matzigkeit to allow
61147         cross-compiling for the Hurd.
61148
61149         * m4/glibc.m4: New file/macro to test for the GNU C Library
61150         versions 1 and 2.  From Gordon Matzigkeit.
61151         Indent.
61152
61153 1998-09-21  Jim Meyering  <meyering@ascend.com>
61154
61155         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
61156
61157 1998-08-18  Paul Eggert  <eggert@twinsun.com>
61158
61159         Port nanosecond-resolution times to UnixWare 2.1.2 and
61160         pedantic Solaris 2.6.
61161
61162         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
61163         AC_STRUCT_ST_MTIM.
61164         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
61165         Generate name of ns member, instead of just 1 or undef.
61166         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
61167
61168 1998-08-15  Jim Meyering  <meyering@ascend.com>
61169
61170         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
61171         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
61172         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
61173         instead of jm_TYPE_SSIZE_T.
61174
61175 1998-08-12  Jim Meyering  <meyering@ascend.com>
61176
61177         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
61178
61179 1998-08-02  Jim Meyering  <meyering@ascend.com>
61180
61181         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
61182         in acconfig.h manually.
61183
61184 1998-07-31  Paul Eggert  <eggert@twinsun.com>
61185
61186         * m4/st_mtim.m4: New file.
61187
61188 1998-07-28  Jim Meyering  <meyering@ascend.com>
61189
61190         * m4/utimes.m4: Undef stat.
61191
61192 1998-07-25  Jim Meyering  <meyering@ascend.com>
61193
61194         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
61195         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
61196
61197 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
61198
61199         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
61200         uid and gid actually remain unchanged.
61201
61202 1998-07-07  Jim Meyering  <meyering@ascend.com>
61203
61204         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
61205
61206 1998-07-04  Jim Meyering  <meyering@ascend.com>
61207
61208         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
61209         to prove that this macro can be used in packages without regex.c.
61210
61211 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
61212
61213         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
61214         is to be used.
61215
61216 1998-07-03  Jim Meyering  <meyering@ascend.com>
61217
61218         * m4/gettext.m4: Add -lintl if it's found to be necessary.
61219
61220         * m4/gettext.m4: New file -- from gettext-0.10.35.
61221         * m4/lcmessage.m4: Likewise.
61222         * m4/progtest.m4: Likewise.
61223
61224         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
61225         * m4/jm-macros.m4: Require the new macro.
61226
61227 1998-06-29  Jim Meyering  <meyering@ascend.com>
61228
61229         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
61230         for the definition of NGROUPS (used in a system header included
61231         by sys/mount.h).
61232
61233 1998-06-28  Jim Meyering  <meyering@ascend.com>
61234
61235         * m4/ls-mntd-fs.m4: New file.
61236         * m4/fstypename.m4: New file.
61237
61238         * m4/jm-macros.m4: Require the new macro.
61239         * m4/jm-glibc-io.m4: New file.
61240
61241 1998-05-19  Jim Meyering  <meyering@ascend.com>
61242
61243         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
61244         * m4/lchown.m4: New file.
61245
61246         * m4/Makefile.am.in: New file.
61247         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
61248
61249 1998-05-14  Jim Meyering  <meyering@ascend.com>
61250
61251         * m4/Makefile.am (EXTRA_DIST): Add them.
61252         * m4/jm-macros.m4: New file.
61253         * m4/utimbuf.m4: New file.
61254
61255 1998-05-12  Jim Meyering  <meyering@ascend.com>
61256
61257         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
61258
61259 1998-05-11  Jim Meyering  <meyering@ascend.com>
61260
61261         * m4/isc-posix.m4: New file.
61262
61263 1998-05-10  Jim Meyering  <meyering@ascend.com>
61264
61265         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
61266
61267 1998-05-09  Jim Meyering  <meyering@ascend.com>
61268
61269         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
61270         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61271         with automake.
61272
61273         * m4/ssize_t.m4: New file.
61274         * m4/mktime.m4: Remove file -- the new automake has this now.
61275
61276 1998-04-26  Jim Meyering  <meyering@ascend.com>
61277
61278         * m4/assert.m4: New file.
61279         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
61280
61281 1998-04-05  Jim Meyering  <meyering@ascend.com>
61282
61283         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
61284         (jm_PREREQ): Use it here.
61285
61286 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
61287
61288         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
61289         in acconfig.h.
61290
61291 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
61292
61293         * m4/prereq.m4: New file.
61294         * m4/error.m4: New file.
61295         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61296
61297 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61298
61299         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61300         cache-check for the same variable -- that defeated the purpose of
61301         the test; the test program was never run.  This was a problem only
61302         on systems with losing getline functions -- HP-UX 10.20 is one.
61303         Reported by Bjorn Helgaas.
61304
61305 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
61306
61307         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
61308
61309 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
61310
61311         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
61312
61313         * m4/const.m4: New file.  Use an initializer in this declaration
61314         typedef int charset[2]; const charset x;
61315         Reported by Bob Glickstein.
61316
61317 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
61318
61319         * m4/chown.m4: Fix reversed types on -1 args to chown.
61320         From Kaveh Ghazi.
61321
61322 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61323
61324         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
61325         Add lseek and memchr.
61326
61327         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
61328         T.E.Dickey <dickey@clark.net> said that some older preprocessors
61329         have a 20-character limit on names.
61330
61331 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
61332
61333         * m4/inttypes_h.m4: New file.
61334         * m4/uintmax_t.m4: New file.
61335         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
61336
61337
61338         -----
61339
61340         Local Variables:
61341         coding: utf-8
61342         End:
61343
61344         Copyright (C) 1997-2010 Free Software Foundation, Inc.
61345
61346         Copying and distribution of this file, with or without
61347         modification, are permitted provided the copyright notice
61348         and this notice are preserved.